public interface Federatable
Sources| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSourceIds()
Returns the source ids that are associated with the
Federatable implementation. |
boolean |
isEnterprise()
Specifies whether the
Federatable implementation should be applied to the enterprise |
Set<String> getSourceIds()
Federatable implementation. The
source ids will be the complete set of sources that should be acted upon. A set is used to
avoid duplicate ids.null or an empty list if
isEnterprise() method returns true as that means all known sources should
be acted upon (and the complete list might not have been known at Object creation).boolean isEnterprise()
Federatable implementation should be applied to the enterprisetrue if the Federatable implementation should be applied to the entire
enterprise (meaning all sources), otherwise false is returned. If false is
returned then a list containing at least 1 source id should be returned by the getSourceIds() method.This work is licensed under a Creative Commons Attribution 4.0 International License.