Package org.alfresco.repo.audit.model._3
Class Application
java.lang.Object
org.alfresco.repo.audit.model._3.KeyedAuditDefinition
org.alfresco.repo.audit.model._3.AuditPath
org.alfresco.repo.audit.model._3.Application
Java class for Application complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Application">
<complexContent>
<extension base="{http://www.alfresco.org/repo/audit/model/3.2}AuditPath">
<sequence>
<element name="PathMappings" type="{http://www.alfresco.org/repo/audit/model/3.2}PathMappings" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}NameAttribute" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.alfresco.repo.audit.model._3.AuditPath
auditPath, generateValue, recordValueFields inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition
key -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the pathMappings property.voidSets the value of the name property.Methods inherited from class org.alfresco.repo.audit.model._3.AuditPath
getAuditPath, getGenerateValue, getRecordValueMethods inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition
getKey, setKey
-
Field Details
-
pathMappings
-
name
-
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
getPathMappings
Gets the value of the pathMappings property.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
setmethod for the pathMappings property.For example, to add a new item, do as follows:
getPathMappings().add(newItem);Objects of the following type(s) are allowed in the list
PathMappings -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-