Uses of Class
org.imixs.workflow.engine.WorkflowService
-
Packages that use WorkflowService Package Description org.imixs.workflow.engine.adapters org.imixs.workflow.engine.plugins -
-
Uses of WorkflowService in org.imixs.workflow.engine.adapters
Fields in org.imixs.workflow.engine.adapters declared as WorkflowService Modifier and Type Field Description protected WorkflowServiceAccessAdapter. workflowServiceMethods in org.imixs.workflow.engine.adapters with parameters of type WorkflowService Modifier and Type Method Description voidAccessAdapter. setWorkflowService(WorkflowService workflowService)Constructors in org.imixs.workflow.engine.adapters with parameters of type WorkflowService Constructor Description AccessAdapter(WorkflowService workflowService)CDI Constructor to inject WorkflowService -
Uses of WorkflowService in org.imixs.workflow.engine.plugins
Methods in org.imixs.workflow.engine.plugins that return WorkflowService Modifier and Type Method Description WorkflowServiceAbstractPlugin. getWorkflowService()Returns an instance of the WorkflowService EJB.
-