|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Profile in org.apache.oodt.opendapps |
|---|
| Methods in org.apache.oodt.opendapps that return Profile | |
|---|---|
Profile |
OpendapProfileHandler.get(String id)
|
| Methods in org.apache.oodt.opendapps that return types with arguments of type Profile | |
|---|---|
List<Profile> |
OpendapProfileHandler.findProfiles(XMLQuery xmlQuery)
Implementation of interface method |
List<Profile> |
Profiler.makeProfiles(File configFile)
Method to generate OODT profiles according to the specifications contained in a configuration file. |
| Methods in org.apache.oodt.opendapps with parameters of type Profile | |
|---|---|
EnumeratedProfileElement |
OpendapProfileElementExtractor.extractEnumeratedProfileElement(String elemName,
String varname,
Profile profile,
opendap.dap.DAS das)
|
RangedProfileElement |
OpendapProfileElementExtractor.extractRangedProfileElement(String elemName,
String varname,
Profile profile,
opendap.dap.DAS das)
|
| Uses of Profile in org.apache.oodt.opendapps.util |
|---|
| Methods in org.apache.oodt.opendapps.util with parameters of type Profile | |
|---|---|
static boolean |
ProfileChecker.check(Profile profile,
StringBuilder sb)
Main method to check an OODT profile. |
static Map<String,ProfileElement> |
ProfileUtils.getProfileElements(OpendapConfig conf,
opendap.dap.DConnect dConn,
Metadata datasetMet,
Profile profile)
|
| Method parameters in org.apache.oodt.opendapps.util with type arguments of type Profile | |
|---|---|
static String |
ProfileSerializer.toXML(List<Profile> profiles)
Function to serialize a list of Profiles to XML. |
| Uses of Profile in org.apache.oodt.profile |
|---|
| Fields in org.apache.oodt.profile declared as Profile | |
|---|---|
protected Profile |
ProfileElement.profile
My profile. |
protected Profile |
ResourceAttributes.profile
Profile I describe. |
| Methods in org.apache.oodt.profile that return Profile | |
|---|---|
Profile |
ObjectFactory.createProfile(Element node)
Create a profile from a DOM node. |
Profile |
ProfileElement.getProfile()
Get the profile to whom I belong. |
| Methods in org.apache.oodt.profile with parameters of type Profile | |
|---|---|
EnumeratedProfileElement |
ObjectFactory.createEnumeratedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comments,
List values)
Create a profile element with enumerated values. |
static ProfileElement |
ProfileElement.createProfileElement(Element root,
Profile profile,
ObjectFactory factory)
Create a profile element from the given XML node. |
RangedProfileElement |
ObjectFactory.createRangedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comments,
String min,
String max)
Create a ranged profile element. |
ResourceAttributes |
ObjectFactory.createResourceAttributes(Profile profile,
Element node)
Create resource attributes from a DOM node. |
UnspecifiedProfileElement |
ObjectFactory.createUnspecifiedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comments)
Create a profile element with unspecified values. |
void |
ProfileElement.setProfile(Profile profile)
Set the profile to whom I belong. |
| Constructors in org.apache.oodt.profile with parameters of type Profile | |
|---|---|
EnumeratedProfileElement(Profile profile)
Create blank profile element belonging to the given profile. |
|
EnumeratedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comment,
List values)
Create a profile element from constituent attributes. |
|
ProfileElement(Profile profile)
Create blank profile attributes belonging to the given profile. |
|
ProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comments)
Create a profile element from constituent attributes. |
|
RangedProfileElement(Profile profile)
Create blank profile attributes belonging to the given profile. |
|
RangedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comment,
String min,
String max)
Create a profile element from constituent attributes. |
|
ResourceAttributes(Profile profile)
Create blank profile attributes belonging to a certain profile. |
|
ResourceAttributes(Profile profile,
Node root)
Create resource attributes from an XML document. |
|
ResourceAttributes(Profile profile,
String identifier,
String title,
List formats,
String description,
List creators,
List subjects,
List publishers,
List contributors,
List dates,
List types,
List sources,
List languages,
List relations,
List coverages,
List rights,
List contexts,
String aggregation,
String clazz,
List locations)
Create resource attributes from constituent attributes. |
|
UnspecifiedProfileElement(Profile profile)
Creates a profile element. |
|
UnspecifiedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comment)
Create a profile element from constituent attributes. |
|
| Uses of Profile in org.apache.oodt.profile.gui.pstructs |
|---|
| Constructors in org.apache.oodt.profile.gui.pstructs with parameters of type Profile | |
|---|---|
ProfilePrinter(Profile p,
String profDTDURL)
Pretty printing class for a profile, using lightweight, string concatenation classes and methods |
|
| Uses of Profile in org.apache.oodt.profile.handlers |
|---|
| Methods in org.apache.oodt.profile.handlers that return Profile | |
|---|---|
abstract Profile |
DatabaseProfileManager.get(Connection conn,
String profID)
|
Profile |
DatabaseProfileManager.get(String profId)
|
Profile |
ProfileHandler.get(String profID)
Get a profile. |
| Methods in org.apache.oodt.profile.handlers with parameters of type Profile | |
|---|---|
abstract void |
DatabaseProfileManager.add(Connection conn,
Profile profile)
|
void |
ProfileManager.add(Profile profile)
Add a profile into the set of profiles managed by this profile server. |
void |
DatabaseProfileManager.add(Profile profile)
|
boolean |
ProfileManager.contains(Profile profile)
Tell if the given profile is managed by this server. |
boolean |
DatabaseProfileManager.contains(Profile profile)
|
abstract void |
DatabaseProfileManager.replace(Connection conn,
Profile profile)
|
void |
ProfileManager.replace(Profile profile)
Replace a profile into the set of profiles managed by this profile server. |
void |
DatabaseProfileManager.replace(Profile profile)
|
| Uses of Profile in org.apache.oodt.profile.handlers.cas |
|---|
| Methods in org.apache.oodt.profile.handlers.cas that return Profile | |
|---|---|
Profile |
CASProfileHandler.get(String arg0)
|
| Uses of Profile in org.apache.oodt.profile.handlers.cas.util |
|---|
| Methods in org.apache.oodt.profile.handlers.cas.util that return Profile | |
|---|---|
static Profile |
ProfileUtils.buildProfile(Product p,
Metadata met,
String dataDelivBaseUrl)
Builds a Profile from the given Product, and its
Metadata. |
| Uses of Profile in org.apache.oodt.profile.handlers.lightweight |
|---|
| Subclasses of Profile in org.apache.oodt.profile.handlers.lightweight | |
|---|---|
class |
SearchableProfile
A profile that can be searched. |
| Methods in org.apache.oodt.profile.handlers.lightweight that return Profile | |
|---|---|
Profile |
LightweightProfileServer.get(String profID)
Get a single profile matching the given ID. |
| Uses of Profile in org.apache.oodt.xmlps.profile |
|---|
| Methods in org.apache.oodt.xmlps.profile that return Profile | |
|---|---|
Profile |
XMLPSProfileHandler.get(String id)
|
| Methods in org.apache.oodt.xmlps.profile that return types with arguments of type Profile | |
|---|---|
List<Profile> |
DBMSExecutor.executeLocalQuery(Mapping map,
String sql,
String resLocationSpec)
|
List<Profile> |
XMLPSProfileHandler.findProfiles(XMLQuery query)
|
protected List<Profile> |
XMLPSProfileHandler.queryAndPackageProfiles(XMLQuery query)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||