|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.audit.model._3.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.alfresco.repo.audit.model._3 package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor Summary | |
---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.alfresco.repo.audit.model._3 |
Method Summary | |
---|---|
Application |
createApplication()
Create an instance of Application |
Audit |
createAudit()
Create an instance of Audit |
javax.xml.bind.JAXBElement |
createAudit(Audit value)
Create an instance of JAXBElement < Audit > } |
AuditPath |
createAuditPath()
Create an instance of AuditPath |
DataExtractor |
createDataExtractor()
Create an instance of DataExtractor |
DataExtractors |
createDataExtractors()
Create an instance of DataExtractors |
DataGenerator |
createDataGenerator()
Create an instance of DataGenerator |
DataGenerators |
createDataGenerators()
Create an instance of DataGenerators |
GenerateValue |
createGenerateValue()
Create an instance of GenerateValue |
KeyedAuditDefinition |
createKeyedAuditDefinition()
Create an instance of KeyedAuditDefinition |
PathMap |
createPathMap()
Create an instance of PathMap |
PathMappings |
createPathMappings()
Create an instance of PathMappings |
RecordValue |
createRecordValue()
Create an instance of RecordValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public Audit createAudit()
Audit
public RecordValue createRecordValue()
RecordValue
public PathMap createPathMap()
PathMap
public AuditPath createAuditPath()
AuditPath
public GenerateValue createGenerateValue()
GenerateValue
public Application createApplication()
Application
public KeyedAuditDefinition createKeyedAuditDefinition()
KeyedAuditDefinition
public DataExtractors createDataExtractors()
DataExtractors
public DataGenerator createDataGenerator()
DataGenerator
public PathMappings createPathMappings()
PathMappings
public DataExtractor createDataExtractor()
DataExtractor
public DataGenerators createDataGenerators()
DataGenerators
public javax.xml.bind.JAXBElement createAudit(Audit value)
JAXBElement
<
Audit
>
}
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |