Package | Description |
---|---|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.human.dto |
Data transfer objects for the functionality related to human-oriented processes.
|
Modifier and Type | Method and Description |
---|---|
SavedDocument |
GenericDocumentService.getSavedDocument(long savedDocumentId,
boolean includeContent)
Returns the saved document.
|
SavedDocument |
GenericDocumentServiceBean.getSavedDocument(long savedDocumentId,
boolean includeContent) |
Modifier and Type | Method and Description |
---|---|
List<SavedDocument> |
SavedDocumentList.getData()
Returns a list of saved documents.
|
Constructor and Description |
---|
SavedDocumentList(Collection<SavedDocument> savedDocuments)
Creates new instance.
|
SavedDocumentList(Collection<SavedDocument> savedDocuments,
long total)
Creates new instance.
|
SavedDocumentList(QueryResult<SavedDocument> savedDocuments)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.