|
|||||||||
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.AuditPath
public class AuditPath
Java class for AuditPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditPath"> <complexContent> <extension base="{http://www.alfresco.org/repo/audit/model/3.2}KeyedAuditDefinition"> <sequence> <element name="RecordValue" type="{http://www.alfresco.org/repo/audit/model/3.2}RecordValue" maxOccurs="unbounded" minOccurs="0"/> <element name="GenerateValue" type="{http://www.alfresco.org/repo/audit/model/3.2}GenerateValue" maxOccurs="unbounded" minOccurs="0"/> <element name="AuditPath" type="{http://www.alfresco.org/repo/audit/model/3.2}AuditPath" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List |
auditPath
|
protected java.util.List |
generateValue
|
protected java.util.List |
recordValue
|
Fields inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition |
---|
key |
Constructor Summary | |
---|---|
AuditPath()
|
Method Summary | |
---|---|
java.util.List |
getAuditPath()
Gets the value of the auditPath property. |
java.util.List |
getGenerateValue()
Gets the value of the generateValue property. |
java.util.List |
getRecordValue()
Gets the value of the recordValue 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.util.List recordValue
protected java.util.List generateValue
protected java.util.List auditPath
Constructor Detail |
---|
public AuditPath()
Method Detail |
---|
public java.util.List getRecordValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the recordValue property.
For example, to add a new item, do as follows:
getRecordValue().add(newItem);
Objects of the following type(s) are allowed in the list
RecordValue
public java.util.List getGenerateValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the generateValue property.
For example, to add a new item, do as follows:
getGenerateValue().add(newItem);
Objects of the following type(s) are allowed in the list
GenerateValue
public java.util.List getAuditPath()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the auditPath property.
For example, to add a new item, do as follows:
getAuditPath().add(newItem);
Objects of the following type(s) are allowed in the list
AuditPath
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |