Interface RecordableVersionConfigService
- All Known Implementing Classes:
RecordableVersionConfigServiceImpl
@AlfrescoPublicApi
public interface RecordableVersionConfigService
Recordable version config service interface
- Since:
- 2.3
- Author:
- Tuna Aksoy
-
Method Summary
Modifier and TypeMethodDescriptiongetVersions
(NodeRef nodeRef) Gets the recordable versionsvoid
setVersion
(NodeRef nodeRef, String version) Sets the recordable version for the given node
-
Method Details
-
getVersions
Gets the recordable versions- Parameters:
nodeRef
- The node reference for which the recordable versions should be retrieved- Returns:
- The list of recordable versions
-
setVersion
Sets the recordable version for the given node- Parameters:
nodeRef
- The node reference for which the recorable version should be setversion
- The version to be set
-