public final class ProcessLog extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
ProcessLog()
Creates new instance.
|
|
ProcessLog(long modelInstanceId,
Long moduleInstanceId,
Long processInstanceId,
Long parentProcessInstanceId,
long modelId,
String elementId,
String elementClass,
String elementName,
LogEvent event,
long index,
Date date,
String terminationReason,
Long tokenId,
Long executionId,
String oldState,
String newState,
String parentModelElementId,
String iteratorValue,
String message)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns the date.
|
String |
getElementClass()
Returns the element class of this log.
|
String |
getElementId()
Returns the element id.
|
String |
getElementName()
Returns the element name of this log.
|
LogEvent |
getEvent()
Returns the event.
|
Long |
getExecutionId()
Returns the execution id.
|
long |
getIndex()
Returns the index of this log.
|
String |
getIteratorValue() |
String |
getMessage() |
long |
getModelId()
Returns the model id of this log.
|
long |
getModelInstanceId()
Returns the model instance id.
|
Long |
getModuleInstanceId()
Returns the module instance id.
|
String |
getNewState()
Returns the new state.
|
String |
getOldState()
Returns the old state.
|
String |
getParentModelElementId() |
Long |
getParentProcessInstanceId()
Returns the parent process instance id.
|
Long |
getProcessInstanceId()
Returns the process instance id.
|
String |
getTerminationReason()
Returns the termination reason.
|
Long |
getTokenId()
Returns the token id.
|
String |
toString() |
protected ProcessLog()
public ProcessLog(long modelInstanceId, Long moduleInstanceId, Long processInstanceId, Long parentProcessInstanceId, long modelId, String elementId, String elementClass, String elementName, LogEvent event, long index, Date date, String terminationReason, Long tokenId, Long executionId, String oldState, String newState, String parentModelElementId, String iteratorValue, String message)
modelInstanceId
- moduleInstanceId
- processInstanceId
- parentProcessInstanceId
- modelId
- elementId
- elementClass
- elementName
- event
- index
- date
- terminationReason
- tokenId
- executionId
- oldState
- newState
- parentModelElementId
- iteratorValue
- message
- NullPointerException
- if modelId
or event
or date
is nullpublic long getModelInstanceId()
public Long getModuleInstanceId()
public Long getProcessInstanceId()
public Long getParentProcessInstanceId()
public long getModelId()
public String getElementId()
public String getElementClass()
public String getElementName()
public LogEvent getEvent()
public long getIndex()
public Date getDate()
public String getTerminationReason()
public Long getTokenId()
public Long getExecutionId()
public String getOldState()
public String getNewState()
public String getParentModelElementId()
public String getIteratorValue()
public String getMessage()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.