Index

A C G O T 
All Classes and Interfaces|All Packages

A

AbstractMetacardActionProvider - Class in org.codice.ddf.catalog.actions
Abstract base class for ActionProviders that can handle Metacard source objects.
AbstractMetacardActionProvider(String, String, String) - Constructor for class org.codice.ddf.catalog.actions.AbstractMetacardActionProvider
Constructor that accepts the values to be used when a new Action is created by this ActionProvider.

C

canHandle(T) - Method in class org.codice.ddf.catalog.actions.AbstractMetacardActionProvider
Default implementation that ensures the subject provided is a Metacard before delegating to canHandleMetacard(Metacard).
canHandleMetacard(Metacard) - Method in class org.codice.ddf.catalog.actions.AbstractMetacardActionProvider
Determines if this ActionProvider can handle this Metacard.
createMetacardAction(String, String, String, URL) - Method in class org.codice.ddf.catalog.actions.AbstractMetacardActionProvider
Factory method that creates the proper Action object from the information provided.

G

getAction(T) - Method in class org.codice.ddf.catalog.actions.AbstractMetacardActionProvider
Default implementation that ensures the subject provided is a Metacard with a valid ID before delegating to getMetacardAction(String, Metacard).
getId() - Method in class org.codice.ddf.catalog.actions.AbstractMetacardActionProvider
 
getMetacardAction(String, Metacard) - Method in class org.codice.ddf.catalog.actions.AbstractMetacardActionProvider
Creates a new Action given a Metacard.
getMetacardActionUrl(String, Metacard) - Method in class org.codice.ddf.catalog.actions.AbstractMetacardActionProvider
Gets the URL that will be used when the Action is created.

O

org.codice.ddf.catalog.actions - package org.codice.ddf.catalog.actions
 

T

toString() - Method in class org.codice.ddf.catalog.actions.AbstractMetacardActionProvider
 
A C G O T 
All Classes and Interfaces|All Packages