new DocumentRoot()
Constructs a new DocumentRoot.
The following features are supported:
Get Calendar References
Get Calendar References Response
Get Org Model
Get Org Model Entity
Get Org Model Entity Response
Get Org Model Response
Get Org Model Roots
Get Org Model Roots Response
Get Push Destinations
Get Push Destinations Response
List Org Model Versions
List Org Model Versions Response
Process Dynamic Org
Process Dynamic Org Response
Set Calendar References
Set Calendar References Response
Set Candidate Queries
Set Candidate Queries Response
Set Extension Points
Set Extension Points Response
Update Push Destinations
Update Push Destinations Response
Xml Push Destination
Members
getCalendarReferences :tibco.objectapi.common.organisation.XmlModelEntityId
Request to obtain the calendar references for the identified model entity. The response is an ordered collection of calendar references obtained by navigating the organization model hierarchy to which the identified model entity belongs. Each entry identifies the organization model entity that holds the calendar reference.
This property holds the value of the 'Get Calendar References' containment reference.
Type:
getCalendarReferencesResponse :tibco.objectapi.de.orgmodel.GetCalendarReferencesResponseType
Response element returning the calendar references for the identified model entity. The result is an ordered collection of calendar references obtained by navigating the organization model hierarchy to which the identified model entity belongs. Each entry identifies the organization model entity that holds the calendar reference.
This property holds the value of the 'Get Calendar References Response' containment reference.
Type:
getOrgModel :tibco.objectapi.de.orgmodel.GetOrgModelType
Requests the details of the entities that form the organzational model identified by the given major version.
This property holds the value of the 'Get Org Model' containment reference.
Type:
getOrgModelEntity :tibco.objectapi.de.orgmodel.GetOrgModelEntityType
Requests the details of the model entities identified by the given major version and their GUID.
If the identified entity has associations with other entities (e.g. positions associated with an org-unit), the GUID of those entities will be included in the response.
This allows details of those entities to be retrieved.
This property holds the value of the 'Get Org Model Entity' containment reference.
Type:
getOrgModelEntityResponse :tibco.objectapi.de.orgmodel.GetOrgModelEntityResponseType
Response element for the getOrgModelEntity operation.
This property holds the value of the 'Get Org Model Entity Response' containment reference.
Type:
getOrgModelResponse :tibco.objectapi.de.orgmodel.GetOrgModelResponseType
Response element for the getOrgModel operation.
This property holds the value of the 'Get Org Model Response' containment reference.
Type:
getOrgModelRoots :tibco.objectapi.de.orgmodel.GetOrgModelRootsType
Requests the details of the model root entities identified by the given major version.
These will include; Organisations, Groups, Locations, Capabilities, Privileges, Resource Attributes and Model Templates.
Using these root entities, it will be possible for the client to navgate the entire org-model in a "drill-down" fashion.
This property holds the value of the 'Get Org Model Roots' containment reference.
Type:
getOrgModelRootsResponse :tibco.objectapi.de.orgmodel.GetOrgModelRootsResponseType
Response element for the getOrgModelRoots operation.
This property holds the value of the 'Get Org Model Roots Response' containment reference.
Type:
getPushDestinations :tibco.objectapi.de.orgmodel.GetPushDestinationsType
Request element for getPushDestinations. Specify the organization model entities for whom push destinations should be retrieved.
This property holds the value of the 'Get Push Destinations' containment reference.
Type:
getPushDestinationsResponse :tibco.objectapi.de.orgmodel.GetPushDestinationsResponseType
Response element for getPushDestinations. Lists the currently defined push destinations for each specified organization model entity.
This property holds the value of the 'Get Push Destinations Response' containment reference.
Type:
listOrgModelVersions :Object
Request element for listOrgModelVersions operation. This operation lists the available organization model major versions.
For each major version, the organization model deployments that make up that version are detailed, giving their full version number, name and date deployed.
This property holds the value of the 'List Org Model Versions' containment reference.
Type:
- Object
listOrgModelVersionsResponse :tibco.objectapi.de.orgmodel.ListOrgModelVersionsResponseType
Response element for listOrgModelVersions operation.
This property holds the value of the 'List Org Model Versions Response' containment reference.
Type:
processDynamicOrg :Object
Requests that the processing of the Extension Points and Candidate Queries is performed as soon as possible.
The request will be placed on a queue for 'immediate' processing.
This property holds the value of the 'Process Dynamic Org' containment reference.
Type:
- Object
processDynamicOrgResponse :Object
Response element. An unsuccessful request will be indicated with a fault.
This property holds the value of the 'Process Dynamic Org Response' containment reference.
Type:
- Object
setCalendarReferences :tibco.objectapi.de.orgmodel.XmlCalendarAssignments
Request to assign calendar references to organization model entities. The assignments overwrite any existing assignments to the same model entities.
This property holds the value of the 'Set Calendar References' containment reference.
Type:
setCalendarReferencesResponse :Object
Response element for the setCalendarReferences operation. An unsuccessful assignment will be indicated with a fault.
This property holds the value of the 'Set Calendar References Response' containment reference.
Type:
- Object
setCandidateQueries :tibco.objectapi.de.orgmodel.SetCandidateQueriesType
Sets, or updates, the Candidate Query assignments to identified org-model entities. Each org-model entity may only hold one Candidate Query. Any existing assignment will be ovewritten by a new assignment.
Candidate Queries span all org-model versions in which the identified org-model entity exists. Therefore, the request does not include a model version.
This property holds the value of the 'Set Candidate Queries' containment reference.
Type:
setCandidateQueriesResponse :Object
Response element. An unsuccessful update will be indicated with a fault.
This property holds the value of the 'Set Candidate Queries Response' containment reference.
Type:
- Object
setExtensionPoints :tibco.objectapi.de.orgmodel.SetExtensionPointsType
Sets, removes or updates, the Extension Point configurations assigned to identified organisations or organisation units. Removes are processed before sets and updates.
This property holds the value of the 'Set Extension Points' containment reference.
Type:
setExtensionPointsResponse :Object
Response element. An unsuccessful update will be indicated with a fault.
This property holds the value of the 'Set Extension Points Response' containment reference.
Type:
- Object
updatePushDestinations :tibco.objectapi.de.orgmodel.XmlUpdatePushDestinations
This property holds the value of the 'Update Push Destinations' containment reference.
Type:
updatePushDestinationsResponse :Object
Response element. An unsuccessful update will be indicated with a fault.
This property holds the value of the 'Update Push Destinations Response' containment reference.
Type:
- Object
XmlPushDestination :tibco.objectapi.de.orgmodel.XmlPushDestinationType
Definition of a push destination. When using these XML elements to set a push destination, if both the "desc-guid" attribute and "value" elements are specified, the "value" elements will be ignored. The value elements are used to pass the values of the push destination. If the push destination:
- retrieves its value from an LDAP attribute (via a desc-guid parameter descriptor) it can hold multiple values, so the value element can occur several times.
- does not take its value from an LDAP attribute, it can hold only one value.
If multiple values are given when setting the push destination, only the first value is recorded.
This property holds the value of the 'Xml Push Destination' containment reference.