Package dev.dsf.bpe.v2.variables
Interface Targets
public interface Targets
Specifies a list of communication targets for FHIR Task resources.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetFirst()
boolean
isEmpty()
removeAllByEndpointIdentifierValue
(Collection<String> targetEndpointIdentifierValues) Removes targets base on the given endpoint identifier values.Removes targets base on the givenTarget
s endpoint identifier value.removeByEndpointIdentifierValue
(String targetEndpointIdentifierValue) Removes targets base on the given endpoint identifier value.int
size()
-
Method Details
-
getEntries
- Returns:
- not
null
-
removeByEndpointIdentifierValue
Removes targets base on the givenTarget
s endpoint identifier value.- Parameters:
target
-- Returns:
- new
Targets
object - See Also:
-
removeByEndpointIdentifierValue
Removes targets base on the given endpoint identifier value.- Parameters:
targetEndpointIdentifierValue
-- Returns:
- new
Targets
object
-
removeAllByEndpointIdentifierValue
Removes targets base on the given endpoint identifier values.- Parameters:
targetEndpointIdentifierValues
-- Returns:
- new
Targets
object
-
isEmpty
boolean isEmpty()- Returns:
true
if the entries list is empty
-
size
int size()- Returns:
- number of target entries
-
getFirst
- Returns:
Optional
with the first element of the target entries, orOptional.empty()
ifisEmpty()
-