Class AdaptedSourceResponse
java.lang.Object
ddf.catalog.transformer.xml.adapter.AdaptedSourceResponse
- All Implemented Interfaces:
ddf.catalog.operation.Operation,ddf.catalog.operation.Response<ddf.catalog.operation.QueryRequest>,ddf.catalog.operation.SourceResponse,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsPropertyName(String name) longgetHits()List<ddf.catalog.transformer.xml.binding.MetacardElement> Set<? extends ddf.catalog.operation.SourceProcessingDetails> getPropertyValue(String name) ddf.catalog.operation.QueryRequestList<ddf.catalog.data.Result> booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ddf.catalog.operation.Response
getProcessingErrors
-
Field Details
-
EMPTY_SOURCE_RESPONSE
-
-
Constructor Details
-
AdaptedSourceResponse
public AdaptedSourceResponse(ddf.catalog.operation.SourceResponse response) -
AdaptedSourceResponse
public AdaptedSourceResponse()
-
-
Method Details
-
getRequest
public ddf.catalog.operation.QueryRequest getRequest()- Specified by:
getRequestin interfaceddf.catalog.operation.Response<ddf.catalog.operation.QueryRequest>
-
getPropertyNames
- Specified by:
getPropertyNamesin interfaceddf.catalog.operation.Operation
-
getPropertyValue
- Specified by:
getPropertyValuein interfaceddf.catalog.operation.Operation
-
containsPropertyName
- Specified by:
containsPropertyNamein interfaceddf.catalog.operation.Operation
-
hasProperties
public boolean hasProperties()- Specified by:
hasPropertiesin interfaceddf.catalog.operation.Operation
-
getProperties
- Specified by:
getPropertiesin interfaceddf.catalog.operation.Operation
-
getHits
public long getHits()- Specified by:
getHitsin interfaceddf.catalog.operation.SourceResponse
-
getMetacard
-
getResults
- Specified by:
getResultsin interfaceddf.catalog.operation.SourceResponse
-
getProcessingDetails
- Specified by:
getProcessingDetailsin interfaceddf.catalog.operation.SourceResponse
-