Class DSLWrapper<Client>

  • Type Parameters:
    Client -
    Direct Known Subclasses:
    DSLProtocol

    public abstract class DSLWrapper<Client>
    extends java.lang.Object
    Client Wrapper
    • Field Detail

      • 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 Detail

      • DSLWrapper

        public DSLWrapper()
    • Method Detail

      • 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 -