Interface AnyObjectWorkflowAdapter
- All Superinterfaces:
WorkflowAdapter
- All Known Implementing Classes:
AbstractAnyObjectWorkflowAdapter,DefaultAnyObjectWorkflowAdapter
Interface for calling underlying workflow implementations.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(AnyObjectCR anyObjectCR, String creator, String context) Create an anyObject.voidDelete an anyObject.update(AnyObjectUR anyObjectUR, String updater, String context) Update an anyObject.Methods inherited from interface org.apache.syncope.core.workflow.api.WorkflowAdapter
getPrefix
-
Method Details
-
create
Create an anyObject.- Parameters:
anyObjectCR- anyObject to be created and whether to propagate it as activecreator- username that requested this operationcontext- context information- Returns:
- anyObject just created
-
update
Update an anyObject.- Parameters:
anyObjectUR- modification set to be performedupdater- username that requested this operationcontext- context information- Returns:
- anyObject just updated and propagations to be performed
-
delete
Delete an anyObject.- Parameters:
anyObjectKey- anyObject to be deletederaser- username that requested this operationcontext- context information
-