Uses of Class
org.apache.syncope.common.lib.request.GroupUR
-
-
Uses of GroupUR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type GroupUR Modifier and Type Method Description ProvisioningResult<GroupTO>GroupRestClient. update(String etag, GroupUR updateReq) -
Uses of GroupUR in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest with parameters of type GroupUR Modifier and Type Method Description ProvisioningResult<GroupTO>GroupRestClient. update(String etag, GroupUR groupPatch) -
Uses of GroupUR in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return GroupUR Modifier and Type Method Description static GroupURAnyOperations. diff(GroupTO updated, GroupTO original, boolean incremental)Calculate modifications needed by first in order to be equal to second.Methods in org.apache.syncope.common.lib with parameters of type GroupUR Modifier and Type Method Description static GroupTOAnyOperations. patch(GroupTO groupTO, GroupUR groupUR) -
Uses of GroupUR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return GroupUR Modifier and Type Method Description protected GroupURGroupUR.Builder. newInstance() -
Uses of GroupUR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type GroupUR Modifier and Type Method Description javax.ws.rs.core.ResponseGroupService. update(@NotNull GroupUR updateReq)Updates group matching the provided key. -
Uses of GroupUR in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return GroupUR Modifier and Type Method Description GroupURSCIMDataBinder. toGroupUR(GroupTO before, SCIMPatchOperation op)Methods in org.apache.syncope.core.logic with parameters of type GroupUR Modifier and Type Method Description ProvisioningResult<GroupTO>GroupLogic. update(GroupUR req, boolean nullPriorityAsync) -
Uses of GroupUR in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type GroupUR Modifier and Type Method Description PropagationByResource<String>GroupDataBinder. update(Group group, GroupUR groupUR) -
Uses of GroupUR in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return types with arguments of type GroupUR Modifier and Type Method Description Pair<GroupUR,List<PropagationStatus>>DefaultGroupProvisioningManager. update(GroupUR groupUR, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context)Methods in org.apache.syncope.core.provisioning.java with parameters of type GroupUR Modifier and Type Method Description StringDefaultGroupProvisioningManager. link(GroupUR groupUR, String updater, String context)StringDefaultGroupProvisioningManager. unlink(GroupUR groupUR, String updater, String context)Pair<GroupUR,List<PropagationStatus>>DefaultGroupProvisioningManager. update(GroupUR groupUR, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) -
Uses of GroupUR in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type GroupUR Modifier and Type Method Description PropagationByResource<String>GroupDataBinderImpl. update(Group toBeUpdated, GroupUR groupUR) -
Uses of GroupUR in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return GroupUR Modifier and Type Method Description protected GroupURGroupServiceImpl. newUpdateReq(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type GroupUR 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 GroupUR Modifier and Type Method Description javax.ws.rs.core.ResponseGroupServiceImpl. update(GroupUR updateReq) -
Uses of GroupUR in org.apache.syncope.core.workflow.api
Methods in org.apache.syncope.core.workflow.api that return types with arguments of type GroupUR Modifier and Type Method Description WorkflowResult<GroupUR>GroupWorkflowAdapter. update(GroupUR groupUR, String updater, String context)Update a group.Methods in org.apache.syncope.core.workflow.api with parameters of type GroupUR Modifier and Type Method Description WorkflowResult<GroupUR>GroupWorkflowAdapter. update(GroupUR groupUR, String updater, String context)Update a group. -
Uses of GroupUR in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java that return types with arguments of type GroupUR Modifier and Type Method Description protected abstract WorkflowResult<GroupUR>AbstractGroupWorkflowAdapter. doUpdate(Group group, GroupUR groupUR, String updater, String context)protected WorkflowResult<GroupUR>DefaultGroupWorkflowAdapter. doUpdate(Group group, GroupUR groupUR, String updater, String context)WorkflowResult<GroupUR>AbstractGroupWorkflowAdapter. update(GroupUR groupUR, String updater, String context)Methods in org.apache.syncope.core.workflow.java with parameters of type GroupUR Modifier and Type Method Description protected abstract WorkflowResult<GroupUR>AbstractGroupWorkflowAdapter. doUpdate(Group group, GroupUR groupUR, String updater, String context)protected WorkflowResult<GroupUR>DefaultGroupWorkflowAdapter. doUpdate(Group group, GroupUR groupUR, String updater, String context)WorkflowResult<GroupUR>AbstractGroupWorkflowAdapter. update(GroupUR groupUR, String updater, String context)
-