Package org.jbpm.workflow.instance
Interface WorkflowProcessInstance
-
- All Superinterfaces:
ContextableInstance,ContextInstanceContainer,org.kie.api.runtime.process.EventListener,org.kie.api.runtime.process.NodeInstanceContainer,ProcessInstance,org.kie.api.runtime.process.ProcessInstance,org.kie.api.runtime.process.WorkflowProcessInstance
- All Known Implementing Classes:
RuleFlowProcessInstance,WorkflowProcessInstanceImpl
public interface WorkflowProcessInstance extends ProcessInstance, org.kie.api.runtime.process.WorkflowProcessInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddEventListener(String type, org.kie.api.runtime.process.EventListener eventListener, boolean external)voidremoveEventListener(String type, org.kie.api.runtime.process.EventListener eventListener, boolean external)-
Methods inherited from interface org.jbpm.process.instance.ContextableInstance
getContextInstance
-
Methods inherited from interface org.jbpm.process.instance.ContextInstanceContainer
addContextInstance, getContextContainer, getContextInstance, getContextInstance, getContextInstances, removeContextInstance
-
Methods inherited from interface org.kie.api.runtime.process.EventListener
getEventTypes, signalEvent
-
Methods inherited from interface org.kie.api.runtime.process.NodeInstanceContainer
getNodeInstance, getNodeInstances
-
Methods inherited from interface org.jbpm.process.instance.ProcessInstance
configureSLA, getAgendaFilter, getDeploymentId, getFaultData, getKnowledgeRuntime, getMetaData, getOutcome, getProcess, getSlaCompliance, getSlaDueDate, getStartDate, isSignalCompletion, setAgendaFilter, setDeploymentId, setId, setKnowledgeRuntime, setParentProcessInstanceId, setProcess, setSignalCompletion, setState, setState, setState, start, start
-
-