Package org.alfresco.repo.template
Class TemplateNode.TemplateAuditInfo
- java.lang.Object
-
- org.alfresco.repo.template.TemplateNode.TemplateAuditInfo
-
- Enclosing class:
- TemplateNode
public class TemplateNode.TemplateAuditInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description TemplateAuditInfo(String applicationName, String userName, long time, Map<String,Serializable> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuditApplication()StringgetAuditMethod()DategetDate()StringgetUserIdentifier()Map<String,Serializable>getValues()
-
-
-
Constructor Detail
-
TemplateAuditInfo
public TemplateAuditInfo(String applicationName, String userName, long time, Map<String,Serializable> values)
-
-