public class ObjectFactory
extends java.lang.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 |
javax.xml.bind.JAXBElement |
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()
RecordValuepublic GenerateValue createGenerateValue()
GenerateValuepublic Application createApplication()
Applicationpublic KeyedAuditDefinition createKeyedAuditDefinition()
KeyedAuditDefinitionpublic DataExtractors createDataExtractors()
DataExtractorspublic DataGenerator createDataGenerator()
DataGeneratorpublic PathMappings createPathMappings()
PathMappingspublic DataExtractor createDataExtractor()
DataExtractorpublic DataGenerators createDataGenerators()
DataGeneratorspublic javax.xml.bind.JAXBElement createAudit(Audit value)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.