| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.content.ActivityInfo |
Java class for ActivityInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="sessionId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="initiatorSessionId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="activityId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="autoCloseConnection" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="closed" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="targetDeploymentId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="initiatorDeploymentId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activityId | |||||||||||
| autoCloseConnection | |||||||||||
| closed | |||||||||||
| initiatorDeploymentId | |||||||||||
| initiatorSessionId | |||||||||||
| sessionId | |||||||||||
| targetDeploymentId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the activityId property.
| |||||||||||
Gets the value of the initiatorDeploymentId property.
| |||||||||||
Gets the value of the initiatorSessionId property.
| |||||||||||
Gets the value of the sessionId property.
| |||||||||||
Gets the value of the targetDeploymentId property.
| |||||||||||
Gets the value of the autoCloseConnection property.
| |||||||||||
Gets the value of the closed property.
| |||||||||||
Sets the value of the activityId property.
| |||||||||||
Sets the value of the autoCloseConnection property.
| |||||||||||
Sets the value of the closed property.
| |||||||||||
Sets the value of the initiatorDeploymentId property.
| |||||||||||
Sets the value of the initiatorSessionId property.
| |||||||||||
Sets the value of the sessionId property.
| |||||||||||
Sets the value of the targetDeploymentId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the activityId property.
Gets the value of the initiatorDeploymentId property.
Gets the value of the initiatorSessionId property.
Gets the value of the sessionId property.
Gets the value of the targetDeploymentId property.
Gets the value of the autoCloseConnection property.
Gets the value of the closed property.
Sets the value of the activityId property.
| value | Allowed object is String |
|---|
Sets the value of the autoCloseConnection property.
| value |
|---|
Sets the value of the closed property.
| value |
|---|
Sets the value of the initiatorDeploymentId property.
| value | Allowed object is String |
|---|
Sets the value of the initiatorSessionId property.
| value | Allowed object is String |
|---|
Sets the value of the sessionId property.
| value | Allowed object is String |
|---|
Sets the value of the targetDeploymentId property.
| value | Allowed object is String |
|---|