public class ObjectFactory extends Object
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 and 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
|
Modifier and Type | Method and Description |
---|---|
Application |
createApplication()
Create an instance of
Application |
Audit |
createAudit()
Create an instance of
Audit |
JAXBElement<Audit> |
createAudit(Audit value)
|
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 |
public ObjectFactory()
public RecordValue createRecordValue()
RecordValue
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 JAXBElement<Audit> createAudit(Audit value)
Copyright © 2005–2017 Alfresco Software. All rights reserved.