Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.modulemanager |
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) |
List<SchemaOperationResult> |
SharedRecordService.dropCreateSchema(long moduleId,
boolean execute)
Drops and creates the database schema for the given mode.
|
List<SchemaOperationResult> |
SharedRecordServiceBean.dropCreateSchema(long modelId,
boolean execute) |
ByteData |
ModelManagementService.exportModules(long moduleId)
Create archive(ZIP) file of modules identified by the given module id.
|
ModuleEntryList |
ModelManagementService.findModuleEntriesByType(long moduleId,
String type)
Returns a list of module entries for the given module and type.
|
ModuleEntry |
ModelManagementService.findModuleEntryByPath(long moduleId,
String path)
Returns content of the specified process resource for given module.
|
void |
ModelManagementService.unloadModule(long moduleId)
Removes the module from the system.
|
void |
ModelManagementService.unloadModules(List<Module> modules)
Unloads modules.
|
void |
ModelManagementService.unloadModuleWithDependentModules(long moduleId)
Removes the module from the system.
|
List<SchemaOperationResult> |
SharedRecordService.updateSchema(long moduleId,
boolean execute)
Updates the database schema for the given model.
|
List<SchemaOperationResult> |
SharedRecordServiceBean.updateSchema(long modelId,
boolean execute) |
List<SchemaOperationResult> |
SharedRecordService.validateSchema(long moduleId)
Validates the database schema for the given model.
|
List<SchemaOperationResult> |
SharedRecordServiceBean.validateSchema(long modelId) |
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 |
---|---|
ByteData |
ModelManagementServiceBean.exportModules(long moduleId) |
ModuleEntryList |
ModelManagementServiceBean.findModuleEntriesByType(long moduleId,
String type) |
ModuleEntry |
ModelManagementServiceBean.findModuleEntryByPath(long moduleId,
String path) |
void |
ModelManagementServiceBean.unloadModule(long moduleId) |
void |
ModelManagementServiceBean.unloadModuleWithDependentModules(long moduleId) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.