public class JaxbProcessInstance extends Object implements org.kie.api.runtime.process.ProcessInstance
| Constructor and Description |
|---|
JaxbProcessInstance() |
JaxbProcessInstance(org.kie.api.runtime.process.ProcessInstance processInstance) |
JaxbProcessInstance(org.kie.api.runtime.manager.audit.ProcessInstanceLog processInstanceLog) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getEventTypes() |
long |
getId() |
long |
getParentProcessInstanceId() |
org.kie.api.definition.process.Process |
getProcess() |
String |
getProcessId() |
String |
getProcessName() |
int |
getState() |
protected void |
initialize(org.kie.api.runtime.process.ProcessInstance processInstance) |
void |
setEventTypes(List<String> eventTypes) |
void |
setId(Long id) |
void |
setParentProcessInstanceId(long parentProcessInstanceId) |
void |
setProcessId(String processId) |
void |
setState(Integer state) |
void |
signalEvent(String type,
Object event) |
String |
toString() |
public JaxbProcessInstance()
public JaxbProcessInstance(org.kie.api.runtime.process.ProcessInstance processInstance)
public JaxbProcessInstance(org.kie.api.runtime.manager.audit.ProcessInstanceLog processInstanceLog)
protected void initialize(org.kie.api.runtime.process.ProcessInstance processInstance)
public String getProcessId()
getProcessId in interface org.kie.api.runtime.process.ProcessInstancepublic void setProcessId(String processId)
public long getId()
getId in interface org.kie.api.runtime.process.ProcessInstancepublic void setId(Long id)
public int getState()
getState in interface org.kie.api.runtime.process.ProcessInstancepublic void setState(Integer state)
public long getParentProcessInstanceId()
getParentProcessInstanceId in interface org.kie.api.runtime.process.ProcessInstancepublic void setParentProcessInstanceId(long parentProcessInstanceId)
public String getProcessName()
getProcessName in interface org.kie.api.runtime.process.ProcessInstancepublic org.kie.api.definition.process.Process getProcess()
getProcess in interface org.kie.api.runtime.process.ProcessInstancepublic String[] getEventTypes()
getEventTypes in interface org.kie.api.runtime.process.EventListenerpublic void signalEvent(String type, Object event)
signalEvent in interface org.kie.api.runtime.process.EventListenerCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.