public class RecordValue extends KeyedAuditDefinition
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataExtractor |
protected String |
dataSource |
protected String |
dataTrigger |
key| Constructor and Description |
|---|
RecordValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataExtractor()
Gets the value of the dataExtractor property.
|
String |
getDataSource()
Gets the value of the dataSource property.
|
String |
getDataTrigger()
Gets the value of the dataTrigger property.
|
void |
setDataExtractor(String value)
Sets the value of the dataExtractor property.
|
void |
setDataSource(String value)
Sets the value of the dataSource property.
|
void |
setDataTrigger(String value)
Sets the value of the dataTrigger property.
|
getKey, setKeyprotected String dataExtractor
protected String dataSource
protected String dataTrigger
public String getDataExtractor()
Stringpublic void setDataExtractor(String value)
value - allowed object is
Stringpublic String getDataSource()
Stringpublic void setDataSource(String value)
value - allowed object is
Stringpublic String getDataTrigger()
StringCopyright © 2005–2018 Alfresco Software. All rights reserved.