public class CreateRequestImpl extends OperationImpl implements CreateRequest
CreateRequest and supports passing a Map of
properties for create operations.| Constructor and Description |
|---|
CreateRequestImpl(List<Metacard> metacards)
|
CreateRequestImpl(List<Metacard> metacards,
Map<String,Serializable> properties)
|
CreateRequestImpl(List<Metacard> metacards,
Map<String,Serializable> properties,
Set<String> destinations) |
CreateRequestImpl(Metacard metacard)
Instantiates a new CreateRequestImpl with a single
Metacard. |
| Modifier and Type | Method and Description |
|---|---|
List<Metacard> |
getMetacards()
|
Set<String> |
getStoreIds()
Returns a set of ids that correspond to catalog destinations
|
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiespublic CreateRequestImpl(Metacard metacard)
Metacard.metacard - the metacardpublic CreateRequestImpl(List<Metacard> metacards)
metacards - the metacardspublic CreateRequestImpl(List<Metacard> metacards, Map<String,Serializable> properties)
metacards - the metacardsproperties - the propertiespublic Set<String> getStoreIds()
RequestgetStoreIds in interface Requestpublic List<Metacard> getMetacards()
CreateRequestgetMetacards in interface CreateRequestList of MetacardThis work is licensed under a Creative Commons Attribution 4.0 International License.