Namespace: base

tibco.objectapi.de.base

Classes

DocumentRoot
XmlBaseOrgUnit
XmlBasePosition
XmlCandidateQuery
XmlCandidateQueryAssignment
XmlCapability
XmlCapabilityCategory
XmlContainer
XmlDateRangeAttribute
XmlDeletedResource
XmlEntityAssignmentDated
XmlEntityAssignmentQualified
XmlEntityReference
XmlEntityReferenceAttributes
XmlEntityReferenceDateRange
XmlEntityReferenceQualified
XmlExtensionPoint
XmlExtensionPointAssignment
XmlExtensionPointRemoval
XmlExtensionPointSetting
XmlGroup
XmlLdapAttribute
XmlLdapAttributeMapping
XmlLdapAttributeValue
XmlLdapContainerEntry
XmlLdapContainerEntry
XmlLdapContainerEntry
XmlLdapEntry
XmlLdapEntry
XmlLdapEntry
XmlLdapEntryId
XmlLdapEntryId
XmlLdapEntryId
XmlLdapGroupSource
XmlLdapQuerySource
XmlLdapSource
XmlLdapSourceLink
XmlLocation
XmlMappedAttributeValue
XmlModelEntity
XmlModelInstanceIdAttribute
XmlModelInstanceIdValue
XmlModelOrgUnit
XmlModelPosition
XmlOptionalEntityReference
XmlOptionalStringAttribute
XmlOrganization
XmlOrgAttribute
XmlOrgAttributeValue
XmlOrgModelDeployment
XmlOrgModelVersionDetail
XmlOrgUnit
XmlPageControl
XmlPageControlResponse
XmlPosition
XmlPrivilege
XmlPrivilegeAssignment
XmlPrivilegeCategory
XmlPushDestination
XmlPushDestinationId
XmlQualifiedEntity
XmlQueryEntity
XmlResourceAttributeValue
XmlResourceCandidate
XmlResourceDetail
XmlRestrictedOrg
XmlSecondaryLdapGroupSource
XmlSecondaryLdapQuerySource
XmlSelectionMode
XmlStringAttribute

Members

(static, readonly) XmlAllocationMethod :string

Enumerated value defining the method by which resources will be selected from a collection for work allocation. One of the following: - ANY: use random selection. - NEXT: use iterative selection. - THIS: use the specifically identified resource. - PLUGIN: use the named plugin code (where the name is given separately) to perform the selection.
Type:
  • string
Properties:
Name Type Description
ANY string
NEXT string
THIS string
PLUGIN string

(static, readonly) XmlCandidateChoice :string

Enumerated value indicating what entries should be included in the result set of a search of an LDAP Container's candidate Resources. One of the following: - EXISTING: include only entries from which a Resource has already been created. - NON-EXISTING: include only entries from which no Resource has yet been created. - ALL: include both existing and non-existing candidate Resources. - INVALID: include only Resources that exist in BPM but not in LDAP
Type:
  • string
Properties:
Name Type Description
EXISTING string
NONEXISTING string
ALL string
INVALID string

(static, readonly) XmlCandidateError :string

Enumerated value indicating an error in the identification of an LDAP Container's candidate Resource. Also used to report failure when attempting to create a Resource from a candidate. - MULTIPLE-ENTRIES: The Secondary LDAP Source mappings identify multiple entries. - MISSING-RESOURCE: The existing Resource's entry could not be found in the LDAP directory. - NAME-EXISTS: A Resource already exists with the name specified in a create Resource request.
Type:
  • string
Properties:
Name Type Description
MULTIPLEENTRIES string
MISSINGRESOURCE string
NAMEEXISTS string

(static, readonly) XmlLdapSearchScope :string

Enumerated value indicating the scope on which an LDAP search is to be performed. ONELEVEL - contains elements with objects in the named context that satisfy the search filter. SUBTREE - contains elements of objects from the subtree (including the named context) that satisfy the search filter.
Type:
  • string
Properties:
Name Type Description
ONELEVEL string
SUBTREE string