public abstract class BaseReassignDialog extends BaseDialogBean
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
BaseReassignDialog() |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.model.SelectItem[] |
getFilters()
Property accessed by the Generic Picker component.
|
protected org.alfresco.service.cmr.security.PersonService |
getPersonService() |
protected org.alfresco.service.cmr.workflow.WorkflowService |
getWorkflowService() |
javax.faces.model.SelectItem[] |
pickerCallback(int filterIndex,
java.lang.String contains)
Query callback method executed by the Generic Picker component.
|
void |
setPersonService(org.alfresco.service.cmr.security.PersonService personService) |
void |
setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService)
Sets the workflow service to use
|
cancel, doPostCommitProcessing, finish, finishImpl, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, init, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServicepublic void setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService)
workflowService - The WorkflowService instanceprotected org.alfresco.service.cmr.workflow.WorkflowService getWorkflowService()
public void setPersonService(org.alfresco.service.cmr.security.PersonService personService)
personService - The PersonService to set.protected org.alfresco.service.cmr.security.PersonService getPersonService()
public javax.faces.model.SelectItem[] getFilters()
public javax.faces.model.SelectItem[] pickerCallback(int filterIndex,
java.lang.String contains)
filterIndex - Index of the filter drop-down selectioncontains - Text from the contains textboxCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.