Uses of Class
org.hippoecm.repository.api.WorkflowException
-
Packages that use WorkflowException Package Description org.hippoecm.repository.api org.hippoecm.repository.ext org.onehippo.repository.api -
-
Uses of WorkflowException in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api that throw WorkflowException 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 subjectMap<String,Serializable>
Workflow. hints()
The hints method is not an actual workflow call, but a method by which information can be retrieved from the workflow. -
Uses of WorkflowException in org.hippoecm.repository.ext
Methods in org.hippoecm.repository.ext that throw WorkflowException Modifier and Type Method Description Map<String,Serializable>
WorkflowImpl. hints()
The hints method is not an actual workflow call, but a method by which information can be retrieved from the workflow. -
Uses of WorkflowException in org.onehippo.repository.api
Methods in org.onehippo.repository.api that throw WorkflowException Modifier and Type Method Description Object
WorkflowTask. execute()
Execute this workflow task
-