Class ResourceRequestById

java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.ResourceRequestById
All Implemented Interfaces:
ddf.catalog.operation.Operation, ddf.catalog.operation.Request, ddf.catalog.operation.ResourceRequest, Serializable

public class ResourceRequestById extends OperationImpl implements ddf.catalog.operation.ResourceRequest
See Also:
  • Field Details

  • Constructor Details

    • ResourceRequestById

      public ResourceRequestById(String id)
      Implements a ResourceRequestById and specifies the id
      Parameters:
      id - the id
    • ResourceRequestById

      public ResourceRequestById(String id, Map<String,Serializable> properties)
      Implements a ResourceRequestById and specifies the id and a $Map of properties
      Parameters:
      properties - the properties
  • Method Details

    • getAttributeName

      public String getAttributeName()
      Specified by:
      getAttributeName in interface ddf.catalog.operation.ResourceRequest
    • getAttributeValue

      public String getAttributeValue()
      Specified by:
      getAttributeValue in interface ddf.catalog.operation.ResourceRequest