| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.Profile | |
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.ContentTransferProfile | |
Java class for ContentTransferProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentTransferProfile">
<complexContent>
<extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
<sequence>
<element name="ActivityInfo" type="{http://content.core.datamodel.fs.documentum.emc.com/}ActivityInfo" minOccurs="0"/>
</sequence>
<attribute name="transferMode" type="{http://content.core.datamodel.fs.documentum.emc.com/}ContentTransferMode" />
<attribute name="geolocation" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="allowCachedContentTransfer" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="allowAsyncContentTransfer" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isProcessOLELinks" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="xmlApplicationName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activityInfo | |||||||||||
| allowAsyncContentTransfer | |||||||||||
| allowCachedContentTransfer | |||||||||||
| geolocation | |||||||||||
| isProcessOLELinks | |||||||||||
| transferMode | |||||||||||
| xmlApplicationName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the activityInfo property.
| |||||||||||
Gets the value of the geolocation property.
| |||||||||||
Gets the value of the transferMode property.
| |||||||||||
Gets the value of the xmlApplicationName property.
| |||||||||||
Gets the value of the allowAsyncContentTransfer property.
| |||||||||||
Gets the value of the allowCachedContentTransfer property.
| |||||||||||
Gets the value of the isProcessOLELinks property.
| |||||||||||
Sets the value of the activityInfo property.
| |||||||||||
Sets the value of the allowAsyncContentTransfer property.
| |||||||||||
Sets the value of the allowCachedContentTransfer property.
| |||||||||||
Sets the value of the geolocation property.
| |||||||||||
Sets the value of the isProcessOLELinks property.
| |||||||||||
Sets the value of the transferMode property.
| |||||||||||
Sets the value of the xmlApplicationName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the activityInfo property.
ActivityInfo
Gets the value of the geolocation property.
Gets the value of the transferMode property.
ContentTransferMode
Gets the value of the xmlApplicationName property.
Gets the value of the allowAsyncContentTransfer property.
Gets the value of the allowCachedContentTransfer property.
Gets the value of the isProcessOLELinks property.
Sets the value of the activityInfo property.
| value | Allowed object is
ActivityInfo
|
|---|
Sets the value of the allowAsyncContentTransfer property.
| value |
|---|
Sets the value of the allowCachedContentTransfer property.
| value |
|---|
Sets the value of the geolocation property.
| value | Allowed object is String |
|---|
Sets the value of the isProcessOLELinks property.
| value |
|---|
Sets the value of the transferMode property.
| value | Allowed object is
ContentTransferMode
|
|---|
Sets the value of the xmlApplicationName property.
| value | Allowed object is String |
|---|