|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.audit.model._3.KeyedAuditDefinition
org.alfresco.repo.audit.model._3.RecordValue
public class 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 | |
---|---|
protected java.lang.String |
dataExtractor
|
protected java.lang.String |
dataSource
|
protected java.lang.String |
dataTrigger
|
Fields inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition |
---|
key |
Constructor Summary | |
---|---|
RecordValue()
|
Method Summary | |
---|---|
java.lang.String |
getDataExtractor()
Gets the value of the dataExtractor property. |
java.lang.String |
getDataSource()
Gets the value of the dataSource property. |
java.lang.String |
getDataTrigger()
Gets the value of the dataTrigger property. |
void |
setDataExtractor(java.lang.String value)
Sets the value of the dataExtractor property. |
void |
setDataSource(java.lang.String value)
Sets the value of the dataSource property. |
void |
setDataTrigger(java.lang.String value)
Sets the value of the dataTrigger property. |
Methods inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition |
---|
getKey, setKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String dataExtractor
protected java.lang.String dataSource
protected java.lang.String dataTrigger
Constructor Detail |
---|
public RecordValue()
Method Detail |
---|
public java.lang.String getDataExtractor()
String
public void setDataExtractor(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDataSource()
String
public void setDataSource(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDataTrigger()
String
public void setDataTrigger(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |