Class OperationImpl

java.lang.Object
ddf.catalog.operation.impl.OperationImpl
All Implemented Interfaces:
ddf.catalog.operation.Operation, Serializable
Direct Known Subclasses:
CreateRequestImpl, CreateStorageRequestImpl, DeleteRequestImpl, DeleteStorageRequestImpl, QueryRequestImpl, ReadStorageRequestImpl, ResourceRequestById, ResourceRequestByProductUri, ResponseImpl, SourceInfoRequestLocal, UpdateRequestImpl, UpdateStorageRequestImpl

public abstract class OperationImpl extends Object implements ddf.catalog.operation.Operation
See Also:
  • Constructor Details

  • Method Details

    • 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
    • setProperties

      public void setProperties(Map<String,Serializable> newProperties)