Package ddf.catalog.operation.impl
Class CreateRequestImpl
java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.CreateRequestImpl
- All Implemented Interfaces:
ddf.catalog.operation.CreateRequest,ddf.catalog.operation.Operation,ddf.catalog.operation.Request,Serializable
CreateRequestImpl represents a
CreateRequest and supports passing a Map of
properties for create operations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreateRequestImpl(ddf.catalog.data.Metacard metacard) Instantiates a new CreateRequestImpl with a singleMetacard.CreateRequestImpl(List<ddf.catalog.data.Metacard> metacards) Instantiates a new CreateRequestImpl with aListofMetacard.CreateRequestImpl(List<ddf.catalog.data.Metacard> metacards, Map<String, Serializable> properties) CreateRequestImpl(List<ddf.catalog.data.Metacard> metacards, Map<String, Serializable> properties, Set<String> destinations) -
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, hasProperties
-
Constructor Details
-
CreateRequestImpl
public CreateRequestImpl(ddf.catalog.data.Metacard metacard) Instantiates a new CreateRequestImpl with a singleMetacard.- Parameters:
metacard- the metacard
-
CreateRequestImpl
Instantiates a new CreateRequestImpl with aListofMetacard.- Parameters:
metacards- the metacards
-
CreateRequestImpl
public CreateRequestImpl(List<ddf.catalog.data.Metacard> metacards, Map<String, Serializable> properties) - Parameters:
metacards- the metacardsproperties- the properties
-
CreateRequestImpl
-
-
Method Details
-
getStoreIds
- Specified by:
getStoreIdsin interfaceddf.catalog.operation.Request
-
getMetacards
- Specified by:
getMetacardsin interfaceddf.catalog.operation.CreateRequest
-