org.jbpm.process.instance
public interface ProcessInstance extends org.kie.api.runtime.process.ProcessInstance, ContextInstanceContainer, ContextableInstance
Modifier and Type | Method and Description |
---|---|
org.drools.core.common.InternalKnowledgeRuntime |
getKnowledgeRuntime() |
String |
getOutcome() |
long |
getParentProcessInstanceId() |
org.kie.api.definition.process.Process |
getProcess() |
void |
setId(long id) |
void |
setKnowledgeRuntime(org.drools.core.common.InternalKnowledgeRuntime kruntime) |
void |
setParentProcessInstanceId(long parentId) |
void |
setProcess(org.kie.api.definition.process.Process process) |
void |
setState(int state) |
void |
setState(int state,
String outcome) |
void |
start() |
getId, getProcessId, getProcessName, getState
getEventTypes, signalEvent
addContextInstance, getContextContainer, getContextInstance, getContextInstance, getContextInstances, removeContextInstance
getContextInstance
void setId(long id)
void setProcess(org.kie.api.definition.process.Process process)
org.kie.api.definition.process.Process getProcess()
getProcess
in interface org.kie.api.runtime.process.ProcessInstance
void setState(int state)
void setState(int state, String outcome)
void setKnowledgeRuntime(org.drools.core.common.InternalKnowledgeRuntime kruntime)
org.drools.core.common.InternalKnowledgeRuntime getKnowledgeRuntime()
void start()
String getOutcome()
long getParentProcessInstanceId()
void setParentProcessInstanceId(long parentId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.