Package org.alfresco.repo.audit.model._3
Class RecordValue
java.lang.Object
org.alfresco.repo.audit.model._3.KeyedAuditDefinition
org.alfresco.repo.audit.model._3.RecordValue
Java class for RecordValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecordValue">
<complexContent>
<extension base="{http://www.alfresco.org/repo/audit/model/3.2}KeyedAuditDefinition">
<attribute name="dataExtractor" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}NameAttribute" />
<attribute name="dataSource" type="{http://www.alfresco.org/repo/audit/model/3.2}PathAttribute" />
<attribute name="dataTrigger" type="{http://www.alfresco.org/repo/audit/model/3.2}PathAttribute" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition
key -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataExtractor property.Gets the value of the dataSource property.Gets the value of the dataTrigger property.voidsetDataExtractor(String value) Sets the value of the dataExtractor property.voidsetDataSource(String value) Sets the value of the dataSource property.voidsetDataTrigger(String value) Sets the value of the dataTrigger property.Methods inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition
getKey, setKey
-
Field Details
-
dataExtractor
-
dataSource
-
dataTrigger
-
-
Constructor Details
-
RecordValue
public RecordValue()
-
-
Method Details
-
getDataExtractor
Gets the value of the dataExtractor property.- Returns:
- possible object is
String
-
setDataExtractor
Sets the value of the dataExtractor property.- Parameters:
value- allowed object isString
-
getDataSource
Gets the value of the dataSource property.- Returns:
- possible object is
String
-
setDataSource
Sets the value of the dataSource property.- Parameters:
value- allowed object isString
-
getDataTrigger
Gets the value of the dataTrigger property.- Returns:
- possible object is
String
-
setDataTrigger
Sets the value of the dataTrigger property.- Parameters:
value- allowed object isString
-