Package ddf.catalog.operation.impl
Class SourceInfoRequestEnterprise
java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.SourceInfoRequestLocal
ddf.catalog.operation.impl.SourceInfoRequestEnterprise
- All Implemented Interfaces:
ddf.catalog.federation.Federatable,ddf.catalog.operation.Operation,ddf.catalog.operation.Request,ddf.catalog.operation.SourceInfoRequest,Serializable
The SourceInfoRequestEnterprise should be used to obtain
Source information about each
Source in the enterprise.- 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
ConstructorsConstructorDescriptionSourceInfoRequestEnterprise(boolean includeContentTypes) Instantiates a new SoruceInfoRequestEntperise. -
Method Summary
Methods inherited from class ddf.catalog.operation.impl.SourceInfoRequestLocal
getSourceIds, includeContentTypesMethods 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
-
SourceInfoRequestEnterprise
public SourceInfoRequestEnterprise(boolean includeContentTypes) Instantiates a new SoruceInfoRequestEntperise.- Parameters:
includeContentTypes- - true to include content types, otherwise false
-
-
Method Details
-
isEnterprise
public boolean isEnterprise()- Specified by:
isEnterprisein interfaceddf.catalog.federation.Federatable- Overrides:
isEnterprisein classSourceInfoRequestLocal
-