|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Profile in org.apache.oodt.profile |
|---|
| Fields in org.apache.oodt.profile declared as Profile | |
|---|---|
protected Profile |
ResourceAttributes.profile
Profile I describe. |
protected Profile |
ProfileElement.profile
My profile. |
| 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 |
ProfileHandler.get(String profID)
Get a profile. |
Profile |
DatabaseProfileManager.get(String profId)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||