Uses of Interface
org.hippoecm.repository.api.Workflow
-
Packages that use Workflow Package Description org.hippoecm.repository.api org.hippoecm.repository.ext -
-
Uses of Workflow in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api that return Workflow Modifier and Type Method Description Workflow
WorkflowContext. getWorkflow(String category)
Obtains a workflow instance for this workflow context its subject.Workflow
WorkflowContext. getWorkflow(String category, Document document)
Obtains a workflow instance for a document subjectWorkflow
WorkflowManager. getWorkflow(String category, Node item)
Obtains the workflow for the document as indicated by the javax.jcr.Node instance in the specified category.Workflow
WorkflowManager. getWorkflow(String category, Document document)
Obtains the workflow for the document as indicated Document instance in the specified category.Workflow
WorkflowManager. getWorkflow(WorkflowDescriptor descriptor)
Obtains the workflow for the previously requested workflow descriptor within the same session.Methods in org.hippoecm.repository.api that return types with arguments of type Workflow Modifier and Type Method Description Class<Workflow>[]
WorkflowDescriptor. getInterfaces()
Obtain the workflow interfaces implemented by this workflow. -
Uses of Workflow in org.hippoecm.repository.ext
Classes in org.hippoecm.repository.ext that implement Workflow Modifier and Type Class Description class
WorkflowImpl
Implementors of a work-flow in the repository must extend from the WorkflowImpl base type.
-