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