public class

DeleteProfile

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

Class Overview

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>
 

Summary

Fields
protected boolean isDeepDeleteChildrenInFolders
protected boolean isDeepDeleteFolders
protected boolean isDeepDeleteVdmInFolders
protected boolean isDeleteVdm
protected boolean isPopulateWithReferences
protected DeleteVersionStrategy versionStrategy
Public Constructors
DeleteProfile()
Public Methods
DeleteVersionStrategy getVersionStrategy()
Gets the value of the versionStrategy property.
boolean isIsDeepDeleteChildrenInFolders()
Gets the value of the isDeepDeleteChildrenInFolders property.
boolean isIsDeepDeleteFolders()
Gets the value of the isDeepDeleteFolders property.
boolean isIsDeepDeleteVdmInFolders()
Gets the value of the isDeepDeleteVdmInFolders property.
boolean isIsDeleteVdm()
Gets the value of the isDeleteVdm property.
boolean isIsPopulateWithReferences()
Gets the value of the isPopulateWithReferences property.
void setIsDeepDeleteChildrenInFolders(boolean value)
Sets the value of the isDeepDeleteChildrenInFolders property.
void setIsDeepDeleteFolders(boolean value)
Sets the value of the isDeepDeleteFolders property.
void setIsDeepDeleteVdmInFolders(boolean value)
Sets the value of the isDeepDeleteVdmInFolders property.
void setIsDeleteVdm(boolean value)
Sets the value of the isDeleteVdm property.
void setIsPopulateWithReferences(boolean value)
Sets the value of the isPopulateWithReferences property.
void setVersionStrategy(DeleteVersionStrategy value)
Sets the value of the versionStrategy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean isDeepDeleteChildrenInFolders

protected boolean isDeepDeleteFolders

protected boolean isDeepDeleteVdmInFolders

protected boolean isDeleteVdm

protected boolean isPopulateWithReferences

protected DeleteVersionStrategy versionStrategy

Public Constructors

public DeleteProfile ()

Public Methods

public DeleteVersionStrategy getVersionStrategy ()

Gets the value of the versionStrategy property.

Returns

public boolean isIsDeepDeleteChildrenInFolders ()

Gets the value of the isDeepDeleteChildrenInFolders property.

public boolean isIsDeepDeleteFolders ()

Gets the value of the isDeepDeleteFolders property.

public boolean isIsDeepDeleteVdmInFolders ()

Gets the value of the isDeepDeleteVdmInFolders property.

public boolean isIsDeleteVdm ()

Gets the value of the isDeleteVdm property.

public boolean isIsPopulateWithReferences ()

Gets the value of the isPopulateWithReferences property.

public void setIsDeepDeleteChildrenInFolders (boolean value)

Sets the value of the isDeepDeleteChildrenInFolders property.

Parameters
value

public void setIsDeepDeleteFolders (boolean value)

Sets the value of the isDeepDeleteFolders property.

Parameters
value

public void setIsDeepDeleteVdmInFolders (boolean value)

Sets the value of the isDeepDeleteVdmInFolders property.

Parameters
value

public void setIsDeleteVdm (boolean value)

Sets the value of the isDeleteVdm property.

Parameters
value

public void setIsPopulateWithReferences (boolean value)

Sets the value of the isPopulateWithReferences property.

Parameters
value

public void setVersionStrategy (DeleteVersionStrategy value)

Sets the value of the versionStrategy property.

Parameters
value Allowed object is DeleteVersionStrategy