| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CompressedData | 
ProcessService.getCompressedRawModelInstanceXml(long modelInstanceId)
Returns the specified model instance as an xml structure or null if it does not exist. 
 | 
CompressedData | 
ProcessServiceBean.getCompressedRawModelInstanceXml(long modelInstanceId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProcessService.setCompressedRawModelInstanceXml(long modelInstanceId,
                                CompressedData data)
Sets the model instance state. 
 | 
void | 
ProcessServiceBean.setCompressedRawModelInstanceXml(long modelInstanceId,
                                CompressedData data)  | 
| Modifier and Type | Method and Description | 
|---|---|
CompressedData | 
GenericDocumentService.getCompressedSavedDocumentState(long savedDocumentId)
Returns the content of a saved document. 
 | 
CompressedData | 
GenericDocumentServiceBean.getCompressedSavedDocumentState(long savedDocumentId)  | 
CompressedData | 
TodoService.getCompressedTodoSavedState(long todoId)
Returns the content of a saved to-do. 
 | 
CompressedData | 
TodoServiceBean.getCompressedTodoSavedState(long todoId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GenericDocumentService.setCompressedDocumentSavedState(long savedDocumentId,
                               CompressedData data)
Sets the saved document state. 
 | 
void | 
GenericDocumentServiceBean.setCompressedDocumentSavedState(long savedDocumentId,
                               CompressedData data)  | 
void | 
TodoService.setCompressedTodoSavedState(long todoId,
                           CompressedData data)
Sets the todo saved state. 
 | 
void | 
TodoServiceBean.setCompressedTodoSavedState(long todoId,
                           CompressedData data)  | 
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.