Package org.alfresco.repo.audit.model._3
Class ObjectFactory
- java.lang.Object
-
- org.alfresco.repo.audit.model._3.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis 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
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationcreateApplication()Create an instance ofApplicationAuditcreateAudit()Create an instance ofAuditjavax.xml.bind.JAXBElement<Audit>createAudit(Audit value)AuditPathcreateAuditPath()Create an instance ofAuditPathDataExtractorcreateDataExtractor()Create an instance ofDataExtractorDataExtractorscreateDataExtractors()Create an instance ofDataExtractorsDataGeneratorcreateDataGenerator()Create an instance ofDataGeneratorDataGeneratorscreateDataGenerators()Create an instance ofDataGeneratorsGenerateValuecreateGenerateValue()Create an instance ofGenerateValueKeyedAuditDefinitioncreateKeyedAuditDefinition()Create an instance ofKeyedAuditDefinitionPathMapcreatePathMap()Create an instance ofPathMapPathMappingscreatePathMappings()Create an instance ofPathMappingsRecordValuecreateRecordValue()Create an instance ofRecordValue
-
-
-
Method Detail
-
createRecordValue
public RecordValue createRecordValue()
Create an instance ofRecordValue
-
createGenerateValue
public GenerateValue createGenerateValue()
Create an instance ofGenerateValue
-
createApplication
public Application createApplication()
Create an instance ofApplication
-
createKeyedAuditDefinition
public KeyedAuditDefinition createKeyedAuditDefinition()
Create an instance ofKeyedAuditDefinition
-
createDataExtractors
public DataExtractors createDataExtractors()
Create an instance ofDataExtractors
-
createDataGenerator
public DataGenerator createDataGenerator()
Create an instance ofDataGenerator
-
createPathMappings
public PathMappings createPathMappings()
Create an instance ofPathMappings
-
createDataExtractor
public DataExtractor createDataExtractor()
Create an instance ofDataExtractor
-
createDataGenerators
public DataGenerators createDataGenerators()
Create an instance ofDataGenerators
-
-