Class DSLWrapper<Client>

java.lang.Object
org.alfresco.utility.dsl.DSLWrapper<Client>
Type Parameters:
Client -
Direct Known Subclasses:
DSLProtocol

public abstract class DSLWrapper<Client> extends Object
Client Wrapper
  • Field Details

    • dataContent

      @Autowired protected DataContent dataContent
    • contentService

      @Autowired protected org.alfresco.dataprep.ContentService contentService
    • jmxBuilder

      @Autowired protected JmxBuilder jmxBuilder
    • LOG

      protected org.slf4j.Logger LOG
  • Constructor Details

    • DSLWrapper

      public DSLWrapper()
  • Method Details

    • getDataContentService

      public DataContent getDataContentService()
    • getTestUser

      public UserModel getTestUser()
      Returns:
      test user. This should be defined in #authenticateUser(UserModel) method
    • setTestUser

      public void setTestUser(UserModel testUser)
      Define the test user. This should be initialized in #authenticateUser(UserModel) method
      Parameters:
      testUser -