|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CaseManagementPersister
Method Summary | |
---|---|
Case |
createCaseFromExistingCaseItem(CaseItem item,
org.nuxeo.ecm.core.api.CoreSession session)
|
String |
getCaseRootPath()
Returns the case root path in the application. |
org.nuxeo.ecm.core.api.DocumentModel |
getParentDocumentForCase(org.nuxeo.ecm.core.api.CoreSession session)
|
org.nuxeo.ecm.core.api.DocumentModel |
getParentDocumentForCase(org.nuxeo.ecm.core.api.CoreSession session,
Date date)
Default implementation uses date to find or create a set of folders representing the given date hierarchy. |
String |
getParentDocumentPathForCase(org.nuxeo.ecm.core.api.CoreSession session)
|
String |
getParentDocumentPathForCase(org.nuxeo.ecm.core.api.CoreSession session,
Date date)
Default implementation uses date to find or create a set of folders representing the given date hierarchy. |
String |
getParentDocumentPathForCaseItem(org.nuxeo.ecm.core.api.CoreSession session,
Case kase)
|
void |
setCaseRootPath(String caseRootPath)
Sets the case root path in the application. |
Method Detail |
---|
String getCaseRootPath()
void setCaseRootPath(String caseRootPath)
org.nuxeo.ecm.core.api.DocumentModel getParentDocumentForCase(org.nuxeo.ecm.core.api.CoreSession session)
String getParentDocumentPathForCase(org.nuxeo.ecm.core.api.CoreSession session)
session
-
org.nuxeo.ecm.core.api.DocumentModel getParentDocumentForCase(org.nuxeo.ecm.core.api.CoreSession session, Date date)
session
- date
-
String getParentDocumentPathForCase(org.nuxeo.ecm.core.api.CoreSession session, Date date)
session
- date
-
Case createCaseFromExistingCaseItem(CaseItem item, org.nuxeo.ecm.core.api.CoreSession session)
item
- session
-
String getParentDocumentPathForCaseItem(org.nuxeo.ecm.core.api.CoreSession session, Case kase)
session
- kase
-
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |