public class Framework extends CatalogFacade
Constructor and Description |
---|
Framework(CatalogFramework framework) |
Modifier and Type | Method and Description |
---|---|
CreateResponse |
create(CreateRequest createRequest) |
DeleteResponse |
delete(DeleteRequest deleteRequest) |
String |
getDescription()
Returns a description of the describable item.
|
String |
getId()
Returns the name, aka ID, of the describable item.
|
String |
getOrganization()
Returns the organization associated with the describable item.
|
Set<String> |
getSourceIds() |
String |
getTitle()
Returns the title of the describable item.
|
String |
getVersion()
Retrieve the version.
|
QueryResponse |
query(QueryRequest query) |
UpdateResponse |
update(UpdateRequest updateRequest) |
public Framework(CatalogFramework framework)
public String getVersion()
Describable
public String getId()
Describable
html for a MetacardTransformer
that transforms Metacard
s to HTML
public String getTitle()
Describable
public String getDescription()
Describable
public String getOrganization()
Describable
public CreateResponse create(CreateRequest createRequest) throws IngestException, SourceUnavailableException
create
in class CatalogFacade
IngestException
SourceUnavailableException
public UpdateResponse update(UpdateRequest updateRequest) throws IngestException, SourceUnavailableException
update
in class CatalogFacade
IngestException
SourceUnavailableException
public DeleteResponse delete(DeleteRequest deleteRequest) throws IngestException, SourceUnavailableException
delete
in class CatalogFacade
IngestException
SourceUnavailableException
public QueryResponse query(QueryRequest query) throws UnsupportedQueryException, SourceUnavailableException, FederationException
query
in class CatalogFacade
UnsupportedQueryException
SourceUnavailableException
FederationException
public Set<String> getSourceIds()
getSourceIds
in class CatalogFacade
This work is licensed under a Creative Commons Attribution 4.0 International License.