| java.lang.Object | |
| ↳ | com.emc.documentum.fs.services.core.Move |
Java class for move complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="move">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fromObjects" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentitySet" minOccurs="0"/>
<element name="sourceLocation" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectLocation" minOccurs="0"/>
<element name="targetLocation" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectLocation" minOccurs="0"/>
<element name="modifyObjects" type="{http://core.datamodel.fs.documentum.emc.com/}DataPackage" minOccurs="0"/>
<element name="options" type="{http://core.datamodel.fs.documentum.emc.com/}OperationOptions" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fromObjects | |||||||||||
| modifyObjects | |||||||||||
| options | |||||||||||
| sourceLocation | |||||||||||
| targetLocation | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fromObjects property.
| |||||||||||
Gets the value of the modifyObjects property.
| |||||||||||
Gets the value of the options property.
| |||||||||||
Gets the value of the sourceLocation property.
| |||||||||||
Gets the value of the targetLocation property.
| |||||||||||
Sets the value of the fromObjects property.
| |||||||||||
Sets the value of the modifyObjects property.
| |||||||||||
Sets the value of the options property.
| |||||||||||
Sets the value of the sourceLocation property.
| |||||||||||
Sets the value of the targetLocation property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fromObjects property.
ObjectIdentitySet
Gets the value of the modifyObjects property.
DataPackage
Gets the value of the options property.
OperationOptions
Gets the value of the sourceLocation property.
ObjectLocation
Gets the value of the targetLocation property.
ObjectLocation
Sets the value of the fromObjects property.
| value | Allowed object is
ObjectIdentitySet
|
|---|
Sets the value of the modifyObjects property.
| value | Allowed object is
DataPackage
|
|---|
Sets the value of the options property.
| value | Allowed object is
OperationOptions
|
|---|
Sets the value of the sourceLocation property.
| value | Allowed object is
ObjectLocation
|
|---|
Sets the value of the targetLocation property.
| value | Allowed object is
ObjectLocation
|
|---|