Uses of Class
org.apache.syncope.common.lib.request.AnyObjectCR
Package
Description
-
Uses of AnyObjectCR in org.apache.syncope.client.console.rest
-
Uses of AnyObjectCR in org.apache.syncope.common.lib.request
-
Uses of AnyObjectCR in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionAnyObjectService.create
(@NotNull AnyObjectCR createReq) Creates a new any object. -
Uses of AnyObjectCR in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionAnyObjectLogic.create
(AnyObjectCR createReq, boolean nullPriorityAsync) -
Uses of AnyObjectCR in org.apache.syncope.core.provisioning.api
-
Uses of AnyObjectCR in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionvoid
AnyObjectDataBinder.create
(AnyObject anyObject, AnyObjectCR anyObjectCR) -
Uses of AnyObjectCR in org.apache.syncope.core.provisioning.java
Modifier 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
Modifier and TypeMethodDescriptionvoid
AnyObjectDataBinderImpl.create
(AnyObject anyObject, AnyObjectCR anyObjectCR) -
Uses of AnyObjectCR in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionprotected AbstractAnyLogic
<AnyObjectTO, AnyObjectCR, AnyObjectUR> AnyObjectServiceImpl.getAnyLogic()
-
Uses of AnyObjectCR in org.apache.syncope.core.workflow.api
Modifier and TypeMethodDescriptionAnyObjectWorkflowAdapter.create
(AnyObjectCR anyObjectCR, String creator, String context) Create an anyObject. -
Uses of AnyObjectCR in org.apache.syncope.core.workflow.java
Modifier 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)