public class

LifecycleExecutionProfile

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

Class Overview

Java class for LifecycleExecutionProfile complex type.

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

 <complexType name="LifecycleExecutionProfile">
   <complexContent>
     <extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
       <sequence>
       </sequence>
       <attribute name="testOnly" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="bypassEntryCriteria" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="resetToBase" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean bypassEntryCriteria
protected boolean resetToBase
protected boolean testOnly
Public Constructors
LifecycleExecutionProfile()
Public Methods
boolean isBypassEntryCriteria()
Gets the value of the bypassEntryCriteria property.
boolean isResetToBase()
Gets the value of the resetToBase property.
boolean isTestOnly()
Gets the value of the testOnly property.
void setBypassEntryCriteria(boolean value)
Sets the value of the bypassEntryCriteria property.
void setResetToBase(boolean value)
Sets the value of the resetToBase property.
void setTestOnly(boolean value)
Sets the value of the testOnly property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean bypassEntryCriteria

protected boolean resetToBase

protected boolean testOnly

Public Constructors

public LifecycleExecutionProfile ()

Public Methods

public boolean isBypassEntryCriteria ()

Gets the value of the bypassEntryCriteria property.

public boolean isResetToBase ()

Gets the value of the resetToBase property.

public boolean isTestOnly ()

Gets the value of the testOnly property.

public void setBypassEntryCriteria (boolean value)

Sets the value of the bypassEntryCriteria property.

Parameters
value

public void setResetToBase (boolean value)

Sets the value of the resetToBase property.

Parameters
value

public void setTestOnly (boolean value)

Sets the value of the testOnly property.

Parameters
value