Interface RecordableVersionConfigService

  • All Known Implementing Classes:
    RecordableVersionConfigServiceImpl

    @AlfrescoPublicApi
    public interface RecordableVersionConfigService
    Recordable version config service interface
    Since:
    2.3
    Author:
    Tuna Aksoy
    • Method Detail

      • getVersions

        List<Version> getVersions​(org.alfresco.service.cmr.repository.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​(org.alfresco.service.cmr.repository.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