@Name(value="cmHistoryActions") @Scope(value=CONVERSATION) public class CaseManagementHistoryActionsBean extends CaseManagementContextBoundInstance
Constructor and Description |
---|
CaseManagementHistoryActionsBean() |
Modifier and Type | Method and Description |
---|---|
List<? extends LogEntry> |
computeCaseDistributionLogEntries() |
SelectDataModel |
computeCaseSelectModelDistributionLogEntries() |
List<? extends LogEntry> |
computeDistributionLogEntries() |
Map<Long,String> |
computeDistributionLogEntriesComments() |
Map<Long,LinkedDocument> |
computeLogDistributionEntrieslinkedDocs() |
List<? extends LogEntry> |
computeLogEntries() |
Map<Long,String> |
computeLogEntriesComments() |
Map<Long,LinkedDocument> |
computeLogEntrieslinkedDocs() |
SelectDataModel |
computeSelectDataModelLogEntries() |
SelectDataModel |
computeSelectModelDistributionLogEntries() |
getCachedCase, getCachedCaseItem, getCachedMailbox, getCurrentCase, getCurrentCaseItem, getCurrentClassificationRoot, getCurrentMailbox, getCurrentRouteRoot, onMailboxContextChange
@Factory(value="caseItemLogEntries", scope=EVENT) public List<? extends LogEntry> computeLogEntries() throws AuditException
AuditException
@Factory(value="caseItemLogEntriesSelectModel", scope=EVENT) public SelectDataModel computeSelectDataModelLogEntries() throws ClientException
ClientException
@Factory(value="caseItemDistributionLogEntries", scope=EVENT) public List<? extends LogEntry> computeDistributionLogEntries() throws AuditException
AuditException
@Factory(value="caseItemDistributionLogEntriesSelectModel", scope=EVENT) public SelectDataModel computeSelectModelDistributionLogEntries() throws ClientException
ClientException
@Factory(value="caseItemDistributionLogEntries", scope=EVENT) public List<? extends LogEntry> computeCaseDistributionLogEntries() throws AuditException
AuditException
@Factory(value="caseDistributionLogEntriesSelectModel", scope=EVENT) public SelectDataModel computeCaseSelectModelDistributionLogEntries() throws ClientException
ClientException
@Factory(value="caseItemLogEntriesComments", scope=EVENT) public Map<Long,String> computeLogEntriesComments() throws AuditException
AuditException
@Factory(value="caseItemDistributionLogEntriesComments", scope=EVENT) public Map<Long,String> computeDistributionLogEntriesComments() throws AuditException
AuditException
@Factory(value="caseItemLogEntriesLinkedDocs", scope=EVENT) public Map<Long,LinkedDocument> computeLogEntrieslinkedDocs() throws AuditException
AuditException
@Factory(value="caseItemDistibutionEntriesLogLinkedDocs", scope=EVENT) public Map<Long,LinkedDocument> computeLogDistributionEntrieslinkedDocs() throws AuditException
AuditException
Copyright © 2013 Nuxeo SA. All Rights Reserved.