| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.Profile | |
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.LifecycleExecutionProfile | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bypassEntryCriteria | |||||||||||
| resetToBase | |||||||||||
| testOnly | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bypassEntryCriteria property.
| |||||||||||
Gets the value of the resetToBase property.
| |||||||||||
Gets the value of the testOnly property.
| |||||||||||
Sets the value of the bypassEntryCriteria property.
| |||||||||||
Sets the value of the resetToBase property.
| |||||||||||
Sets the value of the testOnly property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bypassEntryCriteria property.
Gets the value of the resetToBase property.
Gets the value of the testOnly property.
Sets the value of the bypassEntryCriteria property.
| value |
|---|
Sets the value of the resetToBase property.
| value |
|---|
Sets the value of the testOnly property.
| value |
|---|