Package ddf.catalog.operation
Interface CreateResponse
- All Superinterfaces:
Operation,Response<CreateRequest>,Serializable
CreateResponse contains response information that should ber returned on a
CreateRequest
operation.-
Method Summary
Modifier and TypeMethodDescriptionGets the metacards returned from a create operation.Methods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Response
getProcessingErrors, getRequest
-
Method Details
-
getCreatedMetacards
Gets the metacards returned from a create operation.- Returns:
- the created metacards
-