Uses of Class
org.apache.syncope.common.lib.request.AnyObjectCR
-
-
Uses of AnyObjectCR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type AnyObjectCR Modifier and Type Method Description ProvisioningResult<AnyObjectTO>
AnyObjectRestClient. create(AnyObjectCR createReq)
-
Uses of AnyObjectCR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return AnyObjectCR Modifier and Type Method Description protected AnyObjectCR
AnyObjectCR.Builder. newInstance()
-
Uses of AnyObjectCR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyObjectCR Modifier and Type Method Description javax.ws.rs.core.Response
AnyObjectService. 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 AnyObjectCR Modifier and Type Method Description ProvisioningResult<AnyObjectTO>
AnyObjectLogic. 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 Modifier and Type Method Description Pair<String,List<PropagationStatus>>
AnyObjectProvisioningManager. create(AnyObjectCR anyObjectCR, Set<String> excludedResources, boolean nullPriorityAsync, String creator, String context)
-
Uses of AnyObjectCR in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AnyObjectCR Modifier and Type Method Description void
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 AnyObjectCR Modifier and Type Method Description Pair<String,List<PropagationStatus>>
DefaultAnyObjectProvisioningManager. create(AnyObjectCR anyObjectCR, boolean nullPriorityAsync, String creator, String context)
Pair<String,List<PropagationStatus>>
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 AnyObjectCR Modifier and Type Method Description void
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 AnyObjectCR 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 AnyObjectCR Modifier and Type Method Description javax.ws.rs.core.Response
AnyObjectServiceImpl. create(AnyObjectCR createReq)
-
Uses of AnyObjectCR in org.apache.syncope.core.workflow.api
Methods in org.apache.syncope.core.workflow.api with parameters of type AnyObjectCR Modifier and Type Method Description WorkflowResult<String>
AnyObjectWorkflowAdapter. 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 AnyObjectCR Modifier and Type Method Description WorkflowResult<String>
AbstractAnyObjectWorkflowAdapter. 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)
-