Uses of Class
org.alfresco.module.org_alfresco_module_rm.action.RecordsManagementActionResult
-
Packages that use RecordsManagementActionResult Package Description org.alfresco.module.org_alfresco_module_rm.action -
-
Uses of RecordsManagementActionResult in org.alfresco.module.org_alfresco_module_rm.action
Methods in org.alfresco.module.org_alfresco_module_rm.action that return RecordsManagementActionResult Modifier and Type Method Description RecordsManagementActionResult
RecordsManagementAction. execute(org.alfresco.service.cmr.repository.NodeRef filePlanComponent, Map<String,Serializable> parameters)
Execution of the actionRecordsManagementActionResult
RMActionExecuterAbstractBase. execute(org.alfresco.service.cmr.repository.NodeRef filePlanComponent, Map<String,Serializable> parameters)
RecordsManagementActionResult
RecordsManagementActionService. executeRecordsManagementAction(String name, Map<String,Serializable> parameters)
Execute a records management action.RecordsManagementActionResult
RecordsManagementActionService. executeRecordsManagementAction(org.alfresco.service.cmr.repository.NodeRef nodeRef, String name)
Execute a records management actionRecordsManagementActionResult
RecordsManagementActionService. executeRecordsManagementAction(org.alfresco.service.cmr.repository.NodeRef nodeRef, String name, Map<String,Serializable> parameters)
Execute a records management actionRecordsManagementActionResult
RecordsManagementActionServiceImpl. executeRecordsManagementAction(String name, Map<String,Serializable> parameters)
RecordsManagementActionResult
RecordsManagementActionServiceImpl. executeRecordsManagementAction(org.alfresco.service.cmr.repository.NodeRef nodeRef, String name)
RecordsManagementActionResult
RecordsManagementActionServiceImpl. executeRecordsManagementAction(org.alfresco.service.cmr.repository.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 RecordsManagementActionResult Modifier and Type Method Description Map<org.alfresco.service.cmr.repository.NodeRef,RecordsManagementActionResult>
RecordsManagementActionService. executeRecordsManagementAction(List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs, String name)
Execute a records management action against several nodesMap<org.alfresco.service.cmr.repository.NodeRef,RecordsManagementActionResult>
RecordsManagementActionService. executeRecordsManagementAction(List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs, String name, Map<String,Serializable> parameters)
Execute a records management action against several nodesMap<org.alfresco.service.cmr.repository.NodeRef,RecordsManagementActionResult>
RecordsManagementActionServiceImpl. executeRecordsManagementAction(List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs, String name)
Map<org.alfresco.service.cmr.repository.NodeRef,RecordsManagementActionResult>
RecordsManagementActionServiceImpl. executeRecordsManagementAction(List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs, String name, Map<String,Serializable> parameters)
-