Package | Description |
---|---|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.engine.state |
Contains implementation of persistent entities representing model data types.
|
com.whitestein.lsps.engine.state.ser | |
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Method and Description |
---|---|
LogEvent |
ProcessLog.getEvent()
Returns the event.
|
static LogEvent |
LogEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEvent[] |
LogEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
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 |
---|---|
LogEvent |
ProcessLog.getEvent()
Returns the event.
|
Constructor and Description |
---|
ProcessLog(ModelInstanceEntity modelInstance,
Long moduleInstanceId,
Long processInstanceId,
Long parentProcessInstanceId,
long logIndex,
Long modelId,
String elementId,
String elementName,
String elementClass,
Date logDate,
LogEvent event,
TerminationReason terminationReason,
Long tokenId,
Long executionId,
String oldState,
String newState,
String parentModelElementId,
String iteratorValue,
String message)
Creates new instance of
ProcessLog . |
ProcessLog(ModelInstanceEntity modelInstance,
ProcessInstance processInstance,
Long modelId,
String elementId,
String elementName,
String elementClass,
Date logDate,
LogEvent event,
TerminationReason terminationReason,
Long tokenId,
Long executionId,
String oldState,
String newState,
String parentModelElementId,
String iteratorValue)
Creates new instance of
ProcessLog . |
Modifier and Type | Method and Description |
---|---|
LogEvent |
SProcessLog.getEvent()
Returns event.
|
Modifier and Type | Method and Description |
---|---|
void |
SProcessLog.setEvent(LogEvent event) |
Modifier and Type | Method and Description |
---|---|
LogEvent |
ProcessLog.getEvent()
Returns event.
|
Constructor and Description |
---|
ProcessLog(ModelInstance modelInstance,
Long moduleInstanceId,
Long processInstanceId,
Long parentProcessInstanceId,
String elementClass,
String elementName,
LogEvent event,
long index,
Date logDate,
long modelId,
String elementId,
String terminationReason,
Long tokenId,
Long executionId,
String oldState,
String newState,
String parentModelElementId,
String iteratorValue,
String message)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.