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)
ClientException
String createCaseItemInDefaultCase() throws ClientException
Document will be created in a hierarchy yyyy/mm/dd below current document (mail root)
ClientException
String getCaseItemLayoutMode() throws ClientException
ClientException
boolean getCanEditCurrentCaseItem() throws ClientException
ClientException
boolean getCanEditCurrentDocument() throws ClientException
ClientException
void updateCurrentCaseItem() throws ClientException
ClientException
boolean isCaseItem() throws ClientException
ClientException
Copyright © 2013 Nuxeo SA. All Rights Reserved.