Class RecordableVersionConfigAction
java.lang.Object
org.alfresco.repo.action.CommonResourceAbstractBase
org.alfresco.repo.action.ParameterizedItemAbstractBase
org.alfresco.repo.action.executer.ActionExecuterAbstractBase
org.alfresco.module.org_alfresco_module_rm.action.dm.RecordableVersionConfigAction
- All Implemented Interfaces:
ActionExecuter,LoggingAwareExecuter,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
Sets the recordable version config for a document within a collaboration site.
Note: This is a 'normal' dm action, rather than a records management action.
- Since:
- 2.3
- Author:
- Tuna Aksoy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAction namestatic final StringParameter namesFields inherited from class org.alfresco.repo.action.executer.ActionExecuterAbstractBase
actionAccessRestrictions, actionDefinition, applicableTypes, publicActionFields inherited from class org.alfresco.repo.action.ParameterizedItemAbstractBase
adhocPropertiesAllowed, DISPLAY_LABEL, runtimeActionServiceFields inherited from class org.alfresco.repo.action.CommonResourceAbstractBase
nameFields inherited from interface org.alfresco.repo.action.executer.ActionExecuter
PARAM_RESULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddParameterDefinitions(List<ParameterDefinition> paramList) protected voidexecuteImpl(Action action, NodeRef actionedUponNodeRef) protected DictionaryServiceGets the dictionary serviceprotected NodeServiceGets the node servicevoidsetDictionaryService(DictionaryService dictionaryService) voidsetNodeService(NodeService nodeService) Sets the node serviceMethods inherited from class org.alfresco.repo.action.executer.ActionExecuterAbstractBase
createActionDefinition, execute, getActionAccessRestrictions, getActionDefinition, getIgnoreLock, getQueueName, getTrackStatus, init, isApplicableType, onLogException, setActionAccessRestrictions, setApplicableTypes, setBaseNodeService, setIgnoreLock, setLockService, setMlAwareNodeService, setPublicAction, setQueueName, setTrackStatus, verifyActionAccessRestrictionsMethods inherited from class org.alfresco.repo.action.ParameterizedItemAbstractBase
checkMandatoryProperties, getAdhocPropertiesAllowed, getDescriptionKey, getLocalizedParameterDefinitions, getParamDisplayLabel, getParamDisplayLabel, getParameterDefintions, getTitleKey, setAdhocPropertiesAllowed, setLocales, setRuntimeActionService, toStringMethods inherited from class org.alfresco.repo.action.CommonResourceAbstractBase
setBeanNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.repo.action.executer.ActionExecuter
isExecuteAsynchronously
-
Field Details
-
NAME
Action name- See Also:
-
PARAM_VERSION
Parameter names- See Also:
-
-
Constructor Details
-
RecordableVersionConfigAction
public RecordableVersionConfigAction()
-
-
Method Details
-
getNodeService
Gets the node service- Returns:
- The node service
-
setNodeService
Sets the node service- Parameters:
nodeService- The node service
-
getDictionaryService
Gets the dictionary service- Returns:
- The dictionary service
-
setDictionaryService
-
executeImpl
-
addParameterDefinitions
- Specified by:
addParameterDefinitionsin classParameterizedItemAbstractBase- See Also:
-