Uses of Class
org.apache.syncope.common.lib.request.AnyObjectUR
Package
Description
-
Uses of AnyObjectUR in org.apache.syncope.client.console.rest
-
Uses of AnyObjectUR in org.apache.syncope.common.lib
Modifier and TypeMethodDescriptionstatic AnyObjectUR
AnyOperations.diff
(AnyObjectTO updated, AnyObjectTO original, boolean incremental) Calculate modifications needed by first in order to be equal to second.Modifier and TypeMethodDescriptionstatic AnyObjectTO
AnyOperations.patch
(AnyObjectTO anyObjectTO, AnyObjectUR anyObjectUR) -
Uses of AnyObjectUR in org.apache.syncope.common.lib.request
-
Uses of AnyObjectUR in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionAnyObjectService.update
(@NotNull AnyObjectUR updateReq) Updates any object matching the provided key. -
Uses of AnyObjectUR in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionAnyObjectLogic.update
(AnyObjectUR req, boolean nullPriorityAsync) -
Uses of AnyObjectUR in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionAnyObjectDataBinder.update
(AnyObject toBeUpdated, AnyObjectUR anyObjectUR) -
Uses of AnyObjectUR in org.apache.syncope.core.provisioning.java
Modifier and TypeMethodDescriptionDefaultAnyObjectProvisioningManager.update
(AnyObjectUR anyObjectUR, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) Modifier and TypeMethodDescriptionDefaultAnyObjectProvisioningManager.link
(AnyObjectUR anyObjectUR, String updater, String context) DefaultAnyObjectProvisioningManager.unlink
(AnyObjectUR anyObjectUR, String updater, String context) DefaultAnyObjectProvisioningManager.update
(AnyObjectUR anyObjectUR, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) -
Uses of AnyObjectUR in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionAnyObjectDataBinderImpl.update
(AnyObject toBeUpdated, AnyObjectUR anyObjectUR) -
Uses of AnyObjectUR in org.apache.syncope.core.provisioning.java.pushpull
-
Uses of AnyObjectUR in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionprotected AnyObjectUR
AnyObjectServiceImpl.newUpdateReq
(String key) Modifier and TypeMethodDescriptionprotected AbstractAnyLogic
<AnyObjectTO, AnyObjectCR, AnyObjectUR> AnyObjectServiceImpl.getAnyLogic()
-
Uses of AnyObjectUR in org.apache.syncope.core.workflow.api
Modifier and TypeMethodDescriptionAnyObjectWorkflowAdapter.update
(AnyObjectUR anyObjectUR, String updater, String context) Update an anyObject.Modifier and TypeMethodDescriptionAnyObjectWorkflowAdapter.update
(AnyObjectUR anyObjectUR, String updater, String context) Update an anyObject. -
Uses of AnyObjectUR in org.apache.syncope.core.workflow.java
Modifier and TypeMethodDescriptionprotected abstract WorkflowResult
<AnyObjectUR> AbstractAnyObjectWorkflowAdapter.doUpdate
(AnyObject anyObject, AnyObjectUR anyObjectUR, String updater, String context) protected WorkflowResult
<AnyObjectUR> DefaultAnyObjectWorkflowAdapter.doUpdate
(AnyObject anyObject, AnyObjectUR anyObjectUR, String updater, String context) AbstractAnyObjectWorkflowAdapter.update
(AnyObjectUR anyObjectUR, String updater, String context) Modifier and TypeMethodDescriptionprotected abstract WorkflowResult
<AnyObjectUR> AbstractAnyObjectWorkflowAdapter.doUpdate
(AnyObject anyObject, AnyObjectUR anyObjectUR, String updater, String context) protected WorkflowResult
<AnyObjectUR> DefaultAnyObjectWorkflowAdapter.doUpdate
(AnyObject anyObject, AnyObjectUR anyObjectUR, String updater, String context) AbstractAnyObjectWorkflowAdapter.update
(AnyObjectUR anyObjectUR, String updater, String context)