Uses of Class
org.apache.syncope.common.lib.request.GroupCR
-
-
Uses of GroupCR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type GroupCR Modifier and Type Method Description ProvisioningResult<GroupTO>GroupRestClient. create(GroupCR groupCR) -
Uses of GroupCR in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest with parameters of type GroupCR Modifier and Type Method Description ProvisioningResult<GroupTO>GroupRestClient. create(GroupCR groupTO) -
Uses of GroupCR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return GroupCR Modifier and Type Method Description protected GroupCRGroupCR.Builder. newInstance() -
Uses of GroupCR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type GroupCR Modifier and Type Method Description javax.ws.rs.core.ResponseGroupService. create(@NotNull GroupCR createReq)Creates a new group. -
Uses of GroupCR in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return GroupCR Modifier and Type Method Description GroupCRSCIMDataBinder. toGroupCR(SCIMGroup group)Methods in org.apache.syncope.core.logic with parameters of type GroupCR Modifier and Type Method Description ProvisioningResult<GroupTO>GroupLogic. create(GroupCR createReq, boolean nullPriorityAsync) -
Uses of GroupCR in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type GroupCR Modifier and Type Method Description Pair<String,List<PropagationStatus>>GroupProvisioningManager. create(GroupCR groupCR, Map<String,String> groupOwnerMap, Set<String> excludedResources, boolean nullPriorityAsync, String creator, String context) -
Uses of GroupCR in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type GroupCR Modifier and Type Method Description voidGroupDataBinder. create(Group group, GroupCR groupCR) -
Uses of GroupCR in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type GroupCR Modifier and Type Method Description Pair<String,List<PropagationStatus>>DefaultGroupProvisioningManager. create(GroupCR groupCR, boolean nullPriorityAsync, String creator, String context)Pair<String,List<PropagationStatus>>DefaultGroupProvisioningManager. create(GroupCR groupCR, Map<String,String> groupOwnerMap, Set<String> excludedResources, boolean nullPriorityAsync, String creator, String context) -
Uses of GroupCR in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type GroupCR Modifier and Type Method Description voidGroupDataBinderImpl. create(Group group, GroupCR groupCR) -
Uses of GroupCR in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type GroupCR Modifier and Type Method Description protected AbstractAnyLogic<GroupTO,GroupCR,GroupUR>GroupServiceImpl. getAnyLogic()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type GroupCR Modifier and Type Method Description javax.ws.rs.core.ResponseGroupServiceImpl. create(GroupCR createReq) -
Uses of GroupCR in org.apache.syncope.core.workflow.api
Methods in org.apache.syncope.core.workflow.api with parameters of type GroupCR Modifier and Type Method Description WorkflowResult<String>GroupWorkflowAdapter. create(GroupCR groupCR, String creator, String context)Create a group. -
Uses of GroupCR in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java with parameters of type GroupCR Modifier and Type Method Description WorkflowResult<String>AbstractGroupWorkflowAdapter. create(GroupCR groupCR, String creator, String context)protected abstract WorkflowResult<String>AbstractGroupWorkflowAdapter. doCreate(GroupCR groupCR, String creator, String context)protected WorkflowResult<String>DefaultGroupWorkflowAdapter. doCreate(GroupCR groupCR, String creator, String context)
-