public class AuditPath extends KeyedAuditDefinition
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<AuditPath> |
auditPath |
protected List<GenerateValue> |
generateValue |
protected List<RecordValue> |
recordValue |
key| Constructor and Description |
|---|
AuditPath() |
| Modifier and Type | Method and Description |
|---|---|
List<AuditPath> |
getAuditPath()
Gets the value of the auditPath property.
|
List<GenerateValue> |
getGenerateValue()
Gets the value of the generateValue property.
|
List<RecordValue> |
getRecordValue()
Gets the value of the recordValue property.
|
getKey, setKeyprotected List<RecordValue> recordValue
protected List<GenerateValue> generateValue
public List<RecordValue> 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 List<GenerateValue> 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 List<AuditPath> 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
Copyright © 2005–2018 Alfresco Software. All rights reserved.