Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.ejb | |
com.whitestein.lsps.engine.sharedrecord | |
com.whitestein.lsps.modulemanager | |
com.whitestein.lsps.orgstructure.modulemanager |
Modifier and Type | Method and Description |
---|---|
static void |
ModelUploadUtil.checkForErrors(ModulesUploadResult result)
Checks the result for any problems with db schema.
|
com.whitestein.lsps.model.ProcessModel |
ModelProviderClientService.loadProcessModel(long moduleId)
INTERNAL API: Loads a process model into the cache.
|
com.whitestein.lsps.model.ProcessModel |
ModelProviderClientService.loadProcessModel(String modelHash)
INTERNAL API: Loads a process model into the cache.
|
ModulesUploadResult |
ModelManagementService.uploadModules(ByteData data,
StringProperties uploadProperties)
Process archive represented by byte array.
|
Modifier and Type | Method and Description |
---|---|
ModulesProcessingResult |
ModelManagementServiceLocal.processArchive(ByteData data,
Map<String,String> uploadProperties)
Process archive represented by byte array.
|
Modifier and Type | Method and Description |
---|---|
List<SchemaOperationResult> |
SchemaUpdateServiceBean.updateModules(Collection<Long> moduleIds,
SchemaUpdateStrategy strategy,
boolean execute) |
List<SchemaOperationResult> |
SchemaUpdateService.updateModules(Collection<Long> moduleIds,
SchemaUpdateStrategy strategy,
boolean execute)
Performs a schema update after a successful model upload.
|
Modifier and Type | Method and Description |
---|---|
com.whitestein.lsps.model.ProcessModel |
ModelProviderServiceBean.loadProcessModel(long moduleId) |
com.whitestein.lsps.model.ProcessModel |
ModelProviderServiceBean.loadProcessModel(String moduleHash) |
void |
ModelManagerPlugin.postUpload(Map<Module,com.whitestein.lsps.model.ProcessModel> modules,
Map<String,String> properties)
This method is called after each upload and the
moduleIds contain ids of all the
modules (even those which were already present in the repository before the upload). |
void |
ModelManagerPlugin.postUploadModule(Module module,
com.whitestein.lsps.model.ProcessModel processModel,
Map<String,String> properties)
This method is called after a module is uploaded.
|
ModulesProcessingResult |
ModelManagementServiceBean.processArchive(ByteData archive,
Map<String,String> properties) |
ArchiveProcessorResult |
ArchiveProcessor.processArchive(InputStream is,
Map<String,String> properties)
Processes the given archive.
|
ModulesUploadResult |
ModelManagementServiceBean.uploadModules(ByteData archive,
StringProperties uploadProperties) |
Modifier and Type | Method and Description |
---|---|
void |
OrgModelPlugin.postUpload(Map<Module,com.whitestein.lsps.model.ProcessModel> modules,
Map<String,String> properties) |
void |
OrgModelPlugin.postUploadModule(Module module,
com.whitestein.lsps.model.ProcessModel processModel,
Map<String,String> properties) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.