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.ejb | |
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.modulemanager | |
com.whitestein.lsps.wsserver |
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
ProcessService.createAndStartModelInstance(long modelId,
StringProperties properties,
boolean synchronously,
boolean startInterpretation)
Creates new model instance for given model id and properties and possibly starts
the model instance interpretation, This can be done
either synchronously or asynchronously.
|
ExecutionTrace |
ProcessServiceBean.createAndStartModelInstance(long modelId,
StringProperties properties,
boolean synchronously,
boolean startInterpretation) |
ExecutionTrace |
ProcessService.createAndStartModelInstanceWithParent(long modelId,
StringProperties properties,
Long parentModelInstanceId,
boolean synchronously,
boolean startInterpretation)
Creates new model instance for given model id and properties and possibly starts
the model instance interpretation, This can be done
either synchronously or asynchronously.
|
ExecutionTrace |
ProcessServiceBean.createAndStartModelInstanceWithParent(long modelId,
StringProperties properties,
Long parentModelInstanceId,
boolean synchronously,
boolean startInterpretation) |
ExecutionTrace |
ProcessService.createModelInstance(long modelId,
StringProperties properties,
boolean synchronously)
Creates new model instance for given model id and properties.
|
ExecutionTrace |
ProcessServiceBean.createModelInstance(long modelId,
StringProperties properties,
boolean synchronously) |
Long |
ProcessService.createModelInstanceSimple(long modelId,
StringProperties properties,
boolean synchronously)
Creates new model instance for given model id and properties.
|
Long |
ProcessServiceBean.createModelInstanceSimple(long modelId,
StringProperties properties,
boolean synchronously) |
ModulesUploadResult |
ModelManagementService.uploadModules(ByteData data,
StringProperties uploadProperties)
Process archive represented by byte array.
|
Modifier and Type | Method and Description |
---|---|
StringProperties |
ModelInstanceInfo.getProperties()
Returns process properties.
|
Constructor and Description |
---|
ModelInstanceInfo(long id,
Long parentId,
ModelInstanceState state,
Date startedDate,
Date finishedDate,
StringProperties properties,
long modelId,
String modelHash,
String modelName,
String modelVersion)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
WsServiceLocal.sendRequest(long wsRequestHandlerId,
String request,
StringProperties requestHeaders)
Sends web service request.
|
Modifier and Type | Method and Description |
---|---|
ModelInstanceInfo |
HumanActionsService.createModelInstance(long modelId,
StringProperties properties,
boolean synchronously)
Creates new model instance for given model id and properties.
|
ModelInstanceInfo |
HumanActionsServiceBean.createModelInstance(long modelId,
StringProperties properties,
boolean synchronously) |
Modifier and Type | Method and Description |
---|---|
ModulesUploadResult |
ModelManagementServiceBean.uploadModules(ByteData archive,
StringProperties uploadProperties) |
Modifier and Type | Method and Description |
---|---|
void |
WsServiceBean.sendRequest(long wsRequestHandlerId,
String request,
StringProperties requestHeaders) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.