Package org.alfresco.repo.audit.model._3
Class KeyedAuditDefinition
- java.lang.Object
-
- org.alfresco.repo.audit.model._3.KeyedAuditDefinition
-
- Direct Known Subclasses:
AuditPath,GenerateValue,RecordValue
public class KeyedAuditDefinition extends java.lang.ObjectJava class for KeyedAuditDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyedAuditDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="key" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}KeyAttribute" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringkey
-
Constructor Summary
Constructors Constructor Description KeyedAuditDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()Gets the value of the key property.voidsetKey(java.lang.String value)Sets the value of the key property.
-