| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.Profile | |
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.DeleteProfile | |
Java class for DeleteProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeleteProfile">
<complexContent>
<extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
<sequence>
</sequence>
<attribute name="isDeepDeleteFolders" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isDeepDeleteVdmInFolders" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isPopulateWithReferences" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isDeepDeleteChildrenInFolders" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isDeleteVdm" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="versionStrategy" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}DeleteVersionStrategy" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isDeepDeleteChildrenInFolders | |||||||||||
| isDeepDeleteFolders | |||||||||||
| isDeepDeleteVdmInFolders | |||||||||||
| isDeleteVdm | |||||||||||
| isPopulateWithReferences | |||||||||||
| versionStrategy | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the versionStrategy property.
| |||||||||||
Gets the value of the isDeepDeleteChildrenInFolders property.
| |||||||||||
Gets the value of the isDeepDeleteFolders property.
| |||||||||||
Gets the value of the isDeepDeleteVdmInFolders property.
| |||||||||||
Gets the value of the isDeleteVdm property.
| |||||||||||
Gets the value of the isPopulateWithReferences property.
| |||||||||||
Sets the value of the isDeepDeleteChildrenInFolders property.
| |||||||||||
Sets the value of the isDeepDeleteFolders property.
| |||||||||||
Sets the value of the isDeepDeleteVdmInFolders property.
| |||||||||||
Sets the value of the isDeleteVdm property.
| |||||||||||
Sets the value of the isPopulateWithReferences property.
| |||||||||||
Sets the value of the versionStrategy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the versionStrategy property.
DeleteVersionStrategy
Gets the value of the isDeepDeleteChildrenInFolders property.
Gets the value of the isDeepDeleteFolders property.
Gets the value of the isDeepDeleteVdmInFolders property.
Gets the value of the isDeleteVdm property.
Gets the value of the isPopulateWithReferences property.
Sets the value of the isDeepDeleteChildrenInFolders property.
| value |
|---|
Sets the value of the isDeepDeleteFolders property.
| value |
|---|
Sets the value of the isDeepDeleteVdmInFolders property.
| value |
|---|
Sets the value of the isDeleteVdm property.
| value |
|---|
Sets the value of the isPopulateWithReferences property.
| value |
|---|
Sets the value of the versionStrategy property.
| value | Allowed object is
DeleteVersionStrategy
|
|---|