Class RestSyncServiceRepoInfoModel

  • All Implemented Interfaces:
    org.alfresco.utility.model.Model

    public class RestSyncServiceRepoInfoModel
    extends org.alfresco.utility.model.TestModel
    Base Path {@linkplain /alfresco/api/-default-/private/alfresco/versions/1}
    Author:
    Meenal Bhave Example: "repoInfo": { "versionLabel": "5.2.2", "edition": "Enterprise" }
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEdition()  
      java.lang.String getVersionLabel()  
      boolean isClusterEnabled()  
      void setVersionLabel​(java.lang.String versionLabel)  
      • Methods inherited from class org.alfresco.utility.model.TestModel

        setRandomValuesForAllFields, toInfo, toJson, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RestSyncServiceRepoInfoModel

        public RestSyncServiceRepoInfoModel()
    • Method Detail

      • isClusterEnabled

        public boolean isClusterEnabled()
      • getVersionLabel

        public java.lang.String getVersionLabel()
      • setVersionLabel

        public void setVersionLabel​(java.lang.String versionLabel)
      • getEdition

        public java.lang.String getEdition()