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

public class AdaptedSourceResponse extends Object implements ddf.catalog.operation.SourceResponse
See Also:
  • Field Details

  • Constructor Details

    • AdaptedSourceResponse

      public AdaptedSourceResponse(ddf.catalog.operation.SourceResponse response)
    • AdaptedSourceResponse

      public AdaptedSourceResponse()
  • Method Details

    • getRequest

      public ddf.catalog.operation.QueryRequest getRequest()
      Specified by:
      getRequest in interface ddf.catalog.operation.Response<ddf.catalog.operation.QueryRequest>
    • getPropertyNames

      public Set<String> getPropertyNames()
      Specified by:
      getPropertyNames in interface ddf.catalog.operation.Operation
    • getPropertyValue

      public Serializable getPropertyValue(String name)
      Specified by:
      getPropertyValue in interface ddf.catalog.operation.Operation
    • containsPropertyName

      public boolean containsPropertyName(String name)
      Specified by:
      containsPropertyName in interface ddf.catalog.operation.Operation
    • hasProperties

      public boolean hasProperties()
      Specified by:
      hasProperties in interface ddf.catalog.operation.Operation
    • getProperties

      public Map<String,Serializable> getProperties()
      Specified by:
      getProperties in interface ddf.catalog.operation.Operation
    • getHits

      public long getHits()
      Specified by:
      getHits in interface ddf.catalog.operation.SourceResponse
    • getMetacard

      public List<ddf.catalog.transformer.xml.binding.MetacardElement> getMetacard()
    • getResults

      public List<ddf.catalog.data.Result> getResults()
      Specified by:
      getResults in interface ddf.catalog.operation.SourceResponse
    • getProcessingDetails

      public Set<? extends ddf.catalog.operation.SourceProcessingDetails> getProcessingDetails()
      Specified by:
      getProcessingDetails in interface ddf.catalog.operation.SourceResponse