Package | Description |
---|---|
org.nuxeo.cm.cases | |
org.nuxeo.cm.core.persister | |
org.nuxeo.cm.core.service | |
org.nuxeo.cm.service | |
org.nuxeo.cm.test |
Modifier and Type | Class and Description |
---|---|
class |
CaseItemImpl |
Modifier and Type | Method and Description |
---|---|
CaseItem |
CaseImpl.getFirstItem(CoreSession session) |
CaseItem |
Case.getFirstItem(CoreSession session)
Gets the first document within this envelope
|
Modifier and Type | Method and Description |
---|---|
List<CaseItem> |
CaseImpl.getCaseItems(CoreSession session) |
List<CaseItem> |
Case.getCaseItems(CoreSession session)
Returns unmodifiable list of items.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CaseImpl.addCaseItem(CaseItem item,
CoreSession session) |
boolean |
Case.addCaseItem(CaseItem item,
CoreSession session)
Adds given item to the envelope.
|
boolean |
CaseImpl.removeCaseItem(CaseItem item,
CoreSession session) |
boolean |
Case.removeCaseItem(CaseItem item,
CoreSession session)
Removes given item from the envelope.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CaseImpl.moveDownEmailsInCase(List<CaseItem> selected,
CoreSession session) |
boolean |
Case.moveDownEmailsInCase(List<CaseItem> selected,
CoreSession session)
Moves down given selected items in the envelope.
|
boolean |
CaseImpl.moveUpEmailsInCase(List<CaseItem> selected,
CoreSession session) |
boolean |
Case.moveUpEmailsInCase(List<CaseItem> selected,
CoreSession session)
Moves up given selected items in the envelope.
|
Modifier and Type | Method and Description |
---|---|
Case |
SeparateCaseCaseItemPersister.createCaseFromExistingCaseItem(CaseItem item,
CoreSession session) |
Case |
CaseItemInCasePersister.createCaseFromExistingCaseItem(CaseItem item,
CoreSession session) |
Modifier and Type | Method and Description |
---|---|
CaseItem |
CaseDistributionServiceImpl.addCaseItemToCase(CoreSession session,
Case kase,
DocumentModel emailDoc) |
Modifier and Type | Method and Description |
---|---|
Case |
CaseDistributionServiceImpl.createCaseFromExistingCaseItem(CaseItem item,
CoreSession session) |
Constructor and Description |
---|
CreateCaseUnrestricted(CoreSession session,
CaseItem item,
String parentPath,
List<Mailbox> mailboxes) |
Modifier and Type | Method and Description |
---|---|
CaseItem |
CaseDistributionService.addCaseItemToCase(CoreSession session,
Case kase,
DocumentModel emailDoc)
Add a CaseItem to a Case
|
Modifier and Type | Method and Description |
---|---|
Case |
CaseManagementPersister.createCaseFromExistingCaseItem(CaseItem item,
CoreSession session) |
Case |
CaseDistributionService.createCaseFromExistingCaseItem(CaseItem adapter,
CoreSession documentManager)
|
Modifier and Type | Method and Description |
---|---|
CaseItem |
CaseManagementRepositoryTestCase.getMailEnvelopeItem() |
Copyright © 2011 Nuxeo SA. All Rights Reserved.