Interface GroupWorkflowAdapter
- All Superinterfaces:
WorkflowAdapter
- All Known Implementing Classes:
AbstractGroupWorkflowAdapter,DefaultGroupWorkflowAdapter
Interface for calling underlying workflow implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a group.voidDelete a group.Update a group.Methods inherited from interface org.apache.syncope.core.workflow.api.WorkflowAdapter
getPrefix
-
Method Details
-
create
Create a group.- Parameters:
groupCR- group to be created and whether to propagate it as activecreator- username that requested this operationcontext- context information- Returns:
- group just created
-
update
Update a group.- Parameters:
groupUR- modification set to be performedupdater- username that requested this operationcontext- context information- Returns:
- group just updated and propagations to be performed
-
delete
Delete a group.- Parameters:
groupKey- group to be deletederaser- username that requested this operationcontext- context information
-