Package org.alfresco.utility.dsl
Class DSLWrapper<Client>
java.lang.Object
org.alfresco.utility.dsl.DSLWrapper<Client>
- Type Parameters:
Client-
- Direct Known Subclasses:
DSLProtocol
Client Wrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.alfresco.dataprep.ContentServiceprotected DataContentprotected JmxBuilderprotected org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dataContent
-
contentService
@Autowired protected org.alfresco.dataprep.ContentService contentService -
jmxBuilder
-
LOG
protected org.slf4j.Logger LOG
-
-
Constructor Details
-
DSLWrapper
public DSLWrapper()
-
-
Method Details
-
getDataContentService
-
getTestUser
- Returns:
- test user. This should be defined in
#authenticateUser(UserModel)method
-
setTestUser
Define the test user. This should be initialized in#authenticateUser(UserModel)method- Parameters:
testUser-
-