| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.Profile | |
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.CopyProfile | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| copyChildrenAsReferences | |||||||||||
| copyOnlyVDMRoot | |||||||||||
| deepCopyFolders | |||||||||||
| leaveAssemblies | |||||||||||
| leaveRelationships | |||||||||||
| nonCurrentObjectAllowed | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the copyChildrenAsReferences property.
| |||||||||||
Gets the value of the copyOnlyVDMRoot property.
| |||||||||||
Gets the value of the deepCopyFolders property.
| |||||||||||
Gets the value of the leaveAssemblies property.
| |||||||||||
Gets the value of the leaveRelationships property.
| |||||||||||
Gets the value of the nonCurrentObjectAllowed property.
| |||||||||||
Sets the value of the copyChildrenAsReferences property.
| |||||||||||
Sets the value of the copyOnlyVDMRoot property.
| |||||||||||
Sets the value of the deepCopyFolders property.
| |||||||||||
Sets the value of the leaveAssemblies property.
| |||||||||||
Sets the value of the leaveRelationships property.
| |||||||||||
Sets the value of the nonCurrentObjectAllowed property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the copyChildrenAsReferences property.
Gets the value of the copyOnlyVDMRoot property.
Gets the value of the deepCopyFolders property.
Gets the value of the leaveAssemblies property.
Gets the value of the leaveRelationships property.
Gets the value of the nonCurrentObjectAllowed property.
Sets the value of the copyChildrenAsReferences property.
| value |
|---|
Sets the value of the copyOnlyVDMRoot property.
| value |
|---|
Sets the value of the deepCopyFolders property.
| value |
|---|
Sets the value of the leaveAssemblies property.
| value |
|---|
Sets the value of the leaveRelationships property.
| value |
|---|
Sets the value of the nonCurrentObjectAllowed property.
| value |
|---|