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 GroupCR
GroupCR.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.Response
GroupService. 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 GroupCR
SCIMDataBinder. 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 void
GroupDataBinder. 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 void
GroupDataBinderImpl. 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.Response
GroupServiceImpl. 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)
-