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 Type
    Method
    Description
    Gets the recordable versions
    void
    setVersion(NodeRef nodeRef, String version)
    Sets the recordable version for the given node
  • Method Details

    • getVersions

      List<Version> getVersions(NodeRef nodeRef)
      Gets the recordable versions
      Parameters:
      nodeRef - The node reference for which the recordable versions should be retrieved
      Returns:
      The list of recordable versions
    • setVersion

      void setVersion(NodeRef nodeRef, String version)
      Sets the recordable version for the given node
      Parameters:
      nodeRef - The node reference for which the recorable version should be set
      version - The version to be set