Package ddf.catalog.operation.impl
Class SourceInfoRequestSources
java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.SourceInfoRequestLocal
ddf.catalog.operation.impl.SourceInfoRequestSources
- All Implemented Interfaces:
ddf.catalog.federation.Federatable,ddf.catalog.operation.Operation,ddf.catalog.operation.Request,ddf.catalog.operation.SourceInfoRequest,Serializable
The SourceInfoRequestSources should be used to obtain
information about specific
sources identified by id.
invalid reference
Source
- See Also:
-
Field Summary
Fields inherited from class ddf.catalog.operation.impl.SourceInfoRequestLocal
includeContentTypesFields inherited from interface ddf.catalog.operation.SourceInfoRequest
GET_RESOURCE_BY_ID, GET_RESOURCE_BY_PRODUCT_URI -
Constructor Summary
ConstructorsConstructorDescriptionSourceInfoRequestSources(boolean includeContentTypes, Set<String> ids) Instantiates a new SourceInfoRequestSources. -
Method Summary
Methods inherited from class ddf.catalog.operation.impl.SourceInfoRequestLocal
includeContentTypes, isEnterpriseMethods inherited from class ddf.catalog.operation.impl.OperationImpl
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Request
getStoreIds
-
Constructor Details
-
SourceInfoRequestSources
Instantiates a new SourceInfoRequestSources.- Parameters:
includeContentTypes- - true to include contentTypes in the response, otherwise failsids- - the source ids that are requested for information.
-
-
Method Details
-
getSourceIds
- Specified by:
getSourceIdsin interfaceddf.catalog.federation.Federatable- Overrides:
getSourceIdsin classSourceInfoRequestLocal
-