public interface CaseManagementPersister
| Modifier and Type | Method and Description |
|---|---|
Case |
createCaseFromExistingCaseItem(CaseItem item,
CoreSession session) |
String |
getCaseRootPath()
Returns the case root path in the application.
|
DocumentModel |
getParentDocumentForCase(CoreSession session) |
DocumentModel |
getParentDocumentForCase(CoreSession session,
Date date)
Default implementation uses date to find or create a set of folders
representing the given date hierarchy.
|
String |
getParentDocumentPathForCase(CoreSession session) |
String |
getParentDocumentPathForCase(CoreSession session,
Date date)
Default implementation uses date to find or create a set of folders
representing the given date hierarchy.
|
String |
getParentDocumentPathForCaseItem(CoreSession session,
Case kase) |
void |
setCaseRootPath(String caseRootPath)
Sets the case root path in the application.
|
String getCaseRootPath()
void setCaseRootPath(String caseRootPath)
DocumentModel getParentDocumentForCase(CoreSession session)
String getParentDocumentPathForCase(CoreSession session)
session - DocumentModel getParentDocumentForCase(CoreSession session, Date date)
session - date - String getParentDocumentPathForCase(CoreSession session, Date date)
session - date - Case createCaseFromExistingCaseItem(CaseItem item, CoreSession session)
item - session - String getParentDocumentPathForCaseItem(CoreSession session, Case kase)
session - kase - Copyright © 2011 Nuxeo SA. All Rights Reserved.