Package ddf.catalog.operation
Interface SourceInfoResponse
- All Superinterfaces:
Operation,Response<SourceInfoRequest>,Serializable
The SourceInfoResponse is used to return
information on an operation.
invalid reference
Source
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the source(s) information.Methods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Response
getProcessingErrors, getRequest
-
Method Details
-
getSourceInfo
Set<SourceDescriptor> getSourceInfo()Gets the source(s) information.- Returns:
- a
SetofSourceDescriptor
-