Package com.hp.ucmdb.api.topology
Interface ContactNodeRestrictions<E>
- All Known Subinterfaces:
ExecutableQuery
,SingleQueryReferenceDefinition
Allows the restriction of contact nodes
(see
PerspectiveContactable.setAsPerspectiveContact()
of the extending element.-
Method Summary
Modifier and TypeMethodDescriptionReturns the queries restricting the contact nodes.restrictAllContactNodesByQueries
(Iterable<String> restrictingQueryNames) Restricts all contact nodes by the given queries.restrictAllContactNodesByQueries
(String... restrictingQueryNames) Restricts all contact nodes by the given queries.
-
Method Details
-
restrictAllContactNodesByQueries
Restricts all contact nodes by the given queries. SeePerspectiveContactable.setAsPerspectiveContact()
- Parameters:
restrictingQueryNames
- the queries to restrict the contact node. If empty, removes this restriction.- Returns:
- this object for method chaining.
-
restrictAllContactNodesByQueries
Restricts all contact nodes by the given queries. SeePerspectiveContactable.setAsPerspectiveContact()
- Parameters:
restrictingQueryNames
- the queries to restrict the contact node. If empty, removes this restriction.- Returns:
- this object for method chaining.
-
queriesRestrictingContactNodes
Returns the queries restricting the contact nodes.- Returns:
- the queries restricting the contact nodes.
-