Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.dao |
Data access objects for access to different parts of process execution.
|
com.whitestein.lsps.engine.dao.jpa | |
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.test |
Modifier and Type | Method and Description |
---|---|
ModelInstanceInfoList |
ProcessService.findModelInstances(ModelInstanceCriteria criteria)
Returns model instance info-s according to the provided criteria.
|
ModelInstanceInfoList |
ProcessServiceBean.findModelInstances(ModelInstanceCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
QueryResult<ModelInstanceEntity> |
ModelInstanceDao.findByCriteria(ModelInstanceCriteria criteria)
Returns process instances according to the given criteria.
|
Modifier and Type | Method and Description |
---|---|
QueryResult<ModelInstanceEntity> |
JpaModelInstanceDao.findByCriteria(ModelInstanceCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
ModelInstanceCriteria |
ModelInstanceCriteria.setParameterPattern(String parameterName,
String parameterPattern)
Sets the string pattern of a process parameter identified by given parameter name.
|
Constructor and Description |
---|
ModelInstanceCriteria(ModelInstanceCriteria other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ModelInstance> |
LspsRemote.findModelInstances(ModelInstanceCriteria criteria)
Finds model instances by given criteria.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.