public class

CopyProfile

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

Class Overview

Java class for CopyProfile complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CopyProfile">
   <complexContent>
     <extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
       <sequence>
       </sequence>
       <attribute name="nonCurrentObjectAllowed" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="deepCopyFolders" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="copyOnlyVDMRoot" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="leaveAssemblies" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="leaveRelationships" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="copyChildrenAsReferences" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean copyChildrenAsReferences
protected boolean copyOnlyVDMRoot
protected boolean deepCopyFolders
protected boolean leaveAssemblies
protected boolean leaveRelationships
protected boolean nonCurrentObjectAllowed
Public Constructors
CopyProfile()
Public Methods
boolean isCopyChildrenAsReferences()
Gets the value of the copyChildrenAsReferences property.
boolean isCopyOnlyVDMRoot()
Gets the value of the copyOnlyVDMRoot property.
boolean isDeepCopyFolders()
Gets the value of the deepCopyFolders property.
boolean isLeaveAssemblies()
Gets the value of the leaveAssemblies property.
boolean isLeaveRelationships()
Gets the value of the leaveRelationships property.
boolean isNonCurrentObjectAllowed()
Gets the value of the nonCurrentObjectAllowed property.
void setCopyChildrenAsReferences(boolean value)
Sets the value of the copyChildrenAsReferences property.
void setCopyOnlyVDMRoot(boolean value)
Sets the value of the copyOnlyVDMRoot property.
void setDeepCopyFolders(boolean value)
Sets the value of the deepCopyFolders property.
void setLeaveAssemblies(boolean value)
Sets the value of the leaveAssemblies property.
void setLeaveRelationships(boolean value)
Sets the value of the leaveRelationships property.
void setNonCurrentObjectAllowed(boolean value)
Sets the value of the nonCurrentObjectAllowed property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean copyChildrenAsReferences

protected boolean copyOnlyVDMRoot

protected boolean deepCopyFolders

protected boolean leaveAssemblies

protected boolean leaveRelationships

protected boolean nonCurrentObjectAllowed

Public Constructors

public CopyProfile ()

Public Methods

public boolean isCopyChildrenAsReferences ()

Gets the value of the copyChildrenAsReferences property.

public boolean isCopyOnlyVDMRoot ()

Gets the value of the copyOnlyVDMRoot property.

public boolean isDeepCopyFolders ()

Gets the value of the deepCopyFolders property.

public boolean isLeaveAssemblies ()

Gets the value of the leaveAssemblies property.

public boolean isLeaveRelationships ()

Gets the value of the leaveRelationships property.

public boolean isNonCurrentObjectAllowed ()

Gets the value of the nonCurrentObjectAllowed property.

public void setCopyChildrenAsReferences (boolean value)

Sets the value of the copyChildrenAsReferences property.

Parameters
value

public void setCopyOnlyVDMRoot (boolean value)

Sets the value of the copyOnlyVDMRoot property.

Parameters
value

public void setDeepCopyFolders (boolean value)

Sets the value of the deepCopyFolders property.

Parameters
value

public void setLeaveAssemblies (boolean value)

Sets the value of the leaveAssemblies property.

Parameters
value

public void setLeaveRelationships (boolean value)

Sets the value of the leaveRelationships property.

Parameters
value

public void setNonCurrentObjectAllowed (boolean value)

Sets the value of the nonCurrentObjectAllowed property.

Parameters
value