Package ddf.catalog.operation.impl
Class SourceInfoRequestLocal
java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.SourceInfoRequestLocal
- All Implemented Interfaces:
ddf.catalog.federation.Federatable,ddf.catalog.operation.Operation,ddf.catalog.operation.Request,ddf.catalog.operation.SourceInfoRequest,Serializable
- Direct Known Subclasses:
SourceInfoRequestEnterprise,SourceInfoRequestSources
public class SourceInfoRequestLocal
extends OperationImpl
implements ddf.catalog.operation.SourceInfoRequest
The SourceInfoRequestLocal should be used to obtain local
information. This
request may obtain information from the
.
invalid reference
Source
invalid reference
CatalogProvider
- See Also:
-
Field Summary
FieldsFields inherited from interface ddf.catalog.operation.SourceInfoRequest
GET_RESOURCE_BY_ID, GET_RESOURCE_BY_PRODUCT_URI -
Constructor Summary
ConstructorsConstructorDescriptionSourceInfoRequestLocal(boolean includeContentTypes) Instantiates a new SourceInfoRequestLocal, -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods 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
-
Field Details
-
includeContentTypes
protected boolean includeContentTypes
-
-
Constructor Details
-
SourceInfoRequestLocal
public SourceInfoRequestLocal(boolean includeContentTypes) Instantiates a new SourceInfoRequestLocal,- Parameters:
includeContentTypes- - true to include the content types, otherwise false
-
-
Method Details
-
getSourceIds
- Specified by:
getSourceIdsin interfaceddf.catalog.federation.Federatable
-
isEnterprise
public boolean isEnterprise()- Specified by:
isEnterprisein interfaceddf.catalog.federation.Federatable
-
includeContentTypes
public boolean includeContentTypes()- Specified by:
includeContentTypesin interfaceddf.catalog.operation.SourceInfoRequest
-