Class Tenant


  • public class Tenant
    extends ModelRequest<Tenant>
    Declares all Rest API under the /alfresco/service/api/tenants path
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createTenant​(org.alfresco.utility.model.UserModel userModel)
      Create tenant using POST call on "http://{server}:{port}/alfresco/service/api/tenants"
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createTenant

        public void createTenant​(org.alfresco.utility.model.UserModel userModel)
                          throws java.lang.Exception
        Create tenant using POST call on "http://{server}:{port}/alfresco/service/api/tenants"
        Parameters:
        userModel -
        Throws:
        java.lang.Exception
        JsonToModelConversionException