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.ProcessInstance
public void setProcessId(String processId)
public long getId()
getId
in interface org.kie.api.runtime.process.ProcessInstance
public void setId(Long id)
public int getState()
getState
in interface org.kie.api.runtime.process.ProcessInstance
public void setState(Integer state)
public long getParentProcessInstanceId()
getParentProcessInstanceId
in interface org.kie.api.runtime.process.ProcessInstance
public void setParentProcessInstanceId(long parentProcessInstanceId)
public String getProcessName()
getProcessName
in interface org.kie.api.runtime.process.ProcessInstance
public org.kie.api.definition.process.Process getProcess()
getProcess
in interface org.kie.api.runtime.process.ProcessInstance
public String[] getEventTypes()
getEventTypes
in interface org.kie.api.runtime.process.EventListener
public void signalEvent(String type, Object event)
signalEvent
in interface org.kie.api.runtime.process.EventListener
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.