Uses of Class
org.apache.syncope.common.lib.request.AnyObjectUR
-
-
Uses of AnyObjectUR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type AnyObjectUR Modifier and Type Method Description ProvisioningResult<AnyObjectTO>
AnyObjectRestClient. update(String etag, AnyObjectUR updateReq)
-
Uses of AnyObjectUR in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return AnyObjectUR Modifier and Type Method Description static 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 AnyObjectUR Modifier and Type Method Description static 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 Modifier and Type Method Description protected AnyObjectUR
AnyObjectUR.Builder. newInstance()
-
Uses of AnyObjectUR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyObjectUR Modifier and Type Method Description javax.ws.rs.core.Response
AnyObjectService. 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 AnyObjectUR Modifier and Type Method Description ProvisioningResult<AnyObjectTO>
AnyObjectLogic. 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 AnyObjectUR Modifier and Type Method Description PropagationByResource<String>
AnyObjectDataBinder. 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 AnyObjectUR Modifier and Type Method Description Pair<AnyObjectUR,List<PropagationStatus>>
DefaultAnyObjectProvisioningManager. update(AnyObjectUR anyObjectUR, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context)
Methods in org.apache.syncope.core.provisioning.java with parameters of type AnyObjectUR Modifier and Type Method Description String
DefaultAnyObjectProvisioningManager. link(AnyObjectUR anyObjectUR, String updater, String context)
String
DefaultAnyObjectProvisioningManager. unlink(AnyObjectUR anyObjectUR, String updater, String context)
Pair<AnyObjectUR,List<PropagationStatus>>
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 AnyObjectUR Modifier and Type Method Description PropagationByResource<String>
AnyObjectDataBinderImpl. 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 Modifier and Type Method Description protected WorkflowResult<? extends AnyObjectUR>
DefaultAnyObjectPushResultHandler. update(AnyUR req)
-
Uses of AnyObjectUR in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AnyObjectUR Modifier and Type Method Description protected AnyObjectUR
AnyObjectServiceImpl. newUpdateReq(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AnyObjectUR Modifier and Type Method Description protected AbstractAnyLogic<AnyObjectTO,AnyObjectCR,AnyObjectUR>
AnyObjectServiceImpl. getAnyLogic()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyObjectUR Modifier and Type Method Description javax.ws.rs.core.Response
AnyObjectServiceImpl. update(AnyObjectUR updateReq)
-
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 AnyObjectUR Modifier and Type Method Description WorkflowResult<AnyObjectUR>
AnyObjectWorkflowAdapter. update(AnyObjectUR anyObjectUR, String updater, String context)
Update an anyObject.Methods in org.apache.syncope.core.workflow.api with parameters of type AnyObjectUR Modifier and Type Method Description WorkflowResult<AnyObjectUR>
AnyObjectWorkflowAdapter. 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 AnyObjectUR Modifier and Type Method Description protected 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)
WorkflowResult<AnyObjectUR>
AbstractAnyObjectWorkflowAdapter. update(AnyObjectUR anyObjectUR, String updater, String context)
Methods in org.apache.syncope.core.workflow.java with parameters of type AnyObjectUR Modifier and Type Method Description protected 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)
WorkflowResult<AnyObjectUR>
AbstractAnyObjectWorkflowAdapter. update(AnyObjectUR anyObjectUR, String updater, String context)
-