Uses of Interface
org.apache.syncope.core.workflow.api.WorkflowAdapter
-
Packages that use WorkflowAdapter Package Description org.apache.syncope.core.flowable.impl org.apache.syncope.core.workflow.api org.apache.syncope.core.workflow.java -
-
Uses of WorkflowAdapter in org.apache.syncope.core.flowable.impl
Classes in org.apache.syncope.core.flowable.impl that implement WorkflowAdapter Modifier and Type Class Description classFlowableUserWorkflowAdapter -
Uses of WorkflowAdapter in org.apache.syncope.core.workflow.api
Subinterfaces of WorkflowAdapter in org.apache.syncope.core.workflow.api Modifier and Type Interface Description interfaceAnyObjectWorkflowAdapterInterface for calling underlying workflow implementations.interfaceGroupWorkflowAdapterInterface for calling underlying workflow implementations.interfaceUserWorkflowAdapterInterface for calling underlying workflow implementations. -
Uses of WorkflowAdapter in org.apache.syncope.core.workflow.java
Classes in org.apache.syncope.core.workflow.java that implement WorkflowAdapter Modifier and Type Class Description classAbstractAnyObjectWorkflowAdapterclassAbstractGroupWorkflowAdapterclassAbstractUserWorkflowAdapterclassDefaultAnyObjectWorkflowAdapterSimple implementation basically not involving any workflow engine.classDefaultGroupWorkflowAdapterSimple implementation basically not involving any workflow engine.classDefaultUserWorkflowAdapterSimple implementation basically not involving any workflow engine.
-