Uses of Class
org.alfresco.module.org_alfresco_module_rm.action.RecordsManagementActionResult
Packages that use RecordsManagementActionResult
-
Uses of RecordsManagementActionResult in org.alfresco.module.org_alfresco_module_rm.action
Methods in org.alfresco.module.org_alfresco_module_rm.action that return RecordsManagementActionResultModifier and TypeMethodDescriptionRecordsManagementAction.execute
(NodeRef filePlanComponent, Map<String, Serializable> parameters) Execution of the actionRMActionExecuterAbstractBase.execute
(NodeRef filePlanComponent, Map<String, Serializable> parameters) RecordsManagementActionService.executeRecordsManagementAction
(String name, Map<String, Serializable> parameters) Execute a records management action.RecordsManagementActionService.executeRecordsManagementAction
(NodeRef nodeRef, String name) Execute a records management actionRecordsManagementActionService.executeRecordsManagementAction
(NodeRef nodeRef, String name, Map<String, Serializable> parameters) Execute a records management actionRecordsManagementActionServiceImpl.executeRecordsManagementAction
(String name, Map<String, Serializable> parameters) RecordsManagementActionServiceImpl.executeRecordsManagementAction
(NodeRef nodeRef, String name) RecordsManagementActionServiceImpl.executeRecordsManagementAction
(NodeRef nodeRef, String name, Map<String, Serializable> parameters) Methods in org.alfresco.module.org_alfresco_module_rm.action that return types with arguments of type RecordsManagementActionResultModifier and TypeMethodDescriptionRecordsManagementActionService.executeRecordsManagementAction
(List<NodeRef> nodeRefs, String name) Execute a records management action against several nodesRecordsManagementActionService.executeRecordsManagementAction
(List<NodeRef> nodeRefs, String name, Map<String, Serializable> parameters) Execute a records management action against several nodesRecordsManagementActionServiceImpl.executeRecordsManagementAction
(List<NodeRef> nodeRefs, String name) RecordsManagementActionServiceImpl.executeRecordsManagementAction
(List<NodeRef> nodeRefs, String name, Map<String, Serializable> parameters)