public class SourceInfoRequestSources extends SourceInfoRequestLocal
Source information about specific
sources identified by id.includeContentTypesGET_RESOURCE_BY_ID, GET_RESOURCE_BY_PRODUCT_URI| Constructor and Description |
|---|
SourceInfoRequestSources(boolean includeContentTypes,
Set<String> ids)
Instantiates a new SourceInfoRequestSources.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSourceIds()
Returns the source ids that are associated with the
Federatable implementation. |
includeContentTypes, isEnterprisecontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStoreIdscontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiespublic SourceInfoRequestSources(boolean includeContentTypes,
Set<String> ids)
includeContentTypes - - true to include contentTypes in the response, otherwise failsids - - the source ids that are requested for information.public Set<String> getSourceIds()
FederatableFederatable implementation. The
source ids will be the complete set of sources that should be acted upon. A set is used to
avoid duplicate ids.getSourceIds in interface FederatablegetSourceIds in class SourceInfoRequestLocalnull or an empty list if
Federatable.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).This work is licensed under a Creative Commons Attribution 4.0 International License.