| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.context.ServiceContext |
Java class for ServiceContext complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceContext">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Identities" type="{http://context.core.datamodel.fs.documentum.emc.com/}Identity" maxOccurs="unbounded" minOccurs="0"/>
<element name="Profiles" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile" maxOccurs="unbounded" minOccurs="0"/>
<element name="RuntimeProperties" type="{http://properties.core.datamodel.fs.documentum.emc.com/}PropertySet" minOccurs="0"/>
</sequence>
<attribute name="token" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="locale" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| identities | |||||||||||
| locale | |||||||||||
| profiles | |||||||||||
| runtimeProperties | |||||||||||
| token | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the identities property.
| |||||||||||
Gets the value of the locale property.
| |||||||||||
Gets the value of the profiles property.
| |||||||||||
Gets the value of the runtimeProperties property.
| |||||||||||
Gets the value of the token property.
| |||||||||||
Sets the value of the locale property.
| |||||||||||
Sets the value of the runtimeProperties property.
| |||||||||||
Sets the value of the token property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the identities property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the identities property.
For example, to add a new item, do as follows:
getIdentities().add(newItem);
Objects of the following type(s) are allowed in the list
Identity
Gets the value of the locale property.
Gets the value of the profiles property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the profiles property.
For example, to add a new item, do as follows:
getProfiles().add(newItem);
Objects of the following type(s) are allowed in the list
Profile
Gets the value of the runtimeProperties property.
PropertySet
Gets the value of the token property.
Sets the value of the locale property.
| value | Allowed object is String |
|---|
Sets the value of the runtimeProperties property.
| value | Allowed object is
PropertySet
|
|---|
Sets the value of the token property.
| value | Allowed object is String |
|---|