Uses of Interface
org.alfresco.module.org_alfresco_module_rm.disposition.DispositionAction
-
Packages that use DispositionAction Package Description org.alfresco.module.org_alfresco_module_rm.action.impl org.alfresco.module.org_alfresco_module_rm.disposition -
-
Uses of DispositionAction in org.alfresco.module.org_alfresco_module_rm.action.impl
Methods in org.alfresco.module.org_alfresco_module_rm.action.impl with parameters of type DispositionAction Modifier and Type Method Description protected void
BroadcastDispositionActionDefinitionUpdateAction. persistPeriodChanges(org.alfresco.service.cmr.repository.NodeRef dispositionActionDef, DispositionAction nextAction)
Persists any changes made to the period on the given disposition action definition on the given next action. -
Uses of DispositionAction in org.alfresco.module.org_alfresco_module_rm.disposition
Classes in org.alfresco.module.org_alfresco_module_rm.disposition that implement DispositionAction Modifier and Type Class Description class
DispositionActionImpl
Disposition action implementation.Methods in org.alfresco.module.org_alfresco_module_rm.disposition that return DispositionAction Modifier and Type Method Description DispositionAction
DispositionService. getLastCompletedDispostionAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Helper method to get the last completed disposition action.DispositionAction
DispositionServiceImpl. getLastCompletedDispostionAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
DispositionAction
DispositionService. getNextDispositionAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the next disposition action for a given nodeDispositionAction
DispositionServiceImpl. getNextDispositionAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Methods in org.alfresco.module.org_alfresco_module_rm.disposition that return types with arguments of type DispositionAction Modifier and Type Method Description List<DispositionAction>
DispositionService. getCompletedDispositionActions(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets a list of all the completed disposition action in the order they occured.List<DispositionAction>
DispositionServiceImpl. getCompletedDispositionActions(org.alfresco.service.cmr.repository.NodeRef nodeRef)
-