E
- the extending element type, used for method chaining.public interface TypeConditionable<E>
Modifier and Type | Method and Description |
---|---|
boolean |
isTypeStrict()
Checks whether the element is defined to match only its type and not derived types.
|
E |
noDerivedTypes()
Allows only the given type to be matched by this element.
|
E |
ofConfigurationItemType()
Specifies that this query element matches elements of it world types.
|
E |
ofITWorldType()
Deprecated.
|
E |
ofType(String type)
Sets the type of elements to be matched by this element.
|
E |
strictlyOfType(String type)
Sets the exact type of this element and returns the element itself.
|
String |
type()
The type of elements to be matched by this element.
|
E ofType(String type)
noDerivedTypes()
to prevent matching subtypes.TypeConditionable
E ofITWorldType()
ofConfigurationItemType()
E ofConfigurationItemType()
QueryNode
or a node-type element, this is equivalent to:
withType("configuration_item")
.QueryLink
or a link-type element, this is equivalent to:
withType("managed_relationship")
.TypeConditionable
E strictlyOfType(String type)
TypeConditionable
E noDerivedTypes()
TypeConditionable
String type()
TypeConditionable
boolean isTypeStrict()
isTypeStrict
returns false
.TypeConditionable
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.