@Name(value="cmDistributionActions") @Install(precedence=10) @Scope(value=CONVERSATION) public class CaseManagementDistributionActionsBean extends CaseManagementContextBoundInstance
Modifier and Type | Field and Description |
---|---|
static String |
DISTRIBUTION_ACTION_TABS_CATEGORY |
Constructor and Description |
---|
CaseManagementDistributionActionsBean() |
Modifier and Type | Method and Description |
---|---|
String |
cancelWizard()
Resets wizard and navigates to document
|
boolean |
canDistributeCase() |
DistributionInfo |
getDistributionInfo() |
void |
resetWizard() |
boolean |
validateDistributionParticipants() |
String |
validateWizard() |
String |
validateWizard(DistributionInfo distributionInfo) |
getCachedCase, getCachedCaseItem, getCachedMailbox, getCurrentCase, getCurrentCaseItem, getCurrentClassificationRoot, getCurrentMailbox, getCurrentRouteRoot, onMailboxContextChange
public static final String DISTRIBUTION_ACTION_TABS_CATEGORY
public CaseManagementDistributionActionsBean()
@Factory(value="distributionInfo", scope=EVENT) public DistributionInfo getDistributionInfo() throws ClientException
ClientException
public boolean validateDistributionParticipants()
public String validateWizard(DistributionInfo distributionInfo) throws ClientException
ClientException
public String validateWizard() throws ClientException
ClientException
public boolean canDistributeCase() throws ClientException
ClientException
public String cancelWizard() throws ClientException
ClientException
public void resetWizard()
Copyright © 2011 Nuxeo SA. All Rights Reserved.