Interface RecordsManagementActionDefinition
-
- All Superinterfaces:
ActionDefinition
,ParameterizedItemDefinition
- All Known Implementing Classes:
RecordsManagementActionDefinitionImpl
@AlfrescoPublicApi public interface RecordsManagementActionDefinition extends ActionDefinition
Extended action definition interface.- Since:
- 2.1
- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<FilePlanComponentKind>
getApplicableKinds()
-
Methods inherited from interface org.alfresco.service.cmr.action.ActionDefinition
getApplicableTypes, getTrackStatus
-
Methods inherited from interface org.alfresco.service.cmr.action.ParameterizedItemDefinition
getAdhocPropertiesAllowed, getDescription, getName, getParameterDefinitions, getParameterDefintion, getTitle, hasParameterDefinitions
-
-
-
-
Method Detail
-
getApplicableKinds
Set<FilePlanComponentKind> getApplicableKinds()
- Returns:
- list of applicable file plan component kinds
-
-