E
- the extending element type, used for method chaining.T
- the type of elements (CIs or Relations) that can be used for the
withIdsOf(T...)
methods.public interface IdConditionable<E,T extends Element>
Modifier and Type | Method and Description |
---|---|
Collection<UcmdbId> |
ids()
Returns the ids previously set using any of the "withIds..." methods, or an empty collection if none of these
methods was used.
|
E |
withIds(Iterable<UcmdbId> ids)
Restricts the set of matching elements to those having the IDs returned by the given iterable.
|
E |
withIds(UcmdbId... ids)
Restricts the set of matching elements to those having the specified IDs.
|
E |
withIdsFromStrings(Iterable<String> idsAsStrings)
Restricts the set of matching elements to those having the IDs returned by the given iterable.
|
E |
withIdsFromStrings(String... idsAsStrings)
Restricts the set of matching elements to those having the specified IDs.
|
E |
withIdsOf(Iterable<? extends T> elements)
Restricts the set of matching elements to those whose IDs are specified
by the elements in the returned by the iterable.
|
E |
withIdsOf(T... elements)
Restricts the set of matching elements to those whose IDs are specified
by the elements in the set.
|
E withIds(UcmdbId... ids)
IdConditionable
E withIds(Iterable<UcmdbId> ids)
IdConditionable
E withIdsFromStrings(String... idsAsStrings)
UcmdbId.getAsString()
IdConditionable
E withIdsFromStrings(Iterable<String> idsAsStrings)
UcmdbId.getAsString()
IdConditionable
E withIdsOf(T... elements)
IdConditionable
E withIdsOf(Iterable<? extends T> elements)
IdConditionable
Collection<UcmdbId> ids()
IdConditionable
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.