Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Name

Definition

 Capabilities

1Interface SortingOrder

Defines a sorting order which can be applied to a query to sort its result set.


  • getDpsSortingElement

Retrieves the sorting element used in this sorting order.

  • getOrderingDirection

Retrieves the sorting direction used in this sorting order.

  • getType

Retrieves the sorting type used in this sorting order.



2

Interface DpsTypeQuery

Specifies common functionality used by type queries.


  • getNamespace

Retrieves  the namespace of the type of object the type query is to target.

  • getType

Retrieves the type of object that the type query is to target.


3

Interface DpsQuery

Specifies methods that are used internally by DPS but are not to be exposed externally to clients.


  • getAllSortingOrders

Gets the sorting orders used in this query criteria.

  • getQueryCategory

Gets the category of query that this query criteria represents.

  • getRestriction

Gets the restriction used in the query criteria, including any DPS internal restrictions added in addition to those set by the user.

  • isConversionNeeded

Indicates if conversion is needed for the returned results.

  • isDepthFirst

Indicates if the query results are to be  ordered in a depth first manner.


4

Interface DpsContainmentQuery

Contains common functionality used by containment queries.


  • getBaseMoFdn

Retrieve the FDN of the base MO of this query. The base MO is the managed object under which we will look for MOs matching the other criteria of this query.


5

Interface DpsObjectQuery

Specifies methods that are used internally by DPS but are not to be exposed externally to clients.


  • isTargetTypeHierarchical

Indicates if the target type is hierarchical, i.e. is it able to form containment relationships.


6

 Interface DpsTypeContainmentQuery

Aggregates common functionality to type queries and containment queries.


Inherits methods from

  • DpsQuery
  • DpsObjectQuery
  • DpsContainmentQuery
  • DpsTypeQuery

...