public interface CaseManagementDocumentActions extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
createCaseItemInCase()
Creates a new document from current changeable document.
|
String |
createCaseItemInDefaultCase()
Creates a new caseItem into a case by default from current changeable
document.
|
boolean |
getCanEditCurrentCaseItem()
Check if the current user can edit the document (right + lock)
|
boolean |
getCanEditCurrentDocument()
Check if the current user can edit the document (right + lock)
|
String |
getCaseItemLayoutMode()
Return the Layout Mode for the current user.
|
boolean |
isCaseItem()
Check if the current document is a CaseItem
|
void |
updateCurrentCaseItem()
Saves changes hold by the changeableDocument document model.
|
String createCaseItemInCase() throws ClientException
Document will be created in a hierarchy yyyy/mm/dd below current document (mail root)
ClientExceptionString createCaseItemInDefaultCase() throws ClientException
Document will be created in a hierarchy yyyy/mm/dd below current document (mail root)
ClientExceptionString getCaseItemLayoutMode() throws ClientException
ClientExceptionboolean getCanEditCurrentCaseItem()
throws ClientException
ClientExceptionboolean getCanEditCurrentDocument()
throws ClientException
ClientExceptionvoid updateCurrentCaseItem()
throws ClientException
ClientExceptionboolean isCaseItem()
throws ClientException
ClientExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.