Package ddf.catalog.source
Interface SourceDescriptor
- All Superinterfaces:
Describable,org.codice.ddf.platform.services.common.Describable
The Interface
SourceDescriptor is used to describe a Source.-
Method Summary
Methods inherited from interface ddf.catalog.util.Describable
getDescription, getId, getOrganization, getTitle, getVersion
-
Method Details
-
getSourceId
String getSourceId()The name of thisSource.- Returns:
- the source id
-
getContentTypes
Set<ContentType> getContentTypes()Gets the content types located within thisSource- Returns:
- the content types
-
isAvailable
boolean isAvailable()Checks ifSourceis available.- Returns:
- true, if is available
- See Also:
-
getLastAvailabilityDate
Date getLastAvailabilityDate()Gets the last availability date of theSource- Returns:
- the last availability date
-
getActions
Get the list of actions associated with theSource.- Returns:
- list of actions
-