public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.profiles.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.emc.documentum.fs.datamodel.core.profiles 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.

Summary

Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.documentum.fs.datamodel.core.profiles
Public Methods
CheckinProfile createCheckinProfile()
Create an instance of CheckinProfile
CheckoutProfile createCheckoutProfile()
Create an instance of CheckoutProfile
ClusteringProfile createClusteringProfile()
Create an instance of ClusteringProfile
ContentProfile createContentProfile()
Create an instance of ContentProfile
ContentTransferProfile createContentTransferProfile()
Create an instance of ContentTransferProfile
CopyProfile createCopyProfile()
Create an instance of CopyProfile
DeleteProfile createDeleteProfile()
Create an instance of DeleteProfile
LifecycleExecutionProfile createLifecycleExecutionProfile()
Create an instance of LifecycleExecutionProfile
MoveProfile createMoveProfile()
Create an instance of MoveProfile
PermissionProfile createPermissionProfile()
Create an instance of PermissionProfile
PropertyProfile createPropertyProfile()
Create an instance of PropertyProfile
RelationshipProfile createRelationshipProfile()
Create an instance of RelationshipProfile
RichTextProfile createRichTextProfile()
Create an instance of RichTextProfile
SchemaProfile createSchemaProfile()
Create an instance of SchemaProfile
SearchProfile createSearchProfile()
Create an instance of SearchProfile
VdmRetrieveProfile createVdmRetrieveProfile()
Create an instance of VdmRetrieveProfile
VdmUpdateProfile createVdmUpdateProfile()
Create an instance of VdmUpdateProfile
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.documentum.fs.datamodel.core.profiles

Public Methods

public CheckinProfile createCheckinProfile ()

Create an instance of CheckinProfile

public CheckoutProfile createCheckoutProfile ()

Create an instance of CheckoutProfile

public ClusteringProfile createClusteringProfile ()

Create an instance of ClusteringProfile

public ContentProfile createContentProfile ()

Create an instance of ContentProfile

public ContentTransferProfile createContentTransferProfile ()

Create an instance of ContentTransferProfile

public CopyProfile createCopyProfile ()

Create an instance of CopyProfile

public DeleteProfile createDeleteProfile ()

Create an instance of DeleteProfile

public LifecycleExecutionProfile createLifecycleExecutionProfile ()

Create an instance of LifecycleExecutionProfile

public MoveProfile createMoveProfile ()

Create an instance of MoveProfile

public PermissionProfile createPermissionProfile ()

Create an instance of PermissionProfile

public PropertyProfile createPropertyProfile ()

Create an instance of PropertyProfile

public RelationshipProfile createRelationshipProfile ()

Create an instance of RelationshipProfile

public RichTextProfile createRichTextProfile ()

Create an instance of RichTextProfile

public SchemaProfile createSchemaProfile ()

Create an instance of SchemaProfile

public SearchProfile createSearchProfile ()

Create an instance of SearchProfile

public VdmRetrieveProfile createVdmRetrieveProfile ()

Create an instance of VdmRetrieveProfile

public VdmUpdateProfile createVdmUpdateProfile ()

Create an instance of VdmUpdateProfile