Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CompressedString |
ProcessService.getCompressedModelInstanceXml(long modelInstanceId,
List<ModelInstanceData> data)
Returns the specified model instance as an xml structure or null if it does not exist.
|
CompressedString |
ProcessServiceBean.getCompressedModelInstanceXml(long modelInstanceId,
List<ModelInstanceData> data) |
String |
ProcessService.getModelInstanceXml(long modelInstanceId,
List<ModelInstanceData> data)
Returns the specified model instance as an xml structure or null if it does not exist.
|
String |
ProcessServiceBean.getModelInstanceXml(long modelInstanceId,
List<ModelInstanceData> data) |
Modifier and Type | Method and Description |
---|---|
static ModelInstanceData |
ModelInstanceData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelInstanceData[] |
ModelInstanceData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ModelInstanceDumper(Collection<ModelInstanceData> dataFilter,
ProcessLogDao processLogDao)
Creates new instance
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.