Uses of Interface
org.alfresco.module.org_alfresco_module_rm.action.RecordsManagementAction
-
-
Uses of RecordsManagementAction in org.alfresco.module.org_alfresco_module_rm.action
Classes in org.alfresco.module.org_alfresco_module_rm.action that implement RecordsManagementAction Modifier and Type Class Description class
RMActionExecuterAbstractBase
Records management action executer base classclass
RMDispositionActionExecuterAbstractBase
Methods in org.alfresco.module.org_alfresco_module_rm.action that return RecordsManagementAction Modifier and Type Method Description RecordsManagementAction
RecordsManagementActionService. getDispositionAction(String name)
Gets the named disposition actionRecordsManagementAction
RecordsManagementActionServiceImpl. getDispositionAction(String name)
RecordsManagementAction
RecordsManagementActionService. getRecordsManagementAction(String name)
Gets the named records management actionRecordsManagementAction
RecordsManagementActionServiceImpl. getRecordsManagementAction(String name)
Methods in org.alfresco.module.org_alfresco_module_rm.action that return types with arguments of type RecordsManagementAction Modifier and Type Method Description List<RecordsManagementAction>
RecordsManagementActionService. getDispositionActions()
Get a list of the available disposition actions.List<RecordsManagementAction>
RecordsManagementActionServiceImpl. getDispositionActions()
List<RecordsManagementAction>
RecordsManagementActionServiceImpl. getDispositionActions(NodeRef nodeRef)
Gets the disposition actions for the given nodeList<RecordsManagementAction>
RecordsManagementActionService. getRecordsManagementActions()
Get a list of the available records management actionsList<RecordsManagementAction>
RecordsManagementActionServiceImpl. getRecordsManagementActions()
Methods in org.alfresco.module.org_alfresco_module_rm.action with parameters of type RecordsManagementAction Modifier and Type Method Description void
RecordsManagementActionService. register(RecordsManagementAction rmAction)
Register records management actionvoid
RecordsManagementActionServiceImpl. register(RecordsManagementAction rmAction)
-
Uses of RecordsManagementAction in org.alfresco.module.org_alfresco_module_rm.action.impl
Classes in org.alfresco.module.org_alfresco_module_rm.action.impl that implement RecordsManagementAction Modifier and Type Class Description class
AddRecordTypeAction
Action to add types to a recordclass
ApplyCustomTypeAction
This class applies the aspect specified in the spring bean property customTypeAspect.class
BroadcastDispositionActionDefinitionUpdateAction
Action to implement the consequences of a change to the value of the DispositionActionDefinition properties.class
CloseRecordFolderAction
Action to close the records folderclass
CompleteEventAction
Complete event actionclass
CopyMoveLinkFileToBaseAction
File To action implementation.class
CopyToAction
File To action implementation.class
CreateDispositionScheduleAction
Create disposition schedule actionclass
CutOffAction
Cut off disposition actionclass
DeclareRecordAction
Declare record actionclass
DelegateAction
Records management action who's implementation is delegated to an existing Action.class
DeleteHoldAction
Delete Hold Actionclass
DestroyAction
Destroy action.class
EditDispositionActionAsOfDateAction
Edit review as of date action.class
EditHoldReasonAction
Edit freeze reason Actionclass
EditReviewAsOfDateAction
Edit review as of date actionclass
FileReportAction
File report generic action.class
FileToAction
File To action implementation.class
FreezeAction
Freeze Actionclass
LinkToAction
Link To action implementation.class
MoveToAction
File To action implementation.class
OpenRecordFolderAction
Action to re-open the records folderclass
RejectAction
Reject action for an unfiled recordclass
RelinquishHoldAction
Relinquish Hold Actionclass
RequestInfoAction
Request info action for starting a workflow to request more information for an undeclared recordclass
RetainAction
Retain actionclass
SplitEmailAction
Split Email Action Splits the attachments for an email message out to independent records.class
TransferAction
Transfer actionclass
TransferCompleteAction
Transfer complete actionclass
UnCutoffAction
UnCutoff action implementationclass
UndeclareRecordAction
Undeclare record actionclass
UndoEventAction
Undo event actionclass
UnfreezeAction
Unfreeze Actionclass
UnlinkFromAction
Unlink from action implementation. -
Uses of RecordsManagementAction in org.alfresco.module.org_alfresco_module_rm.audit
Methods in org.alfresco.module.org_alfresco_module_rm.audit with parameters of type RecordsManagementAction Modifier and Type Method Description void
RecordsManagementAuditServiceDeprecated. auditRMAction(RecordsManagementAction action, NodeRef nodeRef, Map<String,Serializable> parameters)
Deprecated.as of 2.1void
RecordsManagementAuditServiceImpl. auditRMAction(RecordsManagementAction action, NodeRef nodeRef, Map<String,Serializable> parameters)
Deprecated.since 2.1 -
Uses of RecordsManagementAction in org.alfresco.module.org_alfresco_module_rm.vital
Classes in org.alfresco.module.org_alfresco_module_rm.vital that implement RecordsManagementAction Modifier and Type Class Description class
BroadcastVitalRecordDefinitionAction
Action to implement the consequences of a change to the value of the VitalRecordDefinition properties.class
ReviewedAction
Reviewed action.
-