Uses of Class
org.apache.syncope.common.lib.request.AnyObjectCR
Packages that use AnyObjectCR
Package
Description
-
Uses of AnyObjectCR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type AnyObjectCR -
Uses of AnyObjectCR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return AnyObjectCR -
Uses of AnyObjectCR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyObjectCRModifier and TypeMethodDescriptionAnyObjectService.create
(@NotNull AnyObjectCR createReq) Creates a new any object. -
Uses of AnyObjectCR in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type AnyObjectCRModifier and TypeMethodDescriptionAnyObjectLogic.create
(AnyObjectCR createReq, boolean nullPriorityAsync) -
Uses of AnyObjectCR in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type AnyObjectCR -
Uses of AnyObjectCR in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AnyObjectCRModifier and TypeMethodDescriptionvoid
AnyObjectDataBinder.create
(AnyObject anyObject, AnyObjectCR anyObjectCR) -
Uses of AnyObjectCR in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type AnyObjectCRModifier and TypeMethodDescriptionDefaultAnyObjectProvisioningManager.create
(AnyObjectCR anyObjectCR, boolean nullPriorityAsync, String creator, String context) DefaultAnyObjectProvisioningManager.create
(AnyObjectCR anyObjectCR, Set<String> excludedResources, boolean nullPriorityAsync, String creator, String context) -
Uses of AnyObjectCR in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AnyObjectCRModifier and TypeMethodDescriptionvoid
AnyObjectDataBinderImpl.create
(AnyObject anyObject, AnyObjectCR anyObjectCR) -
Uses of AnyObjectCR in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AnyObjectCRModifier and TypeMethodDescriptionprotected AbstractAnyLogic
<AnyObjectTO, AnyObjectCR, AnyObjectUR> AnyObjectServiceImpl.getAnyLogic()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyObjectCR -
Uses of AnyObjectCR in org.apache.syncope.core.workflow.api
Methods in org.apache.syncope.core.workflow.api with parameters of type AnyObjectCRModifier and TypeMethodDescriptionAnyObjectWorkflowAdapter.create
(AnyObjectCR anyObjectCR, String creator, String context) Create an anyObject. -
Uses of AnyObjectCR in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java with parameters of type AnyObjectCRModifier and TypeMethodDescriptionAbstractAnyObjectWorkflowAdapter.create
(AnyObjectCR anyObjectCR, String creator, String context) protected abstract WorkflowResult
<String> AbstractAnyObjectWorkflowAdapter.doCreate
(AnyObjectCR anyObjectCR, String creator, String context) protected WorkflowResult
<String> DefaultAnyObjectWorkflowAdapter.doCreate
(AnyObjectCR anyObjectCR, String creator, String context)