Package ddf.catalog.operation.impl
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 Summary
FieldsFields inherited from interface ddf.catalog.operation.ResourceRequest
GET_RESOURCE_BY_ID, GET_RESOURCE_BY_PRODUCT_URI, IS_ENTERPRISE, OPTION_ARGUMENT, SOURCE_ID -
Constructor Summary
ConstructorsConstructorDescriptionImplements a ResourceRequestById and specifies the idResourceRequestById(String id, Map<String, Serializable> properties) Implements a ResourceRequestById and specifies the id and a $Mapof properties -
Method Summary
Methods 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
-
Field Details
-
name
-
id
-
-
Constructor Details
-
ResourceRequestById
Implements a ResourceRequestById and specifies the id- Parameters:
id- the id
-
ResourceRequestById
Implements a ResourceRequestById and specifies the id and a $Mapof properties- Parameters:
properties- the properties
-
-
Method Details
-
getAttributeName
- Specified by:
getAttributeNamein interfaceddf.catalog.operation.ResourceRequest
-
getAttributeValue
- Specified by:
getAttributeValuein interfaceddf.catalog.operation.ResourceRequest
-