Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
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.modulemanager.migration | |
com.whitestein.lsps.os |
Services for person management, person-role mapping, and role querying.
|
com.whitestein.lsps.os.dto |
Data transfer objects for person management services.
|
com.whitestein.lsps.pm | |
com.whitestein.lsps.stdlib | |
com.whitestein.lsps.test |
Modifier and Type | Method and Description |
---|---|
ByteData |
ModelManagementService.exportModules(long moduleId)
Create archive(ZIP) file of modules identified by the given module id.
|
ByteData |
MigrationService.getExternalDataMappings(long migrationId)
Returns the migration external data mapping by the migration id.
|
ByteData |
MigrationService.getMigrationConfig(long migrationId)
Returns the migration configuration by the migration id.
|
ByteData |
ProcessService.getRawModelInstanceXml(long modelInstanceId)
Returns the specified model instance as an xml structure or null if it does not exist.
|
ByteData |
ProcessServiceBean.getRawModelInstanceXml(long modelInstanceId) |
Modifier and Type | Method and Description |
---|---|
long |
BinaryDataService.addBinaryEntry(String filename,
String description,
ByteData data)
Add a binary entry and returns the entry id.
|
long |
BinaryDataService.addBinaryEntryWithMetadata(String filename,
String description,
ByteData data,
List<BinaryDataMetadata> metadata)
Add a binary entry and returns the entry id.
|
Migration |
MigrationService.createMigration(String migrationName,
ByteData migrationConfig,
ByteData externalDataMappings)
Uploads migration configuration to the server.
|
void |
ProcessService.setRawModelInstanceXml(long modelInstanceId,
ByteData data)
Sets the model instance state.
|
void |
ProcessServiceBean.setRawModelInstanceXml(long modelInstanceId,
ByteData data) |
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 |
---|---|
ByteData |
GenericDocumentService.getSavedDocumentState(long savedDocumentId)
Returns the content of a saved document.
|
ByteData |
GenericDocumentServiceBean.getSavedDocumentState(long savedDocumentId) |
ByteData |
TodoService.getTodoSavedState(long todoId)
Returns the content of a saved to-do.
|
ByteData |
TodoServiceBean.getTodoSavedState(long todoId) |
Modifier and Type | Method and Description |
---|---|
void |
TodoService.saveTodo(long todoId,
ByteData data)
Saves to-do.
|
void |
TodoServiceBean.saveTodo(long todoId,
ByteData data) |
void |
GenericDocumentService.setSavedDocumentState(long savedDocumentId,
ByteData data)
Sets the saved document state.
|
void |
GenericDocumentServiceBean.setSavedDocumentState(long savedDocumentId,
ByteData data) |
void |
TodoService.setTodoSavedState(long todoId,
ByteData data)
Sets the todo saved state.
|
void |
TodoServiceBean.setTodoSavedState(long todoId,
ByteData data) |
TodoList |
TodoService.submitTodo(long todoId,
ByteData data)
Submits the to-do and returns the next to-do group.
|
TodoList |
TodoServiceBean.submitTodo(long todoId,
ByteData result) |
TodoList |
TodoService.submitTodoInNewTransaction(long todoId,
ByteData data)
Submits the to-do and returns the next to-do group.
|
TodoList |
TodoServiceBean.submitTodoInNewTransaction(long todoId,
ByteData result) |
TodoList |
TodoService.submitTodoWithDeadlockRetry(long todoId,
ByteData data)
Submits the to-do and returns the next to-do group.
|
TodoList |
TodoServiceBean.submitTodoWithDeadlockRetry(long todoId,
ByteData result) |
Modifier and Type | Method and Description |
---|---|
ByteData |
ModelManagementServiceBean.exportModules(long moduleId) |
Modifier and Type | Method and Description |
---|---|
ModulesProcessingResult |
ModelManagementServiceBean.processArchive(ByteData archive,
Map<String,String> properties) |
ModulesUploadResult |
ModelManagementServiceBean.uploadModules(ByteData archive,
StringProperties uploadProperties) |
Modifier and Type | Method and Description |
---|---|
ByteData |
MigrationServiceBean.getExternalDataMappings(long migrationId) |
ByteData |
MigrationServiceBean.getMigrationConfig(long migrationId) |
Modifier and Type | Method and Description |
---|---|
Migration |
MigrationServiceBean.createMigration(String migrationName,
ByteData migrationConfig,
ByteData externalDataMappings) |
Modifier and Type | Method and Description |
---|---|
ByteData |
PersonService.getSetting(String personId,
String settingName)
Returns the personal setting with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
PersonService.setSetting(String personId,
String settingName,
ByteData settingContent)
Sets the given personal setting.
|
Modifier and Type | Method and Description |
---|---|
ByteData |
PersonPicture.getData()
Returns data.
|
Constructor and Description |
---|
PersonPicture(String filename,
String mime,
ByteData data)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ByteData |
PersonServiceBase.getSetting(String personId,
String settingName) |
Modifier and Type | Method and Description |
---|---|
void |
PersonServiceBase.setSetting(String personId,
String settingName,
ByteData settingContent) |
Modifier and Type | Method and Description |
---|---|
long |
BinaryDataServiceBean.addBinaryEntry(String fileName,
String description,
ByteData data) |
long |
BinaryDataServiceBean.addBinaryEntryWithMetadata(String fileName,
String description,
ByteData data,
List<BinaryDataMetadata> metadata) |
Modifier and Type | Method and Description |
---|---|
long |
ModelInstance.updateModel(String migrationName,
ByteData migrationConfig)
Updates a model.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.