Package ddf.catalog.operation
Interface SourceInfoResponse
- All Superinterfaces:
Operation,Response<SourceInfoRequest>,Serializable
The SourceInfoResponse is used to return
Source information on an operation.- See Also:
-
SourceDescriptorSource
-
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
-