Uses of Class
org.apache.syncope.common.lib.request.AnyObjectUR
Packages that use AnyObjectUR
Package
Description
-
Uses of AnyObjectUR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type AnyObjectUR -
Uses of AnyObjectUR in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return AnyObjectURModifier and TypeMethodDescriptionstatic AnyObjectUR
AnyOperations.diff
(AnyObjectTO updated, AnyObjectTO 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 AnyObjectURModifier and TypeMethodDescriptionstatic AnyObjectTO
AnyOperations.patch
(AnyObjectTO anyObjectTO, AnyObjectUR anyObjectUR) -
Uses of AnyObjectUR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return AnyObjectUR -
Uses of AnyObjectUR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyObjectURModifier and TypeMethodDescriptionAnyObjectService.update
(@NotNull AnyObjectUR updateReq) Updates any object matching the provided key. -
Uses of AnyObjectUR in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type AnyObjectURModifier and TypeMethodDescriptionAnyObjectLogic.update
(AnyObjectUR req, boolean nullPriorityAsync) -
Uses of AnyObjectUR in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AnyObjectURModifier and TypeMethodDescriptionAnyObjectDataBinder.update
(AnyObject toBeUpdated, AnyObjectUR anyObjectUR) -
Uses of AnyObjectUR in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return types with arguments of type AnyObjectURModifier and TypeMethodDescriptionDefaultAnyObjectProvisioningManager.update
(AnyObjectUR anyObjectUR, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) Methods in org.apache.syncope.core.provisioning.java with parameters of type AnyObjectURModifier 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
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AnyObjectURModifier and TypeMethodDescriptionAnyObjectDataBinderImpl.update
(AnyObject toBeUpdated, AnyObjectUR anyObjectUR) -
Uses of AnyObjectUR in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return types with arguments of type AnyObjectUR -
Uses of AnyObjectUR in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AnyObjectURModifier and TypeMethodDescriptionprotected AnyObjectUR
AnyObjectServiceImpl.newUpdateReq
(String key) Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AnyObjectURModifier and TypeMethodDescriptionprotected AbstractAnyLogic
<AnyObjectTO, AnyObjectCR, AnyObjectUR> AnyObjectServiceImpl.getAnyLogic()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyObjectUR -
Uses of AnyObjectUR in org.apache.syncope.core.workflow.api
Methods in org.apache.syncope.core.workflow.api that return types with arguments of type AnyObjectURModifier and TypeMethodDescriptionAnyObjectWorkflowAdapter.update
(AnyObjectUR anyObjectUR, String updater, String context) Update an anyObject.Methods in org.apache.syncope.core.workflow.api with parameters of type AnyObjectURModifier and TypeMethodDescriptionAnyObjectWorkflowAdapter.update
(AnyObjectUR anyObjectUR, String updater, String context) Update an anyObject. -
Uses of AnyObjectUR in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java that return types with arguments of type AnyObjectURModifier 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) Methods in org.apache.syncope.core.workflow.java with parameters of type AnyObjectURModifier 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)