|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CaseItem | |
---|---|
org.nuxeo.cm.cases | |
org.nuxeo.cm.core.persister | |
org.nuxeo.cm.core.service | |
org.nuxeo.cm.ejb | |
org.nuxeo.cm.service | |
org.nuxeo.cm.test |
Uses of CaseItem in org.nuxeo.cm.cases |
---|
Classes in org.nuxeo.cm.cases that implement CaseItem | |
---|---|
class |
CaseItemImpl
|
Methods in org.nuxeo.cm.cases that return CaseItem | |
---|---|
CaseItem |
CaseImpl.getFirstItem(org.nuxeo.ecm.core.api.CoreSession session)
|
CaseItem |
Case.getFirstItem(org.nuxeo.ecm.core.api.CoreSession session)
Gets the first document within this envelope |
Methods in org.nuxeo.cm.cases that return types with arguments of type CaseItem | |
---|---|
List<CaseItem> |
CaseImpl.getCaseItems(org.nuxeo.ecm.core.api.CoreSession session)
|
List<CaseItem> |
Case.getCaseItems(org.nuxeo.ecm.core.api.CoreSession session)
Returns unmodifiable list of items. |
Methods in org.nuxeo.cm.cases with parameters of type CaseItem | |
---|---|
boolean |
CaseImpl.addCaseItem(CaseItem item,
org.nuxeo.ecm.core.api.CoreSession session)
|
boolean |
Case.addCaseItem(CaseItem item,
org.nuxeo.ecm.core.api.CoreSession session)
Adds given item to the envelope. |
boolean |
CaseImpl.removeCaseItem(CaseItem item,
org.nuxeo.ecm.core.api.CoreSession session)
|
boolean |
Case.removeCaseItem(CaseItem item,
org.nuxeo.ecm.core.api.CoreSession session)
Removes given item from the envelope. |
Method parameters in org.nuxeo.cm.cases with type arguments of type CaseItem | |
---|---|
boolean |
CaseImpl.moveDownEmailsInCase(List<CaseItem> selected,
org.nuxeo.ecm.core.api.CoreSession session)
|
boolean |
Case.moveDownEmailsInCase(List<CaseItem> selected,
org.nuxeo.ecm.core.api.CoreSession session)
Moves down given selected items in the envelope. |
boolean |
CaseImpl.moveUpEmailsInCase(List<CaseItem> selected,
org.nuxeo.ecm.core.api.CoreSession session)
|
boolean |
Case.moveUpEmailsInCase(List<CaseItem> selected,
org.nuxeo.ecm.core.api.CoreSession session)
Moves up given selected items in the envelope. |
Uses of CaseItem in org.nuxeo.cm.core.persister |
---|
Methods in org.nuxeo.cm.core.persister with parameters of type CaseItem | |
---|---|
Case |
SeparateCaseCaseItemPersister.createCaseFromExistingCaseItem(CaseItem item,
org.nuxeo.ecm.core.api.CoreSession session)
|
Case |
CaseItemInCasePersister.createCaseFromExistingCaseItem(CaseItem item,
org.nuxeo.ecm.core.api.CoreSession session)
|
Uses of CaseItem in org.nuxeo.cm.core.service |
---|
Methods in org.nuxeo.cm.core.service that return CaseItem | |
---|---|
CaseItem |
CaseDistributionServiceImpl.addCaseItemToCase(org.nuxeo.ecm.core.api.CoreSession session,
Case kase,
org.nuxeo.ecm.core.api.DocumentModel emailDoc)
|
Methods in org.nuxeo.cm.core.service with parameters of type CaseItem | |
---|---|
Case |
CaseDistributionServiceImpl.createCaseFromExistingCaseItem(CaseItem item,
org.nuxeo.ecm.core.api.CoreSession session)
|
Constructors in org.nuxeo.cm.core.service with parameters of type CaseItem | |
---|---|
CreateCaseUnrestricted(org.nuxeo.ecm.core.api.CoreSession session,
CaseItem item,
String parentPath,
List<Mailbox> mailboxes)
|
Uses of CaseItem in org.nuxeo.cm.ejb |
---|
Methods in org.nuxeo.cm.ejb that return CaseItem | |
---|---|
CaseItem |
CaseDistributionBean.addCaseItemToCase(org.nuxeo.ecm.core.api.CoreSession session,
Case kase,
org.nuxeo.ecm.core.api.DocumentModel emailDoc)
|
Methods in org.nuxeo.cm.ejb with parameters of type CaseItem | |
---|---|
Case |
CaseDistributionBean.createCaseFromExistingCaseItem(CaseItem adapter,
org.nuxeo.ecm.core.api.CoreSession documentManager)
|
Uses of CaseItem in org.nuxeo.cm.service |
---|
Methods in org.nuxeo.cm.service that return CaseItem | |
---|---|
CaseItem |
CaseDistributionService.addCaseItemToCase(org.nuxeo.ecm.core.api.CoreSession session,
Case kase,
org.nuxeo.ecm.core.api.DocumentModel emailDoc)
Add a CaseItem to a Case |
Methods in org.nuxeo.cm.service with parameters of type CaseItem | |
---|---|
Case |
CaseManagementPersister.createCaseFromExistingCaseItem(CaseItem item,
org.nuxeo.ecm.core.api.CoreSession session)
|
Case |
CaseDistributionService.createCaseFromExistingCaseItem(CaseItem adapter,
org.nuxeo.ecm.core.api.CoreSession documentManager)
This method calls CaseManagementPersister to create a
Case from the given CaseItem |
Uses of CaseItem in org.nuxeo.cm.test |
---|
Methods in org.nuxeo.cm.test that return CaseItem | |
---|---|
CaseItem |
CaseManagementRepositoryTestCase.getMailEnvelopeItem()
|
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |