public class InsertAction extends CswAction
Constructor and Description |
---|
InsertAction(String typeName,
String handle,
List<Metacard> records)
Constructs an InsertAction with the specified typeName, handle, and list of records to insert.
|
Modifier and Type | Method and Description |
---|---|
List<Metacard> |
getRecords() |
getHandle, getTypeName
public InsertAction(String typeName, String handle, List<Metacard> records)
If an error occurs while processing this insert action, handle
will be included in
the exception report response so the specific action within the transaction that caused the
error can be identified.
typeName
- the type of record being inserted, such as csw:Recordhandle
- the name to associate with this insert actionrecords
- the records to insertThis work is licensed under a Creative Commons Attribution 4.0 International License.