public class SToken extends Object implements SXmlEntity, SEntityWithId
Constructor and Description |
---|
SToken()
Creates empty instance.
|
Modifier and Type | Method and Description |
---|---|
void |
addHandledBoundaryEvent(SHandledBoundaryEvent handledBoundaryEvent) |
void |
addTimeout(STimeoutFlow timeout) |
String |
getElementId()
Returns the model element id.
|
Long |
getExecutionId() |
String |
getFlowId() |
List<SHandledBoundaryEvent> |
getHandledBoundaryEvents() |
long |
getId()
Returns the id.
|
List<Long> |
getProcessInstanceIds() |
STask |
getTask() |
List<STimeoutFlow> |
getTimeouts() |
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked before unmarshalling into target.
|
void |
setElementId(String elementId) |
void |
setExecutionId(Long executionId) |
void |
setFlowId(String flowId) |
void |
setId(long id) |
void |
setProcessInstanceIds(List<Long> processInstanceIds) |
void |
setTask(STask task) |
public long getId()
SEntityWithId
getId
in interface SEntityWithId
public String getElementId()
public String getFlowId()
public List<STimeoutFlow> getTimeouts()
public Long getExecutionId()
public STask getTask()
public List<SHandledBoundaryEvent> getHandledBoundaryEvents()
public void setId(long id)
public void setElementId(String elementId)
public void setFlowId(String flowId)
public void addTimeout(STimeoutFlow timeout)
public void setExecutionId(Long executionId)
public void setTask(STask task)
public void addHandledBoundaryEvent(SHandledBoundaryEvent handledBoundaryEvent)
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
preUnmarshal
in interface UnmarshalCallback
parent
- instance of JAXB mapped class that will eventually reference target.
null when target is root element.public void postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
postUnmarshal
in interface UnmarshalCallback
parent
- instance of JAXB mapped class that will reference target.
null when target is root element.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.