org.jbpm.workflow.instance
Interface WorkflowProcessInstance
- All Superinterfaces:
- ContextableInstance, ContextInstanceContainer, org.kie.api.runtime.process.EventListener, org.kie.api.runtime.process.NodeInstanceContainer, org.kie.api.runtime.process.ProcessInstance, org.kie.api.runtime.process.WorkflowProcessInstance
public interface WorkflowProcessInstance
- extends ProcessInstance, org.kie.api.runtime.process.WorkflowProcessInstance
Fields inherited from interface org.kie.api.runtime.process.ProcessInstance |
STATE_ABORTED, STATE_ACTIVE, STATE_COMPLETED, STATE_PENDING, STATE_SUSPENDED |
Method Summary |
void |
addEventListener(String type,
org.kie.api.runtime.process.EventListener eventListener,
boolean external)
|
void |
removeEventListener(String type,
org.kie.api.runtime.process.EventListener eventListener,
boolean external)
|
Methods inherited from interface org.jbpm.process.instance.ProcessInstance |
getKnowledgeRuntime, getOutcome, getParentProcessInstanceId, getProcess, setId, setKnowledgeRuntime, setParentProcessInstanceId, setProcess, setState, setState, start |
Methods inherited from interface org.kie.api.runtime.process.WorkflowProcessInstance |
getVariable, setVariable |
Methods inherited from interface org.kie.api.runtime.process.ProcessInstance |
getId, getProcessId, getProcessName, getState |
Methods inherited from interface org.kie.api.runtime.process.EventListener |
getEventTypes, signalEvent |
Methods inherited from interface org.kie.api.runtime.process.NodeInstanceContainer |
getNodeInstance, getNodeInstances |
addEventListener
void addEventListener(String type,
org.kie.api.runtime.process.EventListener eventListener,
boolean external)
removeEventListener
void removeEventListener(String type,
org.kie.api.runtime.process.EventListener eventListener,
boolean external)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.