A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

AbstractCacheServerFactory - Class in org.apache.oodt.cas.filemgr.ingest
 
AbstractCacheServerFactory() - Constructor for class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
AbstractCommunicationChannelClient - Class in org.apache.oodt.cas.catalog.server.channel
 
AbstractCommunicationChannelClient() - Constructor for class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelClient
 
AbstractCommunicationChannelServer - Class in org.apache.oodt.cas.catalog.server.channel
 
AbstractCommunicationChannelServer() - Constructor for class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
AbstractCrawlLister - Class in org.apache.oodt.product.handlers.ofsn
An abstract OFSNListHandler for generating file lists based on two simple flags: recurse, and crawlForDirs, indicating to crawl for directories rather than files.
AbstractCrawlLister() - Constructor for class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 
AbstractDeleteProductCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A abstract CmdLineAction for deleting Products.
AbstractDeleteProductCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.AbstractDeleteProductCliAction
 
AbstractEngineRunnerBase - Class in org.apache.oodt.cas.workflow.engine.runner
An abstract base class providing helper functionality to persist WorkflowInstances, to get WorkflowLifecycles from underlying TaskProcessors, and to get WorkflowTasks from the underlying TaskProcessor.
AbstractEngineRunnerBase() - Constructor for class org.apache.oodt.cas.workflow.engine.runner.AbstractEngineRunnerBase
Creates a new AbsractEngineRunnerBase with the provided WorkflowInstanceRepository.
AbstractFilemgrMetExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors
 
AbstractFilemgrMetExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
AbstractGetProductCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets information about a Product by ID.
AbstractGetProductCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.AbstractGetProductCliAction
 
AbstractMetExtractor - Class in org.apache.oodt.cas.metadata
 
AbstractMetExtractor(MetExtractorConfigReader) - Constructor for class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
AbstractPaginatibleInstanceRepository - Class in org.apache.oodt.cas.workflow.instrepo
 
AbstractPaginatibleInstanceRepository() - Constructor for class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
AbstractPCSQuery - Class in org.apache.oodt.pcs.query
Abstract functionality for PCS queries.
AbstractPCSQuery(FileManagerUtils) - Constructor for class org.apache.oodt.pcs.query.AbstractPCSQuery
Constructs a new AbstractOCOQuery using the given FileManagerUtils file manager interface.
AbstractQueryCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
Abstract query CmdLineAction.
AbstractQueryCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
AbstractWebBasedSingleSignOn - Class in org.apache.oodt.security.sso
Abstract class providing an HTTP request and response interface pair to allow for persistence and management of state information related to SingleSignOn.
AbstractWebBasedSingleSignOn() - Constructor for class org.apache.oodt.security.sso.AbstractWebBasedSingleSignOn
 
AbstractWebBasedSingleSignOn(HttpServletResponse, HttpServletRequest) - Constructor for class org.apache.oodt.security.sso.AbstractWebBasedSingleSignOn
Constructs a new AbstractWebBasedSingleSignOn with the given HTTP request and response.
accept(ProtocolFile) - Method in interface org.apache.oodt.cas.protocol.util.ProtocolFileFilter
 
ACQ_DATE_FORMAT - Static variable in class org.apache.oodt.cas.filemgr.versioning.AcquisitionDateVersioner
 
ACQUISITION_DATE - Static variable in class org.apache.oodt.cas.filemgr.versioning.AcquisitionDateVersioner
 
AcquisitionDateVersioner - Class in org.apache.oodt.cas.filemgr.versioning
Store products under /[AcquisitionDate]/[Filename].
AcquisitionDateVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.AcquisitionDateVersioner
 
ActionBeanProperties - Class in org.apache.oodt.cas.crawl.util
A collection of bean properties which are used by CasPropertyOverrideConfigurer to set properties on ProductCrawlers and CrawlerActions.
ActionCmdLineOption - Class in org.apache.oodt.cas.cli.option
CmdLineOption for specifying CmdLineAction.
ActionCmdLineOption() - Constructor for class org.apache.oodt.cas.cli.option.ActionCmdLineOption
 
ActionCmdLineOption(String, String, String, boolean) - Constructor for class org.apache.oodt.cas.cli.option.ActionCmdLineOption
 
ActionDependencyRule - Class in org.apache.oodt.cas.cli.option.require
A RequirementRule which links the CmdLineOption to the CmdLineAction via the CmdLineAction's name and also specifies its relationship to the CmdLineAction (i.e.
ActionDependencyRule() - Constructor for class org.apache.oodt.cas.cli.option.require.ActionDependencyRule
 
ActionDependencyRule(String, RequirementRule.Relation) - Constructor for class org.apache.oodt.cas.cli.option.require.ActionDependencyRule
 
actionPerformed(ActionEvent) - Method in class org.apache.oodt.cas.filemgr.browser.controller.TableListener
 
actionPerformed(ActionEvent) - Method in class org.apache.oodt.cas.filemgr.browser.controller.WindowListener
 
actionPerformed(ActionEvent) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.QueryField
 
actionPerformed(ActionEvent) - Method in class org.apache.oodt.cas.filemgr.browser.view.prompts.ConnectPrompt
 
actionPerformed(ActionEvent) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView.MyGraphListener
 
actionPerformed(ActionEvent) - Method in class org.apache.oodt.profile.gui.LeafListener.TreeNodeActionListener
 
actionRepo - Variable in class org.apache.oodt.cas.crawl.ProductCrawler
 
ACTIVE_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
Activity - Class in org.apache.oodt.commons.activity
An activity is an occurrence of some active action.
Activity() - Constructor for class org.apache.oodt.commons.activity.Activity
Creates a new Activity instance.
ActivityException - Exception in org.apache.oodt.commons.activity
This class is intended to be thrown as an exception in the org.apache.oodt.commons.activity package.
ActivityException() - Constructor for exception org.apache.oodt.commons.activity.ActivityException
This constructor calls the Exception constructor with the same signature.
ActivityException(String) - Constructor for exception org.apache.oodt.commons.activity.ActivityException
This constructor calls the Exception constructor with the same signature.
ActivityException(Throwable) - Constructor for exception org.apache.oodt.commons.activity.ActivityException
This constructor calls the Exception constructor with the same signature.
ActivityException(String, Throwable) - Constructor for exception org.apache.oodt.commons.activity.ActivityException
This constructor calls the Exception constructor with the same signature.
ActivityFactory - Interface in org.apache.oodt.commons.activity
Factory for activities.
ActivityTracker - Class in org.apache.oodt.commons.activity
Tracker of activities.
ActivityTracker() - Constructor for class org.apache.oodt.commons.activity.ActivityTracker
 
ACTUAL_RANGE - Static variable in interface org.apache.oodt.opendapps.DapNames
 
add(Node, String, Collection) - Static method in class org.apache.oodt.commons.util.XML
Add a repeating child element with text from the given collection to the given node.
add(Node, String, String) - Static method in class org.apache.oodt.commons.util.XML
Add a child element with the given text to the given element.
add(Node, String, Object) - Static method in class org.apache.oodt.commons.util.XML
Add a child element with the string representation of the given object to the given node.
add(Profile) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
add(Connection, Profile) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
add(Profile) - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Add a profile into the set of profiles managed by this profile server.
addAll(Collection) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
addAll(Connection, Collection) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
addAll(Collection) - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Add all of the profiles in the given collection to the set managed by this server.
addAllExtends(List<String>) - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository.ConfigGroup
 
addArg(String, String) - Method in class org.apache.oodt.cas.pushpull.expressions.Method
 
addArg(Variable) - Method in class org.apache.oodt.cas.pushpull.expressions.Method
 
addArgSignature(String, int) - Method in class org.apache.oodt.cas.pushpull.expressions.Method
 
addAttribute(Document, Element, String, String) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
addCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
addCatalog(String, Index) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
addCatalog(String, Index, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
addCatalog(String, Index, List<Dictionary>, boolean, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
addCatalog(Catalog) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
addCatalog(String, Index) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
addCatalog(String, Index, List<Dictionary>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
addCatalog(String, Index, List<Dictionary>, boolean, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
addCatalog(Catalog) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
addCatalog(String, Index) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
addCatalog(String, Index, List<Dictionary>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
addCatalog(String, Index, List<Dictionary>, boolean, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
addCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
addCatalog(String, Index) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
addCatalog(String, Index, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
addCatalog(String, Index, List<Dictionary>, boolean, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
addCatalog(Catalog) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
addCatalog(Catalog, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
addCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
addCatalog(String, Index) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
addCatalog(String, Index, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
addCatalog(String, Index, List<Dictionary>, boolean, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
addCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
addCatalog(String, Index) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
addCatalog(String, Index, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
addCatalog(String, Index, List<Dictionary>, boolean, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
addCatalog(Catalog) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
addCatalog(String, Index) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
addCatalog(String, Index, List<Dictionary>) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
addCatalog(String, Index, List<Dictionary>, boolean, boolean) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
addCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
addCatalog(String, Index) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
addCatalog(String, Index, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
addCatalog(String, Index, List<Dictionary>, boolean, boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
addCatalog(String, Index) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
addCatalog(String, Index, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
addCatalog(String, Index, List<Dictionary>, boolean, boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
addCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
Ability to dynamically add a Catalog to this CatalogService for managing
addCategory(Object) - Method in class org.apache.oodt.commons.io.LogFilter
Add an additional category.
addChild(Metadata.Group) - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
addChild(VirtualFile) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
addChild(ModelGraph) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
addChild(List<ModelGraph>, String, ModelGraph) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
addChild(PedigreeTreeNode) - Method in class org.apache.oodt.pcs.pedigree.PedigreeTreeNode
 
addChildren(List<Metadata.Group>) - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
addClassForType(String, Class<ProtocolFactory>) - Method in class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
addClassForType(String, String) - Method in class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
addClassForType(String, Class<ProtocolFactory>[]) - Method in class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
addClassForType(String, String[]) - Method in class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
addConfigProperties(PgeMetadata, Object...) - Method in interface org.apache.oodt.cas.pge.ConfigFilePropertyAdder
 
addConfigProperty(String, String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration
Adds the property denoted by the given name> and value.
addConfigProperty(String, String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTaskConfiguration
Adds the property denoted by the given name> and value.
addCriterion(QueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.Query
 
addDefaultField(String) - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
addDefaultFields(List) - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
addDictionary(String, Dictionary) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
addDictionary(String, Dictionary) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
addDictionary(String, Dictionary) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
addDictionary(String, Dictionary) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
addDictionary(String, Dictionary) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
addDictionary(String, Dictionary) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
addDictionary(Dictionary) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
addDictionary(String, Dictionary) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
addDictionary(String, Dictionary) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
addDictionary(String, Dictionary) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
addDispatcher(Dispatcher) - Method in class org.apache.oodt.cas.filemgr.system.auth.SecureWebServer
Adds an authenticated XML-RPC dispatcher.
addDynamicConfigFile(DynamicConfigFile) - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
addElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
addElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
addElement(Element) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Adds the Element to the ValidationLayer.
addElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
addElementSpecificProperties(Model, Resource, ProfileAttributes, URI) - Method in class org.apache.oodt.profile.EnumeratedProfileElement
 
addElementSpecificProperties(Model, Resource, ProfileAttributes, URI) - Method in class org.apache.oodt.profile.ProfileElement
Add the statements specific to this kind of profile element to an RDF model.
addElementSpecificProperties(Model, Resource, ProfileAttributes, URI) - Method in class org.apache.oodt.profile.RangedProfileElement
 
addElementSpecificProperties(Model, Resource, ProfileAttributes, URI) - Method in class org.apache.oodt.profile.UnspecifiedProfileElement
 
addElementToProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
addElementToProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
addElementToProductType(ProductType, Element) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Adds the specified element to the ProductType specified by its productTypeId.
addElementToProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
addEscapes(String) - Static method in error org.apache.oodt.cas.catalog.query.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addExpression(QueryExpression) - Method in class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
addExpressions(List<QueryExpression>) - Method in class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
addExtends(String) - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository.ConfigGroup
 
addField(String, MappingField) - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
addFieldToWorkflow(String, String) - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
addFilePath(String) - Method in class org.apache.oodt.cas.pge.config.FileStagingInfo
 
addFilePaths(List<String>) - Method in class org.apache.oodt.cas.pge.config.FileStagingInfo
 
addFreeText(String) - Method in class org.apache.oodt.cas.catalog.query.FreeTextQueryExpression
A method for adding unparsed free text to the FreeTextCriteria.
addFreeText(String) - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
A method for adding unparsed free text to the FreeTextCriteria.
addGlobalConfigGroup(String, XmlWorkflowModelRepository.ConfigGroup) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
addGraph(ModelGraph) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
addIfNotExisting(Metadata, String, Enumeration<String>) - Static method in class org.apache.oodt.opendapps.util.ProfileUtils
Method to add multiple (key, value) pairs to the metadata container if not existing already.
addIfNotNull(Metadata, String, String) - Static method in class org.apache.oodt.opendapps.util.ProfileUtils
Method to add a (name,value) pair to the metadata container if the value is not null or empty, and doesn't exist already.
addIncident(StoredIncident) - Method in class org.apache.oodt.commons.activity.StoredActivity
Add an incident to the list of incidents.
addInstruction(String, String) - Method in class org.apache.oodt.opendapps.config.ProcessingInstructions
Method to add a value to a named instruction.
addItem(Object) - Method in class org.apache.oodt.xmlquery.Results
 
addJob(JobSpec) - Method in interface org.apache.oodt.cas.resource.jobqueue.JobQueue
Persists a JobSpec to the queue.
addJob(JobSpec) - Method in class org.apache.oodt.cas.resource.jobqueue.JobStack
 
addJob(JobSpec) - Method in interface org.apache.oodt.cas.resource.jobrepo.JobRepository
 
addJob(JobSpec) - Method in class org.apache.oodt.cas.resource.jobrepo.MemoryJobRepository
 
addJob(JobSpec) - Method in class org.apache.oodt.cas.resource.jobrepo.XStreamJobRepository
 
addKeyValueToMap(Map<String, List<String>>, String, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to add a (key, value) to a multi-valued map with appropriate checks.
addListener(LogListener) - Method in class org.apache.oodt.commons.util.LogEventMultiplexer
Add an event listener.
addLogListener(LogListener) - Static method in class org.apache.oodt.commons.io.Log
Add a log listener.
addMatrix(PGEMatrix) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
addMetadata(Metadata, Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Ingests Metadata into the metadata store, and associates it with the given productId.
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
 
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
addMetadata(Hashtable<String, Object>, Hashtable<String, String>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
addMetadata(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
addMetadata(Metadata) - Method in class org.apache.oodt.cas.metadata.Metadata
Adds (Appends if key exists) from given metadata into this metadata
addMetadata(String, Metadata) - Method in class org.apache.oodt.cas.metadata.Metadata
 
addMetadata(String, String) - Method in class org.apache.oodt.cas.metadata.Metadata
Adds key (Appends if key exists)
addMetadata(String, List<String>) - Method in class org.apache.oodt.cas.metadata.Metadata
Adds key (Appends if key exists)
addMetadata(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.metadata.Metadata
 
addMetadata(Hashtable<String, Object>, boolean) - Method in class org.apache.oodt.cas.metadata.Metadata
Takes a hashtable of String keys and Object values.
addMetadata(String, String) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFile
 
addMetadata(List<String>) - Method in class org.apache.oodt.cas.workflow.cli.action.DynWorkflowCliAction
 
addMetadata(List<String>) - Method in class org.apache.oodt.cas.workflow.cli.action.SendEventCliAction
 
addMetadataIfUndefined(Metadata, Metadata, String, String) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
addMetExtractorSpec(String, MetExtractorSpec) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
addMetExtractorSpecs(String, List<MetExtractorSpec>) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
addNamespaces(Document, Element, RDFConfig) - Static method in class org.apache.oodt.cas.product.rdf.RDFUtils
 
addNode(ResourceNode) - Method in class org.apache.oodt.cas.resource.monitor.AssignmentMonitor
 
addNode(ResourceNode) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaResourceMonitor
 
addNode(ResourceNode) - Method in interface org.apache.oodt.cas.resource.monitor.Monitor
Adds a new ResourceNode for this Monitor to manage (if node already exist, then should perform update)
addNode(Hashtable) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
addNode(ResourceNode) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Adds a node
addNode(Document, Node, String) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
addNode(Document, Node, String, String) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
addNode(Document, Node, String, String, String, Map) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
AddNodeCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which adds a ResourceNode.
AddNodeCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.AddNodeCliAction
 
addNodeToQueue(String, String) - Method in class org.apache.oodt.cas.resource.scheduler.QueueManager
 
addNodeToQueue(String, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
addNodeToQueue(String, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Addes the node with given id to the queue with the given name
AddNodeToQueueCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAcion which adds a Node to a Queue.
AddNodeToQueueCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.AddNodeToQueueCliAction
 
addNonNull(Node, String, String) - Static method in class org.apache.oodt.commons.util.XML
Add a child element with the given text to the given element.
addOuputDirAndExpressions(OutputDir) - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
addParentToProductType(ProductType, String) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
addPluginUrls(List<PluginURL>) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
addPluginUrls(List<PluginURL>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
addPluginUrls(List<PluginURL>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
addPluginUrls(List<PluginURL>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
addPluginUrls(List<PluginURL>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
addPluginUrls(List<PluginURL>) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
addPluginUrls(List<PluginURL>) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
addPluginUrls(List<PluginURL>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
addPluginUrls(List<PluginURL>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
addProcessingInstruction(String, String) - Method in class org.apache.oodt.opendapps.config.OpendapConfig
Adds a processing instruction.
addProduct(Metadata) - Method in class org.apache.oodt.cas.filemgr.browser.model.Results
 
addProduct(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Adds a Product to the Catalog.
addProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
addProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
addProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
addProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
Method that adds a Product to the Catalog, persisting its fundamental CAS attributes (id, name, type, ingestion time, etc.).
addProductId(String) - Method in class org.apache.oodt.cas.pge.config.FileStagingInfo
 
addProductIds(List<String>) - Method in class org.apache.oodt.cas.pge.config.FileStagingInfo
 
addProductReferences(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Adds the specified List of References to the Catalog, and associates them with this Product specified by its productId.
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
addProductReferences(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
addProductResource(ProductResource) - Method in class org.apache.oodt.cas.product.jaxrs.resources.DatasetResource
Adds a ProductResource to the list of product resources for the dataset.
addProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
addProductType(ProductType) - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Adds a ProductType to the RepositoryManager.
addProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
addProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
addProductType(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
addProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
AddProductTypeCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which adds a ProductType to the file manager.
AddProductTypeCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
addPropertyChangeListener(PropertyChangeListener) - Static method in class org.apache.oodt.commons.util.PropertyMgr
Add a listener for property changes.
addPropFiles(String, Parser) - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
addPropFileToDataFileLink(File, ProtocolFile) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
addPropFileToDataFileLink(File, String) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
addQueue(String) - Method in class org.apache.oodt.cas.resource.scheduler.QueueManager
 
addQueue(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
addQueue(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Creates a queue with the given name
AddQueueCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which adds a queue.
AddQueueCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.AddQueueCliAction
 
addRefsFromUris(Product, List<String>) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
addRegExprOutputFiles(RegExprOutputFiles) - Method in class org.apache.oodt.cas.pge.config.OutputDir
 
addScalar(PGEScalar) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
addSite(RemoteSite) - Method in class org.apache.oodt.cas.pushpull.config.SiteInfo
 
addStage(WorkflowLifecycleStage) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Adds a WorkflowStage to this WorkflowLifecycle.
addState(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
addSubOption(CmdLineOptionInstance) - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
addSubOption(GroupSubOption) - Method in class org.apache.oodt.cas.cli.option.GroupCmdLineOption
 
addTable(String, DatabaseTable) - Method in class org.apache.oodt.xmlps.mapping.DatabaseTableGroup
 
addTable(String, DatabaseTable) - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
addTask(WorkflowTask) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
addTask(WorkflowTask) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
addTask(WorkflowTask) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Adds the provided new WorkflowTask to the model repository.
addTask(WorkflowTask) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
addTerm(Term) - Method in class org.apache.oodt.cas.catalog.term.TermBucket
 
addTerm(Term, boolean) - Method in class org.apache.oodt.cas.catalog.term.TermBucket
 
addTerm(QueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Method to add a term to the boolean query.
addTerms(Set<Term>) - Method in class org.apache.oodt.cas.catalog.term.TermBucket
 
addTerms(Set<Term>, boolean) - Method in class org.apache.oodt.cas.catalog.term.TermBucket
 
addTmpReplaceMet(String, List<String>) - Method in class org.apache.oodt.cas.metadata.filenaming.PathUtilsNamingConvention
 
addToDownloadQueue(RemoteSite, String, String, File, String, boolean) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
addToDownloadQueue(RemoteSiteFile, String, File, String, boolean) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
addToEnvironment(String, Object) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
addToEnvironment(String, Object) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
addToModel(Model) - Method in class org.apache.oodt.profile.Profile
Add this profile as an RDF resource description to an RDF model.
addTransactionReceipt(TransactionReceipt) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.QueryResultGroup
 
addURL(PluginURL) - Method in class org.apache.oodt.cas.catalog.util.PluginClassLoader
 
addURLs(List<URL>) - Method in class org.apache.oodt.cas.catalog.util.PluginClassLoader
 
addValidator(CmdLineOptionValidator) - Method in class org.apache.oodt.cas.cli.option.AdvancedCmdLineOption
 
addValue(String) - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
addValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
A method for adding a value to search on to the list of values.
addValue(String) - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
addValue(Object, int, int) - Method in class org.apache.oodt.pcs.input.PGEMatrix
 
addValues(List<String>) - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
addValues(Node) - Method in class org.apache.oodt.profile.EnumeratedProfileElement
 
addValues(Node) - Method in class org.apache.oodt.profile.ProfileElement
Add the values of this element to the given node.
addValues(Node) - Method in class org.apache.oodt.profile.RangedProfileElement
 
addValues(Node) - Method in class org.apache.oodt.profile.UnspecifiedProfileElement
 
addVector(PGEVector) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
addWorkflow(Workflow) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
addWorkflow(Workflow) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
addWorkflow(Workflow) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Adds the specified new Workflow to this Repository.
addWorkflow(Workflow) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
addWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
addWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
addWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
addWorkflowInstance(WorkflowInstance) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Persists the specified WorkflowInstance to the instance repository.
addWorkflowToMap(String, List) - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
adjustBeginLineColumn(int, int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AdvancedCmdLineOption - Class in org.apache.oodt.cas.cli.option
Advanced version of a CmdLineOption which supports validation and option handling.
AdvancedCmdLineOption() - Constructor for class org.apache.oodt.cas.cli.option.AdvancedCmdLineOption
 
AdvancedCmdLineOption(String, String, String, boolean) - Constructor for class org.apache.oodt.cas.cli.option.AdvancedCmdLineOption
 
AFTER_USE_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
aggregation - Variable in class org.apache.oodt.profile.ResourceAttributes
Aggregation.
ALIAS_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
ALIAS_SPEC_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
ALLOW_ALIAS_OVERRIDE_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
ALLOW_ONLY_DEFINED_TYPES - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
AllowedArgsCmdLineOptionValidator - Class in org.apache.oodt.cas.cli.option.validator
A CmdLineOptionValidator which check args against a supplied list of valid allowed arguments.
AllowedArgsCmdLineOptionValidator() - Constructor for class org.apache.oodt.cas.cli.option.validator.AllowedArgsCmdLineOptionValidator
 
allowNewDirs() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
allowNewFiles() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
allowNoDirs() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
allowNoFiles() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
allProcessorsSameCategory(List<WorkflowProcessor>, String) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
Verifies that all provided WorkflowProcessors are in a state belonging to the given categoryName.
AlreadyInDatabaseException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
AlreadyInDatabaseException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.AlreadyInDatabaseException
 
AlreadyInDatabaseException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.AlreadyInDatabaseException
 
ALT_CONFIG_FILE - Static variable in class org.apache.oodt.commons.Configuration
Alternate config file.
ALT_LIB_CONFIG_FILE - Static variable in class org.apache.oodt.commons.Configuration
Non-JRE library location of config file.
AND - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
AND - Static variable in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Constants
AndExpression - Class in org.apache.oodt.xmlps.queryparser
A logical and expression
AndExpression(Expression, Expression) - Constructor for class org.apache.oodt.xmlps.queryparser.AndExpression
 
AntDecorator - Class in org.apache.oodt.cas.install
 
AntDecorator() - Constructor for class org.apache.oodt.cas.install.AntDecorator
 
app - Variable in class org.apache.oodt.pcs.opsui.BasePage
 
app - Variable in class org.apache.oodt.pcs.opsui.HomePage
 
APPEND_EXT_ATTR - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternConfigReaderMetKeys
 
appendTags(Metadata, Document, Element) - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RssConfiguration
Appends elements (tags) defined in a configuration file to a specific parent element.
APPLICATION_SUCCESS_FLAG - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
ApplyToAction - Class in org.apache.oodt.cas.cli.option.handler
Mapping of CmdLineAction name to its method which should be called by ApplyToActionHandler when injecting argument value.
ApplyToAction() - Constructor for class org.apache.oodt.cas.cli.option.handler.ApplyToAction
 
ApplyToAction(String, String) - Constructor for class org.apache.oodt.cas.cli.option.handler.ApplyToAction
 
ApplyToActionHandler - Class in org.apache.oodt.cas.cli.option.handler
CmdLineOptionHandler which applies CmdLineOption values to given CmdLineAction.
ApplyToActionHandler() - Constructor for class org.apache.oodt.cas.cli.option.handler.ApplyToActionHandler
 
approveAccess(Configuration, HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.grid.GridServlet
Check if administrative access is allowed.
ARG_TAG - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternConfigReaderMetKeys
 
ArgRegExpCmdLineOptionValidator - Class in org.apache.oodt.cas.cli.option.validator
Performs validation on option instances via allowed args which are regular expressions for allowed argument values.
ArgRegExpCmdLineOptionValidator() - Constructor for class org.apache.oodt.cas.cli.option.validator.ArgRegExpCmdLineOptionValidator
 
ARGS_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
ARGS_TAG - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternConfigReaderMetKeys
 
asAdvancedOption(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
AsciiSortableVersionConverter - Class in org.apache.oodt.cas.catalog.query.filter.time.conv
 
AsciiSortableVersionConverter() - Constructor for class org.apache.oodt.cas.catalog.query.filter.time.conv.AsciiSortableVersionConverter
 
AsciiSortableVersionConverter - Class in org.apache.oodt.cas.filemgr.structs.query.conv
 
AsciiSortableVersionConverter() - Constructor for class org.apache.oodt.cas.filemgr.structs.query.conv.AsciiSortableVersionConverter
 
asGroupOption(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
asHelpOption(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
asMetadata(List<TermBucket>) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
asMetadata(PgeMetadata.Type...) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Combines STATIC, DYNAMIC, and LOCAL metadata into one metadata object.
assignLoad(ResourceNode, int) - Method in class org.apache.oodt.cas.resource.monitor.AssignmentMonitor
 
assignLoad(ResourceNode, int) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaResourceMonitor
 
assignLoad(ResourceNode, int) - Method in interface org.apache.oodt.cas.resource.monitor.Monitor
 
AssignmentMonitor - Class in org.apache.oodt.cas.resource.monitor
 
AssignmentMonitor(List<ResourceNode>) - Constructor for class org.apache.oodt.cas.resource.monitor.AssignmentMonitor
 
AssignmentMonitorFactory - Class in org.apache.oodt.cas.resource.monitor
 
AssignmentMonitorFactory() - Constructor for class org.apache.oodt.cas.resource.monitor.AssignmentMonitorFactory
 
asSimpleOption(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
AsynchronousLocalEngineRunner - Class in org.apache.oodt.cas.workflow.engine.runner
Runs a local version of a TaskProcessor asynchronously.
AsynchronousLocalEngineRunner() - Constructor for class org.apache.oodt.cas.workflow.engine.runner.AsynchronousLocalEngineRunner
 
AsynchronousLocalEngineRunner(int) - Constructor for class org.apache.oodt.cas.workflow.engine.runner.AsynchronousLocalEngineRunner
 
AsynchronousLocalEngineRunnerFactory - Class in org.apache.oodt.cas.workflow.engine.runner
AsynchronousLocalEngineRunnerFactory() - Constructor for class org.apache.oodt.cas.workflow.engine.runner.AsynchronousLocalEngineRunnerFactory
 
ATTRIBUTE_ATTR_NAME - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigReaderMetKeys
 
ATTRIBUTE_ATTR_VALUE - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigReaderMetKeys
 
ATTRIBUTE_TAG - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigReaderMetKeys
 
ATTRIBUTES_COMMAND - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
AUTH_COMMAND - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
authenticate(String, String) - Method in class org.apache.oodt.security.sso.opensso.SSOProxy
 
AUTHENTICATE_ENDPOINT - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
Authentication - Interface in org.apache.oodt.cas.protocol.auth
Authentication interface for Protocol connections
AuthenticationRequiredException - Exception in org.apache.oodt.grid
Exception thrown to indicate that authentication is required to continue.
AuthenticationRequiredException() - Constructor for exception org.apache.oodt.grid.AuthenticationRequiredException
Creates a new AuthenticationRequiredException instance.
AUTO - Static variable in class org.apache.oodt.commons.MultiServer
Indicates server will try periodic rebinding.
AutoDetectProductCrawler - Class in org.apache.oodt.cas.crawl
A ProductCrawler that uses a suite of files to define its crawling and ingestion policy: actions-map.xml - This file is an XML specification for actions that the crawler should take in response to its 3 lifecycle phases: preIngest, postIngestSuccess, and postIngestFail.
AutoDetectProductCrawler() - Constructor for class org.apache.oodt.cas.crawl.AutoDetectProductCrawler
 
autoFlush - Variable in class org.apache.oodt.commons.io.WriterLogger
If true, flush after every message logged.
autoPagerSize - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
autoPagerSize - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClientFactory
 
autoResolveContentType(String, byte[]) - Method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
Same as MimeTypeUtils.autoResolveContentType(String, String, byte[]), but this method passes null as the initial type.
autoResolveContentType(String, String, byte[]) - Method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
A facade interface to trying all the possible mime type resolution strategies available within Tika.
available() - Method in class org.apache.oodt.commons.io.Base64DecodingInputStream
Return bytes available for reading or skipping without blocking.
aWorkflowProcessor() - Static method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorBuilder
 

B

backup(int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Backup a number of characters.
BackwardsCompatibleInterceptor - Class in org.apache.oodt.cas.product.jaxrs.filters
An Apache CXF interceptor for the incoming chain that monitors request URIs and maps any URIs from the original scheme to the new scheme.
BackwardsCompatibleInterceptor() - Constructor for class org.apache.oodt.cas.product.jaxrs.filters.BackwardsCompatibleInterceptor
Constructor that inserts the interceptor at the USER_STREAM phase of the incoming interceptor chain.
BadRequestException - Exception in org.apache.oodt.cas.product.jaxrs.exceptions
This type of exception returns an HTTP 'bad request' response (status code 400) with an additional message.
BadRequestException(String) - Constructor for exception org.apache.oodt.cas.product.jaxrs.exceptions.BadRequestException
Constructor that adds a message to the 'bad request' (status code 400) HTTP response.
bar - Variable in class org.apache.oodt.cas.filemgr.browser.view.MainWindow
 
Base64 - Class in org.apache.oodt.commons.util
Base 64 encoding and decoding.
Base64DecodingInputStream - Class in org.apache.oodt.commons.io
An input stream that decodes its data from the RFC-1512 base 64 format.
Base64DecodingInputStream(InputStream) - Constructor for class org.apache.oodt.commons.io.Base64DecodingInputStream
Construct a base-64 decoding input stream.
Base64EncodingOutputStream - Class in org.apache.oodt.commons.io
An output stream that encodes its data into RFC-1512 base 64 format.
Base64EncodingOutputStream(OutputStream) - Constructor for class org.apache.oodt.commons.io.Base64EncodingOutputStream
Construct a base-64 encoding output stream.
BasePage - Class in org.apache.oodt.pcs.opsui
Provides the controller for the OPSUI template.
BasePage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.BasePage
 
BasicAuthentication - Class in org.apache.oodt.cas.protocol.auth
Basic username and password Authentication
BasicAuthentication(String, String) - Constructor for class org.apache.oodt.cas.protocol.auth.BasicAuthentication
 
BasicProtocolVerifier - Class in org.apache.oodt.cas.protocol.verify
ProtocolVerifier which performs basic verification of a given Protocol to a given site.
BasicProtocolVerifier(Map<URI, ProtocolFile>) - Constructor for class org.apache.oodt.cas.protocol.verify.BasicProtocolVerifier
 
BasicProtocolVerifierFactory - Class in org.apache.oodt.cas.protocol.verify
BasicProtocolVerifierFactory() - Constructor for class org.apache.oodt.cas.protocol.verify.BasicProtocolVerifierFactory
 
BasicVerifyCliAction - Class in org.apache.oodt.cas.protocol.cli.action
Action for determining whether a given Protocol or auto-determined Protocol via ProtocolManager can connect and pass verification of the given Verifier for given site.
BasicVerifyCliAction() - Constructor for class org.apache.oodt.cas.protocol.cli.action.BasicVerifyCliAction
 
BasicVersioner - Class in org.apache.oodt.cas.filemgr.versioning
 
BasicVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.BasicVersioner
 
BATCH_STUB_DAEMON_NAME - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
Batchmgr - Interface in org.apache.oodt.cas.resource.batchmgr
 
BatchmgrFactory - Interface in org.apache.oodt.cas.resource.batchmgr
 
BeanInfoHandler - Class in org.apache.oodt.cas.crawl.cli.option.handler
 
BeanInfoHandler() - Constructor for class org.apache.oodt.cas.crawl.cli.option.handler.BeanInfoHandler
 
beanRepo - Variable in class org.apache.oodt.cas.catalog.cli.action.LoadCatalogRepositoryCliAction
 
beanRepo - Variable in class org.apache.oodt.cas.catalog.cli.action.LoadCatalogsCliAction
 
beanRepo - Variable in class org.apache.oodt.cas.catalog.repository.SpringCatalogRepository
 
beginColumn - Variable in class org.apache.oodt.cas.catalog.query.parser.Token
The column number of the first character of this Token.
BeginIngestionTaskServlet - Class in org.apache.oodt.cas.curation.servlet
 
BeginIngestionTaskServlet() - Constructor for class org.apache.oodt.cas.curation.servlet.BeginIngestionTaskServlet
 
beginLine - Variable in class org.apache.oodt.cas.catalog.query.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Start.
BIN_DIR_NAME - Static variable in interface org.apache.oodt.cas.install.CASInstallDirMetKeys
 
bind(String, Object) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
bind(Name, Object) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
bind(String, Object) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
bind(Name, Object) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
BINDING - Static variable in class org.apache.oodt.commons.MultiServer
Inidcates server will try a bind.
blankPage() - Static method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
blankPage() - Static method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
BooleanQueryCriteria - Class in org.apache.oodt.cas.filemgr.structs
 
BooleanQueryCriteria() - Constructor for class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Default constructor.
BooleanQueryCriteria(List<QueryCriteria>, int) - Constructor for class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Boolean query constructor.
BottomPane - Class in org.apache.oodt.cas.filemgr.browser.view.panels
 
BottomPane() - Constructor for class org.apache.oodt.cas.filemgr.browser.view.panels.BottomPane
 
bPane - Variable in class org.apache.oodt.cas.filemgr.browser.view.MainWindow
 
BranchRedirector - Class in org.apache.oodt.cas.workflow.examples
Redirects from an existing WorkflowInstance by sending a specified event specified by the task configuration parameter named eventName.
BranchRedirector() - Constructor for class org.apache.oodt.cas.workflow.examples.BranchRedirector
 
browseCatalog(String, String, Integer, HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.service.PolicyResource
 
Bucket - Class in org.apache.oodt.cas.catalog.term
 
Bucket() - Constructor for class org.apache.oodt.cas.catalog.term.Bucket
 
Bucket(String) - Constructor for class org.apache.oodt.cas.catalog.term.Bucket
 
BUCKET_NAME_KEY - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
bucketNames - Variable in class org.apache.oodt.cas.catalog.query.QueryExpression
 
bufcolumn - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
buffer - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
bufline - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
bufpos - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Position in buffer.
build(PgeMetadata) - Method in interface org.apache.oodt.cas.pge.config.PgeConfigBuilder
 
build(PgeMetadata) - Method in class org.apache.oodt.cas.pge.config.XmlFilePgeConfigBuilder
 
build(Class<? extends WorkflowProcessor>) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorBuilder
 
buildCommandLine() - Static method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method builds the command-line options.
buildDataSource(String, String, String, String) - Static method in class org.apache.oodt.commons.database.DatabaseConnectionBuilder
 
buildHash(List<? extends TimeEvent>) - Static method in class org.apache.oodt.commons.filter.TimeEventWeightedHash
 
buildHash(List<? extends TimeEvent>, long) - Static method in class org.apache.oodt.commons.filter.TimeEventWeightedHash
Returns the Greatest Weighted Path of TimeEvents
buildJobSpec(File) - Static method in class org.apache.oodt.cas.resource.util.JobBuilder
 
buildJobSpec(String) - Static method in class org.apache.oodt.cas.resource.util.JobBuilder
 
BuildPerspective - Class in org.apache.oodt.cas.workflow.gui.perspective.build
The default build perspective.
BuildPerspective() - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.build.BuildPerspective
 
BuildPerspective(Class<? extends View>, Class<? extends View>, Class<? extends View>, Class<? extends View>, Class<? extends View>) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.build.BuildPerspective
 
buildPgeRunScript() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
buildPgeRunScript() - Method in class org.apache.oodt.cas.pge.WinPGETaskInstance
Override buildPgeRunScript method to call a windows specific script file
buildProcessor(String, ParentChildWorkflow, Map<String, Class<? extends WorkflowProcessor>>, boolean) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
buildProcessor(String, ParentChildWorkflow, boolean, Map<String, Class<? extends WorkflowProcessor>>) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
buildProfile(Product, Metadata, String) - Static method in class org.apache.oodt.profile.handlers.cas.util.ProfileUtils
Builds a Profile from the given Product, and its Metadata.
buildQuery() - Method in class org.apache.oodt.pcs.query.FilenameQuery
 
buildQuery() - Method in class org.apache.oodt.pcs.query.InputFilesQuery
 
buildQuery() - Method in class org.apache.oodt.pcs.query.JobIdQuery
 
buildQuery() - Method in class org.apache.oodt.pcs.query.OutputFilesQuery
 
buildQuery() - Method in interface org.apache.oodt.pcs.query.PCSQuery
Builds a filemgr compliant Query object from a concrete instance of the implementing class.
buildQuery() - Method in class org.apache.oodt.pcs.query.ProductNameQuery
 
buildQuery() - Method in class org.apache.oodt.pcs.query.TemporalQuery
 
buildZipFile(String, File[]) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNUtils
 
builtPanel - Variable in class org.apache.oodt.cas.filemgr.browser.view.prompts.QueryBuilderPrompt
 

C

Cache - Interface in org.apache.oodt.cas.filemgr.ingest
 
CACHE_FACTORY_CLASS - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
CachedIngester - Class in org.apache.oodt.cas.filemgr.ingest
 
CachedIngester(String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.CachedIngester
 
CachedIngester(String, Cache) - Constructor for class org.apache.oodt.cas.filemgr.ingest.CachedIngester
 
CacheException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
CacheException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CacheException
 
CacheException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CacheException
 
CacheFactory - Interface in org.apache.oodt.cas.filemgr.ingest
 
CacheMap - Class in org.apache.oodt.commons.util
A cache map is a map with a built-in cache.
CacheMap() - Constructor for class org.apache.oodt.commons.util.CacheMap
Create a cache map with a default capacity of 5 entries.
CacheMap(int) - Constructor for class org.apache.oodt.commons.util.CacheMap
Create a cache map with the given capacity.
CacheMap(Map) - Constructor for class org.apache.oodt.commons.util.CacheMap
Create a cache map from the given map, having the capacity of the given map.
cacheUpdateMinutes - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
caculateTotalPages() - Method in class org.apache.oodt.cas.catalog.page.QueryPager
 
calculateLoad(Map<String, String>) - Method in interface org.apache.oodt.cas.resource.monitor.ganglia.loadcalc.LoadCalculator
Calculate the load and normalize it within the given node's capacity
calculateLoad(Map<String, String>) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.loadcalc.WeightedAverageLoadCalc
Calculate the load and normalize it within the given node's capacity
callLocalServerManager(int, String, String, String, List) - Method in class org.apache.oodt.commons.ExecServer
Call the server manager on the local system.
callProgram(String, Logger) - Static method in class org.apache.oodt.commons.exec.ExecUtils
 
callProgram(String, OutputStream, OutputStream) - Static method in class org.apache.oodt.commons.exec.ExecUtils
 
callProgram(String, Logger, File) - Static method in class org.apache.oodt.commons.exec.ExecUtils
 
callProgram(String, OutputStream, OutputStream, File) - Static method in class org.apache.oodt.commons.exec.ExecUtils
 
callProgram(String, File) - Static method in class org.apache.oodt.commons.exec.ExecUtils
 
callProgram(String[], File) - Static method in class org.apache.oodt.commons.exec.ExecUtils
 
cancel - Variable in class org.apache.oodt.cas.filemgr.browser.view.prompts.SortPrompt.ColumnPanel
 
cancelRuntimeTracking(File) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DownloadThreadEvaluator
 
CAS_NAMESPACE_NAME - Static variable in class org.apache.oodt.cas.product.jaxrs.writers.RdfWriter
 
CAS_NAMESPACE_PREFIX - Static variable in class org.apache.oodt.cas.product.jaxrs.writers.RdfWriter
 
CAS_NAMESPACE_VALUE - Static variable in class org.apache.oodt.cas.product.jaxrs.writers.RdfWriter
 
CAS_PROFILE_ID - Static variable in interface org.apache.oodt.cas.product.CASProductHandlerMetKeys
 
CASAnalyzer - Class in org.apache.oodt.cas.filemgr.tools
 
CASAnalyzer() - Constructor for class org.apache.oodt.cas.filemgr.tools.CASAnalyzer
Builds an analyzer.
CASAnalyzer(String[]) - Constructor for class org.apache.oodt.cas.filemgr.tools.CASAnalyzer
Builds an analyzer with the given stop words.
CasDB - Class in org.apache.oodt.cas.filemgr.browser.model
 
CasDB() - Constructor for class org.apache.oodt.cas.filemgr.browser.model.CasDB
 
CASInstallDirMetKeys - Interface in org.apache.oodt.cas.install
 
CASInstallDistMojo - Class in org.apache.oodt.cas.install
Goal that unpackages a .tar.gz distribution of a CAS distro and installs it, overriding configuration files and installing custom policy files, as specified.
CASInstallDistMojo() - Constructor for class org.apache.oodt.cas.install.CASInstallDistMojo
 
CASProductHandler - Class in org.apache.oodt.cas.product
 
CASProductHandler() - Constructor for class org.apache.oodt.cas.product.CASProductHandler
 
CASProductHandlerMetKeys - Interface in org.apache.oodt.cas.product
 
CasProductJaxrsService - Class in org.apache.oodt.cas.product.jaxrs.services
Service class that handles HTTP requests and returns file manager entities such as references and products as JAX-RS resources converted to different formats.
CasProductJaxrsService() - Constructor for class org.apache.oodt.cas.product.jaxrs.services.CasProductJaxrsService
 
CasProductJaxrsServlet - Class in org.apache.oodt.cas.product.jaxrs.servlets
Provides a single place to initialize items such as the file manager client, working directory and configurations when the web application is started up.
CasProductJaxrsServlet() - Constructor for class org.apache.oodt.cas.product.jaxrs.servlets.CasProductJaxrsServlet
 
CASProfileHandler - Class in org.apache.oodt.profile.handlers.cas
 
CASProfileHandler() - Constructor for class org.apache.oodt.profile.handlers.cas.CASProfileHandler
 
CasPropertyList - Class in org.apache.oodt.cas.crawl.util
 
CasPropertyList() - Constructor for class org.apache.oodt.cas.crawl.util.CasPropertyList
 
CasPropertyOverrideConfigurer - Class in org.apache.oodt.cas.crawl.util
A PropertyOverrideConfigurer which sets properties stored in ActionBeanProperties.
CasPropertyOverrideConfigurer() - Constructor for class org.apache.oodt.cas.crawl.util.CasPropertyOverrideConfigurer
 
CasPropertyPlaceholderConfigurer - Class in org.apache.oodt.cas.catalog.util
 
CasPropertyPlaceholderConfigurer() - Constructor for class org.apache.oodt.cas.catalog.util.CasPropertyPlaceholderConfigurer
 
CasPropertyPlaceholderConfigurer - Class in org.apache.oodt.cas.crawl.util
 
CasPropertyPlaceholderConfigurer() - Constructor for class org.apache.oodt.cas.crawl.util.CasPropertyPlaceholderConfigurer
 
Catalog - Class in org.apache.oodt.cas.catalog.system
 
Catalog(String, Index, List<Dictionary>, boolean, boolean) - Constructor for class org.apache.oodt.cas.catalog.system.Catalog
 
CATALOG - Static variable in class org.apache.oodt.cas.curation.service.MetadataResource
 
Catalog - Interface in org.apache.oodt.cas.filemgr.catalog
 
CATALOG_FACTORY_CLASS - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
CATALOG_ID_MET_KEY - Static variable in interface org.apache.oodt.cas.catalog.system.CatalogService
 
CATALOG_IDS_MET_KEY - Static variable in interface org.apache.oodt.cas.catalog.system.CatalogService
 
CATALOG_SERVICE_TRANSACTION_ID_MET_KEY - Static variable in interface org.apache.oodt.cas.catalog.system.CatalogService
 
CATALOG_TRANSACTION_ID_MET_KEY - Static variable in interface org.apache.oodt.cas.catalog.system.CatalogService
 
CATALOG_URL_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
catalogBeanRepo - Variable in class org.apache.oodt.cas.catalog.repository.SpringCatalogRepositoryFactory
 
CatalogDictionaryException - Exception in org.apache.oodt.cas.catalog.exception
 
CatalogDictionaryException() - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogDictionaryException
 
CatalogDictionaryException(String) - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogDictionaryException
 
CatalogDictionaryException(String, Throwable) - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogDictionaryException
 
CatalogException - Exception in org.apache.oodt.cas.catalog.exception
 
CatalogException() - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogException
 
CatalogException(String) - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogException
 
CatalogException(String, Throwable) - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogException
 
CatalogException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
CatalogException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException
 
CatalogException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException
 
CatalogException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException
 
CatalogFactory - Class in org.apache.oodt.cas.catalog.system
 
CatalogFactory() - Constructor for class org.apache.oodt.cas.catalog.system.CatalogFactory
 
CatalogFactory - Interface in org.apache.oodt.cas.filemgr.catalog
 
catalogId - Variable in class org.apache.oodt.cas.catalog.page.CatalogReceipt
 
catalogId - Variable in class org.apache.oodt.cas.catalog.system.CatalogFactory
 
catalogId - Variable in class org.apache.oodt.cas.catalog.util.PluginURL
 
catalogIds - Variable in class org.apache.oodt.cas.catalog.cli.action.PagedQueryCliAction
 
catalogIds - Variable in class org.apache.oodt.cas.catalog.cli.action.QueryCliAction
 
catalogIds - Variable in class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
catalogIds - Variable in class org.apache.oodt.cas.catalog.cli.action.ReducedQueryCliAction
 
catalogIds - Variable in class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
catalogIdToCatalogReceiptMapping - Variable in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
CatalogIndexException - Exception in org.apache.oodt.cas.catalog.exception
 
CatalogIndexException() - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogIndexException
 
CatalogIndexException(String) - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogIndexException
 
CatalogIndexException(String, Throwable) - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogIndexException
 
catalogInfoKeyMapping - Variable in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
catalogMap - Variable in class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepository
 
catalogProduct(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
catalogProduct(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
CatalogReceipt - Class in org.apache.oodt.cas.catalog.page
 
CatalogReceipt(IngestReceipt, String) - Constructor for class org.apache.oodt.cas.catalog.page.CatalogReceipt
 
catalogReceipts - Variable in class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
CatalogRepository - Interface in org.apache.oodt.cas.catalog.repository
 
catalogRepository - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
CatalogRepositoryException - Exception in org.apache.oodt.cas.catalog.exception
 
CatalogRepositoryException() - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogRepositoryException
 
CatalogRepositoryException(String) - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogRepositoryException
 
CatalogRepositoryException(String, Throwable) - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogRepositoryException
 
CatalogRepositoryFactory - Interface in org.apache.oodt.cas.catalog.repository
 
catalogRepositoryFactory - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
catalogRepositoryId - Variable in class org.apache.oodt.cas.catalog.cli.action.LoadCatalogRepositoryCliAction
 
catalogs - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
CatalogSearch - Class in org.apache.oodt.cas.filemgr.tools
 
CatalogSearch() - Constructor for class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
catalogService - Variable in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
CatalogService - Interface in org.apache.oodt.cas.catalog.system
 
CatalogServiceCliAction - Class in org.apache.oodt.cas.catalog.cli.action
Base Catalog Service CmdLineAction.
CatalogServiceCliAction() - Constructor for class org.apache.oodt.cas.catalog.cli.action.CatalogServiceCliAction
 
CatalogServiceClient - Class in org.apache.oodt.cas.catalog.system.impl
 
CatalogServiceClient(CommunicationChannelClient, int) - Constructor for class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
CatalogServiceClientFactory - Class in org.apache.oodt.cas.catalog.system.impl
 
CatalogServiceClientFactory() - Constructor for class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClientFactory
 
CatalogServiceCommandLineClient - Class in org.apache.oodt.cas.catalog.server
Client Utility for sending commands to servers.
CatalogServiceCommandLineClient() - Constructor for class org.apache.oodt.cas.catalog.server.CatalogServiceCommandLineClient
 
CatalogServiceException - Exception in org.apache.oodt.cas.catalog.exception
 
CatalogServiceException() - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogServiceException
 
CatalogServiceException(String) - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogServiceException
 
CatalogServiceException(String, Throwable) - Constructor for exception org.apache.oodt.cas.catalog.exception.CatalogServiceException
 
catalogServiceFactory - Variable in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServerFactory
 
CatalogServiceFactory - Interface in org.apache.oodt.cas.catalog.system
 
CatalogServiceLocal - Class in org.apache.oodt.cas.catalog.system.impl
 
CatalogServiceLocal(CatalogRepository, IngestMapper, File, TransactionIdFactory, boolean, boolean, boolean, boolean, boolean, int) - Constructor for class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
CatalogServiceLocal.QueryResult - Class in org.apache.oodt.cas.catalog.system.impl
 
CatalogServiceLocal.QueryResult(QueryExpression) - Constructor for class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.QueryResult
 
CatalogServiceLocal.QueryResultGroup - Class in org.apache.oodt.cas.catalog.system.impl
 
CatalogServiceLocal.QueryResultGroup(String) - Constructor for class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.QueryResultGroup
 
CatalogServiceLocalFactory - Class in org.apache.oodt.cas.catalog.system.impl
 
CatalogServiceLocalFactory() - Constructor for class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
CatalogServiceServerCliAction - Class in org.apache.oodt.cas.catalog.server.cli.action
Base Catalog Service Server CmdLineAction.
CatalogServiceServerCliAction() - Constructor for class org.apache.oodt.cas.catalog.server.cli.action.CatalogServiceServerCliAction
 
CatalogServiceServerLauncher - Class in org.apache.oodt.cas.catalog.server
 
catalogServiceTransactionIdKeyMapping - Variable in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
catalogsLock - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
catalogTransactionId - Variable in class org.apache.oodt.cas.catalog.page.IngestReceipt
 
categories - Variable in class org.apache.oodt.commons.io.LogFilter
Table of categories to filter/pass.
cd(ProtocolFile) - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
cd(ProtocolFile) - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
cd(ProtocolFile) - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
cd(ProtocolFile) - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
cd(ProtocolFile) - Method in interface org.apache.oodt.cas.protocol.Protocol
 
cd(ProtocolFile) - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
cd(Protocol, RemoteSiteFile) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
CD_TEST_DIR_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
CDEResult - Class in org.apache.oodt.xmlps.structs
A Result that wraps a ResultSet and returns rows as Strings, applying MappingFuncs if a Mapping is provided, and appending constant fields if a List of CDEValues is provided.
CDEResult(ResultSet, Connection) - Constructor for class org.apache.oodt.xmlps.structs.CDEResult
 
CDERow - Class in org.apache.oodt.xmlps.structs
A row of CDEValues, returned from a query against a Product Server.
CDERow() - Constructor for class org.apache.oodt.xmlps.structs.CDERow
 
CDEValue - Class in org.apache.oodt.xmlps.structs
A cde name and a value returned from a query against a Product Server
CDEValue() - Constructor for class org.apache.oodt.xmlps.structs.CDEValue
 
CDEValue(String, String) - Constructor for class org.apache.oodt.xmlps.structs.CDEValue
 
cdHome() - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
cdHome() - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
 
cdHome() - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
cdHome() - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
cdHome() - Method in interface org.apache.oodt.cas.protocol.Protocol
 
cdHome() - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
cdRoot() - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
cdRoot() - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
 
cdRoot() - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
cdRoot() - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
cdRoot() - Method in interface org.apache.oodt.cas.protocol.Protocol
 
cdRoot() - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
cdToHOME(Protocol) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
cdToROOT(Protocol) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
Cell - Class in org.apache.oodt.cas.filemgr.browser.view.panels
 
Cell() - Constructor for class org.apache.oodt.cas.filemgr.browser.view.panels.Cell
 
CF_STANDARD_NAMES - Static variable in interface org.apache.oodt.opendapps.config.OpendapProfileMetKeys
 
changeConnectStatus() - Method in class org.apache.oodt.cas.filemgr.browser.view.menus.MenuBar
 
changeStatus(String) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.BottomPane
 
changeToDir(String, RemoteSite) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
changeToDir(RemoteSiteFile) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
changeToHOME(RemoteSite) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
changeToRoot(RemoteSite) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
ChangeType - Class in org.apache.oodt.cas.workflow.engine
 
ChangeType(String) - Constructor for class org.apache.oodt.cas.workflow.engine.ChangeType
 
changeWidth(int, int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderRow
 
changeWidth(int, int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.Row
 
CHANNEL_LINK_ATTR - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigReaderMetKeys
 
CHAR - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
characters(char[], int, int) - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
check(CmdLineArgs) - Static method in class org.apache.oodt.cas.cli.CmdLineUtility
Checks for required options which are not set and returns the ones it finds.
check(Profile, StringBuilder) - Static method in class org.apache.oodt.opendapps.util.ProfileChecker
Main method to check an OODT profile.
check(String, String, Metadata) - Static method in class org.apache.oodt.pcs.util.FileManagerUtils
 
CHECK_FOR_PATTERN_PROPERTY_NAME - Static variable in class org.apache.oodt.cas.pushpull.filerestrictions.parsers.GenericEmailParser
 
checkForDelimiters(String) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
 
CheckForMetadataKeys - Class in org.apache.oodt.cas.workflow.examples
 
CheckForMetadataKeys() - Constructor for class org.apache.oodt.cas.workflow.examples.CheckForMetadataKeys
 
checkForRedirection(URL, URL) - Static method in class org.apache.oodt.cas.protocol.http.util.HttpUtils
 
checkName(String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
Ensure the name is an HTTP product context name.
children - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
children - Variable in class org.apache.oodt.profile.ProfileAttributes
List of zero or more children profile IDs (Strings).
chmodFile(File, String) - Static method in class org.apache.oodt.cas.install.AntDecorator
 
chunkSize - Variable in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
chunkSize - Variable in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClientFactory
 
CLASS_ATTR - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
CLASS_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
ClassExistsCmdLineOptionValidator - Class in org.apache.oodt.cas.cli.option.validator
Validates arguments which are checked to see if they are valid classpaths.
ClassExistsCmdLineOptionValidator() - Constructor for class org.apache.oodt.cas.cli.option.validator.ClassExistsCmdLineOptionValidator
 
classLoader - Variable in class org.apache.oodt.cas.catalog.util.Serializer
 
classLoaderUrls - Variable in class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepository
 
className - Variable in class org.apache.oodt.grid.Server
Class name of the handler class.
ClassNoaaEmailParser - Class in org.apache.oodt.cas.pushpull.filerestrictions.parsers
 
ClassNoaaEmailParser() - Constructor for class org.apache.oodt.cas.pushpull.filerestrictions.parsers.ClassNoaaEmailParser
 
clazz - Variable in class org.apache.oodt.profile.ResourceAttributes
Clazz.
cleanMimeType(String) - Static method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
Cleans a MimeType name by removing out the actual MimeType, from a string of the form:
cleanRepository() - Method in class org.apache.oodt.cas.workflow.tools.InstanceRepoCleaner
 
cleansePath(String) - Method in class org.apache.oodt.cas.curation.service.CurationService
 
clear() - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Clears the current cache.
clear() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
clear() - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Clears the current cache.
clear() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
clear() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
clear() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
clear() - Method in class org.apache.oodt.commons.util.CacheMap
 
clear(Connection) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
clear() - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
clear() - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Clear all profiles.
clear() - Method in class org.apache.oodt.xmlquery.QueryResult
Clear out any results.
clearErrorFlag() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
reset error flag
clearFailedDownloadsList() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
clearNodeScope(Node) - Method in class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
clearQuery() - Method in class org.apache.oodt.cas.filemgr.browser.model.CasDB
 
clearQuery() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.QueryField
 
clearQuery() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.QueryPane
 
clearRegister() - Static method in class org.apache.oodt.cas.cli.util.OptionPropertyRegister
 
clearStages() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Clears the WorkflowStages in this WorkflowLifecycle.
clearValues() - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
clearWaitingList() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonManager
 
client - Variable in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
CLIENT_TRANSFER_SERVICE_FACTORY - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
clone() - Method in class org.apache.oodt.cas.catalog.query.ComparisonQueryExpression
 
clone() - Method in class org.apache.oodt.cas.catalog.query.CustomQueryExpression
 
clone() - Method in class org.apache.oodt.cas.catalog.query.CustomWrapperQueryExpression
 
clone() - Method in class org.apache.oodt.cas.catalog.query.FreeTextQueryExpression
 
clone() - Method in class org.apache.oodt.cas.catalog.query.NotQueryExpression
 
clone() - Method in class org.apache.oodt.cas.catalog.query.QueryExpression
 
clone() - Method in class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
clone() - Method in class org.apache.oodt.cas.catalog.query.StdQueryExpression
 
clone() - Method in class org.apache.oodt.cas.catalog.query.TermQueryExpression
 
clone() - Method in class org.apache.oodt.cas.catalog.query.WrapperQueryExpression
 
clone() - Method in class org.apache.oodt.cas.catalog.term.Term
 
clone() - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
clone() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
clone() - Method in class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
clone() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
clone() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
clone(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
clone() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
clone() - Method in class org.apache.oodt.profile.Profile
 
clone() - Method in class org.apache.oodt.profile.ProfileAttributes
 
clone() - Method in class org.apache.oodt.profile.ProfileElement
 
clone() - Method in class org.apache.oodt.profile.ResourceAttributes
 
clone() - Method in class org.apache.oodt.xmlquery.Header
 
clone() - Method in class org.apache.oodt.xmlquery.QueryElement
 
clone() - Method in class org.apache.oodt.xmlquery.QueryHeader
 
clone() - Method in class org.apache.oodt.xmlquery.QueryResult
 
clone() - Method in class org.apache.oodt.xmlquery.Result
 
clone() - Method in class org.apache.oodt.xmlquery.XMLQuery
 
close(String) - Method in class org.apache.oodt.cas.product.CASProductHandler
 
close() - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
close() - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
close() - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
close() - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
close() - Method in interface org.apache.oodt.cas.protocol.Protocol
 
close() - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
close() - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
Disconnects all waiting Protocols and clears the waiting lists.
close() - Method in class org.apache.oodt.commons.io.Base64DecodingInputStream
Close this stream.
close() - Method in class org.apache.oodt.commons.io.Base64EncodingOutputStream
Close the stream.
close() - Method in class org.apache.oodt.commons.io.FixedBufferOutputStream
 
close() - Method in class org.apache.oodt.commons.io.LoggerOutputStream
 
close() - Method in class org.apache.oodt.commons.io.LogWriter
Close the log writer.
close() - Method in class org.apache.oodt.commons.io.NullInputStream
 
close() - Method in class org.apache.oodt.commons.io.NullOutputStream
Close an output stream.
close() - Method in class org.apache.oodt.commons.io.WriterLogger
Close the writer.
close() - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
close() - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
close(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandler
 
close(String) - Method in interface org.apache.oodt.product.LargeProductQueryHandler
Close off a product.
close(String) - Method in interface org.apache.oodt.product.Retriever
Close off a large product.
close() - Method in class org.apache.oodt.xmlps.structs.CDEResult
 
CLOSE_BRACES - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
CLOSE_PARENS - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
closeConnection() - Method in class org.apache.oodt.commons.util.JDBC_DB
closeConnection Close a connection to the database.
closeNodeScope(Node, int) - Method in class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
closeNodeScope(Node, boolean) - Method in class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
closeSessions() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
Disconnects all downloading Protocol sessions in the avaiableSessions list.
Cluster - Class in org.apache.oodt.cas.resource.monitor.ganglia.configuration
 
Cluster(String, String, String, String, String) - Constructor for class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Cluster
 
CLUSTER - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
CMD_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
CmdLineAction - Class in org.apache.oodt.cas.cli.action
Action which is specified and configured via CmdLineOptions and then executed.
CmdLineAction() - Constructor for class org.apache.oodt.cas.cli.action.CmdLineAction
 
CmdLineAction(String, String) - Constructor for class org.apache.oodt.cas.cli.action.CmdLineAction
 
CmdLineAction.ActionMessagePrinter - Class in org.apache.oodt.cas.cli.action
 
CmdLineAction.ActionMessagePrinter() - Constructor for class org.apache.oodt.cas.cli.action.CmdLineAction.ActionMessagePrinter
 
CmdLineActionException - Exception in org.apache.oodt.cas.cli.exception
An Exception thrown when failure to execute a CmdLineAction.
CmdLineActionException(String) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineActionException
 
CmdLineActionException(String, Throwable) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineActionException
 
CmdLineActionExecutionException - Exception in org.apache.oodt.cas.cli.exception
An Exception thrown when failure to execute a CmdLineAction.
CmdLineActionExecutionException(String) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineActionExecutionException
 
CmdLineActionExecutionException(String, Throwable) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineActionExecutionException
 
CmdLineActionStore - Interface in org.apache.oodt.cas.cli.action.store
Storage for loading supported CmdLineActions.
CmdLineActionStoreException - Exception in org.apache.oodt.cas.cli.exception
An Exception thrown by CmdLineActionStore.
CmdLineActionStoreException(String) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineActionStoreException
 
CmdLineActionStoreException(String, Throwable) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineActionStoreException
 
CmdLineActionStoreFactory - Interface in org.apache.oodt.cas.cli.action.store
Factory for creating CmdLineActionStores.
CmdLineArgs - Class in org.apache.oodt.cas.cli
A convenience class for CmdLineUtility for helping use already parsed Command-Line arguments.
CmdLineConstructionException - Exception in org.apache.oodt.cas.cli.exception
Exception thrown if there is an error during command line construction.
CmdLineConstructionException(String) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineConstructionException
 
CmdLineConstructionException(String, Throwable) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineConstructionException
 
CmdLineConstructor - Interface in org.apache.oodt.cas.cli.construct
Responsible for constructing CmdLineOptionInstances from parsed command line arguments.
CmdLineIngester - Class in org.apache.oodt.cas.filemgr.ingest
 
CmdLineIngester(String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.CmdLineIngester
 
CmdLineIterable<T> - Class in org.apache.oodt.cas.cli.util
An Iterable which allows multiple concurrent iterators which affect each other, also allows you to increment iterators index manually.
CmdLineIterable(List<T>) - Constructor for class org.apache.oodt.cas.cli.util.CmdLineIterable
 
CmdLineMetExtractor - Class in org.apache.oodt.cas.metadata.extractors
 
CmdLineMetExtractor(MetExtractorConfigReader) - Constructor for class org.apache.oodt.cas.metadata.extractors.CmdLineMetExtractor
 
CmdLineOption - Interface in org.apache.oodt.cas.cli.option
Command Line option interface spec.
CmdLineOptionHandler - Interface in org.apache.oodt.cas.cli.option.handler
Handles a CmdLineOption's values in relation to given CmdLineActions.
CmdLineOptionInstance - Class in org.apache.oodt.cas.cli.option
A specified CmdLineOption with its specified argument values.
CmdLineOptionInstance() - Constructor for class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
CmdLineOptionInstance(CmdLineOption, List<String>) - Constructor for class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
CmdLineOptionStore - Interface in org.apache.oodt.cas.cli.option.store
Storage for loading supported CmdLineOptions.
CmdLineOptionStoreException - Exception in org.apache.oodt.cas.cli.exception
An Exception thrown by CmdLineOptionStore.
CmdLineOptionStoreException(String) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineOptionStoreException
 
CmdLineOptionStoreException(String, Throwable) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineOptionStoreException
 
CmdLineOptionStoreFactory - Interface in org.apache.oodt.cas.cli.option.store
Factory for creating CmdLineOptionStores.
CmdLineOptionValidator - Interface in org.apache.oodt.cas.cli.option.validator
Validator for specified values of CmdLineOptions.
CmdLineOptionValidator.Result - Class in org.apache.oodt.cas.cli.option.validator
 
CmdLineOptionValidator.Result(CmdLineOptionValidator.Result.Grade, String) - Constructor for class org.apache.oodt.cas.cli.option.validator.CmdLineOptionValidator.Result
 
CmdLineOptionValidator.Result.Grade - Enum in org.apache.oodt.cas.cli.option.validator
 
CmdLineParser - Interface in org.apache.oodt.cas.cli.parser
Command Line parser which parse command line arguments into a Set of CmdLineOptionInstances.
CmdLineParserException - Exception in org.apache.oodt.cas.cli.exception
A Exception throw when there is an error parsing command line args.
CmdLineParserException(String) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineParserException
 
CmdLineParserException(String, Throwable) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineParserException
 
CmdLinePresenter - Interface in org.apache.oodt.cas.cli.presenter
Presenter to displaying help messages generated by help printers.
CmdLinePrinter - Interface in org.apache.oodt.cas.cli.printer
Printer which is responsible for generating a String representation of help, validation errors, and missing required options errors.
CmdLineUtility - Class in org.apache.oodt.cas.cli
A highly configurable utility class which supports parsing and handling of command line arguments via its action driven design.
CmdLineUtility() - Constructor for class org.apache.oodt.cas.cli.CmdLineUtility
 
CmdLineUtilityException - Exception in org.apache.oodt.cas.cli.exception
An Exception thrown by CmdLineUtility.
CmdLineUtilityException(String) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineUtilityException
 
CmdLineUtilityException(String, Throwable) - Constructor for exception org.apache.oodt.cas.cli.exception.CmdLineUtilityException
 
CmdLineUtils - Class in org.apache.oodt.cas.cli.util
Collection of common helper methods.
codecs - Static variable in class org.apache.oodt.xmlquery.Result
Mapping of MIME type to codec.
CogJGlobusFtpProtocol - Class in org.apache.oodt.cas.protocol.ftp
FTP implementation of a Protocol
CogJGlobusFtpProtocol() - Constructor for class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
CogJGlobusFtpProtocol(int) - Constructor for class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
CogJGlobusFtpProtocolFactory - Class in org.apache.oodt.cas.protocol.ftp
Factory for creating CogJGlobusFtpProtocols
CogJGlobusFtpProtocolFactory() - Constructor for class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocolFactory
 
ColChoices - Variable in class org.apache.oodt.cas.filemgr.browser.view.prompts.SortPrompt.ColumnPanel
 
COLLECTION_FIELDS_GROUP - Static variable in interface org.apache.oodt.pcs.listing.ListingConfKeys
 
COLLECTION_FIELDS_NAMES - Static variable in interface org.apache.oodt.pcs.listing.ListingConfKeys
 
COLLECTION_LABEL - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
COLS_ATTR - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
column - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
COMMA - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
COMMAND_LINE_PARAMETERS_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
CommandParser(String) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
COMMENTS - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
comments - Variable in class org.apache.oodt.profile.ProfileElement
My optional comments.
commit() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to commit the current changes to the Solr index.
commit() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method commits all of the modifications to the Solr index.
commit() - Method in class org.apache.oodt.commons.util.JDBC_DB
commit
commitMarkedDynamicMetadataKeys(String...) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Use to commit marked LOCAL keys to DYNAMIC keys.
commitQuery(StringBuffer, String) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
COMMON_METADATA_GROUP - Static variable in interface org.apache.oodt.cas.metadata.extractors.FilenameTokenExtractorMetKeys
 
CommonsNetFtpProtocol - Class in org.apache.oodt.cas.protocol.ftp
This class is responsible for FTP transfers.
CommonsNetFtpProtocol() - Constructor for class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
Creates a new FtpClient
CommonsNetFtpProtocolFactory - Class in org.apache.oodt.cas.protocol.ftp
Constructs new CommonsNetFtpProtocols.
CommonsNetFtpProtocolFactory() - Constructor for class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocolFactory
 
CommunicationChannelClient - Interface in org.apache.oodt.cas.catalog.server.channel
 
communicationChannelClient - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
CommunicationChannelClientFactory - Interface in org.apache.oodt.cas.catalog.server.channel
 
communicationChannelClientFactory - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClientFactory
 
CommunicationChannelServer - Interface in org.apache.oodt.cas.catalog.server.channel
 
CommunicationChannelServerFactory - Interface in org.apache.oodt.cas.catalog.server.channel
 
compare(QueryResult, QueryResult) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResultComparator
 
compareTo(TimeEvent) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
compareTo(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
compareTo(Priority) - Method in class org.apache.oodt.cas.workflow.structs.Priority
 
compareTo(Object) - Method in class org.apache.oodt.commons.activity.Incident
Two incidents compare with each other mostly by their timestamps
compareTo(TimeEvent) - Method in class org.apache.oodt.commons.filter.TimeEvent
 
compareTo(Object) - Method in class org.apache.oodt.profile.Profile
 
compareTo(Object) - Method in class org.apache.oodt.profile.ProfileAttributes
 
compareTo(Object) - Method in class org.apache.oodt.profile.ProfileElement
 
compareTo(Object) - Method in class org.apache.oodt.profile.ResourceAttributes
 
ComparisonQueryExpression - Class in org.apache.oodt.cas.catalog.query
 
ComparisonQueryExpression() - Constructor for class org.apache.oodt.cas.catalog.query.ComparisonQueryExpression
 
ComparisonQueryExpression(Vector<String>) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
ComparisonQueryExpression.Operator - Enum in org.apache.oodt.cas.catalog.query
 
CompleteProduct - Class in org.apache.oodt.cas.filemgr.catalog.solr
Class that combines a Product and its associated Metadata.
CompleteProduct() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.CompleteProduct
 
ComplexQuery - Class in org.apache.oodt.cas.filemgr.structs.query
 
ComplexQuery() - Constructor for class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
ComplexQuery(List<QueryCriteria>) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
complexQuery(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
complexQuery(ComplexQuery) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
composeName(String, String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
composeName(Name, Name) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
composeName(String, String) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
composeName(Name, Name) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
CompositeActivity - Class in org.apache.oodt.commons.activity
A composite activity multiplexes incidents to multiple other activities.
CompositeActivity(Collection) - Constructor for class org.apache.oodt.commons.activity.CompositeActivity
Creates a new CompositeActivity instance.
computeCurrentPage(int, int) - Static method in class org.apache.oodt.commons.pagination.PaginationUtils
 
computeCurrentWindow(int, int) - Static method in class org.apache.oodt.commons.pagination.PaginationUtils
 
computeEndIdx(int, int, int) - Static method in class org.apache.oodt.commons.pagination.PaginationUtils
 
computeMaxPage(int, int, int, int) - Static method in class org.apache.oodt.commons.pagination.PaginationUtils
 
computeMinPage(int, int) - Static method in class org.apache.oodt.commons.pagination.PaginationUtils
 
computeNextStartIdx(int, int) - Static method in class org.apache.oodt.commons.pagination.PaginationUtils
 
computePctTransferred() - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
computePrevStartIdx(int, int) - Static method in class org.apache.oodt.commons.pagination.PaginationUtils
 
condConfig - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
conditionInstanceClassName - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
ConditionProcessor - Class in org.apache.oodt.cas.workflow.engine.processor
WorkflowProcessor which handles Workflow Pre/Post Conditions.
ConditionProcessor(WorkflowLifecycleManager, WorkflowInstance) - Constructor for class org.apache.oodt.cas.workflow.engine.processor.ConditionProcessor
 
ConditionTaskInstance - Class in org.apache.oodt.cas.workflow.structs
This is a WorkflowTaskInstance that is able to run a WorkflowConditionInstance, identified by the provided task config property name "ConditionClassName".
ConditionTaskInstance() - Constructor for class org.apache.oodt.cas.workflow.structs.ConditionTaskInstance
 
conf - Static variable in class org.apache.oodt.pcs.services.PCSService
 
CONF_FILE_BUILD - Static variable in class org.apache.oodt.cas.workflow.tools.InstanceRepoCleaner
 
CONF_FILE_BUILD - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
config - Static variable in class org.apache.oodt.cas.curation.service.CurationService
 
config - Variable in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
Config - Class in org.apache.oodt.cas.pushpull.config
This class will parse a java .properties file for FileRetrievalSystem so that information can be easily accessed through getter methods.
Config() - Constructor for class org.apache.oodt.cas.pushpull.config.Config
Constructor
CONFIG_DIR_NAME - Static variable in interface org.apache.oodt.cas.install.CASInstallDirMetKeys
 
CONFIG_FILE_SCHEMA_PATH - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
ConfigBean - Class in org.apache.oodt.grid
Bean containing login status for and configuration info.
ConfigBean() - Constructor for class org.apache.oodt.grid.ConfigBean
 
ConfigException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
ConfigException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ConfigException
 
ConfigException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ConfigException
 
ConfigException(String, Throwable) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ConfigException
 
ConfigFilePropertyAdder - Interface in org.apache.oodt.cas.pge
 
ConfigMetKeys - Interface in org.apache.oodt.cas.pushpull.config
 
ConfigPage - Class in org.apache.oodt.pcs.opsui.config
Describe your class here.
ConfigPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.config.ConfigPage
 
ConfigParserMetKeys - Interface in org.apache.oodt.cas.pushpull.config
 
ConfigServlet - Class in org.apache.oodt.grid
Controller servlet for making changes to configuration.
ConfigServlet() - Constructor for class org.apache.oodt.grid.ConfigServlet
 
Configurable - Interface in org.apache.oodt.cas.resource.util
 
ConfigurableMetadataBasedFileVersioner - Class in org.apache.oodt.cas.filemgr.versioning
A MetadataBasedFileVersioner which is configurable via java properties.
ConfigurableMetadataBasedFileVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.ConfigurableMetadataBasedFileVersioner
 
ConfigurableMetadataBasedFileVersioner(Properties) - Constructor for class org.apache.oodt.cas.filemgr.versioning.ConfigurableMetadataBasedFileVersioner
 
configuration - Variable in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
Configuration - Class in org.apache.oodt.commons
EDA Configuration.
Configuration - Class in org.apache.oodt.grid
web-grid configuration.
Configuration(File) - Constructor for class org.apache.oodt.grid.Configuration
Creates a new Configuration instance.
configuration - Variable in class org.apache.oodt.grid.Server
Configuration.
configure(Properties) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
configure(Properties) - Method in interface org.apache.oodt.cas.filemgr.metadata.extractors.FilemgrMetExtractor
Sets the configuration for this Metadata extractor.
configure(Properties) - Method in class org.apache.oodt.cas.resource.structs.NameValueJobInput
 
configure(Properties) - Method in interface org.apache.oodt.cas.resource.util.Configurable
Configure the object with the given Properties.
configure(Properties) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.DirListNonRecursiveHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.DirListRecursiveHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.FileListNonRecursiveHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.FileListRecursiveHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.MD5GetHandler
 
configure(Properties) - Method in interface org.apache.oodt.product.handlers.ofsn.OFSNGetHandler
Configures this handler with the provided configuration stored in a Properties object.
configure(Properties) - Method in interface org.apache.oodt.product.handlers.ofsn.OFSNListHandler
Configures this handler with the provided configuration stored in a Properties object.
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.RawSizeListHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.SingleFileListHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.SingleZipFileListHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.StdOFSNGetHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
configure(Properties) - Method in interface org.apache.oodt.xmlps.mapping.funcs.MappingFunc
Configures the MappingFunc with the appropriate Properties.
configure(Properties) - Method in class org.apache.oodt.xmlps.mapping.funcs.ReplaceFunc
 
ConfiguredTestCase - Class in org.apache.oodt.commons
Base test case for tests that need the Configuration object.
ConfiguredTestCase(String) - Constructor for class org.apache.oodt.commons.ConfiguredTestCase
Creates a new ConfiguredTestCase instance.
configureResponse() - Method in class org.apache.oodt.pcs.opsui.OPSUIWebPage
Necessary to alleviate 'Page expired' caching issue.
configureSingleSignOn(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.service.CurationService
Configures the web context persistence layer for the CAS SSO so that all services (HttpServlets) that extend this implementation get the ability to configure an SSO object for free, essentially.
configureSingleSignOn(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.SSOConfiguredCuratorWebService
Configures the web context persistence layer for the CAS SSO so that all services (HttpServlets) that extend this implementation get the ability to configure an SSO object for free, essentially.
connect(String) - Method in class org.apache.oodt.cas.filemgr.browser.model.CasDB
 
connect(String, Authentication) - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
connect(String, Authentication) - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
connect(String, Authentication) - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
connect(URL) - Static method in class org.apache.oodt.cas.protocol.http.util.HttpUtils
 
connect(String, Authentication) - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
connect(String, Authentication) - Method in interface org.apache.oodt.cas.protocol.Protocol
 
connect(String, Authentication) - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
connect(Protocol, RemoteSite, boolean) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
Connects the given Protocol to the given URL
connect() - Method in class org.apache.oodt.cas.pushpull.url.handlers.imaps.ImapsURLConnection
 
connect() - Method in class org.apache.oodt.cas.pushpull.url.handlers.sftp.SftpURLConnection
 
connected() - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
connected() - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
connected() - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
connected() - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
connected() - Method in interface org.apache.oodt.cas.protocol.Protocol
 
connected() - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
ConnectedToServer - Class in org.apache.oodt.profile.activity
 
ConnectedToServer() - Constructor for class org.apache.oodt.profile.activity.ConnectedToServer
 
ConnectionException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
ConnectionException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ConnectionException
Default Constructor
ConnectionException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ConnectionException
 
connectionTimeout - Variable in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClientFactory
 
ConnectPrompt - Class in org.apache.oodt.cas.filemgr.browser.view.prompts
 
ConnectPrompt(ActionListener) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.prompts.ConnectPrompt
 
CONSTANT_NAME_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
CONSTANT_ROOT_TAG - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
CONSTANT_TAG - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
CONSTANT_TYPE_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
CONSTANT_VALUE_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
constantField(String) - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
ConstantSpec - Class in org.apache.oodt.opendapps.config
A specification of a constant field to flow through into either the generated Profiles ProfileAttributes section or its ResourceAttributes section.
ConstantSpec() - Constructor for class org.apache.oodt.opendapps.config.ConstantSpec
 
construct(CmdLineIterable<ParsedArg>, Set<CmdLineOption>) - Method in interface org.apache.oodt.cas.cli.construct.CmdLineConstructor
 
construct(CmdLineIterable<ParsedArg>, Set<CmdLineOption>) - Method in class org.apache.oodt.cas.cli.construct.StdCmdLineConstructor
 
contains(String) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Checks the cache to determine if a Product with the given productName exists.
contains(String) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
contains(String) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Checks the cache to determine if a Product with the given productName exists.
contains(String) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
contains(String) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
contains(Profile) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
contains(Profile) - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Tell if the given profile is managed by this server.
containsAll(Collection) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
containsAll(Collection) - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Tell if the given collection of profiles are managed by this server.
containsCatalog(String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
containsCategory(List<WorkflowProcessor>, String) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
ContainsExpression - Class in org.apache.oodt.xmlps.queryparser
A logical contains expression.
ContainsExpression(String, Expression) - Constructor for class org.apache.oodt.xmlps.queryparser.ContainsExpression
 
containsGroup(String) - Method in class org.apache.oodt.cas.metadata.Metadata
 
containsKey(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Checks if keys exists
containsKey(Object) - Method in class org.apache.oodt.commons.util.CacheMap
Returns true if there's a mapping for the specified key in the cache map.
containsProperty(String) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
containsQueue(String) - Method in class org.apache.oodt.cas.resource.scheduler.QueueManager
 
containsTranactionReceipts(List<CatalogServiceLocal.QueryResult>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
containsUnbalancedCatalogInterest(List<CatalogServiceLocal.QueryResult>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
containsValue(Object) - Method in class org.apache.oodt.commons.util.CacheMap
Returns true if there's a mapping for the specified value in the cache map.
CONTENT_DISPOSITION_HDR - Static variable in interface org.apache.oodt.cas.product.data.DataDeliveryKeys
 
CONTENT_LENGTH_HDR - Static variable in interface org.apache.oodt.cas.product.data.DataDeliveryKeys
 
CONTENT_TYPE_HDR - Static variable in interface org.apache.oodt.cas.product.data.DataDeliveryKeys
 
contexts - Variable in class org.apache.oodt.profile.ResourceAttributes
Contexts, one or more list of Strings.
contributors - Variable in class org.apache.oodt.profile.ResourceAttributes
Contributors.
control(byte[]) - Method in class org.apache.oodt.commons.ExecServer
Control this server.
control(byte[]) - Method in interface org.apache.oodt.commons.Service
Control the server.
controlAsync(byte[]) - Method in interface org.apache.oodt.commons.Service
Control the server asynchronously.
convertPropertyValue(String) - Method in class org.apache.oodt.cas.catalog.util.CasPropertyPlaceholderConfigurer
 
convertPropertyValue(String) - Method in class org.apache.oodt.cas.crawl.util.CasPropertyPlaceholderConfigurer
 
convertToPriority(String) - Method in class org.apache.oodt.cas.catalog.query.filter.time.conv.AsciiSortableVersionConverter
 
convertToPriority(String) - Method in interface org.apache.oodt.cas.catalog.query.filter.time.conv.VersionConverter
 
convertToPriority(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.conv.AsciiSortableVersionConverter
 
convertToPriority(String) - Method in interface org.apache.oodt.cas.filemgr.structs.query.conv.VersionConverter
 
convertToPriority(String) - Method in class org.apache.oodt.cas.pge.query.conv.DateVersionConverter
 
convertToType(List<String>, Class<?>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
 
COORDINATES - Static variable in interface org.apache.oodt.opendapps.config.OpendapProfileMetKeys
 
copy(VirtualFile) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
copy(RemoteSite) - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
CopyAndRewriteConfig - Class in org.apache.oodt.cas.metadata.extractors
 
CopyAndRewriteConfig() - Constructor for class org.apache.oodt.cas.metadata.extractors.CopyAndRewriteConfig
 
CopyAndRewriteConfigReader - Class in org.apache.oodt.cas.metadata.extractors
 
CopyAndRewriteConfigReader() - Constructor for class org.apache.oodt.cas.metadata.extractors.CopyAndRewriteConfigReader
 
CopyAndRewriteExtractor - Class in org.apache.oodt.cas.metadata.extractors
 
CopyAndRewriteExtractor() - Constructor for class org.apache.oodt.cas.metadata.extractors.CopyAndRewriteExtractor
Default Constructor.
copyCondition(WorkflowCondition) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
copyConditions(List) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Creates copies of each WorkflowCondition within the specified List of WorkflowConditions specified by conditionList.
COPYRIGHT - Static variable in class org.apache.oodt.cas.product.jaxrs.writers.RssWriter
 
COPYRIGHT_BOILER_PLATE - Static variable in class org.apache.oodt.cas.product.rss.RSSProductServlet
 
COPYRIGHT_BOILER_PLATE - Static variable in class org.apache.oodt.cas.product.rss.RSSProductTransferServlet
 
copyTask(WorkflowTask) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
copyTasks(List) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Creates copies of each WorkflowTask within the specified List of WorkflowTasks specified by taskList.
copyWorkflow(Workflow) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Creates an exact copy of the specified Workflow w, allocating new memory for the new object, and then returning it.
copyWorkflows(List) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
CORE_FILE_SIZE - Static variable in interface org.apache.oodt.cas.resource.util.UlimitMetKeys
 
CoreMetExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors
 
CoreMetExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.CoreMetExtractor
 
CoreMetKeys - Interface in org.apache.oodt.cas.filemgr.metadata
 
CoreMetKeys - Interface in org.apache.oodt.cas.workflow.metadata
 
CountingOutputStream - Class in org.apache.oodt.commons.io
An output stream that counts the number bytes it passes on.
CountingOutputStream(OutputStream) - Constructor for class org.apache.oodt.commons.io.CountingOutputStream
Creates a new CountingOutputStream instance.
coverages - Variable in class org.apache.oodt.profile.ResourceAttributes
Coverages.
CPU_NUM - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
crawl() - Method in class org.apache.oodt.cas.crawl.ProductCrawler
 
crawl(File) - Method in class org.apache.oodt.cas.crawl.ProductCrawler
 
CrawlDaemon - Class in org.apache.oodt.cas.crawl.daemon
 
CrawlDaemon(int, ProductCrawler, int) - Constructor for class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
CrawlDaemonController - Class in org.apache.oodt.cas.crawl.daemon
 
CrawlDaemonController(String) - Constructor for class org.apache.oodt.cas.crawl.daemon.CrawlDaemonController
 
CrawlDaemonException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
CrawlDaemonException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.CrawlDaemonException
 
CrawlDaemonException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.CrawlDaemonException
 
CRAWLER_CLEANUP - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
CRAWLER_CONF_FILE - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
CRAWLER_CRAWLDIRS - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
CRAWLER_DOWN_DOUBLE - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
CRAWLER_DOWN_INT - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
CRAWLER_HOST_NAME - Static variable in interface org.apache.oodt.pcs.health.CrawlerPropertiesMetKeys
 
CRAWLER_INFO_GROUP - Static variable in interface org.apache.oodt.pcs.health.CrawlerPropertiesMetKeys
 
CRAWLER_PROPERTIES_GROUP - Static variable in interface org.apache.oodt.pcs.health.CrawlerPropertiesMetKeys
 
CrawlerAction - Class in org.apache.oodt.cas.crawl.action
An action taken by the crawler during success or fail of one of its lifecycle states: preIngest, postIngestSuccess, or postIngestFail .
CrawlerAction() - Constructor for class org.apache.oodt.cas.crawl.action.CrawlerAction
 
CrawlerActionException - Exception in org.apache.oodt.cas.crawl.structs.exceptions
An Exception thrown by a CrawlerAction.
CrawlerActionException() - Constructor for exception org.apache.oodt.cas.crawl.structs.exceptions.CrawlerActionException
 
CrawlerActionException(String) - Constructor for exception org.apache.oodt.cas.crawl.structs.exceptions.CrawlerActionException
 
CrawlerActionException(Throwable) - Constructor for exception org.apache.oodt.cas.crawl.structs.exceptions.CrawlerActionException
 
CrawlerActionException(String, Throwable) - Constructor for exception org.apache.oodt.cas.crawl.structs.exceptions.CrawlerActionException
 
CrawlerActionInfoHandler - Class in org.apache.oodt.cas.crawl.cli.option.handler
 
CrawlerActionInfoHandler() - Constructor for class org.apache.oodt.cas.crawl.cli.option.handler.CrawlerActionInfoHandler
 
CrawlerActionPhases - Enum in org.apache.oodt.cas.crawl.action
Supported Crawler Phases.
CrawlerActionRepo - Class in org.apache.oodt.cas.crawl.action
A repository and reader for CrawlerActions associated with Crawler lifecycle phases: preIngest, postIngestSuccess and postIngestFail.
CrawlerActionRepo() - Constructor for class org.apache.oodt.cas.crawl.action.CrawlerActionRepo
 
CrawlerBeansPropHandler - Class in org.apache.oodt.cas.crawl.cli.option.handler
A CmdLineOptionHandler which adds bean properties to ActionBeanProperties so that they can then be injected into ProductCrawlers and CrawlerActions.
CrawlerBeansPropHandler() - Constructor for class org.apache.oodt.cas.crawl.cli.option.handler.CrawlerBeansPropHandler
 
CrawlerException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
CrawlerException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.CrawlerException
 
CrawlerException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.CrawlerException
 
CrawlerException(String, Throwable) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.CrawlerException
 
CrawlerHealth - Class in org.apache.oodt.pcs.health
Health of a PCS Crawler in terms of the number of crawls performed, and average crawl time provided by a CrawlDaemon
CrawlerHealth() - Constructor for class org.apache.oodt.pcs.health.CrawlerHealth
Default Constructor.
CrawlerHealth(String, int, double) - Constructor for class org.apache.oodt.pcs.health.CrawlerHealth
Constructs a new CrawlerHealth with the given parameters.
crawlerHealthReport() - Method in class org.apache.oodt.pcs.services.HealthResource
 
CrawlerLauncher - Class in org.apache.oodt.cas.crawl
A command line interface to the new Spring enabled crawler.
CrawlerLauncher() - Constructor for class org.apache.oodt.cas.crawl.CrawlerLauncher
 
CrawlerLauncherCliAction - Class in org.apache.oodt.cas.crawl.cli.action
A CmdLineAction which is responsible for launching crawlers.
CrawlerLauncherCliAction() - Constructor for class org.apache.oodt.cas.crawl.cli.action.CrawlerLauncherCliAction
 
CrawlerPropertiesMetKeys - Interface in org.apache.oodt.pcs.health
Met keys read from the CrawlPropertiesFile.
CrawlerStatus - Class in org.apache.oodt.pcs.health
Provides status about a Crawler to the PCSHealthMonitor.
CrawlerStatus() - Constructor for class org.apache.oodt.pcs.health.CrawlerStatus
Default Constructor.
CrawlerStatus(CrawlInfo, String, String) - Constructor for class org.apache.oodt.pcs.health.CrawlerStatus
Constructs a new CrawlerStatus with the given parameters.
CrawlException - Exception in org.apache.oodt.cas.crawl.structs.exceptions
 
CrawlException() - Constructor for exception org.apache.oodt.cas.crawl.structs.exceptions.CrawlException
 
CrawlException(String, Throwable) - Constructor for exception org.apache.oodt.cas.crawl.structs.exceptions.CrawlException
 
CrawlException(String) - Constructor for exception org.apache.oodt.cas.crawl.structs.exceptions.CrawlException
 
CrawlException(Throwable) - Constructor for exception org.apache.oodt.cas.crawl.structs.exceptions.CrawlException
 
crawlFiles(File, boolean, boolean) - Method in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 
CrawlInfo - Class in org.apache.oodt.pcs.health
Information about a crawler: its crawlerName and crawlerPort.
CrawlInfo() - Constructor for class org.apache.oodt.pcs.health.CrawlInfo
Default Constructor.
CrawlInfo(String, String) - Constructor for class org.apache.oodt.pcs.health.CrawlInfo
Constructs a new CrawlInfo with the specified parameters.
CRAWLING - Static variable in class org.apache.oodt.cas.workflow.tools.InstanceRepoCleaner
 
CRAWLING - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
CrawlPropertiesFile - Class in org.apache.oodt.pcs.health
Properties used by the PCSHealthMonitor tool to determine ProductCrawler status.
CrawlPropertiesFile(String) - Constructor for class org.apache.oodt.pcs.health.CrawlPropertiesFile
Constructs a new CrawlPropertiesFile.
CREATE - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
create(Configuration, Element) - Static method in class org.apache.oodt.grid.Server
Create a server from an XML element.
CREATE_BEFORE_EXEC_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
CREATE_SELECTED - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
createActivity() - Method in interface org.apache.oodt.commons.activity.ActivityFactory
Create an activity.
createActivity() - Static method in class org.apache.oodt.commons.activity.ActivityTracker
Generate an activity.
createActivity() - Method in class org.apache.oodt.commons.activity.DatagramLoggingActivityFactory
Create an activity that records incidents in a UDP datagram.
createBasicDataStoreRefsFlat(String, String, List<Reference>) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
createBasicDataStoreRefsHierarchical(List<Reference>) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
createBatchmgr() - Method in interface org.apache.oodt.cas.resource.batchmgr.BatchmgrFactory
 
createBatchmgr() - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgrFactory
 
createCache() - Method in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
createCache() - Method in interface org.apache.oodt.cas.filemgr.ingest.CacheFactory
Create a new Cache.
createCache() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCacheFactory
 
createCache() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheFactory
 
createCache() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServerFactory
 
createCatalog() - Method in class org.apache.oodt.cas.catalog.system.CatalogFactory
 
createCatalog() - Method in interface org.apache.oodt.cas.filemgr.catalog.CatalogFactory
 
createCatalog() - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
createCatalog() - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalogFactory
 
createCatalog() - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalogFactory
 
createCatalog() - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalogFactory
 
createCatalog() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalogFactory
 
createCatalogService() - Method in interface org.apache.oodt.cas.catalog.system.CatalogServiceFactory
 
createCatalogService() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClientFactory
 
createCatalogService() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
createCommunicationChannelClient() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClientFactory
 
createCommunicationChannelClient() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClientFactory
 
createCommunicationChannelServer() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServerFactory
 
createCommunicationChannelServer() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServerFactory
 
createConfigFile(String, Metadata, Object...) - Method in class org.apache.oodt.cas.pge.writers.DynamicConfigFileWriter
 
createConfigFile(String, Metadata, Object...) - Method in interface org.apache.oodt.cas.pge.writers.SciPgeConfigFileWriter
 
createConfigFile(String, Metadata, Object...) - Method in class org.apache.oodt.cas.pge.writers.xslt.XslTransformWriter
 
createConfigFilePropertyAdder(String, Logger) - Static method in class org.apache.oodt.cas.pge.util.GenericPgeObjectFactory
 
CREATED - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
createDatasetZipFile(ProductType, String) - Static method in class org.apache.oodt.cas.product.data.DataUtils
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.AcquisitionDateVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.BasicVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.ConfigurableMetadataBasedFileVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.DateTimeVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.DirectoryProductVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.InPlaceVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.ProductTypeMetVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.SingleFileBasicVersioner
 
createDataStoreReferences(Product, Metadata) - Method in interface org.apache.oodt.cas.filemgr.versioning.Versioner
 
createDataTransfer() - Method in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransferFactory
 
createDataTransfer() - Method in class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferFactory
 
createDataTransfer() - Method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory
 
createDataTransfer() - Method in class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferFactory
 
createDataTransfer() - Method in class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransfererFactory
 
createDictionary() - Method in interface org.apache.oodt.cas.catalog.struct.DictionaryFactory
 
createDictionary() - Method in class org.apache.oodt.cas.catalog.struct.impl.dictionary.WorkflowManagerDictionaryFactory
 
createDocument() - Static method in class org.apache.oodt.commons.util.XML
Create a DOM document.
createDocument() - Static method in class org.apache.oodt.xmlquery.XMLQuery
Create an XML DOM document using the query DTD.
createDOMParser() - Static method in class org.apache.oodt.commons.util.XML
Create a DOM parser.
createDummyNode() - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
createDynamicConfigFile(DynamicConfigFile) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
createDynamicConfigFiles() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
createElement(String, String, Document) - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RdfConfiguration
Creates an Element for a Document.
createEngineRunner() - Method in class org.apache.oodt.cas.workflow.engine.runner.AsynchronousLocalEngineRunnerFactory
 
createEngineRunner() - Method in interface org.apache.oodt.cas.workflow.engine.runner.EngineRunnerFactory
 
createEngineRunner() - Method in class org.apache.oodt.cas.workflow.engine.runner.ResourceRunnerFactory
 
createEnumeratedProfileElement(Profile, String, String, String, String, String, List, boolean, int, String, List) - Method in interface org.apache.oodt.profile.ObjectFactory
Create a profile element with enumerated values.
createExeDir() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
createFileStager(String, Logger) - Static method in class org.apache.oodt.cas.pge.util.GenericPgeObjectFactory
 
createGranule(int, String) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
createHandler() - Method in class org.apache.oodt.grid.Server
Create the handler.
createHeaders(Node) - Static method in class org.apache.oodt.xmlquery.Header
Create a list of headers from an XML document.
createIndex() - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
createIndex() - Method in class org.apache.oodt.cas.catalog.struct.impl.index.InMemoryIndexFactory
 
createIndex() - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndexFactory
 
createIndex() - Method in interface org.apache.oodt.cas.catalog.struct.IndexFactory
 
createIngester(String, String) - Static method in class org.apache.oodt.cas.pushpull.objectfactory.PushPullObjectFactory
 
createInstanceRepository() - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepositoryFactory
 
createInstanceRepository() - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepositoryFactory
 
createInstanceRepository() - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepositoryFactory
 
createInstanceRepository() - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepositoryFactory
 
createJschSftpProtocol(int) - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
createLoadCalculator() - Method in interface org.apache.oodt.cas.resource.monitor.ganglia.loadcalc.LoadCalculatorFactory
 
createLoadCalculator() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.loadcalc.WeightedAverageLoadCalcFactory
createLogFileName() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
createLogger() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
createMapper() - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
createMapper() - Method in interface org.apache.oodt.cas.catalog.mapping.IngestMapperFactory
 
createMapper() - Method in class org.apache.oodt.cas.catalog.mapping.InMemoryIngestMapperFactory
 
createMapper() - Method in class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapperFactory
 
createMapper() - Method in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapperFactory
 
createMethodCall(String, Collection) - Static method in class org.apache.oodt.commons.util.XMLRPC
Build an XML-RPC method call.
createModelRepository() - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepositoryFactory
 
createMonitor() - Method in class org.apache.oodt.cas.resource.monitor.AssignmentMonitorFactory
 
createMonitor() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaResourceMonitorFactory
 
createMonitor() - Method in interface org.apache.oodt.cas.resource.monitor.MonitorFactory
 
createNewInstance(Class<T>) - Static method in class org.apache.oodt.cas.pushpull.objectfactory.PushPullObjectFactory
 
createNewRoot() - Method in class org.apache.oodt.cas.metadata.Metadata
 
createNewTransactionId() - Method in class org.apache.oodt.cas.catalog.struct.impl.transaction.LongTransactionIdFactory
 
createNewTransactionId() - Method in class org.apache.oodt.cas.catalog.struct.impl.transaction.StringTransactionIdFactory
 
createNewTransactionId() - Method in class org.apache.oodt.cas.catalog.struct.impl.transaction.UuidTransactionIdFactory
 
createNewTransactionId() - Method in interface org.apache.oodt.cas.catalog.struct.TransactionIdFactory
 
createNodeRepository() - Method in interface org.apache.oodt.cas.resource.noderepo.NodeRepositoryFactory
createNodeRepository() - Method in class org.apache.oodt.cas.resource.noderepo.XmlNodeRepositoryFactory
 
createOuputDirsIfRequested() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
createParameter(int, String) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
createPgeConfig() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
createPgeConfigBuilder(String, Logger) - Static method in class org.apache.oodt.cas.pge.util.GenericPgeObjectFactory
 
createPgeMetadata(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
createPGETaskInstance(String, Logger) - Static method in class org.apache.oodt.cas.pge.util.GenericPgeObjectFactory
 
createProductCrawler() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
createProductZipFile(Product, Metadata, String) - Static method in class org.apache.oodt.cas.product.data.DataUtils
 
createProfAttributesDocument() - Static method in class org.apache.oodt.profile.ProfileAttributes
Create a <profAttributes> document using the profiles DTD.
createProfElementDocument() - Static method in class org.apache.oodt.profile.ProfileElement
Create a <profElement> document using the profiles DTD.
createProfile(Element) - Method in interface org.apache.oodt.profile.ObjectFactory
Create a profile from a DOM node.
createProfileAttributes(Element) - Method in interface org.apache.oodt.profile.ObjectFactory
Create profile attributes from a DOM node.
createProfileDocument() - Static method in class org.apache.oodt.profile.Profile
Create a <profile> document using the profiles DTD.
createProfileElement(Element, Profile, ObjectFactory) - Static method in class org.apache.oodt.profile.ProfileElement
Create a profile element from the given XML node.
createProfileHandler() - Method in class org.apache.oodt.grid.ProfileServer
Create a query handler from this server.
createProfiles(Element, ObjectFactory) - Static method in class org.apache.oodt.profile.Profile
Create a list of profiles by deserializing data from the given XML element.
createProfiles(Element) - Static method in class org.apache.oodt.profile.Profile
Create a list of profiles by deserializing data from the given XML element.
createProfilesDocument() - Static method in class org.apache.oodt.profile.Profile
Create a <profiles> document using the profiles DTD.
createProtocol(ProtocolManager) - Method in class org.apache.oodt.cas.protocol.cli.action.DownloadCliAction
 
createProtocolFile() - Method in class org.apache.oodt.cas.protocol.cli.action.DownloadCliAction
 
createQuery(String, String) - Method in class org.apache.oodt.cas.filemgr.browser.model.CasDB
 
createQueryHandler() - Method in class org.apache.oodt.grid.ProductServer
Create a query handler from this server.
createQueryStack(List<QueryElement>) - Static method in class org.apache.oodt.xmlps.queryparser.HandlerQueryParser
 
createQueue() - Method in interface org.apache.oodt.cas.resource.jobqueue.JobQueueFactory
Creates new JobQueue implementations.
createQueue() - Method in class org.apache.oodt.cas.resource.jobqueue.JobStackJobQueueFactory
 
createQueueRepository() - Method in interface org.apache.oodt.cas.resource.queuerepo.QueueRepositoryFactory
 
createQueueRepository() - Method in class org.apache.oodt.cas.resource.queuerepo.XmlQueueRepositoryFactory
 
createRangedProfileElement(Profile, String, String, String, String, String, List, boolean, int, String, String, String) - Method in interface org.apache.oodt.profile.ObjectFactory
Create a ranged profile element.
createRemoteCache() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServerFactory
 
createRepository() - Method in interface org.apache.oodt.cas.catalog.repository.CatalogRepositoryFactory
 
createRepository() - Method in class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepositoryFactory
 
createRepository() - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepositoryFactory
 
createRepository() - Method in class org.apache.oodt.cas.catalog.repository.SpringCatalogRepositoryFactory
 
createRepository() - Method in interface org.apache.oodt.cas.resource.jobrepo.JobRepositoryFactory
Creates new JobRepository implementations.
createRepository() - Method in class org.apache.oodt.cas.resource.jobrepo.MemoryJobRepositoryFactory
 
createRepository() - Method in class org.apache.oodt.cas.resource.jobrepo.XStreamJobRepositoryFactory
 
createRepository() - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepositoryFactory
 
createRepository() - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepositoryFactory
 
createRepository() - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepositoryFactory
 
createRepository() - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepositoryFactory
 
createRepositoryManager() - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManagerFactory
 
createRepositoryManager() - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManagerFactory
 
createRepositoryManager() - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManagerFactory
 
createRepositoryManager() - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManagerFactory
 
createResAttributesDocument() - Static method in class org.apache.oodt.profile.ResourceAttributes
Create a <resAttributes> document using the profiles DTD.
createResourceAttributes(Profile, Element) - Method in interface org.apache.oodt.profile.ObjectFactory
Create resource attributes from a DOM node.
createRootDir() - Static method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
createSAXParser() - Static method in class org.apache.oodt.commons.util.XML
Create a SAX parser.
createScheduler() - Method in class org.apache.oodt.cas.resource.scheduler.LRUSchedulerFactory
 
createScheduler() - Method in interface org.apache.oodt.cas.resource.scheduler.SchedulerFactory
 
createSciPgeConfigFileWriter(String, Logger) - Static method in class org.apache.oodt.cas.pge.util.GenericPgeObjectFactory
 
createSerializableVersionOf(Product) - Method in class org.apache.oodt.cas.webcomponents.filemgr.model.ProductModel
 
createState(String, String, String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
createStore() - Method in interface org.apache.oodt.cas.cli.action.store.CmdLineActionStoreFactory
 
createStore() - Method in class org.apache.oodt.cas.cli.action.store.spring.SpringCmdLineActionStoreFactory
 
createStore() - Method in interface org.apache.oodt.cas.cli.option.store.CmdLineOptionStoreFactory
 
createStore() - Method in class org.apache.oodt.cas.cli.option.store.spring.SpringCmdLineOptionStoreFactory
 
createSubcontext(String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
createSubcontext(Name) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
createSubcontext(String) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
createSubcontext(Name) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
createTask(String, Integer, String, String, String) - Method in class org.apache.oodt.cas.curation.service.IngestionResource
 
createTransactionId(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.transaction.LongTransactionIdFactory
 
createTransactionId(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.transaction.StringTransactionIdFactory
 
createTransactionId(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.transaction.UuidTransactionIdFactory
 
createTransactionId(String) - Method in interface org.apache.oodt.cas.catalog.struct.TransactionIdFactory
 
createUniqueName() - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
createUnspecifiedProfileElement(Profile, String, String, String, String, String, List, boolean, int, String) - Method in interface org.apache.oodt.profile.ObjectFactory
Create a profile element with unspecified values.
createValidationLayer() - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayerFactory
 
createValidationLayer() - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayerFactory
 
createValidationLayer() - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayerFactory
 
createValidationLayer() - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayerFactory
 
createWorkflowEngine() - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngineFactory
 
createWorkflowEngine() - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
 
createWorkflowEngine() - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngineFactory
Method which creates WorkflowEngines.
createWorkflowManagerClient() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
createZipFile(DatasetResource) - Method in class org.apache.oodt.cas.product.jaxrs.writers.DatasetZipper
Creates a zip archive of the supplied dataset resource including all of the dataset's products and metadata.
createZipFile(ProductResource) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ProductZipper
Creates a zip archive of the supplied product resource including all of the product's references and metadata.
creators - Variable in class org.apache.oodt.profile.ResourceAttributes
Creators.
crossCatalogResultSortingThreshold - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
crossCatalogResultSortingThreshold - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
CrossProtocolTransferCliAction - Class in org.apache.oodt.cas.protocol.cli.action
ProtocolAction for transferring a file from one host to another
CrossProtocolTransferCliAction() - Constructor for class org.apache.oodt.cas.protocol.cli.action.CrossProtocolTransferCliAction
 
CsvConfigFileWriter - Class in org.apache.oodt.cas.pge.writers
CSV SciPgeConfigFileWriter which takes a comma separted list of Strings as the first index of the args and generates a CSV file from the metadata fields listed.
CsvConfigFileWriter() - Constructor for class org.apache.oodt.cas.pge.writers.CsvConfigFileWriter
 
CurationPolicyManager - Class in org.apache.oodt.cas.curation.policymgr
A management interface for dealing with CAS filemgr policy, and for allowing for browsing and traversal of the staging area used in ingestion.
CurationPolicyManager() - Constructor for class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
CurationPolicyManager(String, String) - Constructor for class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
CurationService - Class in org.apache.oodt.cas.curation.service
The Main Curation Web Service responsible for providing basic tools and functionality for performing ingestion into the CAS filemgr, and management of the staging area for ingestion.
CurationService() - Constructor for class org.apache.oodt.cas.curation.service.CurationService
Default Constructor.
CurationServiceConfig - Class in org.apache.oodt.cas.curation.service
Configures the CurationService by reading the parameters out of the context.xml file, doing a PathUtils.replaceEnvVariables(String) on each property in the context.xml.
CurationXmlStructFactory - Class in org.apache.oodt.cas.curation.util
Until we solve the serialization problem in CAS 1.8.0 for adding metadata and extractor information to XmlStructFactory, this class will suffice to get us the actual policy management that we need.
CurationXmlStructFactory() - Constructor for class org.apache.oodt.cas.curation.util.CurationXmlStructFactory
 
CuratorConfMetKeys - Interface in org.apache.oodt.cas.curation.servlet
Met keys used in the context.xml file to configure the CAS curator webapp.
curChar - Variable in class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
currentProductTransfers - Variable in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
currentToken - Variable in exception org.apache.oodt.cas.catalog.query.parser.ParseException
This is the last token that has been consumed successfully.
CUSTOM_METADATA_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
CUSTOM_NAME_KEY - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
CustomQueryExpression - Class in org.apache.oodt.cas.catalog.query
 
CustomQueryExpression(String) - Constructor for class org.apache.oodt.cas.catalog.query.CustomQueryExpression
 
CustomQueryExpression(String, Properties) - Constructor for class org.apache.oodt.cas.catalog.query.CustomQueryExpression
 
CustomQueryExpression(Vector<String>) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
CustomWrapperQueryExpression - Class in org.apache.oodt.cas.catalog.query
 
CustomWrapperQueryExpression(String) - Constructor for class org.apache.oodt.cas.catalog.query.CustomWrapperQueryExpression
 
CustomWrapperQueryExpression(String, QueryExpression) - Constructor for class org.apache.oodt.cas.catalog.query.CustomWrapperQueryExpression
 
CygwinScriptFile - Class in org.apache.oodt.cas.workflow.util
 
CygwinScriptFile() - Constructor for class org.apache.oodt.cas.workflow.util.CygwinScriptFile
 
CygwinScriptFile(String) - Constructor for class org.apache.oodt.cas.workflow.util.CygwinScriptFile
 
CygwinScriptFile(String, List) - Constructor for class org.apache.oodt.cas.workflow.util.CygwinScriptFile
 

D

Daemon - Class in org.apache.oodt.cas.pushpull.daemon
Controls the execution times of the Crawler it is given.
Daemon(int, int, Config, DaemonInfo, SiteInfo) - Constructor for class org.apache.oodt.cas.pushpull.daemon.Daemon
Constructor
DAEMON_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
DaemonController - Class in org.apache.oodt.cas.pushpull.daemon
 
DaemonController(String) - Constructor for class org.apache.oodt.cas.pushpull.daemon.DaemonController
Constructor -- initializes the XmlRpcClient
daemonFinished(Daemon) - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonListener
 
daemonFinished(Daemon) - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonManager
 
DaemonInfo - Class in org.apache.oodt.cas.pushpull.config
 
DaemonInfo(String, String, String, boolean, PropFilesInfo, DataFilesInfo) - Constructor for class org.apache.oodt.cas.pushpull.config.DaemonInfo
 
DaemonLauncher - Class in org.apache.oodt.cas.pushpull.daemon
 
DaemonLauncher(int, File, LinkedList<File>) - Constructor for class org.apache.oodt.cas.pushpull.daemon.DaemonLauncher
 
DaemonLauncherMBean - Interface in org.apache.oodt.cas.pushpull.daemon
 
DaemonListener - Interface in org.apache.oodt.cas.pushpull.daemon
 
DaemonManager - Class in org.apache.oodt.cas.pushpull.daemon
 
DaemonManager() - Constructor for class org.apache.oodt.cas.pushpull.daemon.DaemonManager
 
DaemonMBean - Interface in org.apache.oodt.cas.pushpull.daemon
 
daemonReport() - Method in class org.apache.oodt.pcs.services.HealthResource
 
daemonReportByName(String) - Method in class org.apache.oodt.pcs.services.HealthResource
 
DaemonRmiInterface - Interface in org.apache.oodt.cas.pushpull.daemon
 
daemonStarting(Daemon) - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonListener
 
daemonStarting(Daemon) - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonManager
 
DAP_ROOT_TAG - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
DapNames - Interface in org.apache.oodt.opendapps
A set of named constants for extracting information from OPeNDAP DAS profiles.
DapRoot - Class in org.apache.oodt.opendapps.config
A set of root URL information for OPeNDAP/THREDDS catalogs to crawl and obtain dataset metadata from.
DapRoot() - Constructor for class org.apache.oodt.opendapps.config.DapRoot
 
DasMetadataExtractor - Class in org.apache.oodt.opendapps.extractors
Implementation of MetadataExtractor to extract metadata from an OpenDAP DAS source.
DasMetadataExtractor(DConnect) - Constructor for class org.apache.oodt.opendapps.extractors.DasMetadataExtractor
 
DATA_FILE_BASE_STAGING_AREA - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
DATA_FILE_PLACE_HOLDER - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternMetExtractorMetKeys
 
DATA_INFO_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
DATA_PROVIDER - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
DATA_PROVIDER - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
DATA_SEGMENT_SIZE - Static variable in interface org.apache.oodt.cas.resource.util.UlimitMetKeys
 
DATA_VERSION - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
database - Variable in class org.apache.oodt.cas.filemgr.browser.view.prompts.QueryBuilderPrompt
 
DatabaseConnectionBuilder - Class in org.apache.oodt.commons.database
 
DatabaseConnectionBuilder() - Constructor for class org.apache.oodt.commons.database.DatabaseConnectionBuilder
 
DatabaseProfileManager - Class in org.apache.oodt.profile.handlers
DatabaseProfileManager.java
DatabaseProfileManager(Properties) - Constructor for class org.apache.oodt.profile.handlers.DatabaseProfileManager
DatabaseProfileManager
DatabaseProfileManager(Properties, Connection) - Constructor for class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
DatabaseTable - Class in org.apache.oodt.xmlps.mapping
Description of a local site's database table that will be used as a model to query against and select data from.
DatabaseTable(String, String, String, String) - Constructor for class org.apache.oodt.xmlps.mapping.DatabaseTable
 
DatabaseTable() - Constructor for class org.apache.oodt.xmlps.mapping.DatabaseTable
 
DatabaseTableGroup - Class in org.apache.oodt.xmlps.mapping
A collection of DatabaseTables
DatabaseTableGroup() - Constructor for class org.apache.oodt.xmlps.mapping.DatabaseTableGroup
 
DataDeliveryKeys - Interface in org.apache.oodt.cas.product.data
 
DataDeliveryServlet - Class in org.apache.oodt.cas.product.data
Data Delivery Servlet.
DataDeliveryServlet() - Constructor for class org.apache.oodt.cas.product.data.DataDeliveryServlet
 
DataFilesInfo - Class in org.apache.oodt.cas.pushpull.config
 
DataFilesInfo(String, DownloadInfo) - Constructor for class org.apache.oodt.cas.pushpull.config.DataFilesInfo
 
DataFileToPropFileLinker - Class in org.apache.oodt.cas.pushpull.retrievalsystem
 
DataFileToPropFileLinker() - Constructor for class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
DatagramLoggingActivityFactory - Class in org.apache.oodt.commons.activity
This activity factory produces activities that log their incidents using datagrams.
DatagramLoggingActivityFactory() - Constructor for class org.apache.oodt.commons.activity.DatagramLoggingActivityFactory
Creates a new DatagramLoggingActivityFactory instance.
DATASET_MET_ELEM_TAG - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
DATASET_MET_NAME_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
DATASET_MET_ROOT_TAG - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
DATASET_MET_VALUE_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
DATASET_URL_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
DatasetCrawler - Class in org.apache.oodt.opendapps
Crawls a catalog and returns all the datasets and their references.
DatasetCrawler(String, OpendapConfig) - Constructor for class org.apache.oodt.opendapps.DatasetCrawler
 
DatasetDeliveryServlet - Class in org.apache.oodt.cas.product.data
Delivers back entire ProductTypes (or Datasets) as zipped up packages.
DatasetDeliveryServlet() - Constructor for class org.apache.oodt.cas.product.data.DatasetDeliveryServlet
 
DatasetExtractor - Class in org.apache.oodt.opendapps
This class takes in a query and the main catalog url and returns a list of relevant dataset urls
DatasetExtractor(XMLQuery, String, String, OpendapConfig) - Constructor for class org.apache.oodt.opendapps.DatasetExtractor
 
DatasetMetElem - Class in org.apache.oodt.opendapps.config
Specification for the OpendapConfig that specifies what THREDDS dataset met to use to create EnumeratedProfileElements from.
DatasetMetElem() - Constructor for class org.apache.oodt.opendapps.config.DatasetMetElem
 
DatasetRdfWriter - Class in org.apache.oodt.cas.product.jaxrs.writers
A Provider that writes dataset resources to output streams for HTTP responses with "application/rdf+xml" content-type.
DatasetRdfWriter() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.DatasetRdfWriter
 
DatasetResource - Class in org.apache.oodt.cas.product.jaxrs.resources
A JAX-RS resource representing a dataset - a set of products maintained by the file manager.
DatasetResource() - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.DatasetResource
Default constructor required by JAXB.
DatasetResource(String, String, Metadata, File) - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.DatasetResource
Constructor that sets the name, metadata and working directory for the dataset resource.
DatasetRssWriter - Class in org.apache.oodt.cas.product.jaxrs.writers
A Provider that writes dataset resources to output streams for HTTP responses with "application/rss+xml" content-type.
DatasetRssWriter() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.DatasetRssWriter
 
DatasetZipper - Class in org.apache.oodt.cas.product.jaxrs.writers
Utility class that zips up a DatasetResource, including the dataset's products and metadata.
DatasetZipper() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.DatasetZipper
 
DatasetZipWriter - Class in org.apache.oodt.cas.product.jaxrs.writers
A Provider that writes dataset resources to output streams for HTTP responses with "application/zip" content-type.
DatasetZipWriter() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.DatasetZipWriter
 
dataSource - Variable in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
dataSource - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
 
dataSource - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
dataSource - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
dataSource - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
dataSource - Variable in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
dataSource - Variable in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalogFactory
 
DataSourceCatalog - Class in org.apache.oodt.cas.filemgr.catalog
 
DataSourceCatalog(DataSource, ValidationLayer, boolean, int, long, boolean, boolean) - Constructor for class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
Default Constructor
DataSourceCatalog(DataSource, ValidationLayer, boolean, int, long) - Constructor for class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
Constructor that assumes productIdString=false to support current subclasses.
DataSourceCatalogFactory - Class in org.apache.oodt.cas.filemgr.catalog
 
DataSourceCatalogFactory() - Constructor for class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
Default Constructor
DataSourceCatalogFactory(DataSource) - Constructor for class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
Constructs a new Factory from the specified DataSource.
DataSourceIndex - Class in org.apache.oodt.cas.catalog.struct.impl.index
DataSource Indexer which supports both ingest and query
DataSourceIndex(String, String, String, String, boolean) - Constructor for class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
 
DataSourceIndexFactory - Class in org.apache.oodt.cas.catalog.struct.impl.index
Factory for creating DataSourceIndex(s).
DataSourceIndexFactory() - Constructor for class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
DataSourceIngestMapper - Class in org.apache.oodt.cas.catalog.mapping
 
DataSourceIngestMapper(String, String, String, String) - Constructor for class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
DataSourceIngestMapperFactory - Class in org.apache.oodt.cas.catalog.mapping
 
DataSourceIngestMapperFactory() - Constructor for class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
DataSourceMetExtractor - Class in org.apache.oodt.cas.metadata.extractors
MetExtractor which uses input file's name as key for lookup into a sql database to get metadata.
DataSourceMetExtractor() - Constructor for class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractor
 
DataSourceMetExtractorConfig - Class in org.apache.oodt.cas.metadata.extractors
MetExtractorConfig which loads configuration from a Java Property file.
DataSourceMetExtractorConfig() - Constructor for class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractorConfig
 
DataSourceMetExtractorConfigReader - Class in org.apache.oodt.cas.metadata.extractors
MetExtractorConfigReader which reads configuration from a Java Properties file.
DataSourceMetExtractorConfigReader() - Constructor for class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractorConfigReader
 
DataSourceRepositoryManager - Class in org.apache.oodt.cas.filemgr.repository
 
DataSourceRepositoryManager(DataSource) - Constructor for class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
Default Constructor
DataSourceRepositoryManagerFactory - Class in org.apache.oodt.cas.filemgr.repository
 
DataSourceRepositoryManagerFactory() - Constructor for class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManagerFactory
Default Constructor
DataSourceRepositoryManagerFactory(DataSource) - Constructor for class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManagerFactory
Constructs a RepositoryManager from the given DataSource.
DataSourceValidationLayer - Class in org.apache.oodt.cas.filemgr.validation
 
DataSourceValidationLayer(DataSource, boolean) - Constructor for class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
Default Constructor
DataSourceValidationLayerFactory - Class in org.apache.oodt.cas.filemgr.validation
 
DataSourceValidationLayerFactory() - Constructor for class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayerFactory
Default Constructor
DataSourceWorkflowInstanceRepository - Class in org.apache.oodt.cas.workflow.instrepo
 
DataSourceWorkflowInstanceRepository(DataSource, boolean, int) - Constructor for class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
DataSourceWorkflowInstanceRepositoryFactory - Class in org.apache.oodt.cas.workflow.instrepo
 
DataSourceWorkflowInstanceRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepositoryFactory
Default constructor
DataSourceWorkflowRepository - Class in org.apache.oodt.cas.workflow.repository
A DataSource-based implementation of a workflow repository.
DataSourceWorkflowRepository(DataSource) - Constructor for class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
Default Constructor
DataSourceWorkflowRepositoryFactory - Class in org.apache.oodt.cas.workflow.repository
 
DataSourceWorkflowRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepositoryFactory
Default Constructor
DataTransfer - Interface in org.apache.oodt.cas.filemgr.datatransfer
 
DataTransferException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
DataTransferException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.DataTransferException
 
DataTransferException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.DataTransferException
 
DataTransferException(Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.DataTransferException
 
DataTransferException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.DataTransferException
 
DataTransferFactory - Interface in org.apache.oodt.cas.filemgr.datatransfer
 
DataUtils - Class in org.apache.oodt.cas.product.data
Utility methods for delivering data using the filemgr servlet data API.
DataUtils() - Constructor for class org.apache.oodt.cas.product.data.DataUtils
 
DATE_FORMAT - Static variable in class org.apache.oodt.cas.product.jaxrs.writers.RssWriter
 
DateConvert - Class in org.apache.oodt.commons.util
The DateConvert class is intended to provide date/time conversion and parse routines.
DateConvert() - Constructor for class org.apache.oodt.commons.util.DateConvert
Constructor given no arguments.
dateFormatter - Static variable in class org.apache.oodt.cas.product.jaxrs.writers.RssWriter
 
dateFormatter - Static variable in class org.apache.oodt.cas.product.rss.RSSProductServlet
 
dateFormatter - Static variable in class org.apache.oodt.cas.product.rss.RSSProductTransferServlet
 
dates - Variable in class org.apache.oodt.profile.ResourceAttributes
Dates.
DATETIME_FORMAT_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
DATETIME_SCALAR - Static variable in interface org.apache.oodt.cas.metadata.extractors.FilenameTokenExtractorMetKeys
 
DateTimeExpandMetExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors.examples
Expands a given metadata date time field out into multiple metadata fields (i.e.
DateTimeExpandMetExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.examples.DateTimeExpandMetExtractor
 
DateTimeVersioner - Class in org.apache.oodt.cas.filemgr.versioning
 
DateTimeVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.DateTimeVersioner
Default Constructor
DateUtils - Class in org.apache.oodt.cas.curation.util
Sample ISO 8601 date utility methods taken from: http://www.
DateUtils() - Constructor for class org.apache.oodt.cas.curation.util.DateUtils
 
DateUtils - Class in org.apache.oodt.commons.date
 
DateUtils.FormatType - Enum in org.apache.oodt.commons.date
 
DateVersionConverter - Class in org.apache.oodt.cas.pge.query.conv
 
DateVersionConverter() - Constructor for class org.apache.oodt.cas.pge.query.conv.DateVersionConverter
 
DBMSExecutor - Class in org.apache.oodt.xmlps.product
Executes CDE Queries against an underlying JDBC database, backed by Apache commons-pool and commons-dbcp.
DBMSExecutor() - Constructor for class org.apache.oodt.xmlps.product.DBMSExecutor
 
DBMSExecutor - Class in org.apache.oodt.xmlps.profile
Executes Profile Queries against an underlying JDBC database, backed by Apache commons-pool and commons-dbcp.
DBMSExecutor() - Constructor for class org.apache.oodt.xmlps.profile.DBMSExecutor
 
dbmsFormat(Date) - Static method in class org.apache.oodt.commons.util.DateConvert
Format the given date and return the resulting string in a DBMS format.
dbmsParse(String) - Static method in class org.apache.oodt.commons.util.DateConvert
Parse the given date/time string in DBMS format and return the resulting Date object.
DbStructFactory - Class in org.apache.oodt.cas.filemgr.util
 
DbStructFactory() - Constructor for class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
DbStructFactory - Class in org.apache.oodt.cas.workflow.util
 
debugStream - Variable in class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
decode(byte[]) - Static method in class org.apache.oodt.commons.util.Base64
Decode from base 64.
decode(byte[], int, int) - Static method in class org.apache.oodt.commons.util.Base64
Decode from base 64.
DEF_SIZE - Static variable in class org.apache.oodt.commons.util.MemoryLogger
The default size of the message cache, 32.
DEFAULT - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
DEFAULT_CELL_HEIGHT - Static variable in class org.apache.oodt.cas.filemgr.browser.view.GuiParams
 
DEFAULT_CELL_WIDTH - Static variable in class org.apache.oodt.cas.filemgr.browser.view.GuiParams
 
DEFAULT_COMBINE_ORDER - Static variable in class org.apache.oodt.cas.pge.metadata.PgeMetadata
 
DEFAULT_CONFIG_FILE - Static variable in class org.apache.oodt.commons.Configuration
Name of the default config file.
DEFAULT_EXTRACTOR_TAG - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
DEFAULT_LIFECYCLE - Static variable in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
DEFAULT_LIFECYCLE - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
DEFAULT_MAX_RESULTS - Static variable in class org.apache.oodt.xmlquery.XMLQuery
Maximum number results to get (default).
DEFAULT_MET_FILE_EXT - Static variable in class org.apache.oodt.cas.metadata.extractors.MetReaderExtractor
 
DEFAULT_MET_FILE_EXTENSION - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternMetExtractorMetKeys
 
DEFAULT_NUM_THREADS - Static variable in class org.apache.oodt.cas.workflow.engine.runner.AsynchronousLocalEngineRunner
 
DEFAULT_PROD_SERVER_CONTEXT - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DEFAULT_PROD_SERVER_HOSTNAME - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DEFAULT_PROD_SERVER_PORT - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DEFAULT_PRODUCT_ROOT - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DEFAULT_QUERY_ORDER - Static variable in class org.apache.oodt.cas.pge.metadata.PgeMetadata
 
DEFAULT_QUEUE_NAME - Static variable in class org.apache.oodt.cas.workflow.engine.runner.ResourceRunner
 
DEFAULT_RETURN_TYPE - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DEFAULT_RETURN_VALUE - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DEFAULT_TRANSFER_FACTORY - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
DEFAULT_UNIQUE_MET_KEY - Static variable in interface org.apache.oodt.cas.filemgr.ingest.Cache
 
DEFAULT_UNIQUE_MET_KEY - Static variable in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
 
DEFAULT_WEB_SERVER_PORT - Static variable in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
DEFAULT_WORKFLOW_ID - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 
DEFAULT_WORKFLOW_MAP - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 
DefaultProductSerializer - Class in org.apache.oodt.cas.filemgr.catalog.solr
Default implementation of ProductSerializer that transforms a CAS product into a single Solr document based on the following rules: o) the core product attributes are used to generate Solr fields starting with "CAS...." o) the product references are converted to Solr fields starting with "CAS.Reference..." or "CAS.RootReference..." o) all other metadata fields are converted into Solr fields with the same name and number of values.
DefaultProductSerializer() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
 
DefaultPropView - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
The default view displaying a workflow property (for a task, or a condition, or set of workflows).
DefaultPropView(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.DefaultPropView
 
DefaultPropView.MyTableListener - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
 
DefaultPropView.MyTableListener(ViewState) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.DefaultPropView.MyTableListener
 
DefaultTreeView - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
The default Workflow GUI editor view shell.
DefaultTreeView(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.DefaultTreeView
 
delete(Metadata) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
delete(Metadata) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
delete(Metadata) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
delete(Metadata) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
delete(Metadata) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
delete(Metadata) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
delete(Metadata) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
delete(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
Deletes all TermBuckets attached to given TransactionId -- there should be no trace of given transaction after this method is called.
delete(TransactionId<?>) - Method in interface org.apache.oodt.cas.catalog.struct.IngestService
Deletes all TermBuckets attached to given TransactionId -- there should be no trace of given transaction after this method is called.
delete(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
delete(Metadata) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
delete(Metadata) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
delete(Metadata) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
DELETE - Static variable in class org.apache.oodt.cas.curation.service.MetadataResource
 
delete(String, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to send a message containing a 'delete' instruction to Solr.
delete() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method deletes all entries from the Solr index.
delete(ProtocolFile) - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
delete(ProtocolFile) - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
delete(ProtocolFile) - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
delete(ProtocolFile) - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
delete(ProtocolFile) - Method in interface org.apache.oodt.cas.protocol.Protocol
 
delete(ProtocolFile) - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
delete(Protocol, RemoteSiteFile) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
DELETE - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
delete(File) - Static method in class org.apache.oodt.commons.util.Utility
Delete a file or directory.
DELETE_AFTER_DOWNLOAD - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
DELETE_FROM_SERVER_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
DELETE_ON_SUCCESS_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
DELETE_SELECTED - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
deleteAllFilesAndDir(File) - Static method in class org.apache.oodt.cas.install.AntDecorator
 
deleteAllMappingsForCatalog(String) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
deleteAllMappingsForCatalog(String) - Method in interface org.apache.oodt.cas.catalog.mapping.IngestMapper
 
deleteAllMappingsForCatalog(String) - Method in class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapper
 
deleteAllMappingsForCatalog(String) - Method in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
deleteAllMappingsForCatalogServiceTransactionId(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
deleteAllMappingsForCatalogServiceTransactionId(TransactionId<?>) - Method in interface org.apache.oodt.cas.catalog.mapping.IngestMapper
 
deleteAllMappingsForCatalogServiceTransactionId(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapper
 
deleteAllMappingsForCatalogServiceTransactionId(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
deleteCatalogMetadata(String, String) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
Method to delete a specific product from the catalog
deleteCatalogProduct(Product) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
Deletes a given product from the catalog
DeleteEmptyDirectoriesCliAction - Class in org.apache.oodt.cas.protocol.cli.action
ProtocolAction for deleting empty files from site.
DeleteEmptyDirectoriesCliAction() - Constructor for class org.apache.oodt.cas.protocol.cli.action.DeleteEmptyDirectoriesCliAction
 
DeleteFile - Class in org.apache.oodt.cas.crawl.action
Deletes a product file as a CrawlerAction response.
DeleteFile() - Constructor for class org.apache.oodt.cas.crawl.action.DeleteFile
 
deleteFromServer() - Method in class org.apache.oodt.cas.pushpull.config.DownloadInfo
 
deleteProduct(Product) - Method in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransfer
 
deleteProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferer
 
deleteProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
 
deleteProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferer
 
deleteProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransferer
 
DeleteProduct - Class in org.apache.oodt.cas.filemgr.tools
Deprecated.
DeleteProduct(String, boolean) - Constructor for class org.apache.oodt.cas.filemgr.tools.DeleteProduct
Deprecated.
 
deleteProduct(String) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method deletes a single product identified by a productID from the Solr index
DeleteProductByIdCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which deletes a Product by ID.
DeleteProductByIdCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByIdCliAction
 
deleteProductByName(String) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method deletes a product(s) from the Solr index identified by a given name
DeleteProductByNameCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which deletes a Product by name.
DeleteProductByNameCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByNameCliAction
 
deleteSerializedCatalog(String) - Method in interface org.apache.oodt.cas.catalog.repository.CatalogRepository
Removes a Catalog from the Repository
deleteSerializedCatalog(String) - Method in class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepository
 
deleteSerializedCatalog(String) - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
deleteSerializedCatalog(String) - Method in class org.apache.oodt.cas.catalog.repository.SpringCatalogRepository
 
deleteTransactionIdMapping(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
deleteTransactionIdMapping(TransactionId<?>, String) - Method in interface org.apache.oodt.cas.catalog.mapping.IngestMapper
 
deleteTransactionIdMapping(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapper
 
deleteTransactionIdMapping(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
DELIMITER - Static variable in class org.apache.oodt.cas.metadata.util.PathUtils
 
deregisterListener(ViewListener) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
DESC - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
desc - Variable in class org.apache.oodt.profile.ProfileElement
My optional description.
descrementIndex() - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
describe(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
description - Variable in class org.apache.oodt.profile.ResourceAttributes
Descriptions.
deserialize(String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to parse a full XML response document into a list of Product, References and Metadata objects.
deserialize(String) - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductSerializer
Method to parse a full XML response document into a list of Product, References and Metadata objects.
deserializeAllCatalogs() - Method in interface org.apache.oodt.cas.catalog.repository.CatalogRepository
Loads all Catalogs serialized in this Repository
deserializeAllCatalogs() - Method in class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepository
 
deserializeAllCatalogs() - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
deserializeAllCatalogs() - Method in class org.apache.oodt.cas.catalog.repository.SpringCatalogRepository
 
deserializeCatalog(String) - Method in class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepository
 
deserializeCatalog(String) - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
deserializeMultiValueField(String, List<String>, Metadata) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method that deserializes a multi-valued Solr field into a Metadata element.
deserializeObject(Class<T>, String) - Method in class org.apache.oodt.cas.catalog.util.Serializer
Deserializes any object that has been serialized by the serializedObject(T) method
deserializeObject(Class<T>, InputStream) - Method in class org.apache.oodt.cas.catalog.util.Serializer
 
deserializePluginURLs() - Method in interface org.apache.oodt.cas.catalog.repository.CatalogRepository
 
deserializePluginURLs() - Method in class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepository
 
deserializePluginURLs() - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
deserializePluginURLs() - Method in class org.apache.oodt.cas.catalog.repository.SpringCatalogRepository
 
deserializeSingleValueField(String, String, Metadata) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method that deserializes a single-valued Solr field into a Metadata element.
destroySubcontext(String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
destroySubcontext(Name) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
destroySubcontext(String) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
destroySubcontext(Name) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
determineFailedValidation(List<CmdLineOptionValidator.Result>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Finds the CmdLineOptionValidator.Results with grade of FAIL.
determineOptional(CmdLineAction, Set<CmdLineOption>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Determines which of the given CmdLineOptions are optional because the given CmdLineAction was specified.
determineRelevantSubOptions(CmdLineAction, GroupCmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Determines the given GroupCmdLineOption's sub-options which affect the given CmdLineAction.
determineRequired(CmdLineAction, Set<CmdLineOption>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Determines which of the given CmdLineOptions are either always required and are required because the given CmdLineAction was specified.
determineRequired(CmdLineAction, Set<CmdLineOption>, boolean) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Same as method above but optionally allows action options to be ignored.
determineRequiredSubOptions(GroupCmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Determines the sub-options of given GroupCmdLineOption who are always required.
determineRequiredSubOptions(CmdLineAction, GroupCmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Determines the sub-options of given GroupCmdLineOption who are either always required for become requried when given CmdLineAction is specified.
dictionaries - Variable in class org.apache.oodt.cas.catalog.system.Catalog
 
Dictionary - Interface in org.apache.oodt.cas.catalog.struct
 
dictionaryFactories - Variable in class org.apache.oodt.cas.catalog.system.CatalogFactory
 
DictionaryFactory - Interface in org.apache.oodt.cas.catalog.struct
 
DIR_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
DIR_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
DIR_ENTRY_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
DIR_FILTER - Static variable in class org.apache.oodt.cas.crawl.ProductCrawler
 
DIR_FILTER - Static variable in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 
DIR_LISTING_NS - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
DIR_RESULT_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
DIR_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
DirectoryListingServlet - Class in org.apache.oodt.cas.curation.servlet
 
DirectoryListingServlet() - Constructor for class org.apache.oodt.cas.curation.servlet.DirectoryListingServlet
 
DirectoryProductVersioner - Class in org.apache.oodt.cas.filemgr.versioning
A Versioner for Hierarchical directory products.
DirectoryProductVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.DirectoryProductVersioner
Default constructor
DirectoryResource - Class in org.apache.oodt.cas.curation.service
 
DirectoryResource() - Constructor for class org.apache.oodt.cas.curation.service.DirectoryResource
 
DirListNonRecursiveHandler - Class in org.apache.oodt.product.handlers.ofsn
Generates a directory listing, without recursing into the OFSN path.
DirListNonRecursiveHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.DirListNonRecursiveHandler
 
DirListRecursiveHandler - Class in org.apache.oodt.product.handlers.ofsn
Generates a directory listing, recursing into the OFSN path.
DirListRecursiveHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.DirListRecursiveHandler
 
DirStructXmlParser - Class in org.apache.oodt.cas.pushpull.filerestrictions.parsers
 
DirStructXmlParser() - Constructor for class org.apache.oodt.cas.pushpull.filerestrictions.parsers.DirStructXmlParser
 
DISABLE_BINDING - Static variable in class org.apache.oodt.commons.ExecServer
Name of the property that prevents binding of this object with the naming service.
disable_tracing() - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
disableIntersectingCrossCatalogQueries - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
disableIntersectingCrossCatalogQueries - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
disconnect() - Method in class org.apache.oodt.cas.filemgr.browser.model.CasDB
 
disconnect(Protocol) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
Disconnects and logs out the given Protocol
Dispatcher - Interface in org.apache.oodt.cas.filemgr.system.auth
A guard to ensure that any XML-RPC method called for the filemgr server is properly authenticated with a username and password.
DISPLAY_GRAPH_IDS - Static variable in class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
displayable(String) - Static method in class org.apache.oodt.grid.ProductQueryServlet
Tell if a result is displayable.
DMAX - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.CoreMetExtractor
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.DateTimeExpandMetExtractor
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FilenameRegexMetExtractor
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FinalFileLocationExtractor
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.MimeTypeExtractor
 
Documentable - Interface in org.apache.oodt.commons.util
A documentable object.
doDynamicDateFormatReplacement(String, Metadata) - Static method in class org.apache.oodt.cas.metadata.util.PathUtils
 
doDynamicDateReplacement(String, Metadata) - Static method in class org.apache.oodt.cas.metadata.util.PathUtils
 
doDynamicDateRollReplacement(String, Metadata) - Static method in class org.apache.oodt.cas.metadata.util.PathUtils
usage format: [DATE_ADD(,,,
)] example: [DATE_ADD(2009-12-31, yyyy-MM-dd, 1, day)] .
doDynamicDateToMillisReplacement(String, Metadata) - Static method in class org.apache.oodt.cas.metadata.util.PathUtils
Replaces String method of format [DATE_TO_MILLIS(,,)] with milliseconds between and
doDynamicDateToSecsReplacement(String, Metadata) - Static method in class org.apache.oodt.cas.metadata.util.PathUtils
Replaces String method of format [DATE_TO_SECS(,,)] with seconds between and
doDynamicReplacement(String) - Static method in class org.apache.oodt.cas.metadata.util.PathUtils
 
doDynamicReplacement(String, Metadata) - Static method in class org.apache.oodt.cas.metadata.util.PathUtils
 
doDynamicUtcToTaiDateReplacement(String, Metadata) - Static method in class org.apache.oodt.cas.metadata.util.PathUtils
Replaces String method of format [UTC_TO_TAI()] with TAI time with format: "yyyy-MM-dd'T'HH:mm:ss.SSS-0000"
doEnvReplace() - Method in class org.apache.oodt.cas.install.EnvReplacer
 
doExpImport(List) - Method in class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
doExpImport() - Method in class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.CoreMetExtractor
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.DateTimeExpandMetExtractor
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FilenameRegexMetExtractor
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FinalFileLocationExtractor
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.MimeTypeExtractor
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.BeginIngestionTaskServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.DirectoryListingServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.MetViewerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.ShowExistingDatasetsByPolicyServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.ShowExistingPoliciesServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.UpdateDatasetMetaDataServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.UploadDatasetDefinitionServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.UploadMetExtractorConfigServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.UploadPolicyServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.data.DataDeliveryServlet
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.data.DatasetDeliveryServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rdf.RDFDatasetServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rdf.RDFProductServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rss.RSSProductServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rss.RSSProductTransferServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.grid.GridServlet
By default, grid servlets are POST only, so GETs get you the welcome page.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.grid.QueryServlet
Treat GETs as POSTs.
doIngest(String) - Method in class org.apache.oodt.cas.curation.service.IngestionResource
 
doIt(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rdf.RDFDatasetServlet
 
doIt(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rdf.RDFProductServlet
 
doIt(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rss.RSSProductServlet
 
doIt(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rss.RSSProductTransferServlet
 
doList(List) - Method in class org.apache.oodt.pcs.tools.PCSLongLister
 
DOMParser - Class in org.apache.oodt.commons.util
An XML Document Object Model parser.
DOMUtil - Class in org.apache.oodt.commons.xml
This class was adapted from an O'Reilly site on DOM utilities.
DOMUtil() - Constructor for class org.apache.oodt.commons.xml.DOMUtil
 
Done() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Reset buffer when finished.
doOptimize() - Method in class org.apache.oodt.cas.filemgr.tools.OptimizeLuceneCatalog
 
doPedigree(Product, boolean) - Method in class org.apache.oodt.pcs.pedigree.Pedigree
Performs a full pedigree of the specified Product orig .
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.BeginIngestionTaskServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.DirectoryListingServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.MetViewerServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.ShowExistingDatasetsByPolicyServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.ShowExistingPoliciesServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.UpdateDatasetMetaDataServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.UploadDatasetDefinitionServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.UploadMetExtractorConfigServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.servlet.UploadPolicyServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rdf.RDFDatasetServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rdf.RDFProductServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rss.RSSProductServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rss.RSSProductTransferServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.grid.ConfigServlet
Handle updates to a configuration by saving them and directing back to the config page.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.grid.LoginServlet
Handle authentication from an administrator.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.grid.QueryServlet
Handle the query.
doProductTypeDoc(String, String) - Method in class org.apache.oodt.cas.filemgr.tools.ProductTypeDocTool
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.data.DataDeliveryServlet
Handle a request for product data.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.product.data.DatasetDeliveryServlet
Method requires a single parameter, typeID, specifying a valid ProductType within the filemgr.
doRangeQuery(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
doReduce(Metadata) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
doTrace(String) - Method in class org.apache.oodt.pcs.tools.PCSTrace
Outputs a trace report in the following format: Product Name: oco_L1aRad09088_0939838838.hdf -------------------------------------------------- Location: /preflt/jpl/Rad/9088/l1a/oco_L1aRad09088_0939838838.hdf Metadata: <Met Field Name> => <Met Field Value> <Met Field Name2> => <Met Field Value2> --------------------------------------------------- Generated from workflows: CPT Pipeline: ID: [99299-add99-92983-9d9d9-0099d] State: FINISHED Associated products: oco_RawL017_93983993938.pkt oco_RawL032_93939388383.pkt oco_RawL033_93838383838.pkt oco_RawL034_93938378585.pkt --------------------------------------------------- Full lineage: Upstream: CPTOverview_98383388d.txt=>oco_RawL017_93983993938.pkt=> oco_RawL032_93939388383 .pkt=>oco_RawL033_93838383838.pkt=>oco_RawL034_93938378585.pkt Downstream: oco_L1BRad_19889_983838383.hdf ---------------------------------------------------
download(Protocol, RemoteSiteFile, File, boolean) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
DOWNLOAD_INFO_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
DOWNLOAD_TO_DIR - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
DownloadCliAction - Class in org.apache.oodt.cas.protocol.cli.action
A ProtocolAction which will downlaod a url
DownloadCliAction() - Constructor for class org.apache.oodt.cas.protocol.cli.action.DownloadCliAction
 
downloadedFilesInStagingArea() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
downloadedFilesInStagingArea() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
downloadFailed(ProtocolFile, String) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
downloadFailed(ProtocolFile, String) - Method in interface org.apache.oodt.cas.pushpull.retrievalsystem.DownloadListener
 
downloadFinished(ProtocolFile) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
downloadFinished(ProtocolFile) - Method in interface org.apache.oodt.cas.pushpull.retrievalsystem.DownloadListener
 
DownloadInfo - Class in org.apache.oodt.cas.pushpull.config
 
DownloadInfo(RemoteSite, String, boolean, File, boolean) - Constructor for class org.apache.oodt.cas.pushpull.config.DownloadInfo
 
DownloadingFileInfo - Class in org.apache.oodt.cas.pushpull.retrievalsystem
 
DownloadingFileInfo(File, long, int) - Constructor for class org.apache.oodt.cas.pushpull.retrievalsystem.DownloadingFileInfo
 
downloadingFilesInStagingArea() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
downloadingFilesInStagingArea() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
DownloadListener - Interface in org.apache.oodt.cas.pushpull.retrievalsystem
 
downloadStarted(ProtocolFile) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
downloadStarted(ProtocolFile) - Method in interface org.apache.oodt.cas.pushpull.retrievalsystem.DownloadListener
 
DownloadThreadEvaluator - Class in org.apache.oodt.cas.pushpull.retrievalsystem
 
DownloadThreadEvaluator(int) - Constructor for class org.apache.oodt.cas.pushpull.retrievalsystem.DownloadThreadEvaluator
 
doyFormat(Date) - Static method in class org.apache.oodt.commons.util.DateConvert
Format the given date and return the resulting string in CCSDS ASCII Time Code B format.
doyParse(String) - Static method in class org.apache.oodt.commons.util.DateConvert
Parse the given date/time string in CCSDS ASCII Time Code B format and return the resulting Date object.
driver - Variable in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
driver - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
driver - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndexFactory
 
DTD_FPI - Static variable in class org.apache.oodt.commons.Configuration
The formal public identifier (FPI) of the configuration document type definition (DTD).
DTD_OLD_FPI - Static variable in class org.apache.oodt.commons.Configuration
The old formal public identifier (FPI) of the configuration document type definition (DTD).
DTD_URL - Static variable in class org.apache.oodt.commons.Configuration
The system identifier of the configuration document type definition (DTD).
DUMMY - Static variable in class org.apache.oodt.commons.io.LogFilter
The DUMMY value for all mappings in the LogFilter.categories table.
DummyImpl - Class in org.apache.oodt.security.sso
Dummy implementation of SSO auth -- if you're logged in, it logs you out.
DummyImpl() - Constructor for class org.apache.oodt.security.sso.DummyImpl
 
dummyUntitledIter - Static variable in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
dump(String) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
dump(PrintWriter, Node) - Static method in class org.apache.oodt.commons.util.XML
Dump the structure of the DOM tree rooted at the given node to the given writer.
DumpDbElementsToXml - Class in org.apache.oodt.cas.filemgr.tools
 
dumpMetadata(String) - Method in class org.apache.oodt.cas.filemgr.tools.MetadataDumper
Deprecated.
Dumps the Metadata from the Product identified by the given productId.
dumpMetadata(String, String) - Method in class org.apache.oodt.cas.filemgr.tools.MetadataDumper
Deprecated.
Dumps the Metadata from the Product identified by the given productId.
DumpMetadataCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which dumps out metadata for a given Product.
DumpMetadataCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.DumpMetadataCliAction
 
dumpMetadataIfRequested() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
dumpProduct(String) - Method in class org.apache.oodt.cas.filemgr.tools.ProductDumper
Dumps a Product in XML format identified by the given productId.
dumpProduct(String, String) - Method in class org.apache.oodt.cas.filemgr.tools.ProductDumper
Dumps a Product in XML format identified by the given productId.
dur - Variable in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
dur - Variable in class org.apache.oodt.commons.filter.TimeEvent
 
DYN_INPUT_FILES_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
DYN_MET - Static variable in class org.apache.oodt.cas.workflow.engine.ChangeType
 
DYNAMIC_AUX_INPUT_FILES_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
DynamicConfigFile - Class in org.apache.oodt.cas.pge.config
 
DynamicConfigFile(String, String, Object[]) - Constructor for class org.apache.oodt.cas.pge.config.DynamicConfigFile
 
DynamicConfigFileWriter - Class in org.apache.oodt.cas.pge.writers
Abstract interface for generating PGE config input files defining the input necessary to run the underlying PGE.
DynamicConfigFileWriter() - Constructor for class org.apache.oodt.cas.pge.writers.DynamicConfigFileWriter
 
DynWorkflowCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction for submitting dynamically created Workflows of pre-defined WorkflowTasks.
DynWorkflowCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.DynWorkflowCliAction
 

E

EDAException - Exception in org.apache.oodt.commons
 
EDAException(String) - Constructor for exception org.apache.oodt.commons.EDAException
 
EDAException(Throwable) - Constructor for exception org.apache.oodt.commons.EDAException
 
EDAException(String, Throwable) - Constructor for exception org.apache.oodt.commons.EDAException
 
EDIT - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
EDIT_SELECTED - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
EditMenu - Class in org.apache.oodt.cas.workflow.gui.menu
Edit menu driver for the Workflow Editor GUI.
EditMenu() - Constructor for class org.apache.oodt.cas.workflow.gui.menu.EditMenu
 
Element - Class in org.apache.oodt.cas.filemgr.structs
 
Element() - Constructor for class org.apache.oodt.cas.filemgr.structs.Element
Default constructor
Element(String, String, String, String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.structs.Element
Constructs a new CAS element
elementName - Variable in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
 
elements - Variable in class org.apache.oodt.profile.Profile
My elements.
elements(Set, Set) - Static method in class org.apache.oodt.profile.ProfileElement
Given a set of profiles and of profile elements, return those elements that are owned by any of the given profiles.
EmailNotification - Class in org.apache.oodt.cas.crawl.action
This action sends an email notification.
EmailNotification() - Constructor for class org.apache.oodt.cas.crawl.action.EmailNotification
 
emitRSSTag(RSSTag, Metadata, Document, Element) - Static method in class org.apache.oodt.cas.product.rss.RSSUtils
 
EMPTY_DOCUMENT - Static variable in class org.apache.oodt.commons.util.XML
An empty XML DOM document.
enable_tracing() - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
ENABLE_UPDATE_MET_KEY - Static variable in interface org.apache.oodt.cas.catalog.system.CatalogService
 
enableNonCatalogProductsInPed() - Method in class org.apache.oodt.pcs.tools.PCSTrace
 
encode(byte[]) - Static method in class org.apache.oodt.commons.util.Base64
Encode into base 64.
encode(byte[], int, int) - Static method in class org.apache.oodt.commons.util.Base64
Encode into base 64.
encodeIndexField(String, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to encode a Solr field indexing instruction.
encodeUpdateField(String, String, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to encode a field update instruction for the three possible cases: add new values to a key (1), replace current values for a key (2), remove all values for a key (3).
END - Static variable in interface org.apache.oodt.opendapps.DapNames
 
END_DATE_TIME - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
endColumn - Variable in class org.apache.oodt.cas.catalog.query.parser.Token
The column number of the last character of this Token.
endElement(String, String, String) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaXMLParser
endElement(String, String, String) - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
endLine - Variable in class org.apache.oodt.cas.catalog.query.parser.Token
The line number of the last character of this Token.
EndsWithComparator - Class in org.apache.oodt.cas.metadata.preconditions
A PreConditionComparator that checks a file's extension and then skips extracting metadata from files that don't match this extension.
EndsWithComparator() - Constructor for class org.apache.oodt.cas.metadata.preconditions.EndsWithComparator
 
endTime - Variable in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
endTime - Variable in class org.apache.oodt.commons.filter.TimeEvent
 
ENGINE_RUNNER_FACTORY_PROPERTY - Static variable in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
EngineException - Exception in org.apache.oodt.cas.workflow.structs.exceptions
 
EngineException() - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.EngineException
 
EngineException(String) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.EngineException
 
EngineException(Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.EngineException
 
EngineException(String, Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.EngineException
 
EngineRunner - Class in org.apache.oodt.cas.workflow.engine.runner
Obfuscates the underlying substrate on which a WorkflowTask should run.
EngineRunner() - Constructor for class org.apache.oodt.cas.workflow.engine.runner.EngineRunner
 
EngineRunnerFactory - Interface in org.apache.oodt.cas.workflow.engine.runner
Factory which creates EngineRunners.
ENTERPRISE_ENTITY_RESOLVER - Static variable in class org.apache.oodt.commons.util.XML
The resolver for entities for the JPL enterprise.
EnterpriseEntityResolver - Class in org.apache.oodt.commons.util
XML entity resolver for enterprise applications.
EnterpriseEntityResolver() - Constructor for class org.apache.oodt.commons.util.EnterpriseEntityResolver
 
ENTITY_DIRS_PROP - Static variable in class org.apache.oodt.commons.Configuration
Name of property that specifies the direcotries that contains XML entities.
entrySet() - Method in class org.apache.oodt.commons.util.CacheMap
 
ENUM_ELEMENT_TYPE - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
EnumeratedProfileElement - Class in org.apache.oodt.profile
Enumerated profile element.
EnumeratedProfileElement(Profile) - Constructor for class org.apache.oodt.profile.EnumeratedProfileElement
Create blank profile element belonging to the given profile.
EnumeratedProfileElement(Profile, String, String, String, String, String, List, boolean, int, String, List) - Constructor for class org.apache.oodt.profile.EnumeratedProfileElement
Create a profile element from constituent attributes.
ENV_REPLACE_ATTR - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
ENV_REPLACE_ATTR - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternConfigReaderMetKeys
 
ENV_REPLACE_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
ENV_REPLACE_NO_RECUR_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
EnvReplacer - Class in org.apache.oodt.cas.install
 
EnvReplacer() - Constructor for class org.apache.oodt.cas.install.EnvReplacer
 
EnvUtilities - Class in org.apache.oodt.commons.exec
 
EOF - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
eol - Variable in exception org.apache.oodt.cas.catalog.query.parser.ParseException
The end of line string for this machine.
epsilon - Variable in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventFilterAlgorithm
 
epsilon - Variable in class org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor
 
epsilon - Variable in class org.apache.oodt.commons.filter.TimeEventWeightedHash
 
EPSILON_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
EQ - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
EQUAL_TO - Static variable in interface org.apache.oodt.cas.metadata.preconditions.PreConditionOperatorMetKeys
 
equals(Object) - Method in class org.apache.oodt.cas.catalog.page.CatalogReceipt
 
equals(Object) - Method in class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
EQUALS - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
equals(Object) - Method in class org.apache.oodt.cas.catalog.struct.TransactionId
 
equals(Object) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
equals(Object) - Method in class org.apache.oodt.cas.catalog.term.Term
 
equals(Object) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
equals(Object) - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
equals(Object) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
equals(Object) - Method in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
equals(Object) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent
 
equals(Object) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
equals(Object) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
equals(Object) - Method in class org.apache.oodt.cas.metadata.Metadata
 
equals(Object) - Method in class org.apache.oodt.cas.protocol.ProtocolFile
equals(Object) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
equals(Object) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
 
equals(Object) - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
equals(Object) - Method in class org.apache.oodt.cas.workflow.engine.ChangeType
 
equals(Object) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
equals(Object) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
equals(Object) - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository.ConfigGroup
 
equals(Object) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
equals(Object) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
equals(Object) - Method in class org.apache.oodt.cas.workflow.gui.util.Line
 
equals(Object) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
equals(Object) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
equals(Object) - Method in class org.apache.oodt.cas.workflow.structs.Priority
 
equals(Object) - Method in class org.apache.oodt.commons.activity.Incident
Two incidents are equal if they're the same object, or if they both have the equal timestamps and either both their IDs are null or are equal.
equals(Object) - Method in class org.apache.oodt.commons.ExecServerConfig
 
equals(Object) - Method in class org.apache.oodt.commons.filter.ObjectTimeEvent
 
equals(Object) - Method in class org.apache.oodt.commons.filter.TimeEvent
 
equals(Object) - Method in class org.apache.oodt.commons.util.CacheMap
 
equals(Object) - Method in class org.apache.oodt.grid.Configuration
 
equals(Object) - Method in class org.apache.oodt.grid.ProductServer
 
equals(Object) - Method in class org.apache.oodt.grid.ProfileServer
 
equals(Object) - Method in class org.apache.oodt.grid.Server
 
equals(Object) - Method in class org.apache.oodt.profile.Profile
 
equals(Object) - Method in class org.apache.oodt.profile.ProfileAttributes
 
equals(Object) - Method in class org.apache.oodt.profile.ProfileElement
 
equals(Object) - Method in class org.apache.oodt.profile.ResourceAttributes
 
equals(Object) - Method in class org.apache.oodt.xmlquery.Header
 
equals(Object) - Method in class org.apache.oodt.xmlquery.QueryElement
 
equals(Object) - Method in class org.apache.oodt.xmlquery.QueryHeader
 
equals(Object) - Method in class org.apache.oodt.xmlquery.QueryResult
 
equals(Object) - Method in class org.apache.oodt.xmlquery.Result
 
equals(Object) - Method in class org.apache.oodt.xmlquery.XMLQuery
 
EqualsExpression - Class in org.apache.oodt.xmlps.queryparser
Operator equals expression.
EqualsExpression(String, Expression) - Constructor for class org.apache.oodt.xmlps.queryparser.EqualsExpression
 
eraseLinks(File) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
ERROR - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
esc(String) - Static method in class org.apache.oodt.grid.Utility
Provide XHTML-safe escaping for a string.
escape(String) - Static method in class org.apache.oodt.commons.util.XML
Escapes a string so it may be printed as text content or attribute value.
escapeSingleQuote(String) - Static method in class org.apache.oodt.commons.activity.SQLDatabaseStorage
This method will escape any single quotes found in the input string and return the escaped string.
escapeSingleQuote(String) - Static method in class org.apache.oodt.commons.util.Utility
This method will escape any single quotes found in the input string and return the escaped string.
eval(List<String>, File) - Method in class org.apache.oodt.cas.metadata.preconditions.PreCondEvalUtils
Evaluates whether all preconditions pass or not
evaluate(Metadata, WorkflowConditionConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.CheckForMetadataKeys
 
evaluate(Metadata, WorkflowConditionConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.FalseCondition
 
evaluate(Metadata, WorkflowConditionConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.LongCondition
 
evaluate(Metadata, WorkflowConditionConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.TrueCondition
 
evaluate(Metadata, WorkflowConditionConfiguration) - Method in interface org.apache.oodt.cas.workflow.structs.WorkflowConditionInstance
The actual conditional: this method should return true if the condition is satisfied, otherwise, false.
evaluate() - Method in interface org.apache.oodt.xmlps.queryparser.Expression
Defines how to turn this Expression into a String-readable query to an underlying SQL database.
evaluate() - Method in class org.apache.oodt.xmlps.queryparser.Literal
 
evaluate() - Method in class org.apache.oodt.xmlps.queryparser.LogOpExpression
 
evaluate() - Method in class org.apache.oodt.xmlps.queryparser.RelOpExpression
 
evaluate() - Method in class org.apache.oodt.xmlps.queryparser.WildcardLiteral
 
EventToWorkflowViewer - Class in org.apache.oodt.cas.webcomponents.workflow.event
Describe your class here.
EventToWorkflowViewer(String, String, Class<? extends WebPage>) - Constructor for class org.apache.oodt.cas.webcomponents.workflow.event.EventToWorkflowViewer
 
EXCLUDE_VARIABLES_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
EXCLUDED_PRODUCT_TYPE_GROUP - Static variable in interface org.apache.oodt.pcs.listing.ListingConfKeys
 
EXCLUDED_VECTOR - Static variable in interface org.apache.oodt.pcs.listing.ListingConfKeys
 
EXCUSED_WPS - Static variable in class org.apache.oodt.cas.workflow.engine.ChangeType
 
EXE_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
exec(String[]) - Static method in class org.apache.oodt.commons.exec.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
exec(String[], String[]) - Static method in class org.apache.oodt.commons.exec.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
exec(String[], String[], File) - Static method in class org.apache.oodt.commons.exec.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
exec(String[], String) - Static method in class org.apache.oodt.commons.exec.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
exec(String[], String[], String) - Static method in class org.apache.oodt.commons.exec.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
exec(String[], String[], File, String) - Static method in class org.apache.oodt.commons.exec.ExecHelper
Executes the specified command and arguments in a separate process, and waits for the process to finish.
EXEC_TAG - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternConfigReaderMetKeys
 
ExecHelper - Class in org.apache.oodt.commons.exec
This class is taken from Stephen Ostermiller's example at: http://ostermiller.org/utils/ExecHelper.java.html It provides some useful methods for manipulating and reading in the output of a Process resultant from a call to Runtime.getRuntime() without using the Process.waitFor() method, which apparently can hang on certain underlying systems.
ExecServer - Class in org.apache.oodt.commons
Server execution program.
ExecServer(String) - Constructor for class org.apache.oodt.commons.ExecServer
 
ExecServer(String, String) - Constructor for class org.apache.oodt.commons.ExecServer
Create a new executable server.
ExecServerConfig - Class in org.apache.oodt.commons
Configuration for an EDA exec-server.
ExecServerConfig(String, String, InetAddress, Properties) - Constructor for class org.apache.oodt.commons.ExecServerConfig
Create an exec-server configuration.
ExecServerConfig(Node) - Constructor for class org.apache.oodt.commons.ExecServerConfig
Create an exec-server configuration.
ExecServerConfig(String) - Constructor for class org.apache.oodt.commons.ExecServerConfig
Create an exec-server configuration.
execUsingShell(String) - Static method in class org.apache.oodt.commons.exec.ExecHelper
Executes the specified command using a shell.
execUsingShell(String, String) - Static method in class org.apache.oodt.commons.exec.ExecHelper
Executes the specified command using a shell.
Executable - Class in org.apache.oodt.commons
An executable object.
Executable() - Constructor for class org.apache.oodt.commons.Executable
Construct an executable.
EXECUTABLE_PATHNAMES - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
EXECUTABLE_VERSIONS - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.catalog.cli.action.GetSupportedCatalogIdsCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.catalog.cli.action.LoadCatalogRepositoryCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.catalog.cli.action.LoadCatalogsCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.catalog.cli.action.PagedQueryCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.catalog.cli.action.QueryCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.catalog.cli.action.ReducedQueryCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.catalog.cli.action.ShutdownCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.catalog.server.cli.action.LaunchXmlRpcServerCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.cli.action.CmdLineAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.cli.action.PrintMessageAction
 
execute(CmdLineArgs) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
Checks if required options are set and validation passes, then runs handlers and executes its action.
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.crawl.cli.action.CrawlerLauncherCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractDeleteProductCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractGetProductCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.DumpMetadataCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetCurrentTransferCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetCurrentTransfersCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetFilePercentTransferredCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetFirstPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetLastPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetNextPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetNumProductsCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetPrevPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductPercentTransferredCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductTypeByNameCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.HasProductCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
execute(String, Vector, String, String) - Method in class org.apache.oodt.cas.filemgr.system.auth.SecureWebServer
Executes the XML-RPC method, first authenticating the given user and authorizing him based on his roles.
execute() - Method in class org.apache.oodt.cas.install.CASInstallDistMojo
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.protocol.cli.action.BasicVerifyCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.protocol.cli.action.CrossProtocolTransferCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.protocol.cli.action.DeleteEmptyDirectoriesCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.protocol.cli.action.DownloadCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.protocol.cli.action.GetSupportedFactoriesCliAction
 
execute() - Method in class org.apache.oodt.cas.pushpull.expressions.Method
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.AddNodeCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.AddNodeToQueueCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.AddQueueCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.GetExecNodeCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.GetJobInfoCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.GetNodeByIdCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.GetNodeLoadCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.GetNodesCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.GetNodesInQueueCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.GetQueuesCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.GetQueuesWithNodeCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.KillCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.RemoveNodeCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.RemoveNodeFromQueueCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.RemoveQueueCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.SetNodeCapacityCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.resource.cli.action.SubmitJobCliAction
 
execute(JobInput) - Method in class org.apache.oodt.cas.resource.examples.HelloWorldJob
 
execute(JobInput) - Method in class org.apache.oodt.cas.resource.examples.LongJob
 
execute(JobInput) - Method in interface org.apache.oodt.cas.resource.structs.JobInstance
Executes the underlying code for this job.
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.DynWorkflowCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetConditionByIdCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetFirstPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetLastPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetNextPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetPrevPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetRegisteredEventsCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetTaskByIdCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetTaskWallClockTimeCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWallClockTimeCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWorkflowByIdCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWorkflowInstCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWorkflowInstMetCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWorkflowInstsCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWorkflowsByEventCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWorkflowsCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.PauseWorkflowInstCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.ResumeWorkflowInstCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.SendEventCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.workflow.cli.action.StopWorkflowInstCliAction
 
execute(TaskProcessor) - Method in class org.apache.oodt.cas.workflow.engine.runner.AsynchronousLocalEngineRunner
 
execute(TaskProcessor) - Method in class org.apache.oodt.cas.workflow.engine.runner.EngineRunner
Executes a TaskProcessor on an execution substrate.
execute(TaskProcessor) - Method in class org.apache.oodt.cas.workflow.engine.runner.ResourceRunner
 
execute(JobInput) - Method in class org.apache.oodt.cas.workflow.structs.TaskJob
 
execute() - Method in class org.apache.oodt.commons.database.SqlScript
 
execute() - Method in class org.apache.oodt.commons.Executable
Start executing this program.
EXECUTED - Static variable in interface org.apache.oodt.cas.resource.structs.JobStatus
 
executeDynamicWorkflow(Vector<String>, Hashtable) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
executeDynamicWorkflow(List<String>, Metadata) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
executeJob(Hashtable, Hashtable) - Method in class org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub
 
executeJob(Hashtable, Date) - Method in class org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub
 
executeJob(Hashtable, double) - Method in class org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub
 
executeJob(Hashtable, int) - Method in class org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub
 
executeJob(Hashtable, boolean) - Method in class org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub
 
executeJob(Hashtable, Vector) - Method in class org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub
 
executeJob(Hashtable, byte[]) - Method in class org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub
 
executeLocalQuery(String) - Method in class org.apache.oodt.xmlps.product.DBMSExecutor
 
executeLocalQuery(Mapping, String, String) - Method in class org.apache.oodt.xmlps.profile.DBMSExecutor
 
executeQuery(String) - Method in class org.apache.oodt.commons.util.JDBC_DB
executeQuery Send an SQL query to the DBMS to be executed.
executeRemotely(JobSpec, ResourceNode) - Method in interface org.apache.oodt.cas.resource.batchmgr.Batchmgr
Executes a job remotely on the specified remoteHost.
executeRemotely(JobSpec, ResourceNode) - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgr
 
executeSQLCommand(String) - Method in class org.apache.oodt.commons.util.JDBC_DB
executeSQLCommand Send an SQL command to the DBMS to be executed.
ExecUtils - Class in org.apache.oodt.commons.exec
Utilities for executing programs.
ExistanceCheckComparator - Class in org.apache.oodt.cas.metadata.preconditions
 
ExistanceCheckComparator() - Constructor for class org.apache.oodt.cas.metadata.preconditions.ExistanceCheckComparator
 
exitMenuItemActionPerformed(ActionEvent) - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Auto-generated event handler method
ExpandBuff(boolean) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.oodt.cas.catalog.query.parser.ParseException
Each entry in this array is an array of integers.
ExpImpCatalog - Class in org.apache.oodt.cas.filemgr.tools
 
ExpImpCatalog(URL, URL, boolean) - Constructor for class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
Default Constructor.
ExpImpCatalog(String, String, boolean) - Constructor for class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
Expression - Interface in org.apache.oodt.xmlps.queryparser
The abstract interface for our expression tree.
ExpressionValidator - Class in org.apache.oodt.cas.pushpull.util
 
ExpressionValidator() - Constructor for class org.apache.oodt.cas.pushpull.util.ExpressionValidator
 
ExternAction - Class in org.apache.oodt.cas.crawl.action
Execute some external command as a CrawlerAction response.
ExternAction() - Constructor for class org.apache.oodt.cas.crawl.action.ExternAction
 
EXTERNAL_PROPERTIES_FILES - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
ExternalMetExtractorConfig - Class in org.apache.oodt.cas.metadata.extractors
 
ExternalMetExtractorConfig() - Constructor for class org.apache.oodt.cas.metadata.extractors.ExternalMetExtractorConfig
 
ExternalMetExtractorConfig(String, String, String[]) - Constructor for class org.apache.oodt.cas.metadata.extractors.ExternalMetExtractorConfig
 
ExternConfigReader - Class in org.apache.oodt.cas.metadata.extractors
 
ExternConfigReader() - Constructor for class org.apache.oodt.cas.metadata.extractors.ExternConfigReader
 
ExternConfigReaderMetKeys - Interface in org.apache.oodt.cas.metadata.extractors
 
ExternExtractorMetWriter - Class in org.apache.oodt.cas.pge.writers
Wraps the OODT CAS ExternMetExtractor and exposes it as a CAS-PGE PcsMetFileWriter.
ExternExtractorMetWriter() - Constructor for class org.apache.oodt.cas.pge.writers.ExternExtractorMetWriter
 
ExternMetExtractor - Class in org.apache.oodt.cas.metadata.extractors
 
ExternMetExtractor() - Constructor for class org.apache.oodt.cas.metadata.extractors.ExternMetExtractor
 
ExternMetExtractorMetKeys - Interface in org.apache.oodt.cas.metadata.extractors
 
ExternScriptTaskInstance - Class in org.apache.oodt.cas.workflow.examples
 
ExternScriptTaskInstance() - Constructor for class org.apache.oodt.cas.workflow.examples.ExternScriptTaskInstance
 
EXTRA_ELEMENT - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
extract(Metadata, OpendapConfig) - Method in class org.apache.oodt.opendapps.extractors.DasMetadataExtractor
The main metadata extraction method.
extract(Metadata, OpendapConfig) - Method in interface org.apache.oodt.opendapps.extractors.MetadataExtractor
Method to (further) populate the metadata container.
extract(Metadata, OpendapConfig) - Method in class org.apache.oodt.opendapps.extractors.NcmlMetadataExtractor
Stub implementation of interface method.
extract(Metadata, OpendapConfig) - Method in class org.apache.oodt.opendapps.extractors.ThreddsMetadataExtractor
 
extractEnumeratedProfileElement(String, String, Profile, DAS) - Method in class org.apache.oodt.opendapps.OpendapProfileElementExtractor
 
extractFieldFromQuery(XMLQuery, String) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNUtils
 
extractMetadata(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
extractMetadata(Product, Metadata) - Method in interface org.apache.oodt.cas.filemgr.metadata.extractors.FilemgrMetExtractor
Extracts Metadata from the given Product.
extractMetadata(File) - Method in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
extractMetadata(String) - Method in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
extractMetadata(URL) - Method in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
extractMetadata(File, File) - Method in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
extractMetadata(File, String) - Method in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
extractMetadata(File, MetExtractorConfig) - Method in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
extractMetadata(URL, MetExtractorConfig) - Method in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
extractMetadata(File) - Method in interface org.apache.oodt.cas.metadata.MetExtractor
Extracts Metadata from a given File.
extractMetadata(String) - Method in interface org.apache.oodt.cas.metadata.MetExtractor
Extracts Metadata from a given /path/to/some/file.
extractMetadata(URL) - Method in interface org.apache.oodt.cas.metadata.MetExtractor
Extracts Metadata from a given URL pointer to a File.
extractMetadata(File, File) - Method in interface org.apache.oodt.cas.metadata.MetExtractor
Extracts Metadata from the given File using the specified config file.
extractMetadata(File, String) - Method in interface org.apache.oodt.cas.metadata.MetExtractor
Extracts Metadata from the given File using the specified config file path.
extractMetadata(File, MetExtractorConfig) - Method in interface org.apache.oodt.cas.metadata.MetExtractor
Extracts Metadata from the given File using the specified MetExtractorConfig.
extractMetadata(URL, MetExtractorConfig) - Method in interface org.apache.oodt.cas.metadata.MetExtractor
Extracts Metadata from the given URL using the specified MetExtractorConfig.
EXTRACTOR_BIN_PATH_TAG - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternConfigReaderMetKeys
 
EXTRACTOR_CLASS_TAG - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
EXTRACTOR_CONFIG_TAG - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
EXTRACTOR_PRECONDITIONS_TAG - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
EXTRACTOR_TAG - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
ExtractorConfig - Class in org.apache.oodt.cas.curation.structs
 
ExtractorConfig(String, String, List<File>) - Constructor for class org.apache.oodt.cas.curation.structs.ExtractorConfig
 
ExtractorConfigReader - Class in org.apache.oodt.cas.curation.util
 
ExtractorConfigReader() - Constructor for class org.apache.oodt.cas.curation.util.ExtractorConfigReader
 
ExtractorConfigWriter - Class in org.apache.oodt.cas.curation.util
 
ExtractorConfigWriter() - Constructor for class org.apache.oodt.cas.curation.util.ExtractorConfigWriter
 
ExtractorSpec - Class in org.apache.oodt.cas.filemgr.structs
 
ExtractorSpec() - Constructor for class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 
ExtractorSpec(String, Properties) - Constructor for class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 
extractRangedProfileElement(String, String, Profile, DAS) - Method in class org.apache.oodt.opendapps.OpendapProfileElementExtractor
 
extractTaskFromProcessor(TaskProcessor) - Method in class org.apache.oodt.cas.workflow.engine.TaskRunner
 
extrMetadata(File) - Method in class org.apache.oodt.cas.metadata.AbstractMetExtractor
Extracts Metadata from the given File
extrMetadata(File) - Method in class org.apache.oodt.cas.metadata.extractors.CopyAndRewriteExtractor
 
extrMetadata(File) - Method in class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractor
 
extrMetadata(File) - Method in class org.apache.oodt.cas.metadata.extractors.ExternMetExtractor
 
extrMetadata(File) - Method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenMetExtractor
 
extrMetadata(File) - Method in class org.apache.oodt.cas.metadata.extractors.MetReaderExtractor
 
extrMetadata(File) - Method in class org.apache.oodt.cas.metadata.extractors.TikaCmdLineMetExtractor
 

F

factory - Variable in class org.apache.oodt.commons.activity.XMLStorage
Factory for document builders which we use to create XML documents.
factoryMap - Variable in class org.apache.oodt.cas.protocol.config.SpringProtocolConfig
 
failMissingFile - Variable in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
FAILURE - Static variable in interface org.apache.oodt.cas.resource.structs.JobStatus
 
FalseCondition - Class in org.apache.oodt.cas.workflow.examples
 
FalseCondition() - Constructor for class org.apache.oodt.cas.workflow.examples.FalseCondition
 
FIELD_ATTR_APPEND_TABLE_NAME - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
FIELD_ATTR_DBNAME - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
FIELD_ATTR_NAME - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
FIELD_ATTR_SCOPE - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
FIELD_ATTR_STRING - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
FIELD_ATTR_TABLE - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
FIELD_ATTR_TYPE - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
FIELD_ATTR_VALUE - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
FIELD_TAG - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 
FIELD_TAG - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
FIELD_TAG_NAME_ATTR - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 
FIELD_TRANSLATE_TAG - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
fieldIdStr - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
fieldIdStringFlag - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
FieldScope - Enum in org.apache.oodt.xmlps.mapping
Defines the scope of a MappingField.
FieldType - Enum in org.apache.oodt.xmlps.mapping
Defines the type of a MappingField
file - Variable in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
FILE_ATTR - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
FILE_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
FILE_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
FILE_FILTER - Static variable in class org.apache.oodt.cas.crawl.ProductCrawler
 
FILE_FILTER - Static variable in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 
FILE_HEADER - Static variable in interface org.apache.oodt.cas.product.CASProductHandlerMetKeys
 
FILE_LOCATION - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
FILE_MANAGER_DAEMON_NAME - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
FILE_MANAGER_URL - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
FILE_PATTERNS_PROPERTY_NAME - Static variable in class org.apache.oodt.cas.pushpull.filerestrictions.parsers.GenericEmailParser
 
FILE_RET_SYSTEM_MAX_ALLOWED_FAIL_DOWNLOADS - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
FILE_RET_SYSTEM_REC_THREAD_COUNT - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
FILE_SIZE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
FILE_SIZE - Static variable in class org.apache.oodt.cas.pge.writers.PcsMetFileWriter
 
FILE_SIZE - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
FILE_SIZE - Static variable in interface org.apache.oodt.cas.resource.util.UlimitMetKeys
 
FILE_SIZE_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
FILE_STAGING_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
FILE_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
FileBasedAction - Class in org.apache.oodt.cas.crawl.action
This class provides some basic support for actions revolving around files.
FileBasedAction() - Constructor for class org.apache.oodt.cas.crawl.action.FileBasedAction
 
fileDownloadComplete(File) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DownloadThreadEvaluator
 
FileExistCmdLineOptionValidator - Class in org.apache.oodt.cas.cli.option.validator
A CmdLineOptionValidator which checks args if they are existing files.
FileExistCmdLineOptionValidator() - Constructor for class org.apache.oodt.cas.cli.option.validator.FileExistCmdLineOptionValidator
 
fileKey - Variable in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
FileListNonRecursiveHandler - Class in org.apache.oodt.product.handlers.ofsn
A non recursive file listing from a given OFSN.
FileListNonRecursiveHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.FileListNonRecursiveHandler
 
FileListParser - Class in org.apache.oodt.cas.pushpull.filerestrictions.parsers
 
FileListParser() - Constructor for class org.apache.oodt.cas.pushpull.filerestrictions.parsers.FileListParser
 
FileListRecursiveHandler - Class in org.apache.oodt.product.handlers.ofsn
A recursive file listing from the provided ofsn.
FileListRecursiveHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.FileListRecursiveHandler
 
FileLogger - Class in org.apache.oodt.commons.util
The FileLogger class is intended to be used with the Log class in order to setup a log file as a LogListener.
FileLogger() - Constructor for class org.apache.oodt.commons.util.FileLogger
Constructor given no arguments.
FileLogger(OutputStream) - Constructor for class org.apache.oodt.commons.util.FileLogger
Constructor given an output stream.
FileManagerCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
Base CmdLineAction for File Manager.
FileManagerCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.FileManagerCliAction
 
FileManagerConfigPage - Class in org.apache.oodt.pcs.opsui.config.filemgr
Describe your class here.
FileManagerConfigPage(String) - Constructor for class org.apache.oodt.pcs.opsui.config.filemgr.FileManagerConfigPage
 
FileManagerConn - Class in org.apache.oodt.cas.webcomponents.filemgr
Describe your class here.
FileManagerConn(String) - Constructor for class org.apache.oodt.cas.webcomponents.filemgr.FileManagerConn
 
FileManagerFileStager - Class in org.apache.oodt.cas.pge.staging
A FileStager which uses a FileManager DataTransferer.
FileManagerFileStager() - Constructor for class org.apache.oodt.cas.pge.staging.FileManagerFileStager
 
FileManagerUtils - Class in org.apache.oodt.pcs.util
A set of utility methods for use by the PCS in communicating with the File Manager.
FileManagerUtils(URL) - Constructor for class org.apache.oodt.pcs.util.FileManagerUtils
 
FileManagerUtils(String) - Constructor for class org.apache.oodt.pcs.util.FileManagerUtils
 
FileManagerUtils(XmlRpcFileManagerClient) - Constructor for class org.apache.oodt.pcs.util.FileManagerUtils
 
FileMenu - Class in org.apache.oodt.cas.workflow.gui.menu
File menu driver for the Workflow Editor GUI.
FileMenu() - Constructor for class org.apache.oodt.cas.workflow.gui.menu.FileMenu
 
FilemgrMetExtractor - Interface in org.apache.oodt.cas.filemgr.metadata.extractors
 
FilemgrUniquenessCheckComparator - Class in org.apache.oodt.cas.crawl.comparator
 
FilemgrUniquenessCheckComparator() - Constructor for class org.apache.oodt.cas.crawl.comparator.FilemgrUniquenessCheckComparator
 
FilemgrUniquenessChecker - Class in org.apache.oodt.cas.crawl.action
Check whether a product exists in the database already
FilemgrUniquenessChecker() - Constructor for class org.apache.oodt.cas.crawl.action.FilemgrUniquenessChecker
 
FILENAME - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
FILENAME - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
FILENAME_FIELD - Static variable in class org.apache.oodt.cas.filemgr.versioning.SingleFileBasicVersioner
 
FilenameExtractorWriter - Class in org.apache.oodt.cas.pge.writers
Wrap CAS-Metadata's FilenameTokenMetExtractor as a CAS-PGE PcsMetFileWriter.
FilenameExtractorWriter() - Constructor for class org.apache.oodt.cas.pge.writers.FilenameExtractorWriter
 
FilenameQuery - Class in org.apache.oodt.pcs.query
A query to the File Manager using the Filename product met field.
FilenameQuery(String, FileManagerUtils) - Constructor for class org.apache.oodt.pcs.query.FilenameQuery
 
FilenameRegexMetExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors.examples
 
FilenameRegexMetExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FilenameRegexMetExtractor
 
FilenameTokenConfig - Class in org.apache.oodt.cas.metadata.extractors
FilenameTokenConfig() - Constructor for class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfig
 
FilenameTokenConfig(PGEConfigurationFile) - Constructor for class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfig
 
FilenameTokenConfigReader - Class in org.apache.oodt.cas.metadata.extractors
FilenameTokenConfigReader() - Constructor for class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfigReader
 
FilenameTokenExtractorMetKeys - Interface in org.apache.oodt.cas.metadata.extractors
Met keys for the FilenameTokenMetExtractor.
FilenameTokenMetExtractor - Class in org.apache.oodt.cas.metadata.extractors
Extracts out Metadata using the File.getName() and a FilenameTokenConfig to specify what pieces of the filename map to particular Metadata key names.
FilenameTokenMetExtractor() - Constructor for class org.apache.oodt.cas.metadata.extractors.FilenameTokenMetExtractor
Default constructor.
FileRestrictions - Class in org.apache.oodt.cas.pushpull.filerestrictions
This class allows the creation of restrictions for files and directories created below an actual directory which is passed into the constructor.
FileRestrictionsException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
FileRestrictionsException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.FileRestrictionsException
 
FileRestrictionsException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.FileRestrictionsException
 
FileRetrievalSystem - Class in org.apache.oodt.cas.pushpull.retrievalsystem
Will crawl external directory structures and will download the files within these structures.
FileRetrievalSystem(Config, SiteInfo) - Constructor for class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
Creates a Crawler based on the URL, DirStruct, and Config objects passed in.
FILES_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
fileSettings - Variable in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
FileSettings - Class in org.apache.oodt.cas.crawl.action
This class captures settings used in FileBased actions and the FileExists precondition.
FileSettings() - Constructor for class org.apache.oodt.cas.crawl.action.FileSettings
 
FileSizeComparator - Class in org.apache.oodt.cas.metadata.preconditions
 
FileSizeComparator() - Constructor for class org.apache.oodt.cas.metadata.preconditions.FileSizeComparator
 
FileStager - Class in org.apache.oodt.cas.pge.staging
Responsible for transferring Product files to a directory accessible by by CAS-PGE.
FileStager() - Constructor for class org.apache.oodt.cas.pge.staging.FileStager
 
FileStagingInfo - Class in org.apache.oodt.cas.pge.config
Configuration information about which files should be staged and where.
FileStagingInfo(String) - Constructor for class org.apache.oodt.cas.pge.config.FileStagingInfo
 
FileStagingInfo(String, boolean) - Constructor for class org.apache.oodt.cas.pge.config.FileStagingInfo
 
FileTransferStatus - Class in org.apache.oodt.cas.filemgr.structs
 
FileTransferStatus() - Constructor for class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
Default Constructor
FileTransferStatus(Reference, long, long, Product) - Constructor for class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
FILL_BACK - Variable in class org.apache.oodt.cas.pushpull.expressions.Variable
 
FILL_FRONT - Variable in class org.apache.oodt.cas.pushpull.expressions.Variable
 
FillBuff() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
fillIn(String, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
fillIn(String, Metadata, boolean) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
FILOPrioritySorter - Class in org.apache.oodt.cas.workflow.structs
Sorts the List of WorkflowProcessor candidates according to the time in which the WorkflowInstance that they are processing was created.
FILOPrioritySorter() - Constructor for class org.apache.oodt.cas.workflow.structs.FILOPrioritySorter
 
filter(List<FilterType>) - Method in class org.apache.oodt.cas.catalog.query.filter.FilterAlgorithm
 
filter(List<MetadataTimeEvent>) - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventFilterAlgorithm
 
filter(ProductType) - Method in class org.apache.oodt.cas.product.rdf.ProductTypeFilter
 
FILTER_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
FilterAlgor - Class in org.apache.oodt.cas.filemgr.structs.query.filter
 
FilterAlgor() - Constructor for class org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor
 
FilterAlgorithm<FilterType> - Class in org.apache.oodt.cas.catalog.query.filter
 
FilterAlgorithm() - Constructor for class org.apache.oodt.cas.catalog.query.filter.FilterAlgorithm
 
filterAlgorithm - Variable in class org.apache.oodt.cas.catalog.query.filter.QueryFilter
 
filterEvents(List<TimeEvent>) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor
 
filterMetadata(QueryFilter<?>, List<TransactionalMetadata>) - Static method in class org.apache.oodt.cas.catalog.util.QueryUtils
 
filterMetadataList(List<TransactionalMetadata>) - Method in class org.apache.oodt.cas.catalog.query.filter.QueryFilter
 
FilterTask - Class in org.apache.oodt.cas.workflow.examples
Filters dynamic Metadata from the provided metadata in the FilterTask.run(Metadata, WorkflowTaskConfiguration) method.
FilterTask() - Constructor for class org.apache.oodt.cas.workflow.examples.FilterTask
 
filterTypeToMetadata(List<FilterType>) - Method in class org.apache.oodt.cas.catalog.query.filter.QueryFilter
 
filterTypeToMetadata(List<MetadataTimeEvent>) - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventQueryFilter
 
FinalFileLocationExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors.examples
Extracts the final FILE_LOCATION met field from the underlying Product and sets it appropriately in the Product Metadata.
FinalFileLocationExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FinalFileLocationExtractor
 
finalize() - Method in class org.apache.oodt.commons.activity.SQLDatabaseStorage
This method closes the database connection.
finalize() - Method in class org.apache.oodt.commons.util.JDBC_DB
 
find(List<ModelGraph>, Set<String>) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
find(List<ModelGraph>, String) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
findAction(CmdLineOptionInstance, Set<CmdLineAction>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Finds the CmdLineAction specified by the given CmdLineOptionInstance.
findAction(String, Set<CmdLineAction>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Finds a CmdLineAction by its name.
findActionOptions(Set<CmdLineOption>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Finds all CmdLineOptions that are ActionCmdLineOptions.
FINDALL - Static variable in class org.apache.oodt.opendapps.DatasetExtractor
 
findAllOfSpecifiedOption(CmdLineOption, Set<CmdLineOptionInstance>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Finds the CmdLineOptionInstances whose CmdLineOption is the given CmdLineOption.
findFirstActionOption(Set<CmdLineOption>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
findGraph(List<XmlWorkflowModelRepository.FileBasedElement>, String, Metadata, HashMap<String, XmlWorkflowModelRepository.ConfigGroup>, Set<String>) - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository
 
findHelpOption(Set<CmdLineOption>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Finds the HelpCmdLineOption in the Set of CmdLineOptions.
findLines(List<ModelGraph>) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
findLines(ModelGraph) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
findLinks(HttpFile) - Static method in class org.apache.oodt.cas.protocol.http.util.HttpUtils
 
findPerformAndQuitOptions(Set<CmdLineOptionInstance>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Finds all the perform-and-quit type CmdLineOptionInstances from the given Set of CmdLineOptionInstances.
findPrintSupportedActionsOption(Set<CmdLineOption>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
findProcessor(WorkflowProcessor, String) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
findProcessor(List<WorkflowProcessor>, String) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
findProfiles(XMLQuery) - Method in class org.apache.oodt.opendapps.OpendapProfileHandler
Implementation of interface method
findProfiles(XMLQuery) - Method in class org.apache.oodt.profile.handlers.cas.CASProfileHandler
 
findProfiles(XMLQuery) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
findProfiles Returns a list of matching profiles
findProfiles(Connection, XMLQuery) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
findProfiles(XMLQuery) - Method in class org.apache.oodt.profile.handlers.lightweight.LightweightProfileServer
 
findProfiles(XMLQuery) - Method in interface org.apache.oodt.profile.handlers.ProfileHandler
Find a set of profiles that match the given query.
findProfiles(XMLQuery) - Method in class org.apache.oodt.xmlps.profile.XMLPSProfileHandler
 
FINDQUERY - Static variable in class org.apache.oodt.opendapps.DatasetExtractor
 
findRoot(List<ModelGraph>, ModelGraph) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
findRootGraphs(List<ModelGraph>) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
findSequentialLines(List<ModelGraph>) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
findSequentialLines(ModelGraph) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
findSkeleton(WorkflowProcessor, String) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
findSkeleton(List<WorkflowProcessor>, String) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
FINDSOME - Static variable in class org.apache.oodt.opendapps.DatasetExtractor
 
findSpecifiedActionOption(Set<CmdLineOptionInstance>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
findSpecifiedHelpOption(Set<CmdLineOptionInstance>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
findSpecifiedOption(CmdLineOption, Set<CmdLineOptionInstance>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Finds the first CmdLineOptionInstance whose CmdLineOption is the given CmdLineOption.
findSpecifiedPrintSupportedActionsOption(Set<CmdLineOptionInstance>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
FINISHED - Static variable in interface org.apache.oodt.cas.curation.structs.IngestionTaskStatus
 
FINISHED - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
FIRST_PAGE - Static variable in class org.apache.oodt.cas.catalog.page.PageInfo
 
FIRSTRUN_DATETIME_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
FixedBufferOutputStream - Class in org.apache.oodt.commons.io
This stream writes its output into a byte buffer of fixed length.
FixedBufferOutputStream(int) - Constructor for class org.apache.oodt.commons.io.FixedBufferOutputStream
Construct a fixed buffer output stream.
FLOAT32_TYPE - Static variable in class org.apache.oodt.opendapps.extractors.DasMetadataExtractor
 
FLOAT64_TYPE - Static variable in class org.apache.oodt.opendapps.extractors.DasMetadataExtractor
 
flush() - Method in class org.apache.oodt.commons.io.Base64EncodingOutputStream
Flush the stream.
flush() - Method in class org.apache.oodt.commons.io.FixedBufferOutputStream
 
flush() - Method in class org.apache.oodt.commons.io.LoggerOutputStream
 
flush() - Method in class org.apache.oodt.commons.io.LogWriter
Flush the log writer.
flush() - Method in class org.apache.oodt.commons.io.NullOutputStream
Flush an output stream, which does nothing.
fm - Variable in class org.apache.oodt.pcs.query.AbstractPCSQuery
 
FM_CONFIG_FILES - Static variable in interface org.apache.oodt.cas.install.CASInstallDirMetKeys
 
FM_PROPS - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
FM_URL - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
FM_URL - Static variable in interface org.apache.oodt.pcs.services.config.PCSServiceConfMetKeys
 
FMBrowserApp - Class in org.apache.oodt.cas.filemgr.webapp.browser
Application object for your web application.
FMBrowserApp() - Constructor for class org.apache.oodt.cas.filemgr.webapp.browser.FMBrowserApp
 
FMBrowserAppBase - Class in org.apache.oodt.cas.webcomponents.filemgr
Base FM browser web-application class.
FMBrowserAppBase() - Constructor for class org.apache.oodt.cas.webcomponents.filemgr.FMBrowserAppBase
 
FMBrowserSession - Class in org.apache.oodt.cas.webcomponents.filemgr
A custom session for the FMBrowserApp, holds its List of TermQueryCriteria.
FMBrowserSession(Request) - Constructor for class org.apache.oodt.cas.webcomponents.filemgr.FMBrowserSession
 
fmUrl - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
FORCE_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
FORMAT_HTML - Static variable in class org.apache.oodt.cas.curation.service.CurationService
 
FORMAT_JSON - Static variable in class org.apache.oodt.cas.curation.service.CurationService
 
FORMAT_ZIP - Static variable in interface org.apache.oodt.cas.product.data.DataDeliveryKeys
 
formatMessage(Date, String, Object, String) - Method in class org.apache.oodt.commons.io.WriterLogger
Format a message for logging.
formatPct(double) - Static method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Formats a double percent number to a 2 decimal place String.
formats - Variable in class org.apache.oodt.profile.ResourceAttributes
Formats.
FreeTextQueryCriteria - Class in org.apache.oodt.cas.filemgr.structs
 
FreeTextQueryCriteria() - Constructor for class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Default constructor.
FreeTextQueryCriteria(String, List<String>) - Constructor for class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Constructor for the FreeTextQueryECriteria Class.
FreeTextQueryExpression - Class in org.apache.oodt.cas.catalog.query
 
FreeTextQueryExpression() - Constructor for class org.apache.oodt.cas.catalog.query.FreeTextQueryExpression
 
FROM_TOKENS - Static variable in class org.apache.oodt.xmlquery.XMLQuery
 
fromString(String) - Method in class org.apache.oodt.cas.catalog.struct.TransactionId
 
ftpList(String, String) - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
ftpList Gets a file list from the FTP Server Package protected so we can test the non server portion of the code.
FUNC_ATTR_CLASS - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
FUNC_TAG - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 

G

GangliaAdapter - Class in org.apache.oodt.cas.resource.monitor.ganglia
 
GangliaAdapter(String, int) - Constructor for class org.apache.oodt.cas.resource.monitor.ganglia.GangliaAdapter
 
GangliaAdapter() - Constructor for class org.apache.oodt.cas.resource.monitor.ganglia.GangliaAdapter
 
GangliaMetKeys - Interface in org.apache.oodt.cas.resource.monitor.ganglia
 
GangliaResourceMonitor - Class in org.apache.oodt.cas.resource.monitor.ganglia
 
GangliaResourceMonitor(LoadCalculator, String, int) - Constructor for class org.apache.oodt.cas.resource.monitor.ganglia.GangliaResourceMonitor
Make a new GangliaResourceMonitor that reads information from a ganglia meta daemon.
GangliaResourceMonitorFactory - Class in org.apache.oodt.cas.resource.monitor.ganglia
 
GangliaResourceMonitorFactory() - Constructor for class org.apache.oodt.cas.resource.monitor.ganglia.GangliaResourceMonitorFactory
 
GangliaXMLParser - Class in org.apache.oodt.cas.resource.monitor.ganglia
 
GangliaXMLParser() - Constructor for class org.apache.oodt.cas.resource.monitor.ganglia.GangliaXMLParser
 
GE - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
GenerateCASQuery(Query, Query) - Method in class org.apache.oodt.cas.filemgr.browser.model.QueryBuilder
 
GenerateCASQuery(Query, Query) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
generateCASQuery(Query, Query) - Method in class org.apache.oodt.cas.filemgr.tools.QueryTool
Deprecated.
 
generateDownstreamPedigree(String) - Method in class org.apache.oodt.pcs.services.PedigreeResource
 
generateFile(String, Metadata, Logger, Object...) - Method in class org.apache.oodt.cas.pge.writers.CsvConfigFileWriter
 
generateFile(String, Metadata, Logger, Object...) - Method in class org.apache.oodt.cas.pge.writers.DynamicConfigFileWriter
Generates a config file for CAS-PGE to use as PGE input with the given default logger.
generateFile(String, Metadata, Logger, Object...) - Method in class org.apache.oodt.cas.pge.writers.MetadataKeyReplacerTemplateWriter
 
generateFile(String, Metadata, Logger, Object...) - Method in class org.apache.oodt.cas.pge.writers.TextConfigFileWriter
 
generateFile(String, Metadata, Logger, Object...) - Method in class org.apache.oodt.cas.pge.writers.VelocityConfigFileWriter
 
generateFilePath(String) - Method in class org.apache.oodt.cas.resource.jobrepo.XStreamJobRepository
 
generateId(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.NameProductIdGenerator
 
generateId(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductIdGenerator
 
generateId(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.UUIDProductIdGenerator
 
generateInsertDocuments(String, Map<String, List<String>>) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Utility method to generate a Solr insert document.
generateMenuBar() - Method in class org.apache.oodt.cas.workflow.gui.WorkflowGUI
 
generateNewProfileElementTree(String) - Method in class org.apache.oodt.profile.gui.LeafListener
 
generateNewUniqueTransactionId() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
generateParseException() - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
generatePedigree(String) - Method in class org.apache.oodt.pcs.services.PedigreeResource
 
generateRows(List<String>, Metadata) - Method in class org.apache.oodt.cas.pge.writers.CsvConfigFileWriter
 
generateTransactionId(String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
generateUpdateDocuments(String, Map<String, List<String>>, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Utility method to generate Solr update documents.
generateUpstreamPedigree(String) - Method in class org.apache.oodt.pcs.services.PedigreeResource
 
GENERATOR - Static variable in class org.apache.oodt.cas.product.jaxrs.writers.RssWriter
 
GenericCDEObjectFactory - Class in org.apache.oodt.xmlps.util
An object factory for creating CDE objects.
GenericEmailParser - Class in org.apache.oodt.cas.pushpull.filerestrictions.parsers
A generic email parser which generates file paths to be downloaded by using a defined java Pattern.
GenericEmailParser() - Constructor for class org.apache.oodt.cas.pushpull.filerestrictions.parsers.GenericEmailParser
 
GenericEmailParser(String, String, String) - Constructor for class org.apache.oodt.cas.pushpull.filerestrictions.parsers.GenericEmailParser
 
GenericFileManagerObjectFactory - Class in org.apache.oodt.cas.filemgr.util
 
GenericMetadataObjectFactory - Class in org.apache.oodt.cas.metadata.util
 
GenericMetadataObjectFactory() - Constructor for class org.apache.oodt.cas.metadata.util.GenericMetadataObjectFactory
 
GenericPgeObjectFactory - Class in org.apache.oodt.cas.pge.util
Factory for creating Objects.
GenericResourceManagerObjectFactory - Class in org.apache.oodt.cas.resource.util
 
GenericWorkflowObjectFactory - Class in org.apache.oodt.cas.workflow.util
Generic Workflow object construction utilities.
GEOMETRY_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
get(String) - Method in class org.apache.oodt.cas.pge.writers.VelocityMetadata
 
get(ProtocolFile, File) - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
get(ProtocolFile, File) - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
get(ProtocolFile, File) - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
get(ProtocolFile, File) - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
get(ProtocolFile, File) - Method in interface org.apache.oodt.cas.protocol.Protocol
 
get(ProtocolFile, File) - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
get() - Static method in class org.apache.oodt.cas.webcomponents.filemgr.FMBrowserSession
 
get() - Static method in class org.apache.oodt.commons.io.Log
Get a writer to log messages.
get(Object) - Static method in class org.apache.oodt.commons.io.Log
Get a writer to log messages.
get(Date, String, Object) - Static method in class org.apache.oodt.commons.io.Log
Get a writer to log messages.
get(Object) - Method in class org.apache.oodt.commons.util.CacheMap
 
get(String) - Method in class org.apache.oodt.opendapps.OpendapProfileHandler
 
get(String) - Method in class org.apache.oodt.profile.handlers.cas.CASProfileHandler
 
get(Connection, String) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
get(String) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
get(String) - Method in class org.apache.oodt.profile.handlers.lightweight.LightweightProfileServer
Get a single profile matching the given ID.
get(String) - Method in interface org.apache.oodt.profile.handlers.ProfileHandler
Get a profile.
get(String) - Method in class org.apache.oodt.xmlps.profile.XMLPSProfileHandler
 
GET_CMD - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNMetKeys
 
getAbsoluteFile() - Method in class org.apache.oodt.cas.protocol.ProtocolFile
Get Absolute pathed ProtocolFile version of this ProtocolFile.
getAbsoluteFile() - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSiteFile
 
getAbsolutePath() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
getAbsolutePathFromUri(String) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
getAbsPathFor(Protocol, String, boolean) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
getActionIds() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
getActionName() - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToAction
 
getActionName() - Method in class org.apache.oodt.cas.cli.option.require.ActionDependencyRule
 
getActionOptionInst() - Method in class org.apache.oodt.cas.cli.CmdLineArgs
 
getActions() - Method in class org.apache.oodt.cas.crawl.action.CrawlerActionRepo
 
getActionStore() - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
getActiveState() - Method in class org.apache.oodt.cas.workflow.gui.perspective.build.BuildPerspective
 
getActiveState() - Method in class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
getActiveView() - Method in class org.apache.oodt.cas.workflow.gui.perspective.build.BuildPerspective
 
getActiveView() - Method in class org.apache.oodt.cas.workflow.gui.perspective.Perspective
 
getActivityID() - Method in class org.apache.oodt.commons.activity.Incident
Get the ID of the activity to which the incident belongs.
getActivityID() - Method in class org.apache.oodt.commons.activity.StoredActivity
Return the activity identifier.
getAlias() - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
getAlias() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getAlias() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getAll() - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
getAll() - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Get all profiles.
getAllFactories() - Method in interface org.apache.oodt.cas.protocol.config.ProtocolConfig
 
getAllFactories() - Method in class org.apache.oodt.cas.protocol.config.SpringProtocolConfig
 
getAllKeys(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Gets All key in and below given group
getAllKeys() - Method in class org.apache.oodt.cas.metadata.Metadata
Gets all keys in this Metadata
getAllKeys(Metadata.Group) - Method in class org.apache.oodt.cas.metadata.Metadata
 
getAllKeysWithName(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Get all keys whose leaf key name is equal to the given arg
getAllMetadata(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Gets all values for give key
getAllMetadata(PgeTaskMetKeys, PgeMetadata.Type...) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
 
getAllMetadata(String, PgeMetadata.Type...) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Get metadata values for given key.
getAllMetadata() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFile
 
getAllowAliasOverride() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getAllowAliasOverride() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getAllowedArgs() - Method in class org.apache.oodt.cas.cli.option.validator.AllowedArgsCmdLineOptionValidator
 
getAllPages(QueryPager) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getAllPages(QueryPager) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getAllPages(QueryPager) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getAllPages(QueryPager) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getAllPages(QueryPager) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getAllPages(QueryPager) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getAllPages(QueryPager) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getAllPages(QueryPager) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getAllPages(QueryPager) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getAllPages(QueryPager) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getAllValues() - Method in class org.apache.oodt.cas.metadata.Metadata
Gets all values in this Metadata
getAllValues(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Gets All values in and below given group
getAndIncrement() - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
getApplicationContext() - Method in class org.apache.oodt.cas.cli.action.store.spring.SpringCmdLineActionStore
 
getApplicationContext() - Method in class org.apache.oodt.cas.cli.option.store.spring.SpringCmdLineOptionStore
 
getApplicationContext() - Method in class org.apache.oodt.cas.crawl.cli.option.handler.BeanInfoHandler
 
getApplicationContext() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
getApplyToActions() - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToActionHandler
 
getAppropriateProtocol(RemoteSiteFile, boolean, boolean) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
Returns the appropriate protocol for the given Path
getAppropriateProtocolBySite(RemoteSite, boolean) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
getArg(int) - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
getArgDescription() - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToAction
 
getArgDescription(String) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToActionHandler
 
getArgDescription(CmdLineAction, CmdLineOption) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToActionHandler
 
getArgDescription(CmdLineAction, CmdLineOption) - Method in interface org.apache.oodt.cas.cli.option.handler.CmdLineOptionHandler
If this handler causes the argument descriptor to be different for certain CmdLineActions, then should return the arg description here.
getArgDescription(CmdLineAction, CmdLineOption) - Method in class org.apache.oodt.cas.cli.option.handler.SetJavaPropertiesHandler
 
getArgDescription(CmdLineAction, CmdLineOption) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.CrawlerActionInfoHandler
 
getArgDescription(CmdLineAction, CmdLineOption) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.CrawlerBeansPropHandler
 
getArgDescription(CmdLineAction, CmdLineOption) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.PreconditionInfoHandler
 
getArgList() - Method in class org.apache.oodt.cas.metadata.extractors.ExternalMetExtractorConfig
 
getArgs() - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
getArgs() - Method in class org.apache.oodt.cas.pge.config.DynamicConfigFile
 
getArgs() - Method in class org.apache.oodt.cas.pge.config.RegExprOutputFiles
 
getArgs(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getArgsDescription() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
getArgsDescription() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
getArgsLeft() - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
getAttributes() - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RssTag
Gets the attributes for the tag.
getAttributes() - Method in class org.apache.oodt.security.sso.opensso.IdentityDetails
 
getAttributes() - Method in class org.apache.oodt.security.sso.opensso.UserDetails
 
getAttrs() - Method in class org.apache.oodt.cas.product.rss.RSSTag
 
getAuthentication() - Method in class org.apache.oodt.cas.protocol.cli.action.ProtocolCliAction
 
getAvailableElements(String) - Method in class org.apache.oodt.cas.filemgr.browser.model.CasDB
 
getAvailableTypes() - Method in class org.apache.oodt.cas.filemgr.browser.model.CasDB
 
getAverageCrawlTime() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
getAverageCrawlTime() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemonController
 
getAverageRunTime() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
Average runtime for the Crawler
getAverageRunTime() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonController
Get the average time for each run of the Crawler controlled by the CrawlDaemons
getAverageRunTime() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonRmiInterface
Average runtime for the Crawler
getAvgCrawlTime() - Method in class org.apache.oodt.pcs.health.CrawlerHealth
 
getBaseStagingArea() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
getBaseUri() - Method in class org.apache.oodt.cas.product.jaxrs.writers.RdfWriter
Gets the HTTP servlet request URL up to the final '/' as a String.
getBaseUri() - Method in class org.apache.oodt.cas.product.jaxrs.writers.RssWriter
Gets the HTTP servlet request URL up to the final '/' as a String.
getBatchmgr() - Method in class org.apache.oodt.cas.resource.scheduler.LRUScheduler
 
getBatchmgr() - Method in interface org.apache.oodt.cas.resource.scheduler.Scheduler
 
getBatchmgrServiceFromFactory(String) - Static method in class org.apache.oodt.cas.resource.util.GenericResourceManagerObjectFactory
Creates a new Batchmgr implementation from a given String name of the corresponding BatchmgrFactory.
getBatchStubStatus() - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
getBeginColumn() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Get token beginning line number.
getBucketNames() - Method in class org.apache.oodt.cas.catalog.query.QueryExpression
 
getBuckets(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
Returns a List of TermBuckets ingested for a given TransactionId
getBuckets(List<TransactionId<?>>) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
Does the same as getBuckets(TransactionId), except is performed over a list of TransactionIds
getBuckets(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
getBuckets(List<TransactionId<?>>) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
getBuckets(TransactionId<?>) - Method in interface org.apache.oodt.cas.catalog.struct.QueryService
Returns a List of TermBuckets ingested for a given TransactionId
getBuckets(List<TransactionId<?>>) - Method in interface org.apache.oodt.cas.catalog.struct.QueryService
Does the same as getBuckets(TransactionId), except is performed over a list of TransactionIds
getBuffer() - Method in class org.apache.oodt.commons.io.FixedBufferOutputStream
Get the buffer.
getByName(String) - Static method in enum org.apache.oodt.cas.pge.metadata.PgeTaskMetKeys
 
getBytesTransferred() - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
getBytesTransferred() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the bytes transferred status of the file transfer.
getBytesWritten() - Method in class org.apache.oodt.commons.io.CountingOutputStream
Get the number of bytes written so far.
getCacheFromFactory(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
 
getCalalogProperties() - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getCalalogProperties(String) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getCalalogProperties() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getCalalogProperties(String) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getCalalogProperties() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getCalalogProperties(String) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getCalalogProperties() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getCalalogProperties(String) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getCalalogProperties() - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getCalalogProperties(String) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getCalalogProperties() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getCalalogProperties(String) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getCalalogProperties() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getCalalogProperties(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getCalalogProperties() - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getCalalogProperties(String) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getCalalogProperties() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getCalalogProperties(String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getCalalogProperties() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getCalalogProperties(String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getCapacity() - Method in interface org.apache.oodt.cas.resource.jobqueue.JobQueue
Gets the max number of jobs allowed in queue at any given time
getCapacity() - Method in class org.apache.oodt.cas.resource.jobqueue.JobStack
 
getCapacity() - Method in class org.apache.oodt.cas.resource.structs.ResourceNode
 
getCapacity() - Method in class org.apache.oodt.commons.util.CacheMap
Get the cache map's capacity.
getCASUrl() - Method in class org.apache.oodt.cas.filemgr.browser.view.prompts.ConnectPrompt
 
getCatalog(String) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getCatalog(String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getCatalogFile(String) - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
getCatalogFileBkup(String) - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
getCatalogFileWorker(String) - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
getCatalogId() - Method in class org.apache.oodt.cas.catalog.page.CatalogReceipt
 
getCatalogId() - Method in class org.apache.oodt.cas.catalog.util.PluginURL
 
getCatalogIds(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
getCatalogIds(TransactionId<?>) - Method in interface org.apache.oodt.cas.catalog.mapping.IngestMapper
Get all the Catalog URNs for which the given TransactionId was mapped
getCatalogIds(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapper
 
getCatalogIds(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
getCatalogIds() - Method in class org.apache.oodt.cas.catalog.metadata.TransactionalMetadata
 
getCatalogIds() - Method in class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
getCatalogMetadata(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
getCatalogMetadata(Product) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
Retrieves the cataloged Metadata associated with a Product.
getCatalogQuery(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getCatalogQuery(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getCatalogReceipt(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
getCatalogReceipt(TransactionId<?>, String) - Method in interface org.apache.oodt.cas.catalog.mapping.IngestMapper
 
getCatalogReceipt(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapper
 
getCatalogReceipt(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
getCatalogReceipts() - Method in class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
getCatalogReceipts() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.QueryResult
 
getCatalogRef(InvCatalogRef, Object) - Method in class org.apache.oodt.opendapps.DatasetCrawler
 
getCatalogRepository() - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getCatalogServiceFactory() - Method in class org.apache.oodt.cas.catalog.server.cli.action.LaunchXmlRpcServerCliAction
 
getCatalogServiceFromFactory(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
Constructs a new Catalog from the specified serviceFactory.
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in interface org.apache.oodt.cas.catalog.mapping.IngestMapper
Get the CatalogService TransactionId that was mapped to the given Catalog URN and Catalog TransactionId
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapper
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getCatalogServiceTransactionId(CatalogReceipt, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getCatalogServiceTransactionId(CatalogReceipt, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getCatalogServiceTransactionId(CatalogReceipt, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getCatalogServiceTransactionId(CatalogReceipt, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getCatalogServiceTransactionId(TransactionId<?>, String, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getCatalogServiceTransactionId(CatalogReceipt, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getCatalogServiceTransactionId(CatalogReceipt, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getCatalogServiceTransactionId(CatalogReceipt, boolean) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getCatalogServiceTransactionId(CatalogReceipt, boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getCatalogServiceTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getCatalogServiceTransactionId(CatalogReceipt, boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getCatalogServiceTransactionId(Metadata) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getCatalogServiceTransactionId(Metadata, boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getCatalogServiceTransactionIds(List<TransactionId<?>>, String) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getCatalogServiceTransactionIds(List<TransactionId<?>>, String) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getCatalogServiceTransactionIds(List<TransactionId<?>>, String) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getCatalogServiceTransactionIds(List<TransactionId<?>>, String) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getCatalogServiceTransactionIds(List<TransactionId<?>>, String) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getCatalogServiceTransactionIds(List<TransactionId<?>>, String) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getCatalogServiceTransactionIds(List<TransactionId<?>>, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getCatalogServiceTransactionIds(List<TransactionId<?>>, String) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getCatalogServiceTransactionIds(List<TransactionId<?>>, String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getCatalogServiceTransactionIds(List<TransactionId<?>>, String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getCatalogTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
getCatalogTransactionId(TransactionId<?>, String) - Method in interface org.apache.oodt.cas.catalog.mapping.IngestMapper
Get the Catalog TransactionId that was mapped to the given Catalog ID and CatalogService TransactionId
getCatalogTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapper
 
getCatalogTransactionId(TransactionId<?>, String) - Method in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
getCatalogTransactionId() - Method in class org.apache.oodt.cas.catalog.page.IngestReceipt
 
getCatalogUrl() - Method in class org.apache.oodt.opendapps.config.DapRoot
 
getCatalogValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.type.examples.MajorMinorVersionTypeHandler
 
getCatalogValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Converts the metadata element, for this TypeHandler, value to the Catalog value
getCatalogValues(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getCatalogValues(Metadata, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getCategory() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
getCategory() - Method in class org.apache.oodt.commons.io.LogEvent
Get the category.
getCategoryByName(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
getCdeName() - Method in class org.apache.oodt.xmlps.structs.CDEValue
 
getCdTestDir() - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
getChannelLink() - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RssConfiguration
Gets the channel link URL string.
getChannelLink() - Method in class org.apache.oodt.cas.product.rss.RSSConfig
 
getChannelLink(String, Metadata) - Static method in class org.apache.oodt.cas.product.rss.RSSUtils
 
getChild(String) - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
getChild(String, boolean) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
getChildAt(int) - Method in class org.apache.oodt.pcs.pedigree.PedigreeTreeNode
 
getChildRecursive(VirtualFile) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
getChildRecursive(String, boolean) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
getChildren() - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
getChildren() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
getChildren() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
getChildren() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getChildren(PedigreeTreeNode) - Method in class org.apache.oodt.pcs.webcomponents.trace.TraceNode
 
getChildren() - Method in class org.apache.oodt.profile.ProfileAttributes
Get the children of this profile.
getChildrenLines(List<Line>, String) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
getClassLoader() - Method in class org.apache.oodt.cas.catalog.util.Serializer
 
getClassLoaderUrlsFile() - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
getClassLoaderUrlsFileBkup() - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
getClassLoaderUrlsFileWorker() - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
getClassName() - Method in class org.apache.oodt.cas.curation.structs.ExtractorConfig
 
getClassName() - Method in class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 
getClassName() - Method in class org.apache.oodt.commons.activity.StoredIncident
Return the name of the incident class.
getClassName() - Method in class org.apache.oodt.commons.ExecServerConfig
Get the class name I'm going to execute.
getClassName() - Method in class org.apache.oodt.grid.Server
Get the class name of the query handler.
getClassName() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
getClazz() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getClient() - Method in class org.apache.oodt.cas.catalog.cli.action.CatalogServiceCliAction
 
getClient() - Method in class org.apache.oodt.cas.filemgr.cli.action.FileManagerCliAction
 
getClient() - Method in class org.apache.oodt.cas.resource.cli.action.ResourceCliAction
 
getClient() - Method in class org.apache.oodt.cas.workflow.cli.action.WorkflowCliAction
 
getClient() - Method in class org.apache.oodt.pcs.util.ResourceManagerUtils
 
getClient() - Method in class org.apache.oodt.pcs.util.WorkflowManagerUtils
 
getClientTransferer() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
getCode() - Method in exception org.apache.oodt.commons.util.XMLRPCFault
Get the fault code.
getCodeBases() - Method in class org.apache.oodt.grid.Configuration
Return the code bases.
getColHeaders() - Method in class org.apache.oodt.cas.filemgr.browser.view.MainWindow
 
getColNum() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderCell
 
getColNum() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderSpacer
 
getColor() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getColumn() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Deprecated.
getCommandLine() - Method in class org.apache.oodt.commons.ExecServerConfig
 
getCommandLine() - Method in class org.apache.oodt.commons.Executable
Get the command-line.
getCommands() - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 
getCommandShell() - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 
getComments() - Method in class org.apache.oodt.profile.ProfileElement
Get any comments about me.
getCommonMet() - Method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfig
 
getCompleteProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
getComplexQueryFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getCond() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getCondConfig() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
getConditionById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getConditionById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
GetConditionByIdCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which retrieves WorkflowCondition information for WorkflowCondition with given condition ID.
GetConditionByIdCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetConditionByIdCliAction
 
getConditionId() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
getConditionInstanceClassName() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
getConditionName() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
getConditionObjectFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Constructs a WorkflowConditionInstance from the given implementation class name.
getConditions() - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getConditions() - Method in class org.apache.oodt.cas.workflow.structs.Workflow
Deprecated.
getConditions() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
Deprecated.
getConditionsByTaskId(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getConditionsByTaskId(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getConditionsByTaskId(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns an ordered List of WorkflowConditions associated with the given taskId.
getConditionsByTaskId(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getConditionsByTaskName(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getConditionsByTaskName(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getConditionsByTaskName(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns an ordered List of WorkflowConditions associated with the given taskName.
getConditionsByTaskName(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getConditionsByWorkflowId(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getConditionsByWorkflowId(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getConditionsByWorkflowId(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Gets the associated WorkflowConditions for this Workflow specified by its workflowId.
getConditionsByWorkflowId(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getConf() - Method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfig
 
getConfig() - Method in class org.apache.oodt.cas.curation.service.SystemResource
This returns the configuration information that is set in the context.xml file.
getConfig() - Method in class org.apache.oodt.cas.protocol.system.ProtocolManager
 
getConfig(String) - Static method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfigurationReader
 
getConfigBean(HttpServletRequest) - Method in class org.apache.oodt.grid.GridServlet
Get the config bean.
getConfigFiles() - Method in class org.apache.oodt.cas.curation.structs.ExtractorConfig
 
getConfigFileXml() - Method in class org.apache.oodt.pcs.input.PGEConfigFileWriter
 
getConfigGroups() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getConfiguration() - Method in class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 
getConfiguration() - Method in class org.apache.oodt.cas.product.jaxrs.writers.RdfWriter
Gets a configuration object from the servlet context, or null if not found.
getConfiguration() - Method in class org.apache.oodt.cas.product.jaxrs.writers.RssWriter
Gets a configuration object from the servlet context, or null if not found.
getConfiguration(Node) - Static method in class org.apache.oodt.cas.workflow.util.XmlStructFactory
Constructs a new WorkflowTaskConfiguration from the given XML node.
getConfiguration() - Static method in class org.apache.oodt.commons.Configuration
Get the singleton configuration.
getConfiguration(URL) - Static method in class org.apache.oodt.commons.Configuration
Get the singleton configuration.
getConfiguration() - Method in class org.apache.oodt.grid.ConfigBean
Get the configuration of web-grid.
getConfiguration() - Method in class org.apache.oodt.grid.GridServlet
Get the configuration.
getConfigurationAsMetadata(Node) - Static method in class org.apache.oodt.cas.workflow.util.XmlStructFactory
 
getConfigurationByConditionId(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getConfigurationByTaskId(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getConfigurationByTaskId(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getConfigurationByTaskId(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Gets the WorkflowTaskConfiguration metadata for the WorkflowTask with the given taskId.
getConfigurationByTaskId(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getConfigurationWithoutException() - Static method in class org.apache.oodt.commons.Configuration
Get the singleton configuration without exception.
getConnection() - Method in class org.apache.oodt.commons.util.JDBC_DB
 
getConstantValue() - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
getConstElemNamesFromQueryElemSet(List<QueryElement>) - Method in class org.apache.oodt.xmlps.product.XMLPSProductHandler
 
getConstSpecs() - Method in class org.apache.oodt.opendapps.config.OpendapConfig
 
getContentHandler() - Method in class org.apache.oodt.commons.util.SAXParser
Return the current content handler.
getContext() - Method in interface org.apache.oodt.cas.cli.action.store.spring.SpringSetContextInjectionType
 
getContextClient() - Method in class org.apache.oodt.cas.product.jaxrs.services.CasProductJaxrsService
Gets the file manager client instance from the servlet context.
getContextWorkingDir() - Method in class org.apache.oodt.cas.product.jaxrs.services.CasProductJaxrsService
Gets the file manager's working directory from the servlet context.
getContributors() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the contributors.
getConverter() - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventQueryFilter
 
getConverter() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
getConverterClass() - Method in class org.apache.oodt.cas.pge.config.RegExprOutputFiles
 
getCoreFileSize() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getCount(String) - Method in class org.apache.oodt.commons.util.JDBC_DB
getCount Will return a count when user passes sting select count(*) from ...
getCount() - Method in class org.apache.oodt.xmlquery.Results
 
getCoverages() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the coverages.
getCrawler() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
getCrawlerAction() - Method in class org.apache.oodt.cas.crawl.action.ToggleAction.Toggle
 
getCrawlerConfFile() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getCrawlerConfFilePath() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getCrawlerConfigFilePath() - Method in class org.apache.oodt.pcs.services.config.PCSServiceConfig
 
getCrawlerHealthReportByName(String) - Method in class org.apache.oodt.pcs.services.HealthResource
 
getCrawlerHealthStatus() - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
getCrawlerName() - Method in class org.apache.oodt.pcs.health.CrawlerHealth
 
getCrawlerName() - Method in class org.apache.oodt.pcs.health.CrawlInfo
 
getCrawlerPort() - Method in class org.apache.oodt.pcs.health.CrawlInfo
 
getCrawlers() - Method in class org.apache.oodt.pcs.health.CrawlPropertiesFile
 
getCrawlerStatus() - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
getCrawlHost() - Method in class org.apache.oodt.pcs.health.CrawlerStatus
 
getCrawlHost() - Method in class org.apache.oodt.pcs.health.CrawlPropertiesFile
 
getCreateDate() - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
getCreateDateIsoFormat() - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
getCreationDate() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Convenience method to format and return the #currentTaskStartDateTimeIsoStr as a Date.
getCreators() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the creators.
getCriteria() - Method in class org.apache.oodt.cas.filemgr.structs.Query
 
getCriteria() - Method in class org.apache.oodt.cas.webcomponents.filemgr.FMBrowserSession
 
getCrossCatalogResultSortingThreshold() - Method in class org.apache.oodt.cas.catalog.server.cli.action.CatalogServiceServerCliAction
 
getCurentDir() - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
Returns the current Directory.
getCurrentArg() - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
getCurrentCatalogIds() - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getCurrentCatalogIds() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getCurrentCatalogIds() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getCurrentCatalogIds() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getCurrentCatalogIds() - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getCurrentCatalogIds() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getCurrentCatalogIds() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getCurrentCatalogIds() - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getCurrentCatalogIds() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getCurrentCatalogIds() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getCurrentCatalogList() - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getCurrentCatalogList() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getCurrentFile(RemoteSite) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
getCurrentFileTransfer() - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
getCurrentFileTransfer() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getCurrentFileTransfer() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getCurrentFileTransfers() - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
getCurrentFileTransfers() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getCurrentFileTransfers() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getCurrentIndex() - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
getCurrentLocalTime() - Static method in class org.apache.oodt.commons.date.DateUtils
 
getCurrentlyDownloadingFiles() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
getCurrentMetGroup() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
getCurrentPage() - Method in class org.apache.oodt.cas.catalog.page.QueryPager
 
getCurrentTaiTime() - Static method in class org.apache.oodt.commons.date.DateUtils
 
getCurrentTask() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Returns the currently executing WorkflowTask part of this instance.
getCurrentTaskEndDateTimeIsoStr() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
getCurrentTaskId() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getCurrentTaskId() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getCurrentTaskStartDateTimeIsoStr() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
getCurrentTaskWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
getCurrentTaskWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getCurrentTaskWallClockMinutes(WorkflowInstance) - Static method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getCurrentTaskWallClockMinutes(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Gets the amount of wall clock minutes that the particular WorkflowTask within a WorkflowInstance has been executing for.
GetCurrentTransferCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which get the current Product file transfer.
GetCurrentTransferCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetCurrentTransferCliAction
 
GetCurrentTransfersCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which get list of current Product file transfers.
GetCurrentTransfersCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetCurrentTransfersCliAction
 
getCurrentUsername() - Method in class org.apache.oodt.security.sso.DummyImpl
 
getCurrentUsername() - Method in class org.apache.oodt.security.sso.OpenSSOImpl
 
getCurrentUsername() - Method in interface org.apache.oodt.security.sso.SingleSignOn
Should return the current logged in Single Sign On username returned from the implementation-specific authentication API.
getCurrentUtcTime() - Static method in class org.apache.oodt.commons.date.DateUtils
 
getCustomMetadataElement(Element) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getDaemonCreationTime() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
Gets the time in milliseconds for when the CrawlDaemon constructor was invoked.
getDaemonCreationTime() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonController
Gets the time in milliseconds of when the CrawlDaemon was created
getDaemonCreationTime() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonRmiInterface
Gets the time in milliseconds for when the CrawlDaemon constructor was invoked.
getDaemonID() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getDaemonInfoList() - Method in class org.apache.oodt.cas.pushpull.config.RemoteSpecs
 
getDaemonName() - Method in class org.apache.oodt.pcs.health.PCSDaemonStatus
 
getDaemonPort() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
getDaemonWait() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
getDapUrls() - Method in class org.apache.oodt.opendapps.DatasetExtractor
 
getData() - Method in class org.apache.oodt.cas.filemgr.browser.model.Results
 
getDatabaseUrl() - Method in class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractorConfig
 
getDataDictID() - Method in class org.apache.oodt.xmlquery.QueryHeader
Get the ID of the data dictionary used by this query.
getDataFilesInfo() - Method in class org.apache.oodt.cas.pushpull.config.DaemonInfo
 
getDataFilesRemoteSite() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getDataFilesRemoteSite() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getDataFilesRenamingConv() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getDataFilesRenamingConv() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getDataFilesStagingArea() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getDataFilesStagingArea() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getDataSegmentSize() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getDataset(String) - Method in class org.apache.oodt.cas.product.jaxrs.services.CasProductJaxrsService
Gets an HTTP response that represents a set of products from the file manager.
getDataset(InvDataset, Object) - Method in class org.apache.oodt.opendapps.DatasetCrawler
 
getDatasetMet() - Method in class org.apache.oodt.opendapps.DatasetCrawler
Returns the exracted THREDDS InvDataset metadata.
getDatasetMet(String) - Method in class org.apache.oodt.opendapps.DatasetExtractor
 
getDatasetMetSpecs() - Method in class org.apache.oodt.opendapps.config.OpendapConfig
 
getDatasetsByPolicyAsJSON(String) - Method in class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
getDatasetUrl() - Method in class org.apache.oodt.opendapps.config.DapRoot
 
getDataStoreReference() - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
getDataStoreReference() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ReferenceResource
Gets the data store reference for the reference.
getDataStoreReference() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the data store reference for the reference.
getDataTransfer() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getDataTransferServiceFromFactory(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
Constructs a new DataTransfer from the specified serviceFactory.
getDateAsISO8601String(Date) - Static method in class org.apache.oodt.cas.curation.util.DateUtils
 
getDateAsRFC822String(Date) - Static method in class org.apache.oodt.cas.curation.util.DateUtils
 
getDateFormatter() - Method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfig
 
getDates() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the dates.
getDbName() - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
getDCElement() - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
getDefault() - Static method in class org.apache.oodt.cas.workflow.structs.Priority
 
getDefaultCategory() - Static method in class org.apache.oodt.commons.io.Log
Get the default category.
getDefaultFields() - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
getDefaultFlatProduct(String, String) - Static method in class org.apache.oodt.cas.filemgr.structs.Product
 
getDefaultKeyNs() - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
getDefaultLifecycle() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
 
getDefaultMetExtractorSpecs() - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
getDefaultNamingConventionId() - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
getDefaultQueryFromQueryString(String) - Static method in class org.apache.oodt.xmlps.util.XMLQueryHelper
 
getDefaultSource() - Static method in class org.apache.oodt.commons.io.Log
Get the default source.
getDefaultTable() - Method in class org.apache.oodt.xmlps.mapping.DatabaseTableGroup
 
getDefaultTable() - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
getDefaultTableJoin() - Method in class org.apache.oodt.xmlps.mapping.DatabaseTable
 
getDefaultTableJoinFieldName() - Method in class org.apache.oodt.xmlps.mapping.DatabaseTable
 
getDefaultTransferFactory() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getDefaultTypeNs() - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
getDeleteDataFilesFromServer() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getDeleteDataFilesFromServer() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getDeleteOnSuccess() - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
getDeletePropertyFilesFromServer() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getDeletePropertyFilesFromServer() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getDescription() - Method in class org.apache.oodt.cas.cli.action.CmdLineAction
 
getDescription() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
getDescription() - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToAction
 
getDescription(String) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToActionHandler
 
getDescription(CmdLineAction, CmdLineOption) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToActionHandler
 
getDescription() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
getDescription(CmdLineAction) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getDescription() - Method in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
getDescription() - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
getDescription() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getDescription() - Method in class org.apache.oodt.cas.metadata.preconditions.PreConditionComparator
 
getDescription() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
getDescription() - Method in class org.apache.oodt.profile.ProfileElement
Get my long description.
getDescription() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the description.
getDescription() - Method in class org.apache.oodt.xmlquery.QueryHeader
Get a string describing this query.
getDescriptionForMimeType(String) - Method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
 
getDetail() - Method in class org.apache.oodt.commons.activity.StoredIncident
Return the detailed information regarding the incident.
getDetailedDescription() - Method in class org.apache.oodt.cas.cli.action.CmdLineAction
 
getDictionaries() - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
getDir(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getDirectoryAreaAsHTML(String, String, boolean) - Method in class org.apache.oodt.cas.curation.service.DirectoryResource
 
getDirectoryAreaAsJSON(String, String, boolean) - Method in class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
getDirectoryAreaAsJSON(String, String, boolean) - Method in class org.apache.oodt.cas.curation.service.CurationService
Gets the staging area as a JSON formatted response object.
getDirProductFilePath(Product, String) - Static method in class org.apache.oodt.pcs.util.FileManagerUtils
 
getDisableIntersectingCrossCatalogQueries() - Method in class org.apache.oodt.cas.catalog.server.cli.action.CatalogServiceServerCliAction
 
getDmax() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Host
 
getDmax() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
getDocument() - Method in class org.apache.oodt.commons.util.DOMParser
Get the document.
getDocumentRoot(InputStream) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
getDocumentRoot(String) - Static method in class org.apache.oodt.pcs.input.PGEXMLFileUtils
 
getDOMImplementation() - Static method in class org.apache.oodt.commons.util.XML
Get the DOM implementation.
getDownloadFileName() - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
Returns the file name that is used when downloading the file
getDownloadInfo() - Method in class org.apache.oodt.cas.pushpull.config.DataFilesInfo
 
getDownloadInfo() - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
getDownloadInfoPropFiles() - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
getDownloadingFile() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DownloadingFileInfo
 
getDownloadingFilesLinkedToPropFile(File) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
getDownloadPath() - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
Returns the path that is used when downloading the file
getDownloadTimeout() - Method in class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
getDownstreamPedigreedProducts(Product) - Method in class org.apache.oodt.pcs.pedigree.Pedigree
Returns the most direct ancestors (a List of Products) downstream from the given Product named orig.
getDriver() - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
getDriver() - Method in class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractorConfig
 
getDTDHandler() - Method in class org.apache.oodt.commons.util.SAXParser
Return the current DTD handler.
getDumpMetadataName() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
getDumpMetadataPath() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
getDuration() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
getDuration() - Method in class org.apache.oodt.commons.filter.TimeEvent
 
getDynamicAuxiliaryInputFiles() - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
getDynamicConfigFiles() - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
getDynamicConfigFiles(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getDynMetadata() - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
getElement(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getElement(Node) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getElementById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getElementById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getElementById(String) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
getElementById(String) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
getElementById(String) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Gets an element by its String identifier.
getElementById(String) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
getElementByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getElementByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getElementByName(String, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getElementByName(String) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
getElementByName(String) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
getElementByName(String) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Gets an element by its String name.
getElementByName(String) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
getElementFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getElementID(String) - Method in class org.apache.oodt.cas.filemgr.browser.model.CasDB
 
getElementId() - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
getElementListFromXmlRpc(Vector<Hashtable<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Method is not used in this class...
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for accessing the element ID to search on.
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.QueryCriteria
Abstract accessor method for the Element name to search on.
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for accessing the element name to search on.
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for accessing the element name to search on.
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Get the Element name that this TypeHandler is responsible for handling
getElements(ProductType) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
getElements() - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
getElements() - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
getElements(ProductType) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
getElements(ProductType) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Returns a List of Elements corresponding to the given ProductType.
getElements() - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
 
getElements(ProductType) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
getElements() - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
getElements() - Method in class org.apache.oodt.pcs.input.PGEVector
 
getElementsByProductType(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getElementsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getElementText(String, Element, boolean) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
getElementText(String, Element) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
getElementType() - Method in class org.apache.oodt.opendapps.config.RewriteSpec
 
getElementXmlDocument(List<Element>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getElemId(String) - Method in class org.apache.oodt.pcs.query.AbstractPCSQuery
Wrapper method around #fm.safeGetElementByName.
getElemNamesFromQueryElemSet(List<QueryElement>) - Method in class org.apache.oodt.xmlps.product.XMLPSProductHandler
 
getEmailContactLink() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getEncoding() - Method in class org.apache.oodt.cas.metadata.SerializableMetadata
 
getEndColumn() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Get token end column number.
getEndDate() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getEndDate() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getEndDateTimeIsoStr() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
getEndDateTimeMetKey() - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventQueryFilter
 
getEndDateTimeMetKey() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
getEndFieldEndValue() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getEndFieldName() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getEndFieldStartValue() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getEndLine() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Get token end line number.
getEndTime() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
getEndTime() - Method in class org.apache.oodt.commons.filter.TimeEvent
 
getEndValue() - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Accessor method for the end value of the element to search on.
getEngineRunner() - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngineFactory
 
getEngineRunnerFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
getEntityRefDirs() - Method in class org.apache.oodt.commons.Configuration
Get the entity reference directories.
getEntityResolver() - Method in class org.apache.oodt.commons.util.DOMParser
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.oodt.commons.util.SAXParser
Return the current entity resolver.
getEnv(String) - Static method in class org.apache.oodt.commons.exec.EnvUtilities
This method returns a particular named environment variable from the user's working environment using the EnvUtilities.getEnv() method to grab that environment.
getEnv() - Static method in class org.apache.oodt.commons.exec.EnvUtilities
This method does exactly the same thing as EnvUtilities.getEnvUsingWaitFor(), except it uses System.getenv()
getEnvironment() - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
getEnvironment() - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
getEnvUsingWaitFor() - Static method in class org.apache.oodt.commons.exec.EnvUtilities
Deprecated. 
getEpsilon() - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventFilterAlgorithm
 
getEpsilon() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor
 
getEpsilonInMilliseconds() - Method in class org.apache.oodt.cas.pushpull.config.DaemonInfo
 
getEpsilonInMilliseconds() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getEpsilonInMilliseconds() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getError() - Method in class org.apache.oodt.commons.exec.ExecHelper
Get the error output of the job that ran.
getErrorHandler() - Method in class org.apache.oodt.commons.util.DOMParser
Return the current error handler.
getErrorHandler() - Method in class org.apache.oodt.commons.util.SAXParser
Return the current error handler.
getErrors(File) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
getErrorsAndEraseLinks(File) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
getEvent(ResultSet) - Static method in class org.apache.oodt.cas.workflow.util.DbStructFactory
 
getEventName() - Method in class org.apache.oodt.cas.workflow.cli.action.SendEventCliAction
 
getExamples() - Method in class org.apache.oodt.cas.cli.action.CmdLineAction
 
getExamples(CmdLineAction) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getExcludedTypes() - Method in class org.apache.oodt.pcs.listing.ListingConf
Returns the set of excluded product types.
getExcludeTypeList() - Method in class org.apache.oodt.pcs.tools.PCSTrace
 
getExcused() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getExcusedSubProcessorIds() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
getExcusedSubProcessorIds() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getExe(Element) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getExeCmds() - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
getExeCmds(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
GetExecNodeCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which get execution node for a job.
GetExecNodeCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.GetExecNodeCliAction
 
getExecServerConfig(String) - Method in class org.apache.oodt.commons.Configuration
Get an exec-server configuration.
getExecServerConfigs() - Method in class org.apache.oodt.commons.Configuration
Get the exec-server configurations.
getExecServerConfigs(Class) - Method in class org.apache.oodt.commons.Configuration
Get the exec-server configurations.
getExecutionNode(String) - Method in interface org.apache.oodt.cas.resource.batchmgr.Batchmgr
 
getExecutionNode(String) - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgr
 
getExecutionNode(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
getExecutionNode(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
getExecutionType() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getExecutionType() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getExeDir() - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
getExistingPoliciesAsHTML() - Method in class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
getExit() - Method in class org.apache.oodt.cas.workflow.gui.menu.FileMenu
 
getExpressions() - Method in class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
getExtConf() - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
getExtends() - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository.ConfigGroup
 
getExtendsConfig() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getExtractorBinPath() - Method in class org.apache.oodt.cas.metadata.extractors.ExternalMetExtractorConfig
 
getExtractorConfigIdsAsHTML(String[], String) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
getExtractorConfigIdsAsJSON(String[]) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
getExtractorFromClassName(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
 
getExtractors() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getExtractorSpecFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getExtractorSpecsForFile(File) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
getExtractorSpecsForMimeType(String) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
getExtraData() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
getFactories() - Method in class org.apache.oodt.cas.protocol.system.ProtocolManager
 
getFactoriesBySite(URI) - Method in interface org.apache.oodt.cas.protocol.config.ProtocolConfig
 
getFactoriesBySite(URI) - Method in class org.apache.oodt.cas.protocol.config.SpringProtocolConfig
 
getFailedToDownloadFilesLinkedToPropFile(File) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
getFeature(String) - Method in class org.apache.oodt.commons.util.DOMParser
Query the current state of any feature in a SAX2 parser.
getFeature(String) - Method in class org.apache.oodt.commons.util.SAXParser
Query the current state of any feature in a SAX2 parser.
getFeaturesRecognized() - Method in class org.apache.oodt.commons.util.DOMParser
Returns a list of features that this parser recognizes.
getFeaturesRecognized() - Method in class org.apache.oodt.commons.util.SAXParser
Returns a list of features that this parser recognizes.
getFeed() - Method in class org.apache.oodt.cas.curation.service.SystemResource
This will return the information that appears in the upper right box on landing page.
getFieldByLocalName(String) - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
getFieldByName(String) - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
getFieldNames() - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
getFieldsForWorkflow(String) - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
getFile(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getFile() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getFile() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
getFileList() - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
getFileManagerClient() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getFileManagerUrl() - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Gets the URL of the File Manager that this Cache communicates with.
getFileManagerUrl() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
getFileManagerUrl() - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Gets the URL of the File Manager that this Cache communicates with.
getFileManagerUrl() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
getFileManagerUrl() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
getFileManagerUrl() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getFileMgrProps() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getFilemgrUrl() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
getFileMgrURL() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getFileName() - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
Return the name of the file for which this path belongs
getFileName() - Method in class org.apache.oodt.pcs.query.FilenameQuery
 
getFilepath() - Method in class org.apache.oodt.cas.install.EnvReplacer
 
getFilePath() - Method in class org.apache.oodt.cas.metadata.preconditions.SubProductExistenceCheckComparator
 
getFilePath() - Method in class org.apache.oodt.cas.pge.config.DynamicConfigFile
 
getFilePath(Product) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
getFilePaths() - Method in class org.apache.oodt.cas.pge.config.FileStagingInfo
 
getFilePathSpec() - Method in class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
GetFilePercentTransferredCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which get percent transferred for a given data file.
GetFilePercentTransferredCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetFilePercentTransferredCliAction
 
getFileRef() - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
getFiles() - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository
 
getFilesInDirectory(String, boolean) - Method in class org.apache.oodt.cas.curation.service.CurationService
 
getFileSize() - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
getFileSize() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ReferenceResource
Gets the file size for the reference.
getFileSize() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the file size for the reference.
getFileSize() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getFileStager() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
getFileStaging(Element) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getFileStagingInfo() - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
getFileStagingMetadataKey(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getFileTransferStatusesFromXmlRpc(Vector<Hashtable<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getFileTransferStatusFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getFillSide() - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
getFillString() - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
getFilter() - Method in class org.apache.oodt.opendapps.config.DapRoot
 
getFilterAlgor() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
getFilterAlgorFromClassName(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
 
getFilterAlgorFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getFilterAlgorithm() - Method in class org.apache.oodt.cas.catalog.query.filter.QueryFilter
 
getFilteredCatalogList(Metadata) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getFinalDestination(boolean) - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
getFinishDate() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Convenience method to format and return the #currentTaskEndDateTimeIsoStr as a Date.
getFirst() - Method in class org.apache.oodt.cas.pge.util.Pair
 
getFirstElement(Element, String) - Static method in class org.apache.oodt.commons.xml.DOMUtil
Method returns the First occurence of Element 'name' in the DOM Node 'element'.
getFirstElement(String, Element) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
getFirstPage(QueryExpression) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getFirstPage(QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getFirstPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getFirstPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getFirstPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getFirstPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getFirstPage(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getFirstPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getFirstPage(ProductType) - Method in interface org.apache.oodt.cas.filemgr.util.Pagination
 
getFirstPage() - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getFirstPage() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getFirstPage() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getFirstPage() - Method in interface org.apache.oodt.cas.workflow.util.Pagination
 
GetFirstPageCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets the first page of Products of a given ProductType.
GetFirstPageCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetFirstPageCliAction
 
GetFirstPageCliAction - Class in org.apache.oodt.cas.workflow.cli.action
Gets the first page of workflow instances.
GetFirstPageCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetFirstPageCliAction
 
getFirstPropertyValue(String) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
getFirstRunDateTime() - Method in class org.apache.oodt.cas.pushpull.config.DaemonInfo
 
getFirstRunDateTime() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getFirstRunDateTime() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getFirstValue() - Method in class org.apache.oodt.cas.catalog.term.Term
 
getFm() - Method in class org.apache.oodt.cas.webcomponents.filemgr.FileManagerConn
 
getFmgrClient() - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
getFmStatus() - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
getFmUrl() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
getFmUrl() - Method in class org.apache.oodt.pcs.services.config.PCSServiceConfig
 
getFmUrl() - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
getFmUrlStr() - Method in class org.apache.oodt.cas.webcomponents.filemgr.FMBrowserAppBase
 
getFmUrlStr() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getFooter(CmdLineAction) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getFooter() - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getFormatProperties() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getFormats() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the formats.
getFormattedString(String, int, int) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Formats given string to a string where txt starts at startIndex and wraps around at endIndex, all other indexes are filled with empty space.
getFrom() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.IdentifiableEdge
 
getFromElementSet() - Method in class org.apache.oodt.xmlquery.XMLQuery
 
getFromModel() - Method in class org.apache.oodt.cas.workflow.gui.util.Line
 
getFullPath() - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
getFuncs() - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
getGangliaUrl() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getGenerationDate() - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
getGetHandler(String) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNObjectFactory
Constructs a new OFSNGetHandler from the specified className.
getGlobalConfigGroups() - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository
 
getGlobalConfigGroups() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
getGlobalMetadata() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
getGmondstarted() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Host
 
getGrade() - Method in class org.apache.oodt.cas.cli.option.validator.CmdLineOptionValidator.Result
 
getGradientColor() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getGraph() - Method in class org.apache.oodt.cas.workflow.structs.ParentChildWorkflow
 
getGraphIds() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
getGraphs() - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository
 
getGraphs() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
getGraphsInFile(File, List<ModelGraph>) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
getGreatestWeightedPathAsOrderedList() - Method in class org.apache.oodt.commons.filter.TimeEventWeightedHash
 
getGridConfiguration() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaXMLParser
Get the configuration after parsing the XML Stream.
getGroup(String) - Method in class org.apache.oodt.cas.metadata.Metadata
 
getGroup(String, boolean) - Method in class org.apache.oodt.cas.metadata.Metadata
 
getGroup() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GlobalConfigView.ExtendsKey
 
getGroup(String) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getGroupHelp(CmdLineAction, GroupCmdLineOption, String) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getGroups() - Method in class org.apache.oodt.cas.metadata.Metadata
 
getGroups(String) - Method in class org.apache.oodt.cas.metadata.Metadata
 
getGroups(Metadata.Group) - Method in class org.apache.oodt.cas.metadata.Metadata
 
getGroups() - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getGroups() - Method in class org.apache.oodt.security.sso.opensso.IdentityDetails
 
getGroupsForUser() - Method in class org.apache.oodt.security.sso.OpenSSOImpl
Gets the SSO groups for the LMMP user, identified by her ssoAuth, where her User ID is provided by OpenSSOImpl.getCurrentUsername() and her Token is provided by OpenSSOImpl.getSSOToken().
getHandler() - Method in class org.apache.oodt.cas.cli.option.AdvancedCmdLineOption
 
getHandler() - Method in interface org.apache.oodt.cas.cli.option.HandleableCmdLineOption
 
getHandlerClass(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getHandlerConf() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
getHandlerConfig(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getHandlerConfigs() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getHandlers() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getHandlerType(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getHasBeenToldToQuit() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getHasBeenToldToQuit() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getHasBeenToldToQuit() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonRmiInterface
 
getHashtable() - Method in class org.apache.oodt.cas.metadata.Metadata
 
getHeader(CmdLineAction) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getHeader() - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getHeader() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
getHeaderColDisplayName(String) - Method in class org.apache.oodt.pcs.listing.ListingConf
Returns the display name for a particular header col key.
getHeaderColKeys() - Method in class org.apache.oodt.pcs.listing.ListingConf
Gets the set of Header column met key names for the long lister.
getHeaders() - Method in class org.apache.oodt.xmlquery.Result
Get the headers.
getHelp(CmdLineOption) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToActionHandler
 
getHelp(CmdLineOption) - Method in interface org.apache.oodt.cas.cli.option.handler.CmdLineOptionHandler
Gets the CmdLineOptionHandlers help message when associated with given CmdLineOption.
getHelp(CmdLineOption) - Method in class org.apache.oodt.cas.cli.option.handler.SetJavaPropertiesHandler
 
getHelp(CmdLineOption) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.CrawlerActionInfoHandler
 
getHelp(CmdLineOption) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.CrawlerBeansPropHandler
 
getHelp(CmdLineOption) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.PreconditionInfoHandler
 
getHelpOptionInst() - Method in class org.apache.oodt.cas.cli.CmdLineArgs
 
getHomeDir(RemoteSite, Protocol) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
getHomeDir(RemoteSite) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
getHomePage() - Method in class org.apache.oodt.cas.filemgr.webapp.browser.FMBrowserApp
 
getHomePage() - Method in class org.apache.oodt.cas.workflow.webapp.monitor.WMMonitorApp
 
getHomePage() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getHomePageClass() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getHostKeyFile() - Method in class org.apache.oodt.cas.protocol.sftp.auth.HostKeyAuthentication
 
getHostName() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
getHosts() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Cluster
 
getIcon(int) - Static method in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
getId() - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
getId() - Method in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
getId() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
getId() - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
getId() - Method in class org.apache.oodt.cas.metadata.preconditions.PreConditionComparator
 
getId() - Method in class org.apache.oodt.cas.product.jaxrs.resources.DatasetResource
Gets the id of the dataset.
getId() - Method in class org.apache.oodt.cas.resource.structs.Job
 
getId() - Method in interface org.apache.oodt.cas.resource.structs.JobInput
Gets the ID of this JobInput
getId() - Method in class org.apache.oodt.cas.resource.structs.NameValueJobInput
 
getId() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
getId() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getId() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.IdentifiableEdge
 
getId() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
getId() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
getId() - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
getId() - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
getId() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getID() - Method in class org.apache.oodt.commons.activity.Activity
Get the activity's ID.
getId() - Method in interface org.apache.oodt.commons.spring.SpringSetIdInjectionType
Get a unique String id that represents this objects instance
getID() - Method in class org.apache.oodt.opendapps.OpendapProfileHandler
 
getId() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getID() - Method in class org.apache.oodt.profile.handlers.cas.CASProfileHandler
 
getID() - Method in class org.apache.oodt.profile.handlers.lightweight.LightweightProfileServer
Get my ID.
getID() - Method in interface org.apache.oodt.profile.handlers.ProfileHandler
Get my ID.
getID() - Method in class org.apache.oodt.profile.ProfileAttributes
Get the ID.
getID() - Method in class org.apache.oodt.profile.ProfileElement
Get my element ID.
getId() - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
getID() - Method in class org.apache.oodt.xmlps.profile.XMLPSProfileHandler
 
getID() - Method in class org.apache.oodt.xmlquery.QueryHeader
Get the identification of this query.
getID() - Method in class org.apache.oodt.xmlquery.Result
Get the result ID.
getIdentifier() - Method in class org.apache.oodt.cas.curation.structs.ExtractorConfig
 
getIdentifier() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the identifier.
getIgnoreTypes() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getIgnoreValues() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
GetImage() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Get token literal value.
getImport() - Method in class org.apache.oodt.cas.workflow.gui.menu.FileMenu
 
getImports(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getIn() - Method in class org.apache.oodt.cas.resource.structs.JobSpec
 
getIncidents() - Method in class org.apache.oodt.commons.activity.StoredActivity
Return the list of associated incidents.
getInclusive() - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Accessor method for the inclusive setting for the range.
getIndexPath() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getInfixCriteriaString(List<QueryCriteria>) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
getInfixCriteriaString(QueryCriteria) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
getInfo() - Method in class org.apache.oodt.pcs.health.CrawlerStatus
 
getIngester() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
getIngestMapper() - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getIngestMapper() - Method in class org.apache.oodt.cas.catalog.server.cli.action.CatalogServiceServerCliAction
 
getIngestStatus() - Method in class org.apache.oodt.cas.crawl.ProductCrawler
 
getIngestTaskList(String) - Method in class org.apache.oodt.cas.curation.service.IngestionResource
 
getInheritedStaticMetadata(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
getInitialContext(Hashtable) - Method in class org.apache.oodt.commons.object.jndi.ObjectCtxFactory
 
getInputProductFiles() - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
getInputStream() - Method in class org.apache.oodt.xmlps.structs.CDEResult
 
getInputStream() - Method in class org.apache.oodt.xmlquery.LargeResult
Get an input stream that streams the result from the product server.
getInputStream() - Method in class org.apache.oodt.xmlquery.Result
Get an input stream version of the result's value.
getInstance(ServletConfig) - Static method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
Gets a singleton static instance of the global CurationServiceConfig for the CAS Curator Webapp.
getInstanceClass() - Method in class org.apache.oodt.cas.workflow.engine.processor.TaskProcessor
 
getInstanceClass() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getInstanceRepository() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getInstanceRepository() - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
getInstanceRepository() - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getInstanceRepository() - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
getInstMetFieldsFilePath() - Method in class org.apache.oodt.cas.webcomponents.workflow.WMMonitorAppBase
 
getInstructions() - Method in class org.apache.oodt.opendapps.config.ProcessingInstructions
Returns all instructions.
getInstructionValue(String) - Method in class org.apache.oodt.opendapps.config.ProcessingInstructions
If an instruction contains a single value, it is returned.
getInstructionValues(String) - Method in class org.apache.oodt.opendapps.config.ProcessingInstructions
Returns all values for a named instruction, or an empty set if the instruction was not specified.
getInterestedCatalogs(QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getInterestedCatalogs() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.QueryResult
 
getIntersection(List<CatalogServiceLocal.QueryResult>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getIntValue() - Method in class org.apache.oodt.cas.resource.util.UlimitProperty
 
getIp() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Host
 
getIpAddr() - Method in class org.apache.oodt.cas.resource.structs.ResourceNode
 
getItem(int) - Method in class org.apache.oodt.xmlquery.Results
 
getJdbcUrl() - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
getJEditorPane1() - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Auto-generated method
getJob() - Method in class org.apache.oodt.cas.resource.structs.JobSpec
 
getJobById(String) - Method in interface org.apache.oodt.cas.resource.jobrepo.JobRepository
 
getJobById(String) - Method in class org.apache.oodt.cas.resource.jobrepo.MemoryJobRepository
 
getJobById(String) - Method in class org.apache.oodt.cas.resource.jobrepo.XStreamJobRepository
 
getJobFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.resource.util.XmlRpcStructFactory
 
getJobHealthStatus() - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
getJobId() - Method in class org.apache.oodt.cas.workflow.engine.processor.TaskProcessor
 
getJobInfo(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
getJobInfo(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
GetJobInfoCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which gets job info.
GetJobInfoCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.GetJobInfoCliAction
 
getJobInputClassName() - Method in class org.apache.oodt.cas.resource.structs.Job
 
getJobInputFromClassName(String) - Static method in class org.apache.oodt.cas.resource.util.GenericResourceManagerObjectFactory
Constructs a new JobInput implementation from the given className.
getJobInstanceClassName() - Method in class org.apache.oodt.cas.resource.structs.Job
 
getJobInstanceFromClassName(String) - Static method in class org.apache.oodt.cas.resource.util.GenericResourceManagerObjectFactory
Constructs a new JobInstance implementation from the given className.
getJobQueue() - Method in class org.apache.oodt.cas.resource.scheduler.LRUScheduler
 
getJobQueue() - Method in interface org.apache.oodt.cas.resource.scheduler.Scheduler
 
getJobQueueCapacity() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
Gets the max number of Jobs allowed in JobQueue
getJobQueueCapacity() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Gets the max number of Jobs allowed in JobQueue
getJobQueueServiceFromFactory(String) - Static method in class org.apache.oodt.cas.resource.util.GenericResourceManagerObjectFactory
Creates a new JobQueue implementation from the given JobQueueFactory class name.
getJobQueueSize() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
Gets the number of Jobs in JobQueue
getJobQueueSize() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Gets the number of Jobs in JobQueue
getJobRepository() - Method in interface org.apache.oodt.cas.resource.jobqueue.JobQueue
Gets the underlying JobSpec persistance layer used by this JobQueue.
getJobRepository() - Method in class org.apache.oodt.cas.resource.jobqueue.JobStack
 
getJobRepositoryFromServiceFactory(String) - Static method in class org.apache.oodt.cas.resource.util.GenericResourceManagerObjectFactory
Creates a new JobRepository implementation from the given name of the JobRepositoryFactory.
getJobSpec(Node) - Static method in class org.apache.oodt.cas.resource.util.XmlStructFactory
 
getJoinFieldName() - Method in class org.apache.oodt.xmlps.mapping.DatabaseTable
 
getJPanel1() - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Auto-generated method
getJPanel2() - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Auto-generated method
getJPanel3() - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Auto-generated method
getJTree1() - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Auto-generated method
getKey(File) - Method in class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractor
 
getKey() - Method in class org.apache.oodt.cas.product.jaxrs.resources.MetadataResource.MetadataEntry
Gets the key for the metadata entry.
getKeyNamespace(String) - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RdfConfiguration
Gets the requested value from the key namespace map if it is found, otherwise gets the default key namespace.
getKeyNs(String) - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
Convenience method.
getKeyNsMap() - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
getKeys(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Gets All key in and below given group
getKeys() - Method in class org.apache.oodt.cas.metadata.Metadata
Gets all keys in this Metadata
getKeys(Metadata.Group) - Method in class org.apache.oodt.cas.metadata.Metadata
 
getKeysRecur(String) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
getKwdQueryString() - Method in class org.apache.oodt.xmlquery.XMLQuery
Gets the original DIS style keyword query string.
getLanguages() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the languages.
getLastCompletedStageNum(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the last completed stage for the given WorkflowInstance.
getLastConnectionStatus() - Method in class org.apache.oodt.security.sso.DummyImpl
 
getLastConnectionStatus() - Method in class org.apache.oodt.security.sso.OpenSSOImpl
 
getLastConnectionStatus() - Method in interface org.apache.oodt.security.sso.SingleSignOn
Should provide information (true or false) as to whether the last connection to the SSO authentication service was successful.
getLastPage(QueryExpression) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getLastPage(QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getLastPage(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getLastPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getLastPage() - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getLastPage() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getLastPage() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getLastPage() - Method in interface org.apache.oodt.cas.workflow.util.Pagination
 
GetLastPageCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets the last page of Products of a given ProductType.
GetLastPageCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetLastPageCliAction
 
GetLastPageCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineOption which gets the last page of workflows.
GetLastPageCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetLastPageCliAction
 
getLastProductPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getLastProductPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getLastProductPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getLastProductPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getLastProductPage(ProductType) - Method in interface org.apache.oodt.cas.filemgr.util.Pagination
 
getLastVerificationResults() - Method in class org.apache.oodt.cas.protocol.cli.action.BasicVerifyCliAction
 
getLatestIngestedFiles() - Method in class org.apache.oodt.pcs.services.HealthResource
 
getLatestProduct(Query, String) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
getLatestProduct(Query, ProductType) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
getLatestProductByName(String, String) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
getLatestProductByName(String, ProductType) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
getLatestProductsIngested() - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
getLatLong() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Cluster
 
getLeafNodes() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
getLeapSecsForDate(Calendar) - Static method in class org.apache.oodt.commons.date.DateUtils
 
getLhs() - Method in class org.apache.oodt.xmlps.queryparser.LogOpExpression
 
getLhs() - Method in class org.apache.oodt.xmlps.queryparser.RelOpExpression
 
getLifecycle(TaskProcessor) - Method in class org.apache.oodt.cas.workflow.engine.runner.AbstractEngineRunnerBase
 
getLifecycleFilePath() - Method in class org.apache.oodt.cas.webcomponents.workflow.WMMonitorAppBase
 
getLifecycleForProcessor(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
getLifecycleForWorkflow(Workflow) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the WorkflowLifecycle associated with the provided Workflow model.
getLifecycleManager() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
getLine() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Deprecated.
getLine(List<Line>, ModelNode, ModelNode) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
getLink() - Method in class org.apache.oodt.cas.protocol.http.HttpFile
 
getList() - Method in class org.apache.oodt.xmlquery.QueryResult
Get the list of results.
getListener() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.MiddlePane
 
getListener() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
getListeners() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
getListHandler(String) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNObjectFactory
Constructs a new OFSNListHandler from the specified className.
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.DirListNonRecursiveHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.DirListRecursiveHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.FileListNonRecursiveHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.FileListRecursiveHandler
 
getListing(String) - Method in interface org.apache.oodt.product.handlers.ofsn.OFSNListHandler
Handlers that implement this method take an Online File Specification Name and return back a listing of files on the remote server.
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.RawSizeListHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.SingleFileListHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.SingleZipFileListHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
getListingConfFilePath() - Method in class org.apache.oodt.pcs.services.config.PCSServiceConfig
 
getListOfFailedDownloads() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
getListOfMetadataToOutput() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
getLiteral() - Method in class org.apache.oodt.xmlps.queryparser.RelOpExpression
 
getLoad(ResourceNode) - Method in class org.apache.oodt.cas.resource.monitor.AssignmentMonitor
 
getLoad(ResourceNode) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaResourceMonitor
 
getLoad(ResourceNode) - Method in interface org.apache.oodt.cas.resource.monitor.Monitor
Gets the load on a resource node available to the resource manager.
getLoadCalculatorFromServiceFactory(String) - Static method in class org.apache.oodt.cas.resource.util.GenericResourceManagerObjectFactory
Creates a new LoadCalculator implementation from the given String name of the ResourceMonitorFactory.
getLoadValue() - Method in class org.apache.oodt.cas.resource.structs.Job
 
getLocalDir() - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
getLocalHost() - Static method in class org.apache.oodt.commons.net.Net
Return the IP address of the local host's primary IP interface.
getLocalName() - Method in class org.apache.oodt.xmlps.mapping.MappingField
If dbname exists and is not empty, it is used as the field name.
getLocaltime() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Cluster
 
getLocation() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Host
 
getLocator() - Method in class org.apache.oodt.commons.util.DOMParser
return the locator being used by the parser
getLocator() - Method in class org.apache.oodt.commons.util.SAXParser
return the locator being used by the parser
getLongOption() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
getLongOption() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
getLoopbackAddress() - Static method in class org.apache.oodt.commons.net.Net
Return the IP address of the "localhost" loopback address.
getMapping(InputStream) - Static method in class org.apache.oodt.xmlps.mapping.MappingReader
 
getMapping(URL) - Static method in class org.apache.oodt.xmlps.mapping.MappingReader
 
getMapping(String) - Static method in class org.apache.oodt.xmlps.mapping.MappingReader
 
getMappingFuncFromClassName(String) - Static method in class org.apache.oodt.xmlps.util.GenericCDEObjectFactory
 
getMapProperties() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getMarkedAsDynamicMetadataKeys() - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
 
getMatrices() - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
getMatrix(String) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getMatrixs() - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getMatrixs(Element) - Static method in class org.apache.oodt.pcs.input.PGEXMLFileUtils
 
getMatrixsAsMap(Element) - Static method in class org.apache.oodt.pcs.input.PGEXMLFileUtils
 
getMaxConnections() - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
getMaxCpuTime() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getMaxFailedDownloads() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
getMaxLockedMemory() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getMaxMemorySize() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getMaxOccurrence() - Method in class org.apache.oodt.profile.ProfileElement
Get how many times I can occur.
getMaxOpenFiles() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getMaxPipeSize() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getMaxPoolSize() - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
 
getMaxResults() - Method in class org.apache.oodt.xmlquery.XMLQuery
Gets the max # of results
getMaxStackSize() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getMaxUserProcesses() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getMaxValue() - Method in class org.apache.oodt.profile.EnumeratedProfileElement
 
getMaxValue() - Method in class org.apache.oodt.profile.ProfileElement
Get my maximum value.
getMaxValue() - Method in class org.apache.oodt.profile.RangedProfileElement
 
getMaxValue() - Method in class org.apache.oodt.profile.UnspecifiedProfileElement
 
getMaxVirtualMemory() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getMeaning() - Method in class org.apache.oodt.cas.catalog.query.CustomWrapperQueryExpression
 
getMessage() - Method in error org.apache.oodt.cas.catalog.query.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.apache.oodt.cas.cli.action.PrintMessageAction
 
getMessage() - Method in class org.apache.oodt.cas.cli.option.validator.CmdLineOptionValidator.Result
 
getMessage() - Method in interface org.apache.oodt.cas.crawl.status.IngestStatus
 
getMessage() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
getMessage() - Method in class org.apache.oodt.commons.io.LogEvent
Get the message.
getMessage() - Method in class org.apache.oodt.grid.ConfigBean
Get any message to display.
getMessages() - Method in class org.apache.oodt.commons.util.MemoryLogger
Get the list of messages logged so far.
getMetadata() - Method in class org.apache.oodt.cas.catalog.metadata.TransactionalMetadata
 
getMetadata(Page) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getMetadata(Page) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getMetadata(Page) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getMetadata(Page) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getMetadata(Page) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getMetadata(Page) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getMetadata(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
getMetadata(List<TransactionId<?>>) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
getMetadata(Page) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getMetadata(Page) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getMetadata(Page) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getMetadata(List<TransactionReceipt>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getMetadata(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets the Metadata for a given Product.
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getMetadata() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.CompleteProduct
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getMetadata() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
getMetadata(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getMetadata(DataSource, String, String) - Method in class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractor
 
getMetadata(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Gets the first value for the given key
getMetadata() - Method in class org.apache.oodt.cas.metadata.SerializableMetadata
Converts SerializableMetadata into a plain metadata object
getMetadata(PgeTaskMetKeys, PgeMetadata.Type...) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
 
getMetadata(String, PgeMetadata.Type...) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Returns the first value returned by PgeMetadata.getAllMetadata(String, Type...), if it returns null then this method will also return null.
getMetadata() - Method in class org.apache.oodt.cas.product.jaxrs.resources.MetadataResource
Gets the metadata.
getMetadata() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the metadata.
getMetadata(String) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFile
 
getMetadata(Product) - Method in class org.apache.oodt.cas.webcomponents.filemgr.FileManagerConn
 
getMetadata() - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository.ConfigGroup
 
getMetadataAsHTML(Metadata) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
getMetadataElements(Element) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getMetadataEntries() - Method in class org.apache.oodt.cas.product.jaxrs.resources.MetadataResource
Gets a map of metadata keys and values.
getMetadataForFile(File, PcsMetFileWriter, Object[]) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
getMetadataForFile(File, PgeMetadata, Object...) - Method in class org.apache.oodt.cas.pge.writers.PcsMetFileWriter
 
getMetadataForProduct(File) - Method in class org.apache.oodt.cas.crawl.AutoDetectProductCrawler
 
getMetadataForProduct(File) - Method in class org.apache.oodt.cas.crawl.MetExtractorProductCrawler
 
getMetadataForProduct(File) - Method in class org.apache.oodt.cas.crawl.ProductCrawler
 
getMetadataForProduct(File) - Method in class org.apache.oodt.cas.crawl.StdProductCrawler
 
getMetadataFromBuckets(List<TermBucket>) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
getMetadataFromTransactionIds(List<TransactionId<?>>) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getMetadataFromTransactionIds(List<TransactionId<?>>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getMetadataFromTransactionIds(List<TransactionId<?>>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getMetadataFromTransactionIds(List<TransactionId<?>>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getMetadataFromTransactionIds(List<TransactionId<?>>) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getMetadataFromTransactionIds(List<TransactionId<?>>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getMetadataFromTransactionIds(List<TransactionId<?>>) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getMetadataFromTransactionIds(List<TransactionId<?>>) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getMetadataFromTransactionIds(List<TransactionId<?>>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getMetadataFromTransactionIds(List<TransactionId<?>>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getMetadataFromTransactionIdStrings(List<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getMetadataFromTransactionIdStrings(List<String>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getMetadataFromTransactionIdStrings(List<String>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getMetadataFromTransactionIdStrings(List<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getMetadataFromTransactionIdStrings(List<String>) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getMetadataFromTransactionIdStrings(List<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getMetadataFromTransactionIdStrings(List<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getMetadataFromTransactionIdStrings(List<String>) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getMetadataFromTransactionIdStrings(List<String>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getMetadataFromTransactionIdStrings(List<String>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getMetadataInfo(String) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
getMetadataKey(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getMetadataKeyRef(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getMetadataResource() - Method in class org.apache.oodt.cas.product.jaxrs.resources.DatasetResource
Gets the metadata resource for the dataset.
getMetadataResource() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ProductResource
Gets the metadata resource for the product.
getMetadataValues(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getMetAreaPath() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getMetExtension() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getMetExtractor() - Method in class org.apache.oodt.cas.crawl.typedetection.MetExtractorSpec
 
getMetExtractorConfigList(String, String) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
getMetExtractorFromClassName(String) - Static method in class org.apache.oodt.cas.metadata.util.GenericMetadataObjectFactory
 
getMetExtrConfUploadPath() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getMetFileAsJSON(String, String) - Method in class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
getMetFileExt() - Method in class org.apache.oodt.cas.metadata.extractors.ExternalMetExtractorConfig
 
getMetFileExtension() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
getMethodName() - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToAction
 
getMethodName(String) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToActionHandler
 
getMetrics() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Host
 
getMilisCrawling() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
getMilisCrawling() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemonController
 
getMillisCrawling() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
Gets the total crawling time of the Crawler
getMillisCrawling() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonController
Gets the total milliseconds for which the Crawler in CrawlDaemon has been crawling since the CrawlDaemon was created.
getMillisCrawling() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonRmiInterface
Gets the total crawling time of the Crawler
getMimeAccept() - Method in class org.apache.oodt.xmlquery.XMLQuery
Get the list of acceptable MIME types.
getMimeType(File) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
getMimeType() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Mime type of the documents generated by the specific implementation (XML, JSON etc.)
getMimeType() - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductSerializer
Mime type of the documents generated by the specific implementation (XML, JSON etc.)
getMimeType() - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
getMimeType(URL) - Method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
Facade interface to Tika's underlying MimeTypes.getMimeType(String) method.
getMimeType(String) - Method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
A facade interface to Tika's underlying MimeTypes.forName(String) method.
getMimeType(File) - Method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
Facade interface to Tika's underlying MimeTypes.getMimeType(File) method.
getMimeType() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ReferenceResource
Gets the MIME type for the reference.
getMimeType() - Method in class org.apache.oodt.xmlquery.LargeResult
 
getMimeType() - Method in class org.apache.oodt.xmlquery.Result
Get the MIME type of this result.
getMimeTypeByMagic(byte[]) - Method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
Utility method to act as a facade to MimeTypes.getMimeType(byte[]).
getMimeTypeName() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ReferenceResource
Gets the name of the MIME type for the reference.
getMimeTypeName() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the name of the MIME type for the reference.
getMimeTypes() - Method in class org.apache.oodt.cas.crawl.action.MimeTypeCrawlerAction
 
getMimeTypes(File) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
Gets the mime-type hierarchy.
getMinPoolSize() - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
 
getMinReqSuccessfulSubProcessors() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
getMinReqSuccessfulSubProcessors() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getMinValue() - Method in class org.apache.oodt.profile.EnumeratedProfileElement
 
getMinValue() - Method in class org.apache.oodt.profile.ProfileElement
Get my minimum value.
getMinValue() - Method in class org.apache.oodt.profile.RangedProfileElement
 
getMinValue() - Method in class org.apache.oodt.profile.UnspecifiedProfileElement
 
getMode() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
getModel() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
getModelId() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getModelId() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getModelIdRef() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getModelName() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getModelName() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getModelRepository() - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngineFactory
 
getMonitor() - Method in class org.apache.oodt.cas.resource.scheduler.LRUScheduler
 
getMonitor() - Method in interface org.apache.oodt.cas.resource.scheduler.Scheduler
 
getMonitorFilenameFormat() - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
getMonitorLevelGroup() - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
getMonitorPath() - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
getMonitorServiceFromFactory(String) - Static method in class org.apache.oodt.cas.resource.util.GenericResourceManagerObjectFactory
Creates a new Monitor implementation from the given String name of the MonitorFactory.
getMsecsInDay() - Static method in class org.apache.oodt.commons.util.DateConvert
Get the number of milliseconds in a day.
getMsecsInHour() - Static method in class org.apache.oodt.commons.util.DateConvert
Get the number of milliseconds in an hour.
getMsecsInMinute() - Static method in class org.apache.oodt.commons.util.DateConvert
Get the number of milliseconds in a minute.
getName() - Method in class org.apache.oodt.cas.catalog.query.CustomQueryExpression
 
getName() - Method in class org.apache.oodt.cas.catalog.term.Bucket
 
getName() - Method in class org.apache.oodt.cas.catalog.term.Term
 
getName() - Method in class org.apache.oodt.cas.cli.action.CmdLineAction
 
getName() - Method in class org.apache.oodt.cas.cli.util.ParsedArg
 
getName() - Method in enum org.apache.oodt.cas.crawl.action.CrawlerActionPhases
 
getName() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getName() - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
getName() - Method in enum org.apache.oodt.cas.pge.metadata.PgeTaskMetKeys
 
getName() - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RssTag
Gets the name for the tag.
getName() - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RssTagAttribute
Gets the name of the attribute.
getName() - Method in class org.apache.oodt.cas.product.jaxrs.resources.DatasetResource
Gets the name of the dataset.
getName() - Method in class org.apache.oodt.cas.product.rss.RSSTag
 
getName() - Method in class org.apache.oodt.cas.product.rss.RSSTagAttribute
 
getName() - Method in class org.apache.oodt.cas.protocol.ProtocolFile
Gets the name of this file this path represents (i.e.
getName() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getName() - Method in class org.apache.oodt.cas.pushpull.expressions.Method
 
getName() - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
getName() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Cluster
 
getName() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Host
 
getName() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
getName() - Method in class org.apache.oodt.cas.resource.structs.Job
 
getName() - Method in class org.apache.oodt.cas.resource.util.UlimitProperty
 
getName() - Method in class org.apache.oodt.cas.workflow.engine.ChangeType
 
getName() - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository.ConfigGroup
 
getName() - Method in class org.apache.oodt.cas.workflow.gui.perspective.Perspective
 
getName() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
getName() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
getName() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
getName() - Method in class org.apache.oodt.cas.workflow.structs.Priority
 
getName() - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
getName() - Method in class org.apache.oodt.commons.ExecServer
Get my name.
getName() - Method in class org.apache.oodt.opendapps.config.ConstantSpec
 
getName() - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getName() - Method in class org.apache.oodt.pcs.input.PGEMatrix
 
getName() - Method in class org.apache.oodt.pcs.input.PGEScalar
 
getName() - Method in class org.apache.oodt.pcs.input.PGEVector
 
getName() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getName() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
getName() - Method in class org.apache.oodt.profile.ProfileElement
Get my name.
getName() - Method in class org.apache.oodt.security.sso.opensso.IdentityDetails
 
getName() - Method in class org.apache.oodt.xmlps.mapping.DatabaseTable
 
getName() - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
getName() - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
getName() - Method in class org.apache.oodt.xmlquery.Header
Get the name.
getNameInNamespace() - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
getNameInNamespace() - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
getNameParser(String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
getNameParser(Name) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
getNameParser(String) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
getNameParser(Name) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
getNameServerPort() - Method in class org.apache.oodt.commons.Configuration
Get the name server port, if any.
getNameServerStateFrequency() - Method in class org.apache.oodt.commons.Configuration
Get the frequency with which the name server saves its state.
getNameServerURL() - Method in class org.apache.oodt.commons.Configuration
Get the name server URL.
getNamespace(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getNamespaceList() - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RssConfiguration
Gets the list of namespaces.
getNamespaces() - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RdfConfiguration
Gets the namespace map for the configuration.
getNamespaces() - Method in class org.apache.oodt.cas.product.rss.RSSConfig
 
getNamingConventionId() - Method in class org.apache.oodt.cas.crawl.MetExtractorProductCrawler
 
getNamingConventionId(String) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
getNativeId() - Method in class org.apache.oodt.cas.catalog.struct.TransactionId
 
getNewProject() - Method in class org.apache.oodt.cas.workflow.gui.menu.FileMenu
 
getNewWorkspace() - Method in class org.apache.oodt.cas.workflow.gui.menu.FileMenu
 
getNext() - Method in class org.apache.oodt.cas.workflow.engine.TaskQuerier
Gets the next available TaskProcessor from the List of TaskQuerier.runnableProcessors.
getNextJob() - Method in interface org.apache.oodt.cas.resource.jobqueue.JobQueue
Gets the next JobSpec from the queue, and correspondingly removes it from persitance.
getNextJob() - Method in class org.apache.oodt.cas.resource.jobqueue.JobStack
 
getNextPage(Page) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getNextPage(QueryPager) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getNextPage(Page) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getNextPage(QueryPager) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getNextPage(Page) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getNextPage(QueryPager) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getNextPage(Page) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getNextPage(QueryPager) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getNextPage(QueryPager) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getNextPage(Page) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getNextPage(QueryPager) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getNextPage(QueryPager) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getNextPage(Page) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getNextPage(Page) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getNextPage(QueryPager) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getNextPage(QueryPager) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getNextPage(Page) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getNextPage(Page) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getNextPage(QueryPager) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getNextPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getNextPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getNextPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getNextPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getNextPage(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getNextPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getNextPage(ProductType, ProductPage) - Method in interface org.apache.oodt.cas.filemgr.util.Pagination
 
getNextPage(RemoteSiteFile, ProtocolFileFilter) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
getNextPage(WorkflowInstancePage) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getNextPage(Hashtable) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getNextPage(WorkflowInstancePage) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getNextPage(WorkflowInstancePage) - Method in interface org.apache.oodt.cas.workflow.util.Pagination
 
GetNextPageCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets the next page of Products for a given ProductType.
GetNextPageCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetNextPageCliAction
 
GetNextPageCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which gets the next page of workflows.
GetNextPageCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetNextPageCliAction
 
getNextRowAsString() - Method in class org.apache.oodt.xmlps.structs.CDEResult
 
getNextToken() - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
getNextToken() - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
getNodeById(String) - Method in class org.apache.oodt.cas.resource.monitor.AssignmentMonitor
 
getNodeById(String) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaResourceMonitor
 
getNodeById(String) - Method in interface org.apache.oodt.cas.resource.monitor.Monitor
Gets the ResourceNode with the given nodeId.
getNodeById(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
getNodeById(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
GetNodeByIdCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which gets a ResourceNode by ID.
GetNodeByIdCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.GetNodeByIdCliAction
 
getNodeByURL(URL) - Method in class org.apache.oodt.cas.resource.monitor.AssignmentMonitor
 
getNodeByURL(URL) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaResourceMonitor
 
getNodeByURL(URL) - Method in interface org.apache.oodt.cas.resource.monitor.Monitor
Returns the ResourceNode with the given ipAddr.
getNodeId() - Method in class org.apache.oodt.cas.resource.structs.ResourceNode
 
getNodeLoad(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
getNodeLoad(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Report on the load of the requested node
GetNodeLoadCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which get load of given node.
GetNodeLoadCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.GetNodeLoadCliAction
 
getNodeProduct() - Method in class org.apache.oodt.pcs.pedigree.PedigreeTreeNode
 
getNodeRepositoryFromFactory(String) - Static method in class org.apache.oodt.cas.resource.util.GenericResourceManagerObjectFactory
Creates a new NodeRepository implementation from the given QueueRepositoryFactory class name.
getNodes() - Method in class org.apache.oodt.cas.resource.monitor.AssignmentMonitor
 
getNodes() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaResourceMonitor
 
getNodes() - Method in interface org.apache.oodt.cas.resource.monitor.Monitor
 
getNodes(String) - Method in class org.apache.oodt.cas.resource.scheduler.QueueManager
 
getNodes() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
getNodes() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
getNodes(Node) - Static method in class org.apache.oodt.cas.resource.util.XmlStructFactory
 
GetNodesCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which get list of ResourceNodes.
GetNodesCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.GetNodesCliAction
 
getNodesInQueue(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
getNodesInQueue(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Gets a list of ids of the nodes in the given queue
GetNodesInQueueCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which gets the nodes in a queue.
GetNodesInQueueCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.GetNodesInQueueCliAction
 
getNsMap() - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
getNumChildren() - Method in class org.apache.oodt.pcs.pedigree.PedigreeTreeNode
 
getNumCols() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderRow
 
getNumCols() - Method in class org.apache.oodt.pcs.input.PGEMatrix
 
getNumCrawls() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
getNumCrawls() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemonController
 
getNumCrawls() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
Gets the total number of times the Crawler has been run
getNumCrawls() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonController
Gets the numbers of times the Crawler has been run by the CrawlDaemon
getNumCrawls() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonRmiInterface
Gets the total number of times the Crawler has been run
getNumCrawls() - Method in class org.apache.oodt.pcs.health.CrawlerHealth
 
getNumFields() - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
getNumFound() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
getNumGroups() - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getNumLevels() - Method in class org.apache.oodt.pcs.pedigree.PedigreeTree
 
getNumMatrixs() - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getNumOfHits() - Method in class org.apache.oodt.cas.catalog.page.IndexPager
 
getNumOfHits() - Method in class org.apache.oodt.cas.catalog.page.Page
 
getNumOfHits() - Method in class org.apache.oodt.cas.catalog.page.ProcessedPageInfo
 
getNumOfHits() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
getNumOfTransactions() - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
 
getNumPipelines() - Method in class org.apache.oodt.pcs.health.JobHealthStatus
 
getNumProducts(ProductType) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
 
getNumProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getNumProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getNumProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getNumProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getNumProducts(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getNumProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
GetNumProductsCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets number of Products of a given ProuctType.
GetNumProductsCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetNumProductsCliAction
 
getNumRecords() - Method in class org.apache.oodt.cas.filemgr.browser.model.Results
 
getNumScalars() - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getNumStages(Workflow) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the total number of WorkflowLifecycleStages for the provided Workflow model.
getNumTables() - Method in class org.apache.oodt.xmlps.mapping.DatabaseTableGroup
 
getNumTables() - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
getNumVectors() - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getNumWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
getNumWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
getNumWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
getNumWorkflowInstances() - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Gets the number of WorkflowInstances with any status being managed by this WorkflowInstanceRepository.
getNumWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getNumWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getNumWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
getNumWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
getNumWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
getNumWorkflowInstancesByStatus(String) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Gets the number of WorkflowInstances with the given status being managed by this WorkflowInstanceRepository.
getNumWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getNumWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getObject() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewChange
 
getObjectContext() - Method in class org.apache.oodt.commons.Configuration
Get the object context.
getObjectKey() - Method in class org.apache.oodt.commons.ExecServerConfig
Get the object key I'm going to use.
getOccurTime() - Method in class org.apache.oodt.commons.activity.StoredIncident
Return the time the incident occurred.
getOFSNDoc(List<File>, OFSNHandlerConfig, String, boolean, boolean) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNUtils
 
getOneCatalogFailsAllFail() - Method in class org.apache.oodt.cas.catalog.server.cli.action.CatalogServiceServerCliAction
 
getOnFailDir() - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
getOnSuccessDir() - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
getOpenWorkspace() - Method in class org.apache.oodt.cas.workflow.gui.menu.FileMenu
 
getOperator() - Method in class org.apache.oodt.cas.catalog.query.ComparisonQueryExpression
 
getOperator() - Method in class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
getOperator() - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Accessor method for the boolean operator.
getOperatorBySign(String) - Static method in enum org.apache.oodt.cas.catalog.query.ComparisonQueryExpression.Operator
 
getOption() - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
getOption() - Method in class org.apache.oodt.cas.cli.option.GroupSubOption
 
getOptionalOptionHelp(CmdLineAction, CmdLineOption) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getOptionalSubHeader() - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getOptionByName(String, Set<CmdLineOption>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Finds CmdLineOption whose short name or long name equals given option name.
getOptionHelp(CmdLineAction, CmdLineOption, String) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getOptionHelp(CmdLineOption, String) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getOptionInstanceByName(String, Set<CmdLineOptionInstance>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Finds CmdLineOptionInstance whose CmdLineOption's short name or long name equals given option name.
getOptionStore() - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
getOrder() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
getOrder() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
getOrder() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
Deprecated.
getOrigName() - Method in class org.apache.oodt.opendapps.config.RewriteSpec
 
getOrigReference() - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
getOrigReference() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ReferenceResource
Gets the original reference for the reference.
getOrigReference() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the original reference for the reference.
getOrigValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.type.examples.MajorMinorVersionTypeHandler
 
getOrigValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Converts the metadata element, for this TypeHandler, value from the Catalog value to the original value
getOrigValues(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getOrigValues(Metadata, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getOuputDirs() - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
getOuputDirs(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getOutput(Element) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getOutput() - Method in class org.apache.oodt.commons.exec.ExecHelper
Get the output of the job that ran.
getOutStream() - Method in class org.apache.oodt.cas.crawl.cli.option.handler.BeanInfoHandler
 
getOwner() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Cluster
 
getPage(PageInfo, QueryExpression) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getPage(PageInfo, QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getPage(PageInfo, QueryExpression) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getPage(PageInfo, QueryExpression, Set<String>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getPage(PageInfo, QueryExpression) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getPage(PageInfo, QueryExpression, Set<String>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getPage(PageInfo, QueryExpression) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getPage(PageInfo, QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getPage(PageInfo, QueryExpression) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getPage(PageInfo, QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getPage(PageInfo, QueryExpression) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getPage(PageInfo, QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getPage(IndexPager) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
Returns a list of TransactionIds associated with the given Index page.
getPage(IndexPager) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
getPage(IndexPager) - Method in interface org.apache.oodt.cas.catalog.struct.Index
Returns a list of TransactionIds associated with the given Index page.
getPage(IndexPager) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
getPage(PageInfo, QueryExpression) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getPage(PageInfo, QueryExpression, Set<String>) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getPage(PageInfo, QueryExpression) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getPage(PageInfo, QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getPage(PageInfo, QueryExpression) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getPage(PageInfo, QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getPage(QueryExpression, Set<String>, QueryPager) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getPagedWorkflows(int) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getPagedWorkflows(int, String) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getPagedWorkflows(int) - Method in interface org.apache.oodt.cas.workflow.util.Pagination
Gets the WorkflowInstancePage identified by its pageNum and associated status parameters.
getPagedWorkflows(int, String) - Method in interface org.apache.oodt.cas.workflow.util.Pagination
Gets the WorkflowInstancePage identified by its pageNum and associated status parameters.
getPageNum() - Method in class org.apache.oodt.cas.catalog.page.IndexPager
 
getPageNum() - Method in class org.apache.oodt.cas.catalog.page.Page
 
getPageNum() - Method in class org.apache.oodt.cas.catalog.page.PageInfo
 
getPageNum() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
getPageNum() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
getPageOfCatalogTransactionIds(IndexPager, String) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
getPageOfCatalogTransactionIds(IndexPager, String) - Method in interface org.apache.oodt.cas.catalog.mapping.IngestMapper
 
getPageOfCatalogTransactionIds(IndexPager, String) - Method in class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapper
 
getPageOfCatalogTransactionIds(IndexPager, String) - Method in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
getPageProducts() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
getPager(PageInfo) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
 
getPageSize() - Method in class org.apache.oodt.cas.catalog.page.IndexPager
 
getPageSize() - Method in class org.apache.oodt.cas.catalog.page.Page
 
getPageSize() - Method in class org.apache.oodt.cas.catalog.page.PageInfo
 
getPageSize() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
getPageSize() - Method in class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
getPageSize() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
getPageWorkflows() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
getParameter(String) - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
Gets a property from the CAS Curator config without calling PathUtils.replaceEnvVariables(String).
getParent(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getParent() - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
getParent() - Method in class org.apache.oodt.cas.protocol.ProtocolFile
Gets the parent ProtocolFile for this path.
getParent() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
getParent() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getParent() - Method in class org.apache.oodt.profile.ProfileAttributes
Get the parent of this profile.
getParentChildWorkflow() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getParentDirPath() - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
 
getParentFile() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
getParentLines(List<Line>, String) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
getParentPath() - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
 
getParentProduct() - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
getParserForFile(File) - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
getParserForFilename(String) - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
getParserInfo() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
getPass() - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
getPass() - Method in interface org.apache.oodt.cas.protocol.auth.Authentication
 
getPass() - Method in class org.apache.oodt.cas.protocol.auth.BasicAuthentication
 
getPass() - Method in class org.apache.oodt.cas.protocol.auth.NoAuthentication
 
getPassphrase() - Method in class org.apache.oodt.cas.protocol.sftp.auth.HostKeyAuthentication
 
getPassword() - Method in class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractorConfig
 
getPassword() - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
getPassword() - Method in class org.apache.oodt.grid.Configuration
Get the administrator password.
getPath() - Method in class org.apache.oodt.cas.pge.config.OutputDir
 
getPath(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getPath() - Method in class org.apache.oodt.cas.protocol.ProtocolFile
Gets the String representation of this path.
getPathFromRootParent() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
getPathString() - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
 
getPathToRoot() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFileStructure
 
getPctTransferred(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
getPctTransferred(Reference) - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
getPedigreeTreeNodeFromProduct(Product, PedigreeTreeNode) - Static method in class org.apache.oodt.pcs.pedigree.PedigreeTreeNode
 
getPercentageComplete(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the percentage complete that this WorkflowInstance is based on its WorkflowLifecycle.
getPercentComplete() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the percentage complete status of the file transfer.
getPgeName() - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
getPgeScriptName() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
getPgeSpecificGroups() - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
getPhaseByName(String) - Static method in enum org.apache.oodt.cas.crawl.action.CrawlerActionPhases
 
getPhases() - Method in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
getPluginStorageDir() - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getPluginStorageDir() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getPluginStorageDir() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getPluginStorageDir() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getPluginStorageDir() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getPluginStorageDir() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getPluginStorageDir() - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getPluginStorageDir() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getPluginStorageDir() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getPluginUrls() - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getPluginUrls() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getPluginUrls() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getPluginUrls() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getPluginUrls() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getPluginUrls() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getPluginUrls() - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getPluginUrls() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getPluginUrls() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getPluginURLs() - Static method in class org.apache.oodt.cas.catalog.util.PluginClassLoader
 
getPolicy() - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
getPolicyDirectoryPath() - Method in class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
getPolicyUploadPath() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getPort() - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getPort() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getPort() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServerFactory
 
getPort() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getPort() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServerFactory
 
getPort() - Method in class org.apache.oodt.cas.catalog.server.cli.action.CatalogServiceServerCliAction
 
getPossibleRemoteSites(String, URL, String, String) - Method in class org.apache.oodt.cas.pushpull.config.SiteInfo
 
getPossiblyUnindexedTransactionReceipts(List<CatalogReceipt>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getPostConditions() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
getPostConditions() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
getPostConditions() - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
getPostConditions() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getPostIngestOnFailActions() - Method in class org.apache.oodt.cas.crawl.action.CrawlerActionRepo
 
getPostIngestOnSuccessActions() - Method in class org.apache.oodt.cas.crawl.action.CrawlerActionRepo
 
getPrecision() - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
getPreCondComparatorIds() - Method in class org.apache.oodt.cas.crawl.typedetection.MetExtractorSpec
 
getPreCondIds() - Method in class org.apache.oodt.cas.crawl.MetExtractorProductCrawler
 
getPreConditions() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
getPreConditions() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
getPreConditions() - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
getPreConditions() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getPreferredHost() - Method in class org.apache.oodt.commons.ExecServerConfig
Get the preferred host.
getPrefix() - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RssNamespace
Gets the prefix for the namespace.
getPrefix() - Method in class org.apache.oodt.cas.product.rss.RSSNamespace
 
getPreIngestActions() - Method in class org.apache.oodt.cas.crawl.action.CrawlerActionRepo
 
getPreparedFileString(File) - Method in class org.apache.oodt.cas.crawl.action.FileSettings
 
getPresenter() - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
getPrevPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getPrevPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getPrevPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getPrevPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getPrevPage(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getPrevPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getPrevPage(ProductType, ProductPage) - Method in interface org.apache.oodt.cas.filemgr.util.Pagination
 
getPrevPage(WorkflowInstancePage) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
getPrevPage(Hashtable) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getPrevPage(WorkflowInstancePage) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getPrevPage(WorkflowInstancePage) - Method in interface org.apache.oodt.cas.workflow.util.Pagination
 
GetPrevPageCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets the previous page of Products for a given ProductType.
GetPrevPageCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetPrevPageCliAction
 
GetPrevPageCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which gets the previous page of workflows.
GetPrevPageCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetPrevPageCliAction
 
getPrevState() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
getPrintedMessages() - Method in class org.apache.oodt.cas.cli.action.CmdLineAction.ActionMessagePrinter
 
getPrinter() - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
getPrintSupportedActionsOptionInst() - Method in class org.apache.oodt.cas.cli.CmdLineArgs
 
getPrioritizer() - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngineFactory
 
getPriority() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
getPriority(double) - Static method in class org.apache.oodt.cas.workflow.structs.Priority
 
getPriority() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getPriority() - Method in class org.apache.oodt.commons.filter.TimeEvent
 
getPriorityMetKey() - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventQueryFilter
 
getPriorityMetKey() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
getPrioritySorterFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
getProcessedPageInfo() - Method in class org.apache.oodt.cas.catalog.page.IndexPager
 
getProcessingInstructions() - Method in class org.apache.oodt.opendapps.config.OpendapConfig
Returns all processing instructions.
getProcessorIds() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getProcessors() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorQueue
Should return the list of available, Queued, WorkflowProcessors.
getProdReceivedTime(Product) - Method in class org.apache.oodt.cas.webcomponents.filemgr.FileManagerConn
 
getProduct() - Method in interface org.apache.oodt.cas.crawl.status.IngestStatus
 
getProduct() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.CompleteProduct
 
getProduct() - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractGetProductCliAction
 
getProduct() - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductByIdCliAction
 
getProduct() - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductByNameCliAction
 
getProduct() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
getProduct(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getProduct(ResultSet, boolean, boolean) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getProduct() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the product.
getProduct(String) - Method in class org.apache.oodt.cas.product.jaxrs.services.CasProductJaxrsService
Gets an HTTP response that represents a Product from the file manager.
getProductById(String) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets a Product, with the specified productId.
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
GetProductByIdCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets information about a Product by ID.
GetProductByIdCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetProductByIdCliAction
 
getProductByName(String) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets a Product with the specified productName.
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
GetProductByNameCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets information about a Product by name.
GetProductByNameCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetProductByNameCliAction
 
getProductFile(Product) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
getProductFromXmlRpc(Hashtable<?, ?>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getProductId() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getProductId() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ProductResource
Gets the product's ID.
getProductId() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ReferenceResource
Gets the ID of the product that the reference belongs to.
getProductId() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the ID of the product.
getProductId() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransfersResource
Gets the product ID.
getProductIds() - Method in class org.apache.oodt.cas.pge.config.FileStagingInfo
 
getProductListFromXmlRpc(Vector<Hashtable<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getProductName() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getProductName() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ProductResource
Gets the product's name.
getProductName() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the name of the product.
getProductPageFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getProductPath() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
getProductPath() - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
getProductPctTransferred(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductPctTransferred(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
GetProductPercentTransferredCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which get a Product's data file transfers percent complete.
GetProductPercentTransferredCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetProductPercentTransferredCliAction
 
getProductReceivedTime() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the metadata value of the product received time.
getProductReferences(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets the References associated with this Product.
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getProductReferences() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getProductReferences(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getProductReferences() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ProductResource
Gets the product's references.
getProductReferences(Product) - Method in class org.apache.oodt.cas.webcomponents.filemgr.FileManagerConn
 
getProductRepositoryPath() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getProductResources() - Method in class org.apache.oodt.cas.product.jaxrs.resources.DatasetResource
Gets the product resources for the dataset.
getProductRoot() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getProducts() - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets all the Products in the Catalog.
getProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
Utility method to return only the 'product' part of the complete results.
getProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getProductsByProductType(ProductType) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets the Products associated with the specified ProductType in the Catalog.
getProductsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getProductsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getProductsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getProductsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getProductsByProductType(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getProductServers() - Method in class org.apache.oodt.grid.ConfigBean
Get the list of ProductServers that have been installed in this container.
getProductServers() - Method in class org.apache.oodt.grid.Configuration
Get the product servers.
getProductStructure() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getProductStructure() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ProductResource
Gets the product's structure.
getProductToDelete() - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractDeleteProductCliAction
 
getProductToDelete() - Method in class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByIdCliAction
 
getProductToDelete() - Method in class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByNameCliAction
 
getProductType() - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
getProductType() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.QueryField
 
getProductType() - Method in class org.apache.oodt.cas.filemgr.browser.view.prompts.QueryBuilderPrompt
 
getProductType() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getProductType(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getProductType(Node) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getProductTypeById(String) - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
getProductTypeById(String) - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Gets a {link ProductType} from the RepositoryManager identified by its productTypeId.
getProductTypeById(String) - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
getProductTypeById(String) - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
getProductTypeById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductTypeById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getProductTypeByName(String) - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
getProductTypeByName(String) - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Gets a ProductType specified by its productTypeName, from the RepositoryManager.
getProductTypeByName(String) - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
getProductTypeByName(String) - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
getProductTypeByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductTypeByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
GetProductTypeByNameCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets a ProductType by name.
GetProductTypeByNameCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetProductTypeByNameCliAction
 
getProductTypeDetectionFile() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
getProductTypeElementList(Node, HashMap<String, Element>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getProductTypeFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getProductTypeId() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getProductTypeListFromXmlRpc(Vector<Hashtable<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getProductTypeMapXmlDocument(HashMap<String, List<Element>>, HashMap<String, String>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getProductTypeMetadata(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
getProductTypeName() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ProductResource
Gets the name of the product's type.
getProductTypeName() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the product type name for the product.
getProductTypes(String) - Method in class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
getProductTypes() - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
getProductTypes() - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Gets all the ProductTypes from the repository.
getProductTypes() - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
getProductTypes() - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
getProductTypes() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductTypes() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getProductTypeTableName(String) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
getProductTypeXmlDocument(List<ProductType>) - Static method in class org.apache.oodt.cas.curation.util.CurationXmlStructFactory
 
getProductTypeXmlDocument(List<ProductType>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getProfile() - Method in class org.apache.oodt.profile.ProfileElement
Get the profile to whom I belong.
getProfileAttributes(OpendapConfig, Metadata) - Static method in class org.apache.oodt.opendapps.util.ProfileUtils
 
getProfileAttributes() - Method in class org.apache.oodt.profile.Profile
Get the profile attributes.
getProfileElementName() - Method in class org.apache.oodt.opendapps.config.DatasetMetElem
 
getProfileElements(OpendapConfig, DConnect, Metadata, Profile) - Static method in class org.apache.oodt.opendapps.util.ProfileUtils
 
getProfileElements() - Method in class org.apache.oodt.profile.Profile
Get the profile elements.
getProfileID() - Method in class org.apache.oodt.xmlquery.Result
Get the profile ID.
getProfiles(Connection) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
Dump profiles in the database.
getProfileServers() - Method in class org.apache.oodt.grid.ConfigBean
Get the list of ProfileServers that have been installed in this container.
getProfileServers() - Method in class org.apache.oodt.grid.Configuration
Get the profile servers.
getProjectDisplayName() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getPropagationLevels() - Method in class org.apache.oodt.xmlquery.XMLQuery
Get the propagation levels.
getPropagationType() - Method in class org.apache.oodt.xmlquery.XMLQuery
Get the propagation type.
getProperties(Properties) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
getProperties() - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
getProperties() - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
getProperties() - Method in interface org.apache.oodt.cas.catalog.struct.Index
 
getProperties() - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
getProperties(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.OptionPropertyRegister
 
getProperties() - Static method in class org.apache.oodt.cas.crawl.util.ActionBeanProperties
 
getProperties(String, String[]) - Static method in class org.apache.oodt.cas.metadata.util.PropertiesUtils
Loads a set of System properties that are specified as comma-delimited strings and returns an array of String values for the specified property.
getProperties(String) - Static method in class org.apache.oodt.cas.metadata.util.PropertiesUtils
Loads and parses a given property
getProperties() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration
 
getProperties() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTaskConfiguration
 
getProperties() - Method in class org.apache.oodt.commons.ExecServerConfig
Get the properties for my process.
getProperties() - Method in class org.apache.oodt.grid.ConfigBean
Get the properties defined for this container.
getProperties() - Method in class org.apache.oodt.grid.Configuration
Get the properties.
getPropertiesFromXmlRpc(Hashtable<String, String>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getPropertiesRecognized() - Method in class org.apache.oodt.commons.util.DOMParser
Returns a list of properties that this parser recognizes.
getPropertiesRecognized() - Method in class org.apache.oodt.commons.util.SAXParser
Returns a list of properties that this parser recognizes.
getProperty(String) - Method in class org.apache.oodt.cas.catalog.query.CustomQueryExpression
 
getProperty(String) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
getProperty(String) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getProperty(String) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
getProperty(String) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getProperty(String) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getProperty(String) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
getProperty(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getProperty(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
getProperty(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
getProperty(String) - Method in interface org.apache.oodt.cas.catalog.struct.Index
 
getProperty(String) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
getProperty(String) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
getProperty(String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getProperty(String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
getProperty(String) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getProperty(String, String) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getProperty(String, String) - Static method in class org.apache.oodt.cas.metadata.util.PropertiesUtils
Loads and parses a given property
getProperty(String) - Static method in class org.apache.oodt.cas.metadata.util.PropertiesUtils
Loads and parses a given property
getProperty(String) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
getProperty(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration
 
getProperty(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTaskConfiguration
 
getProperty(String) - Method in class org.apache.oodt.commons.util.DOMParser
Return the current value of a property in a SAX2 parser.
getProperty(String) - Method in class org.apache.oodt.commons.util.SAXParser
Return the current value of a property in a SAX2 parser.
getPropertyAdderCustomArgs() - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
getPropertyFilesLocalDir() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getPropertyFilesLocalDir() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getPropertyFilesOnFailDir() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getPropertyFilesOnFailDir() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getPropertyFilesOnSuccessDir() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getPropertyFilesOnSuccessDir() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getPropertyFilesRemoteSite() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getPropertyFilesRemoteSite() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getPropertyFilesRenamingConv() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getPropertyFilesRenamingConv() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getPropertyNames() - Method in class org.apache.oodt.cas.cli.option.handler.SetJavaPropertiesHandler
 
getPropFilesInfo() - Method in class org.apache.oodt.cas.pushpull.config.DaemonInfo
 
getProtocolBySite(URI, Authentication, ProtocolVerifier) - Method in class org.apache.oodt.cas.protocol.system.ProtocolManager
Determines/creates the appropriate Protocol for the given site and Authentication.
getProtocolClassesForProtocolType(String) - Method in class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
getProtocolFile(RemoteSite, String, boolean) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
getProtocolFile() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFile
 
getProtocolFileFor(RemoteSite, Protocol, String, boolean) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
getProtocolInfo() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
getProtocolManager() - Method in class org.apache.oodt.cas.protocol.cli.action.ProtocolCliAction
 
getPublishers() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the publishers.
getQuery() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.QueryPane
 
getQuery() - Method in class org.apache.oodt.cas.filemgr.browser.view.prompts.QueryBuilderPrompt
 
getQuery() - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
getQuery() - Method in class org.apache.oodt.cas.filemgr.cli.action.LuceneQueryCliAction
 
getQuery() - Method in class org.apache.oodt.cas.filemgr.cli.action.SqlQueryCliAction
 
getQuery() - Method in class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractorConfig
 
getQuery(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.grid.QueryServlet
Get the query from an HTTP request.
getQuery(HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.grid.RestfulProductQueryServlet
Overridden implementation that defaults to the standard behavior if the parameters "q" or "xmlq" are found, otherwise it uses the available request parameters to build a constraint query with logical AND.
getQueryCriteriaFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getQueryCriteriaListFromXmlRpc(Vector<Hashtable<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getQueryExpression() - Method in class org.apache.oodt.cas.catalog.page.Page
 
getQueryExpression() - Method in class org.apache.oodt.cas.catalog.query.WrapperQueryExpression
 
getQueryExpression() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.QueryResult
 
getQueryFilter() - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
getQueryFilterFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getQueryFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getQueryHeader() - Method in class org.apache.oodt.xmlquery.XMLQuery
 
getQueryMetadataElementName() - Method in class org.apache.oodt.cas.pushpull.config.DataFilesInfo
 
getQueryMetadataElementName() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getQueryMetadataElementName() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getQueryResultFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getQueryResultsAsString(List<QueryResult>) - Static method in class org.apache.oodt.cas.filemgr.util.QueryUtils
 
getQueryResultsAsString(List<QueryResult>, String) - Static method in class org.apache.oodt.cas.filemgr.util.QueryUtils
 
getQueryResultsFromXmlRpc(Vector<Hashtable<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getQueryString() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.QueryField
 
getQueryString() - Method in class org.apache.oodt.cas.filemgr.browser.view.prompts.QueryBuilderPrompt
 
getQueueAssignment(Node) - Static method in class org.apache.oodt.cas.resource.util.XmlStructFactory
 
getQueuedJobs() - Method in interface org.apache.oodt.cas.resource.jobqueue.JobQueue
Gets an ordered List of queued JobSpecs.
getQueuedJobs() - Method in class org.apache.oodt.cas.resource.jobqueue.JobStack
 
getQueueList() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonManager
 
getQueueManager() - Method in class org.apache.oodt.cas.resource.scheduler.LRUScheduler
 
getQueueManager() - Method in interface org.apache.oodt.cas.resource.scheduler.Scheduler
 
getQueueName() - Method in class org.apache.oodt.cas.resource.structs.Job
 
getQueueRepositoryFromFactory(String) - Static method in class org.apache.oodt.cas.resource.util.GenericResourceManagerObjectFactory
Creates a new QueueRepository implementation from the given QueueRepositoryFactory class name.
getQueues() - Method in class org.apache.oodt.cas.resource.scheduler.QueueManager
 
getQueues(String) - Method in class org.apache.oodt.cas.resource.scheduler.QueueManager
 
getQueues() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
getQueues() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Gets a list of currently supported queue names
GetQueuesCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which gets list of Node queues.
GetQueuesCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.GetQueuesCliAction
 
getQueueSize() - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
 
getQueuesWithNode(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
getQueuesWithNode(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Gets a list of queues which contain the node with the given nodeId
GetQueuesWithNodeCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which gets queues with given node id.
GetQueuesWithNodeCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.GetQueuesWithNodeCliAction
 
getRClient() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getRDFElement(String, String, RDFConfig, Document) - Static method in class org.apache.oodt.cas.product.rdf.RDFUtils
 
getRealm() - Method in class org.apache.oodt.security.sso.opensso.IdentityDetails
 
getReceipts() - Method in class org.apache.oodt.cas.catalog.page.Page
 
getRecommendedThreadCount() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
getRecommendedThreadCount() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DownloadThreadEvaluator
 
getRecordedAuxiliaryInputFiles() - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
getReducedMetadata(Product, List<String>) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets a reduced set of metadata for a give Product.
getReducedMetadata(Product, List<String>) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getReducedMetadata(Product, List<String>) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
 
getReducedMetadata(Product, List<String>) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getReducedMetadata(Product, List<String>) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getReducedMetadata(Product, List<String>) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getReducedMetadata() - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
getReducedMetadata(Hashtable<String, Object>, Vector<String>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getReducedMetadata(Product, List<?>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getReducedProductTypeNames() - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
getReference(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getReference() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ReferenceResource
Gets the reference.
getReference(String, int) - Method in class org.apache.oodt.cas.product.jaxrs.services.CasProductJaxrsService
Gets an HTTP response that represents a Reference from a Product from the file manager.
getReferenceFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getReferenceKeyPath(String) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Determines the path by which the given key (if it is a key link) links to the key whose value it will return.
getReferenceResources() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ProductResource
Gets the reference resources.
getReferencesFromDir(File) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
getReferencesFromXmlRpc(Vector<Hashtable<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getRefIndex() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ReferenceResource
Gets the index of the reference within its product.
getRefPctTransferred(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getRefPctTransferred(Reference) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getRegAuthority() - Method in class org.apache.oodt.profile.ProfileAttributes
Get the registration authority of this profile.
getRegExp() - Method in class org.apache.oodt.cas.pge.config.RegExprOutputFiles
 
getRegExp() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
getRegExpOutputFiles(Element, Metadata, OutputDir) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getRegExprOutputFiles() - Method in class org.apache.oodt.cas.pge.config.OutputDir
 
getRegisteredEvents() - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getRegisteredEvents() - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getRegisteredEvents() - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Gets a List of Events that are registered in the Workflow Manager as having valid Workflows mapped to their names.
getRegisteredEvents() - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getRegisteredEvents() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getRegisteredEvents() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
GetRegisteredEventsCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which gets a list of registered events.
GetRegisteredEventsCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetRegisteredEventsCliAction
 
getRegisteredOption(String) - Static method in class org.apache.oodt.cas.cli.util.OptionPropertyRegister
 
getRelation() - Method in class org.apache.oodt.cas.cli.option.require.ActionDependencyRule
 
getRelation(CmdLineAction) - Method in class org.apache.oodt.cas.cli.option.require.ActionDependencyRule
 
getRelation(CmdLineAction) - Method in interface org.apache.oodt.cas.cli.option.require.RequirementRule
 
getRelations() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the relations.
getRelaventLines(List<Line>, String) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
getRemoteParent() - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSiteFile
 
getRemoteSite() - Method in class org.apache.oodt.cas.pushpull.config.DownloadInfo
 
getRemoteSite() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFileStructure
 
getRename() - Method in class org.apache.oodt.opendapps.config.RewriteSpec
 
getRenamingConv() - Method in class org.apache.oodt.cas.pge.config.RegExprOutputFiles
 
getRenamingConv() - Method in class org.apache.oodt.cas.pushpull.config.DownloadInfo
 
getReplacementKeys() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getReport() - Method in class org.apache.oodt.pcs.tools.PCSHealthMonitor
 
getReported() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Host
 
getRepository() - Method in class org.apache.oodt.cas.catalog.server.cli.action.CatalogServiceServerCliAction
 
getRepositoryManagerServiceFromFactory(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
Constructs a new RepositoryManager from the specified serviceFactory.
getReq() - Method in class org.apache.oodt.security.sso.AbstractWebBasedSingleSignOn
 
getRequiredMetadata() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
getRequiredMetFields() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getRequiredMetFields(Node) - Static method in class org.apache.oodt.cas.workflow.util.XmlStructFactory
 
getRequiredOptionHelp(CmdLineAction, CmdLineOption) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getRequiredOptions(Set<CmdLineOption>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Get CmdLineOptions which are always required regardless of CmdLineAction specified.
getRequiredOptions(Set<CmdLineOption>, boolean) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Get CmdLineOptions which are always required regardless of CmdLineAction specified.
getRequiredSubHeader() - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getRequiredTables(List<QueryElement>, List<QueryElement>) - Method in class org.apache.oodt.xmlps.product.XMLPSProductHandler
 
getRequirementRules() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
getRequirementRules() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
getRes() - Method in class org.apache.oodt.security.sso.AbstractWebBasedSingleSignOn
 
getResAggregation() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the aggregation.
getResClass() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the class.
getResContexts() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the contexts.
getResLinkMap() - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
getResLocations() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the locations.
getResMgrUrl() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
getResmgrUrl() - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
 
getResmgrUrl() - Method in class org.apache.oodt.pcs.util.ResourceManagerUtils
 
getResourceAttributes(OpendapConfig, String, DConnect, Metadata) - Static method in class org.apache.oodt.opendapps.util.ProfileUtils
 
getResourceAttributes() - Method in class org.apache.oodt.profile.gui.pstructs.ResourceAttributesPrinter
 
getResourceAttributes() - Method in class org.apache.oodt.profile.Profile
Get the resource attributes.
getResourceID() - Method in class org.apache.oodt.xmlquery.Result
Get the resource ID.
getResourceNodeFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.resource.util.XmlRpcStructFactory
 
getResourceNodeListFromXmlRpc(Vector) - Static method in class org.apache.oodt.cas.resource.util.XmlRpcStructFactory
 
getResourceNodeStatus() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaAdapter
Get resource nodes' status.
getRestrictIngestPermissions() - Method in class org.apache.oodt.cas.catalog.server.cli.action.CatalogServiceServerCliAction
 
getRestrictQueryPermissions() - Method in class org.apache.oodt.cas.catalog.server.cli.action.CatalogServiceServerCliAction
 
getRestrictToCatalogIds() - Method in class org.apache.oodt.cas.catalog.page.Page
 
getResult() - Method in interface org.apache.oodt.cas.crawl.status.IngestStatus
 
getResult() - Method in class org.apache.oodt.xmlquery.XMLQuery
 
getResultListSize(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getResultListSize(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
Overridden method from superclass to allow for null validation layer.
getResultModeID() - Method in class org.apache.oodt.xmlquery.XMLQuery
 
getResults() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.QueryResultGroup
 
getResults() - Method in class org.apache.oodt.xmlquery.XMLQuery
 
getRetrievalMethod(Parser) - Method in class org.apache.oodt.cas.pushpull.config.ParserInfo
 
getRevisionNote() - Method in class org.apache.oodt.xmlquery.QueryHeader
Get a note about the revision history of this query.
getRevisionNotes() - Method in class org.apache.oodt.profile.ProfileAttributes
Get the revision notes of this profile.
getRewriteMap() - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
getRewriteSpecs() - Method in class org.apache.oodt.opendapps.config.OpendapConfig
 
getRhs() - Method in class org.apache.oodt.xmlps.queryparser.LogOpExpression
 
getRights() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the rights.
getRmStatus() - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
getRmUrl() - Method in class org.apache.oodt.pcs.services.config.PCSServiceConfig
 
getRmUrlStr() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getRole() - Method in class org.apache.oodt.xmlquery.QueryElement
Get my role.
getRoles() - Method in class org.apache.oodt.security.sso.opensso.UserDetails
 
getRoot() - Method in class org.apache.oodt.pcs.pedigree.PedigreeTree
 
getRootContext() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getRootDir() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
getRootElement(String) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getRootParent() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
getRootRef() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getRootReference(String, List) - Static method in class org.apache.oodt.pcs.util.FileManagerUtils
 
getRootRefPath(List<Reference>, String) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
getRoots() - Method in class org.apache.oodt.opendapps.config.OpendapConfig
 
getRootVirtualFile() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFileStructure
 
getRow(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
getRows() - Method in class org.apache.oodt.pcs.input.PGEMatrix
 
getRunnableProcessors() - Method in class org.apache.oodt.cas.workflow.engine.TaskQuerier
 
getRunnableSubProcessors() - Method in class org.apache.oodt.cas.workflow.engine.processor.ParallelProcessor
 
getRunnableSubProcessors() - Method in class org.apache.oodt.cas.workflow.engine.processor.SequentialProcessor
 
getRunnableSubProcessors() - Method in class org.apache.oodt.cas.workflow.engine.processor.TaskProcessor
 
getRunnableSubProcessors() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
This is the core method of the WorkflowProcessor class in the new Wengine style workflows.
getRunnableWorkflowProcessors() - Method in class org.apache.oodt.cas.workflow.engine.processor.TaskProcessor
 
getRunnableWorkflowProcessors() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
getRunOnReboot() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getRunOnReboot() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getSave() - Method in class org.apache.oodt.cas.workflow.gui.menu.FileMenu
 
getScalar(String) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getScalars() - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
getScalars() - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getScalars(Element) - Static method in class org.apache.oodt.pcs.input.PGEXMLFileUtils
 
getScalarsAsMap(Element) - Static method in class org.apache.oodt.pcs.input.PGEXMLFileUtils
 
getSchedulerServiceFromFactory(String) - Static method in class org.apache.oodt.cas.resource.util.GenericResourceManagerObjectFactory
Creates a new Scheduler from the given String name of the SchedulerFactory.
getSchema() - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocolFactory
 
getSchema() - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocolFactory
 
getSchema() - Method in class org.apache.oodt.cas.protocol.http.HttpProtocolFactory
 
getSchema() - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocolFactory
 
getSchema() - Method in interface org.apache.oodt.cas.protocol.ProtocolFactory
 
getSchema() - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocolFactory
 
getSchemaLocation() - Method in class org.apache.oodt.pcs.input.PGEConfigFileWriter
 
getSciPgeSpecificMetadata(File, Metadata, Object...) - Method in class org.apache.oodt.cas.pge.writers.ExternExtractorMetWriter
 
getSciPgeSpecificMetadata(File, Metadata, Object...) - Method in class org.apache.oodt.cas.pge.writers.FilenameExtractorWriter
 
getSciPgeSpecificMetadata(File, Metadata, Object...) - Method in class org.apache.oodt.cas.pge.writers.metlist.MetadataListPcsMetFileWriter
 
getSciPgeSpecificMetadata(File, Metadata, Object...) - Method in class org.apache.oodt.cas.pge.writers.PcsMetFileWriter
 
getScope() - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
getScriptPath() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
getSecond() - Method in class org.apache.oodt.cas.pge.util.Pair
 
getSecurityType() - Method in class org.apache.oodt.profile.ProfileAttributes
Get the security type.
getSecurityType() - Method in class org.apache.oodt.xmlquery.QueryHeader
Get the type of security to apply to this query.
getSelected() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
getSelected() - Method in class org.apache.oodt.cas.workflow.gui.toolbox.ToolBox
 
getSelectedFile(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
getSelectElementSet() - Method in class org.apache.oodt.xmlquery.XMLQuery
 
getServant() - Method in class org.apache.oodt.commons.ExecServer
Return the servant for this executable server.
getServerClassName() - Method in class org.apache.oodt.commons.ExecServer
Return the server's class name.
getServerInterfaceName() - Method in interface org.apache.oodt.commons.Service
Get the interface name of the service.
getServerMgrPort() - Method in class org.apache.oodt.commons.Configuration
Get the port number on which the server manager is listening.
getServers(Configuration) - Method in class org.apache.oodt.grid.ProductQueryServlet
Get a list of Servers that will provide handlers to handle the query.
getServers(Configuration) - Method in class org.apache.oodt.grid.ProfileQueryServlet
Get a list of Servers that will provide handlers to handle the query.
getServers(Configuration) - Method in class org.apache.oodt.grid.QueryServlet
Get a list of Servers that will provide handlers to handle the query.
getServerStatus() - Method in class org.apache.oodt.commons.ExecServer
Return status of this server.
getServerUrl() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClientFactory
 
getServerUrl() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClientFactory
 
getServerUrl() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClientFactory
 
getSharedContext() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getShellType() - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
getShellType(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getShift(ViewState, DefaultGraphCell, Map) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView
 
getShortOption() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
getShortOption() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
getSimpleElementText(Element, String) - Static method in class org.apache.oodt.commons.xml.DOMUtil
*
getSimpleElementText(Element) - Static method in class org.apache.oodt.commons.xml.DOMUtil
*
getSimpleElementText(Element, boolean) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
getSimpleElementText(Element) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
getSimplifyQueries() - Method in class org.apache.oodt.cas.catalog.server.cli.action.CatalogServiceServerCliAction
 
getSite() - Method in class org.apache.oodt.cas.protocol.cli.action.ProtocolCliAction
 
getSite() - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSiteFile
 
getSiteByAlias(String) - Method in class org.apache.oodt.cas.pushpull.config.SiteInfo
 
getSiteInfo() - Method in class org.apache.oodt.cas.pushpull.config.RemoteSpecs
 
getSize(DatasetResource, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.DatasetRdfWriter
 
getSize(DatasetResource, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.DatasetRssWriter
 
getSize(DatasetResource, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.DatasetZipWriter
 
getSize(ProductResource, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ProductRssWriter
 
getSize(ProductResource, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ProductZipWriter
 
getSize(ReferenceResource, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ReferenceFileWriter
 
getSize(ReferenceResource, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ReferenceRssWriter
 
getSize(ReferenceResource, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ReferenceZipWriter
 
getSize(TransfersResource, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.TransfersRssWriter
 
getSize() - Method in interface org.apache.oodt.cas.resource.jobqueue.JobQueue
Gets the number of jobs in queue
getSize() - Method in class org.apache.oodt.cas.resource.jobqueue.JobStack
 
getSize() - Method in class org.apache.oodt.commons.util.MemoryLogger
Get the maximum size of the cache.
getSize() - Method in class org.apache.oodt.xmlps.structs.CDEResult
 
getSize() - Method in class org.apache.oodt.xmlquery.LargeResult
Get the size of the product.
getSize() - Method in class org.apache.oodt.xmlquery.QueryResult
 
getSize() - Method in class org.apache.oodt.xmlquery.Result
Get the size of this product.
getSkin() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getSlope() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
getSortByMetKey() - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
getSortByMetKey() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResultComparator
 
getSortIndex() - Method in class org.apache.oodt.cas.filemgr.browser.view.prompts.SortPrompt.ColumnPanel
 
getSortIndex() - Method in class org.apache.oodt.cas.filemgr.browser.view.prompts.SortPrompt
 
getSortType() - Method in class org.apache.oodt.cas.filemgr.browser.view.prompts.SortPrompt.ColumnPanel
 
getSortType() - Method in class org.apache.oodt.cas.filemgr.browser.view.prompts.SortPrompt
 
getSource() - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RssTag
Gets the source for the tag.
getSource() - Method in class org.apache.oodt.cas.product.rss.RSSTag
 
getSource() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
getSource() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewChange
 
getSources() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the sources.
getSpecifiedAction() - Method in class org.apache.oodt.cas.cli.CmdLineArgs
 
getSpecifiedOptions() - Method in class org.apache.oodt.cas.cli.CmdLineArgs
 
getSqlQuery(QueryCriteria, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getSqlQuery(QueryCriteria, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
Overridden method from superclass to allow for null validation layer.
getSSOImplClass() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getSSOToken() - Method in class org.apache.oodt.security.sso.OpenSSOImpl
 
getStage(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the current WorkflowLifecycleStage for the provided WorkflowInstance based on its WorkflowInstance.getStatus() value.
getStageFilesMetKeys(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getStageForWorkflow(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Deprecated.
getStageNum(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Gets the number of the current WorkflowLifecycleStage for the provided WorkflowInstance.
getStages() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
getStagingArea() - Method in class org.apache.oodt.cas.pushpull.config.DownloadInfo
 
getStagingAreaPath() - Method in class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
getStagingAreaPath() - Method in class org.apache.oodt.cas.curation.service.CurationServiceConfig
 
getStagingDir() - Method in class org.apache.oodt.cas.pge.config.FileStagingInfo
 
getStagingMetadata(String, String, String, Boolean, HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
getStagingMetadata(String, String, Boolean) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
getStart() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
getStartDate() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getStartDate() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getStartDateTimeIsoStr() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
getStartDateTimeMetKey() - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventQueryFilter
 
getStartDateTimeMetKey() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
getStartFieldEndValue() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getStartFieldName() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getStartFieldStartValue() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getStartingLines(List<Line>) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
getStartTime() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
getStartTime() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
getStartTime() - Method in class org.apache.oodt.commons.filter.TimeEvent
 
getStartTimeInMillis() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DownloadingFileInfo
 
getStartTimeInMillis() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.TimeAndThreadCount
 
getStartValue() - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Accessor method for the start value of the element to search on.
getState(String) - Method in class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
getState() - Method in class org.apache.oodt.cas.workflow.gui.perspective.Perspective
 
getState() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getStateByName(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Looks up an associated WorkflowState by scanning the WorkflowLifecycleStages present in this lifecycle (aka, by scanning its "Categories", in Workflow2 terminology).
getStateByNameAndCategory(String, String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Gets a WorkflowState by its name and WorkflowLifecycleStage (or Category in Workflow2 terminology).
getStateIds() - Method in class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
getStates() - Method in class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
getStates() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
getStates() - Method in class org.apache.oodt.pcs.health.WorkflowStatesFile
 
getStatesFilePath() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getStaticArgs() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
getStaticArgs() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
getStaticFileIdentificationFiles() - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
getStaticMetadata() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getStatistics() - Method in class org.apache.oodt.cas.curation.service.SystemResource
This is what will go in the upper left box on landing page.
getStatistics() - Method in class org.apache.oodt.xmlquery.XMLQuery
Get the list of stasitics of this query.
getStatus() - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
getStatus(JobSpec) - Method in interface org.apache.oodt.cas.resource.jobrepo.JobRepository
 
getStatus(JobSpec) - Method in class org.apache.oodt.cas.resource.jobrepo.MemoryJobRepository
 
getStatus(JobSpec) - Method in class org.apache.oodt.cas.resource.jobrepo.XStreamJobRepository
 
getStatus() - Method in class org.apache.oodt.cas.resource.structs.Job
 
getStatus() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
getStatus() - Method in class org.apache.oodt.commons.exec.ExecHelper
Get the status of the job that ran.
getStatus() - Method in class org.apache.oodt.pcs.health.CrawlerStatus
 
getStatus() - Method in class org.apache.oodt.pcs.health.JobHealthStatus
 
getStatus() - Method in class org.apache.oodt.pcs.health.PCSDaemonStatus
 
getStatuses() - Method in class org.apache.oodt.cas.webcomponents.workflow.WMMonitorAppBase
 
getStatusID() - Method in class org.apache.oodt.profile.ProfileAttributes
Get the status ID.
getStatusID() - Method in class org.apache.oodt.xmlquery.QueryHeader
Get the status of the query.
getStatusOf(File) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
getStream() - Method in class org.apache.oodt.commons.io.LogEvent
Get the stream.
getString() - Method in exception org.apache.oodt.commons.util.XMLRPCFault
Get the fault string.
getSubjects() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the subjects.
getSubMetadata(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Creates a Metadata from the given group
getSubOptions() - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
getSubOptions() - Method in class org.apache.oodt.cas.cli.option.GroupCmdLineOption
 
getSubProcessors() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
getSubstringOffsetMet(File) - Method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfig
 
getSuccessfullyDownloadedFilesLinkedToPropFile(File) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
GetSuffix(int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Get the suffix.
getSuperTypeForMimeType(String) - Method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
 
getSupportedActions() - Method in class org.apache.oodt.cas.cli.CmdLineArgs
 
GetSupportedCatalogIdsCliAction - Class in org.apache.oodt.cas.catalog.cli.action
A CmdLineAction which get a list of supported Catalog IDs for given CatalogServiceClient.
GetSupportedCatalogIdsCliAction() - Constructor for class org.apache.oodt.cas.catalog.cli.action.GetSupportedCatalogIdsCliAction
 
GetSupportedFactoriesCliAction - Class in org.apache.oodt.cas.protocol.cli.action
ProtocolAction for get a list of supported ProtocolFactorys.
GetSupportedFactoriesCliAction() - Constructor for class org.apache.oodt.cas.protocol.cli.action.GetSupportedFactoriesCliAction
 
getSupportedOptions() - Method in class org.apache.oodt.cas.cli.CmdLineArgs
 
getSynonyms() - Method in class org.apache.oodt.profile.ProfileElement
Get my synonyms.
getTableByName(String) - Method in class org.apache.oodt.xmlps.mapping.DatabaseTableGroup
 
getTableByName(String) - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
getTableName() - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
getTableNames() - Method in class org.apache.oodt.xmlps.mapping.DatabaseTableGroup
 
getTableNames() - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
getTabSize(int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
getTags() - Method in class org.apache.oodt.cas.product.rss.RSSConfig
 
getTask() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getTaskById(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getTaskById(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getTaskById(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns the WorkflowTask identified by the given taskId.
getTaskById(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getTaskById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getTaskById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
GetTaskByIdCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which retrieves WorkflowTask information for WorkflowTask with given task ID.
GetTaskByIdCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetTaskByIdCliAction
 
getTaskConfig() - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
getTaskConfig() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
Deprecated.
getTaskConfig() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getTaskFromProcessor(TaskProcessor) - Method in class org.apache.oodt.cas.workflow.engine.runner.AbstractEngineRunnerBase
 
getTaskId() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getTaskInstanceClassName() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getTaskName() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
getTaskObjectFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Constructs a WorkflowTaskInstance from the given implementation class name.
getTaskObjectFromInnerClassName(Class<?>, String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Constructs a WorkflowTaskInstance from the given implementation class name.
getTasks() - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
getTasksByWorkflowId(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getTasksByWorkflowId(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getTasksByWorkflowId(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns a List of WorkflowTasks associated with the specified Workflow identified by its workflowId.
getTasksByWorkflowId(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getTasksByWorkflowName(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getTasksByWorkflowName(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getTasksByWorkflowName(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns a List of WorkflowTasks associated with the specified Workflow identified by its workflowName.
getTasksByWorkflowName(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
GetTaskWallClockTimeCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which get a workflow instance's current task's wall clock time.
GetTaskWallClockTimeCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetTaskWallClockTimeCliAction
 
getTerm() - Method in class org.apache.oodt.cas.catalog.query.TermQueryExpression
 
getTermBuckets(Metadata) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
getTermByName(String) - Method in class org.apache.oodt.cas.catalog.term.TermBucket
 
getTerms() - Method in class org.apache.oodt.cas.catalog.term.TermBucket
 
getTerms() - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Accessor method for the list of terms in the query.
getText() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.Cell
 
getText(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderRow
 
getText(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.Row
 
getThreadCount() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.TimeAndThreadCount
 
getThreadKeepAliveMinutes() - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
 
getTime() - Method in class org.apache.oodt.commons.activity.Incident
Get the timestamp of this incident.
getTime() - Method in class org.apache.oodt.xmlquery.Statistic
Gets the search time
getTimeAndThreadInfo() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DownloadingFileInfo
 
getTimeInMillis(Calendar, Calendar) - Static method in class org.apache.oodt.commons.date.DateUtils
 
getTimeInSecs(Calendar, Calendar) - Static method in class org.apache.oodt.commons.date.DateUtils
 
getTimeInterval() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
Gets the time between the start of Crawler executions
getTimeInterval() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonRmiInterface
Gets the time between the start of Crawler executions
getTimeIntervalInMilliseconds() - Method in class org.apache.oodt.cas.pushpull.config.DaemonInfo
 
getTimeIntervalInMilliseconds() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
getTimeIntervalInMilliseconds() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
getTimeObject() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent
 
getTimeObject() - Method in class org.apache.oodt.commons.filter.ObjectTimeEvent
 
getTimeOrderedEvents(List<? extends TimeEvent>) - Static method in class org.apache.oodt.commons.filter.TimeEvent
 
getTimeout() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
getTimeout() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getTimeoutSeconds() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
getTimesBlocked() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
getTimestamp() - Method in class org.apache.oodt.commons.io.LogEvent
Get the timestamp.
getTitle() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the title.
getTitle() - Method in class org.apache.oodt.xmlquery.QueryHeader
Get the title of this query.
getTmax() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Host
 
getTmax() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
getTmpReplaceMet() - Method in class org.apache.oodt.cas.metadata.filenaming.PathUtilsNamingConvention
 
getTn() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Host
 
getTn() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
getTo() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.IdentifiableEdge
 
getToDir() - Method in class org.apache.oodt.cas.crawl.action.MoveFile
 
getToken(int) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
getToken() - Method in class org.apache.oodt.security.sso.opensso.UserDetails
 
getTokenDelimeterScalar() - Method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfig
 
getTokenMetKeyNames() - Method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfig
 
getToModel() - Method in class org.apache.oodt.cas.workflow.gui.util.Line
 
getTopNProducts(int) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets the top N most recent products that have been cataloged.
getTopNProducts(int, ProductType) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets the top N most recent products that have been cataloged for the given ProductType.
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getTopNProducts(int, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getTopNProducts(int, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getTopNProducts(int, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getTopNProducts(int, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getTopNProducts(int, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getTopNProducts(int, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getToStringFormat() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
getToStringResultFormat() - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
getTotalBytes() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Gets the total bytes of the file being transferred.
getTotalPage(List, int) - Static method in class org.apache.oodt.commons.pagination.PaginationUtils
 
getTotalPage(int, int) - Static method in class org.apache.oodt.commons.pagination.PaginationUtils
 
getTotalPages() - Method in class org.apache.oodt.cas.catalog.page.IndexPager
 
getTotalPages() - Method in class org.apache.oodt.cas.catalog.page.Page
 
getTotalPages() - Method in class org.apache.oodt.cas.catalog.page.ProcessedPageInfo
 
getTotalPages() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
getTotalPages() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
getTraceExcludedProductTypeList() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getTraceProductTypeExcludeList() - Method in class org.apache.oodt.pcs.services.config.PCSServiceConfig
 
getTransactionDate() - Method in class org.apache.oodt.cas.catalog.metadata.TransactionalMetadata
 
getTransactionDate() - Method in class org.apache.oodt.cas.catalog.page.CatalogReceipt
 
getTransactionDate() - Method in class org.apache.oodt.cas.catalog.page.IngestReceipt
 
getTransactionDate() - Method in class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
getTransactionId() - Method in class org.apache.oodt.cas.catalog.metadata.TransactionalMetadata
 
getTransactionId() - Method in class org.apache.oodt.cas.catalog.page.CatalogReceipt
 
getTransactionId() - Method in class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
getTransactionId() - Method in class org.apache.oodt.cas.catalog.server.cli.action.CatalogServiceServerCliAction
 
getTransactionIdClass() - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getTransactionIdClass() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getTransactionIdFactory() - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
getTransactionIdFactory() - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
getTransactionIdFactory() - Method in interface org.apache.oodt.cas.catalog.struct.Index
 
getTransactionIdFactory() - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
getTransactionIdFromString(String) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
getTransactionIdsForAllPages(QueryPager) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
getTransactionIdsForAllPages(QueryPager) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
getTransactionIdsForAllPages(QueryPager) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
getTransactionIdsForAllPages(QueryPager) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
getTransactionIdsForAllPages(QueryPager) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
getTransactionReceipts() - Method in class org.apache.oodt.cas.catalog.page.QueryPager
 
getTransfer(String) - Method in class org.apache.oodt.cas.product.jaxrs.services.CasProductJaxrsService
Gets an HTTP response that represents the status of a currently active file transfer for the file manager.
getTransferResources() - Method in class org.apache.oodt.cas.product.jaxrs.resources.TransfersResource
Gets the transfer resources.
getTransfers(String) - Method in class org.apache.oodt.cas.product.jaxrs.services.CasProductJaxrsService
Gets an HTTP response that represents the statuses of all currently active file transfers for the file manager, optionally filtered by product ID.
getTransferStatus() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getTransferStatus() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ProductResource
Gets the transfer status for the product.
getTreePath(DefaultMutableTreeNode, ModelGraph) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.DefaultTreeView
 
getType() - Method in class org.apache.oodt.cas.catalog.term.Term
 
getType() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
getType() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
getType() - Method in class org.apache.oodt.cas.cli.util.ParsedArg
 
getType() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.QueryPane
 
getType() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
getType() - Method in class org.apache.oodt.grid.ProductServer
Return the type of the handler.
getType() - Method in class org.apache.oodt.grid.ProfileServer
Return the type of the handler.
getType() - Method in class org.apache.oodt.grid.Server
Return the type of the handler.
getType() - Method in class org.apache.oodt.opendapps.config.ConstantSpec
 
getType() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
getType() - Method in class org.apache.oodt.profile.ProfileAttributes
Get the type.
getType() - Method in class org.apache.oodt.profile.ProfileElement
Get my type.
getType() - Method in class org.apache.oodt.security.sso.opensso.IdentityDetails
 
getType() - Method in enum org.apache.oodt.xmlps.mapping.FieldScope
 
getType() - Method in enum org.apache.oodt.xmlps.mapping.FieldType
 
getType() - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
getType() - Method in class org.apache.oodt.xmlquery.Header
Get the type of this result.
getType() - Method in class org.apache.oodt.xmlquery.QueryHeader
Get the type of the query, usually QUERY.
getTypeExtractorsFromXmlRpc(Vector<Hashtable<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getTypeHandlerFromClassName(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
 
getTypeHandlerFromXmlRpc(Hashtable<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getTypeHandlersFromXmlRpc(Vector<Hashtable<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getTypeMetadata() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getTypeNamespace(String) - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RdfConfiguration
Gets the requested value from the type namespace map if it is found, otherwise gets the default type namespace.
getTypeNs(String) - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
Convenience method.
getTypes() - Method in class org.apache.oodt.profile.ResourceAttributes
Get the types.
getTypesNsMap() - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
getUlimitProperties() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getUlimitPropertiesMap() - Static method in class org.apache.oodt.cas.resource.util.Ulimit
 
getUndo() - Method in class org.apache.oodt.cas.workflow.gui.menu.EditMenu
 
getUniqueElementName() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
getUniqueElementName() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
getUniqueElementProductTypeNames() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
getUniqueElementProductTypeNames() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
getUnit() - Method in class org.apache.oodt.profile.ProfileElement
Get my unit.
getUnit() - Method in class org.apache.oodt.xmlquery.Header
Get the unit.
getUnits() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
getUpstreamPedigreedProducts(Product) - Method in class org.apache.oodt.pcs.pedigree.Pedigree
Returns the most direct ancestors (a List of Products) upstream from the given Product named orig.
getUri() - Method in class org.apache.oodt.cas.product.rss.RSSNamespace
 
getURI() - Method in class org.apache.oodt.profile.Profile
 
getURI() - Method in class org.apache.oodt.profile.ResourceAttributes
 
getURIID() - Method in class org.apache.oodt.xmlquery.QueryHeader
Get the identification of this query as a URI.
getURIID() - Method in class org.apache.oodt.xmlquery.Result
 
getURIsFromDir(File) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
getUriString() - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RssNamespace
Gets the URI for the namespace as a String
getURL() - Method in class org.apache.oodt.cas.catalog.util.PluginURL
 
getUrl() - Method in class org.apache.oodt.cas.filemgr.cli.action.FileManagerCliAction
 
getURL() - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
getUrl() - Method in class org.apache.oodt.cas.resource.cli.action.ResourceCliAction
 
getUrl() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Cluster
 
getUrl() - Method in class org.apache.oodt.cas.workflow.cli.action.WorkflowCliAction
 
getURL() - Method in class org.apache.oodt.xmlquery.Statistic
Gets the URL string.
getURLs() - Method in class org.apache.oodt.opendapps.DatasetCrawler
Gets the set of String URLs crawled.
getUrlStr() - Method in class org.apache.oodt.pcs.health.PCSDaemonStatus
 
getUrlString() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaAdapter
 
getUsage(CmdLineAction, Set<CmdLineOption>) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
getUsedIDs() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonManager
 
getUsedProtocol() - Method in class org.apache.oodt.cas.protocol.cli.action.DownloadCliAction
 
getUser() - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
getUser() - Method in interface org.apache.oodt.cas.protocol.auth.Authentication
 
getUser() - Method in class org.apache.oodt.cas.protocol.auth.BasicAuthentication
 
getUser() - Method in class org.apache.oodt.cas.protocol.auth.NoAuthentication
 
getUserAttributes(String) - Method in class org.apache.oodt.security.sso.opensso.SSOProxy
 
getUserName() - Method in class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractorConfig
 
getUsername() - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
getVal() - Method in class org.apache.oodt.xmlps.structs.CDEValue
 
getValidationLayer() - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
 
getValidationLayer() - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getValidationLayer() - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getValidationLayer() - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getValidationLayer() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getValidationLayerFromFactory(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
Creates a ValidationLayer from the specified serviceFactory.
getValidators() - Method in class org.apache.oodt.cas.cli.option.AdvancedCmdLineOption
 
getValidators() - Method in interface org.apache.oodt.cas.cli.option.ValidatableCmdLineOption
 
getValidity() - Method in class org.apache.oodt.xmlquery.Result
Get how long this product is valid.
getVals() - Method in class org.apache.oodt.xmlps.structs.CDERow
 
getValue() - Method in class org.apache.oodt.cas.catalog.query.parser.Token
An optional attribute value of the Token.
getValue() - Method in class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Accessor method for the value of the element to search on.
getValue() - Method in class org.apache.oodt.cas.filemgr.system.auth.Result
Gets the result value.
getValue() - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
getValue() - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RssTagAttribute
Gets the value of the attribute.
getValue() - Method in class org.apache.oodt.cas.product.rss.RSSTagAttribute
 
getValue() - Method in class org.apache.oodt.cas.pushpull.expressions.Operator
 
getValue() - Method in class org.apache.oodt.cas.pushpull.expressions.Punctuation
 
getValue() - Method in interface org.apache.oodt.cas.pushpull.expressions.ValidInput
 
getValue() - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
getValue() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
getValue(String) - Method in class org.apache.oodt.cas.resource.structs.NameValueJobInput
 
getValue() - Method in class org.apache.oodt.cas.resource.util.UlimitProperty
 
getValue() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GlobalConfigView.StringNode
 
getValue() - Method in class org.apache.oodt.cas.workflow.structs.Priority
Big the better (that is higher the number higher the priority)
getValue() - Method in class org.apache.oodt.opendapps.config.ConstantSpec
 
getValue() - Method in class org.apache.oodt.opendapps.config.DatasetMetElem
 
getValue(int, int) - Method in class org.apache.oodt.pcs.input.PGEMatrix
 
getValue() - Method in class org.apache.oodt.pcs.input.PGEScalar
 
getValue() - Method in class org.apache.oodt.xmlquery.LargeResult
Deprecated.
This method always treats its value as if it were a String. Worse, for very large results, it cannot contain the entire result in memory. Use LargeResult.getInputStream() instead to perform stream processing on result data.
getValue() - Method in class org.apache.oodt.xmlquery.QueryElement
Get my value.
getValue() - Method in class org.apache.oodt.xmlquery.Result
Deprecated.
This method requires the caller to know the return type and to downcast to it; further, the result may be too large to contain in memory. Use Result.getInputStream() instead to perform stream processing on product data.
getValues(Vector<String>) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
getValues() - Method in class org.apache.oodt.cas.catalog.term.Term
 
getValues() - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
getValues() - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Accessor method for the values of the element to search on.
getValues() - Method in class org.apache.oodt.cas.metadata.Metadata
Gets Values in root group
getValues(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Gets values in given group
getValues() - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
getValues(String) - Method in class org.apache.oodt.cas.pge.writers.VelocityMetadata
 
getValues() - Method in class org.apache.oodt.cas.product.jaxrs.resources.MetadataResource.MetadataEntry
Gets the value(s) for the metadata entry
getValues() - Method in class org.apache.oodt.profile.EnumeratedProfileElement
 
getValues() - Method in class org.apache.oodt.profile.ProfileElement
Get legal values.
getValues() - Method in class org.apache.oodt.profile.RangedProfileElement
 
getValues() - Method in class org.apache.oodt.profile.UnspecifiedProfileElement
 
getVector(String) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getVectors() - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
getVectors() - Method in class org.apache.oodt.pcs.input.PGEGroup
 
getVectors(Element) - Static method in class org.apache.oodt.pcs.input.PGEXMLFileUtils
 
getVectorsAsMap(Element) - Static method in class org.apache.oodt.pcs.input.PGEXMLFileUtils
 
getVersion() - Method in class org.apache.oodt.profile.ProfileAttributes
Get the version.
getVersionConverterFromClassName(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
 
getVersioner() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getVersionerFromClassName(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
Constructs a new Versioner from the specified className.
getVertexCell(ModelNode) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.JungJGraphModelAdapter
 
getWaitforConditionSatisfy() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getWaitInterval() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
getWaitInterval() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemonController
 
getWaitInterval() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonController
Gets the time between the start of each scheduled run.
getWaitSeconds() - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngineFactory
 
getWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
getWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getWallClockMinutes(WorkflowInstance) - Static method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getWallClockMinutes(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Gets the amount of wall clock minutes that a particular WorkflowInstance (identified by its workflowInst) has been executing.
GetWallClockTimeCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which gets Wall Clock Time for a given workflow instance.
GetWallClockTimeCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetWallClockTimeCliAction
 
getWebBasedSingleSignOn(String) - Static method in class org.apache.oodt.security.sso.SingleSignOnFactory
 
getWebServerBaseURL() - Method in class org.apache.oodt.commons.Configuration
Get the web server base URL.
getWebServerDocumentDirectory() - Method in class org.apache.oodt.commons.Configuration
Get the web server document directory.
getWebSingleSignOn(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.oodt.cas.curation.util.SSOUtils
 
getWebSingleSignOn(CurationServiceConfig, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.oodt.cas.curation.util.SSOUtils
 
getWhereElementSet() - Method in class org.apache.oodt.xmlquery.XMLQuery
 
getWidth(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderRow
 
getWidth(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.Row
 
getWM() - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
getWmgrParentUrl() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getWmStatus() - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
getWmUrl() - Method in class org.apache.oodt.pcs.services.config.PCSServiceConfig
 
getWmUrl() - Method in class org.apache.oodt.pcs.util.WorkflowManagerUtils
 
getWmUrlStr() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getWorkflow() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
getWorkflow() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
getWorkflow(ResultSet) - Static method in class org.apache.oodt.cas.workflow.util.DbStructFactory
 
getWorkflow(Node, HashMap, HashMap) - Static method in class org.apache.oodt.cas.workflow.util.XmlStructFactory
Creates Workflows from the XML Node and the map of existing WorkflowTasks.
getWorkflowById(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowById(String, boolean, boolean) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowById(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getWorkflowById(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns a Workflow with the given workflowId.
getWorkflowById(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflowById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
GetWorkflowByIdCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which retrieves Workflow information for Workflow with given workflow ID.
GetWorkflowByIdCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetWorkflowByIdCliAction
 
getWorkflowByName(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowByName(String, boolean, boolean) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowByName(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getWorkflowByName(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns a Workflow with the given workflowName.
getWorkflowByName(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflowCondition(ResultSet, boolean) - Static method in class org.apache.oodt.cas.workflow.util.DbStructFactory
 
getWorkflowCondition(Node) - Static method in class org.apache.oodt.cas.workflow.util.XmlStructFactory
Constructs a new WorkflowCondition from the given XML Node.
getWorkflowConditionById(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowConditionById(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getWorkflowConditionById(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns the WorkflowCondition with the given conditionId.
getWorkflowConditionById(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflowConditionConfigurationFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Unravels a WorkflowConditionConfiguration from XML-RPC.
getWorkflowConditionFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a WorkflowCondition from an XML-RPC Hashtable.
getWorkflowConditionsFromXmlRpc(Vector) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a List of WorkflowConditions from an XML-RPC Vector.
getWorkflowCurrentTaskWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowCurrentTaskWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowEngineFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
getWorkflowFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Workflow from the XML-RPC Hashtable version.
getWorkflowId() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
getWorkflowInstance() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
getWorkflowInstance() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
getWorkflowInstance(ResultSet) - Static method in class org.apache.oodt.cas.workflow.util.DbStructFactory
 
getWorkflowInstanceById(String) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
getWorkflowInstanceById(String) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
getWorkflowInstanceById(String) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
getWorkflowInstanceById(String) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Returns the WorkflowInstances with the specified workflowInstId.
getWorkflowInstanceById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowInstanceById(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowInstanceFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
 
getWorkflowInstanceId() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
getWorkflowInstanceMetadata(String) - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
getWorkflowInstanceMetadata(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
getWorkflowInstanceMetadata(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Gets the Metadata associated with the WorkflowInstance identified by the given identifier.
getWorkflowInstanceMetadata(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowInstanceMetadata(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowInstancePageFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a WorkflowInstancePage off of the XML-RPC wire by converting the XML-RPC Hashtable representation of the page into a WorkflowInstancePage.
getWorkflowInstanceRepository() - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngineFactory
 
getWorkflowInstanceRepository() - Method in class org.apache.oodt.cas.workflow.engine.runner.ResourceRunnerFactory
 
getWorkflowInstanceRepository() - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
 
getWorkflowInstanceRepositoryFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
getWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
getWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
getWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
getWorkflowInstances() - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
 
getWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowInstances() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
getWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
getWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
getWorkflowInstancesByStatus(String) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Returns a List of WorkflowInstances, with the specified status String.
getWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowInstancesFromXmlRpc(Vector) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a List of WorkflowInstances from their representations as Hashtables in XML-RPC.
GetWorkflowInstCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which get WorkflowInstance information by given instanceId.
GetWorkflowInstCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetWorkflowInstCliAction
 
GetWorkflowInstMetCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which get workflow instance metadata.
GetWorkflowInstMetCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetWorkflowInstMetCliAction
 
getWorkflowInstMetFieldsFilePath() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getWorkflowInstProds(String) - Method in class org.apache.oodt.pcs.pedigree.Pedigree
Gets all associated Products with the provided WorkflowInstance identified by its ID (the wInstId string parameter).
GetWorkflowInstsCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which lists workflow instances current managed by workflow manager at given URL.
GetWorkflowInstsCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetWorkflowInstsCliAction
 
getWorkflowInstStatues() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getWorkflowLifecycle() - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngineFactory
 
getWorkflowLifecycleFilePath() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
getWorkflowManagerUrl() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowObjectFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
Constructs a Workflow instance from the given implementation class name.
getWorkflowProcessorsByCategory(List<WorkflowProcessor>, String) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
Sub-selects all WorkflowProcessors provided by the provided category identified by categoryName.
getWorkflowProcessorsByState(List<WorkflowProcessor>, String) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
Sub-selects all WorkflowProcessors provided by the provided state identified by stateName.
getWorkflowRepositoryFromClassName(String) - Static method in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
getWorkflows() - Method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
getWorkflows() - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflows(boolean, boolean) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflows() - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getWorkflows() - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Gets all Workflows from the repository.
getWorkflows() - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflows() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflows() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkflowsByEvent(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowsByEvent(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
GetWorkflowsByEventCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which get the current list of workflows by event name
GetWorkflowsByEventCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetWorkflowsByEventCliAction
 
GetWorkflowsCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which get list of know workflow models from WorkflowManager at given URL.
GetWorkflowsCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.GetWorkflowsCliAction
 
getWorkflowsForEvent(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowsForEvent(String, boolean, boolean) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowsForEvent(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getWorkflowsForEvent(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns a List of Workflows associated with the specified eventName.
getWorkflowsForEvent(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflowStatusesFilePath() - Method in class org.apache.oodt.pcs.services.config.PCSServiceConfig
 
getWorkflowStatusName() - Method in enum org.apache.oodt.cas.pge.metadata.PgeTaskStatus
 
getWorkflowTask(ResultSet, boolean) - Static method in class org.apache.oodt.cas.workflow.util.DbStructFactory
 
getWorkflowTask(Node, HashMap) - Static method in class org.apache.oodt.cas.workflow.util.XmlStructFactory
Constructs a new WorkflowTask from the given XML node and HashMap of WorkflowConditions.
getWorkflowTaskById(String) - Method in class org.apache.oodt.cas.workflow.repository.DataSourceWorkflowRepository
 
getWorkflowTaskById(String) - Method in class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
getWorkflowTaskById(String) - Method in interface org.apache.oodt.cas.workflow.repository.WorkflowRepository
Returns the WorkflowTask with the given taskId.
getWorkflowTaskById(String) - Method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
getWorkflowTaskConfigurationFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a WorkflowTaskConfiguration from an XML-RPC Hashtable.
getWorkflowTaskFromXmlRpc(Hashtable) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a WorkflowTask from an XML-RPC Hashtable sent over the wire.
getWorkflowTaskInstanceClassName() - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
getWorkflowTaskReqMetFieldsFromXmlRpc(Vector) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets the required List of String met fields for this WorkflowTask.
getWorkflowTasksFromXmlRpc(Vector) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a List of WorkflowTasks from an XML-RPC Vector .
getWorkflowUrl() - Method in class org.apache.oodt.cas.webcomponents.workflow.WMMonitorAppBase
 
getWorkflowWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
getWorkflowWallClockMinutes(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
getWorkingDir() - Method in class org.apache.oodt.cas.product.jaxrs.resources.DatasetResource
Gets the working directory for the dataset.
getWorkingDir() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ProductResource
Gets the working directory for the product.
getWorkingDir() - Method in class org.apache.oodt.cas.product.jaxrs.resources.ReferenceResource
Gets the working directory for the reference.
getWorkingDirPath() - Method in class org.apache.oodt.cas.metadata.extractors.ExternalMetExtractorConfig
 
getWriteMetFile() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
getWriter(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
getWriterClass() - Method in class org.apache.oodt.cas.pge.config.DynamicConfigFile
 
getXMLDoc() - Method in class org.apache.oodt.xmlquery.XMLQuery
 
getXMLDocString() - Method in class org.apache.oodt.xmlquery.XMLQuery
Gets query as an XML document in string format.
getXmlRpcComplexQuery(ComplexQuery) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcElement(Element) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcElementList(List<Element>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcExtractorSpec(ExtractorSpec) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcFactory() - Method in class org.apache.oodt.cas.catalog.server.cli.action.LaunchXmlRpcServerCliAction
 
getXmlRpcFileTransferStatus(FileTransferStatus) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcFileTransferStatuses(List<FileTransferStatus>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcFilterAlgor(FilterAlgor) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcJob(Job) - Static method in class org.apache.oodt.cas.resource.util.XmlRpcStructFactory
 
getXmlRpcProduct(Product) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcProductList(List<Product>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcProductPage(ProductPage) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcProductType(ProductType) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcProductTypeList(List<ProductType>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcProperties(Properties) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQuery(Query) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQueryCriteria(QueryCriteria) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQueryCriteriaList(List<QueryCriteria>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQueryFilter(QueryFilter) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQueryResult(QueryResult) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQueryResults(List<QueryResult>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcReference(Reference) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcReferences(List<Reference>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcResourceNode(ResourceNode) - Static method in class org.apache.oodt.cas.resource.util.XmlRpcStructFactory
 
getXmlRpcResourceNodeList(List) - Static method in class org.apache.oodt.cas.resource.util.XmlRpcStructFactory
 
getXmlRpcTypeExtractors(List<ExtractorSpec>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcTypeHandler(TypeHandler) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcTypeHandlers(List<TypeHandler>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcWorkflow(Workflow) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Hashtable representation of a Workflow to be sent across the XML-RPC wire.
getXmlRpcWorkflowCondition(WorkflowCondition) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets an XML-RPC Hashtable representation of the WorkflowCondition to send over the wire.
getXmlRpcWorkflowConditionConfig(WorkflowConditionConfiguration) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Bulids an XML-RPC friendly version of a WorkflowConditionConfiguration.
getXmlRpcWorkflowConditions(List) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Vector representation of the List of WorkflowConditions to be sent across the XML-RPC wire.
getXmlRpcWorkflowInstance(WorkflowInstance) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Hashtable representation of a WorkflowInstance to be sent across the XML-RPC wire.
getXmlRpcWorkflowInstancePage(WorkflowInstancePage) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Hashtable representation of a WorkflowInstancePage that is serializable over the XML-RPC wire.
getXmlRpcWorkflowInstances(List) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets an XML-RPC serializable Vector of Hashtable representations of WorkflowInstances.
getXmlRpcWorkflowTask(WorkflowTask) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets an XML-RPC version of the WorkflowTask to send over the wire.
getXmlRpcWorkflowTaskConfiguration(WorkflowTaskConfiguration) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Hashtable representation of the passed in WorkflowTaskConfiguration's Properties to be sent across the XML-RPC wire.
getXmlRpcWorkflowTaskReqMetFields(List) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a List of Strings that are required Metadata fields for this WorkflowTask.
getXmlRpcWorkflowTasks(List) - Static method in class org.apache.oodt.cas.workflow.util.XmlRpcStructFactory
Gets a Vector representation of a List of WorkflowTasks to be sent across the XML-RPC wire.
GlobalConfigView - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
Displays information about global config properties loaded from the Workflows.
GlobalConfigView(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GlobalConfigView
 
GlobalConfigView.ExtendsKey - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
 
GlobalConfigView.ExtendsKey(String, String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GlobalConfigView.ExtendsKey
 
GlobalConfigView.ExtendsValue - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
 
GlobalConfigView.ExtendsValue(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GlobalConfigView.ExtendsValue
 
GlobalConfigView.Group - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
 
GlobalConfigView.Group(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GlobalConfigView.Group
 
GlobalConfigView.Key - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
 
GlobalConfigView.Key(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GlobalConfigView.Key
 
GlobalConfigView.StringNode - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
 
GlobalConfigView.StringNode(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GlobalConfigView.StringNode
 
GlobalConfigView.Value - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
 
GlobalConfigView.Value(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GlobalConfigView.Value
 
GlobalVariables - Class in org.apache.oodt.cas.pushpull.expressions
 
GMOND_STARTED - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
GoodbyeWorld - Class in org.apache.oodt.cas.workflow.examples
 
GoodbyeWorld() - Constructor for class org.apache.oodt.cas.workflow.examples.GoodbyeWorld
 
Graph - Class in org.apache.oodt.cas.workflow.structs
A representation of data flow and control flow relationship associated with a Workflow.
Graph(Element, Metadata) - Constructor for class org.apache.oodt.cas.workflow.structs.Graph
 
Graph() - Constructor for class org.apache.oodt.cas.workflow.structs.Graph
 
GraphView - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
This is where the money happens.
GraphView(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView
 
GraphView.MyGraphListener - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
 
GraphView.MyGraphListener(ViewState) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView.MyGraphListener
 
GREATER_THAN - Static variable in interface org.apache.oodt.cas.metadata.preconditions.PreConditionOperatorMetKeys
 
GreaterThanEqualsExpression - Class in org.apache.oodt.xmlps.queryparser
Greater than or equals expression.
GreaterThanEqualsExpression(String, Expression) - Constructor for class org.apache.oodt.xmlps.queryparser.GreaterThanEqualsExpression
 
GreaterThanExpression - Class in org.apache.oodt.xmlps.queryparser
Greater than expression.
GreaterThanExpression(String, Expression) - Constructor for class org.apache.oodt.xmlps.queryparser.GreaterThanExpression
 
GridServlet - Class in org.apache.oodt.grid
Grid servlet is an abstract servlet that provides basic behavior (configuration access) for grid servlets.
GridServlet() - Constructor for class org.apache.oodt.grid.GridServlet
 
GROUP - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
GROUP_TAG_NAME - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
GroupAction - Class in org.apache.oodt.cas.crawl.action
Support of a GroupAction could go a ways to simplify command line specification of actions to run.
GroupAction() - Constructor for class org.apache.oodt.cas.crawl.action.GroupAction
 
GroupCmdLineOption - Class in org.apache.oodt.cas.cli.option
CmdLineOption which is a group option (i.e.
GroupCmdLineOption() - Constructor for class org.apache.oodt.cas.cli.option.GroupCmdLineOption
 
GroupCmdLineOption(String, String, String, boolean) - Constructor for class org.apache.oodt.cas.cli.option.GroupCmdLineOption
 
GroupSubOption - Class in org.apache.oodt.cas.cli.option
A Group allowable sub-CmdLineOption.
GroupSubOption() - Constructor for class org.apache.oodt.cas.cli.option.GroupSubOption
 
GroupSubOption(CmdLineOption, boolean) - Constructor for class org.apache.oodt.cas.cli.option.GroupSubOption
 
GT - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
guessTypeFromName(String) - Static method in class org.apache.oodt.cas.product.data.DataUtils
Guess what the content type is from the given url.
GuiParams - Class in org.apache.oodt.cas.filemgr.browser.view
 
GuiParams() - Constructor for class org.apache.oodt.cas.filemgr.browser.view.GuiParams
 
GuiUtils - Class in org.apache.oodt.cas.workflow.gui.util
Generic utility functions helpful for the Workflow Editor GUI.
GuiUtils() - Constructor for class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 

H

handle(CmdLineArgs) - Static method in class org.apache.oodt.cas.cli.CmdLineUtility
Runs the CmdLineOptionHandlers for CmdLineArgs given.
handle(CmdLineAction, CmdLineOptionInstance) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Runs the CmdLineOptionInstance's handler against the given CmdLineAction.
HandleableCmdLineOption - Interface in org.apache.oodt.cas.cli.option
A CmdLineOption which has a CmdLineOptionHandler should implement this interface.
handleAddState(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.build.BuildPerspective
 
handleAddState(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
handleEvent(String, Hashtable) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
handleFile(File) - Method in class org.apache.oodt.cas.crawl.ProductCrawler
 
handleHelp(CmdLineArgs) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
Checks if help option was specified and if so prints out help.
handleJob(Hashtable, Hashtable) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, int) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, boolean) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, double) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, Date) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, Vector) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, byte[]) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, Hashtable, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, int, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, boolean, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, String, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, double, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, Date, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, Vector, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleJob(Hashtable, byte[], String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
handleMessage(Message) - Method in class org.apache.oodt.cas.product.jaxrs.filters.BackwardsCompatibleInterceptor
 
handleOption(CmdLineAction, CmdLineOptionInstance) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToActionHandler
 
handleOption(CmdLineAction, CmdLineOptionInstance) - Method in interface org.apache.oodt.cas.cli.option.handler.CmdLineOptionHandler
 
handleOption(CmdLineAction, CmdLineOptionInstance) - Method in class org.apache.oodt.cas.cli.option.handler.SetJavaPropertiesHandler
 
handleOption(CmdLineAction, CmdLineOptionInstance) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.CrawlerActionInfoHandler
 
handleOption(CmdLineAction, CmdLineOptionInstance) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.CrawlerBeansPropHandler
 
handleOption(CmdLineAction, CmdLineOptionInstance) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.PreconditionInfoHandler
 
handlePerformAndQuitOption(CmdLineOptionInstance) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Runs the CmdLineOptionInstance's handler if it a perform and quit option.
handlePrintSupportedActions(CmdLineArgs) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
Checks if print supported actions option was specified and if so prints out supported actions.
handleQuery(XMLQuery, List, HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.grid.ProductQueryServlet
Handle the query.
handleQuery(XMLQuery, List, HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.grid.ProfileQueryServlet
Handle the query.
handleQuery(XMLQuery, List, HttpServletRequest, HttpServletResponse) - Method in class org.apache.oodt.grid.QueryServlet
Handle the query.
Handler - Class in org.apache.oodt.cas.pushpull.url.handlers.imaps
 
Handler() - Constructor for class org.apache.oodt.cas.pushpull.url.handlers.imaps.Handler
 
Handler - Class in org.apache.oodt.cas.pushpull.url.handlers.sftp
 
Handler() - Constructor for class org.apache.oodt.cas.pushpull.url.handlers.sftp.Handler
 
HANDLER_CLASSNAME_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
HANDLER_NAME_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
HANDLER_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
HANDLER_TYPE_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
handleRangeQueryCriteria(RangeQueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Converts the given RangeQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
handleRangeQueryCriteria(RangeQueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Converts the given RangeQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
handleRemoveState(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.build.BuildPerspective
 
handleRemoveState(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
handleRequest(String, List, String, String) - Method in interface org.apache.oodt.cas.filemgr.system.auth.Dispatcher
Handles an XML-RPC request, provided that the given username and password are correct.
HandlerQueryParser - Class in org.apache.oodt.xmlps.queryparser
Parsers the XMLQuery and its @link XMLQuery#getWhereElementSet()} into an Expression tree.
HandlerQueryParser() - Constructor for class org.apache.oodt.xmlps.queryparser.HandlerQueryParser
 
handlers - Variable in class org.apache.oodt.grid.QueryServlet
Instantiated query handlers.
handlerTable - Variable in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
handleSubProcessorMetadata(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.ParallelProcessor
 
handleSubProcessorMetadata(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.SequentialProcessor
 
handleSubProcessorMetadata(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.TaskProcessor
 
handleSubProcessorMetadata(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
handleTermQueryCriteria(TermQueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Converts the given TermQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
handleTermQueryCriteria(TermQueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Converts the given TermQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
happenAtSameTime(TimeEvent, TimeEvent) - Static method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
happenAtSameTime(TimeEvent, TimeEvent) - Static method in class org.apache.oodt.commons.filter.TimeEvent
 
hasArgs() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
hasArgs() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
hasCatalogServiceTransactionId(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
hasCatalogServiceTransactionId(TransactionId<?>) - Method in interface org.apache.oodt.cas.catalog.mapping.IngestMapper
Verify if the given CatalogService TransactionId has been stored in a mapping storeTransactionIdMapping(String, TransactionId>, TransactionId>)
hasCatalogServiceTransactionId(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapper
 
hasCatalogServiceTransactionId(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
hasChanged() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
hasChild(VirtualFile) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
hasChildren() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
hasHandler() - Method in class org.apache.oodt.cas.cli.option.AdvancedCmdLineOption
 
hasHandler() - Method in interface org.apache.oodt.cas.cli.option.HandleableCmdLineOption
 
hashCode() - Method in class org.apache.oodt.cas.catalog.metadata.TransactionalMetadata
 
hashCode() - Method in class org.apache.oodt.cas.catalog.page.CatalogReceipt
 
hashCode() - Method in class org.apache.oodt.cas.catalog.page.IngestReceipt
 
hashCode() - Method in class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
hashCode() - Method in class org.apache.oodt.cas.catalog.struct.TransactionId
 
hashCode() - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
hashCode() - Method in class org.apache.oodt.cas.catalog.term.Term
 
hashCode() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
hashCode() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
hashCode() - Method in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
hashCode() - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
hashCode() - Method in class org.apache.oodt.cas.protocol.ProtocolFile
hashCode() - Method in class org.apache.oodt.cas.workflow.engine.ChangeType
 
hashCode() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
hashCode() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
hashCode() - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository.ConfigGroup
 
hashCode() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
hashCode() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
hashCode() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
hashCode() - Method in class org.apache.oodt.cas.workflow.structs.Priority
 
hashCode() - Method in class org.apache.oodt.commons.activity.Incident
 
hashCode() - Method in class org.apache.oodt.commons.ExecServerConfig
 
hashCode() - Method in class org.apache.oodt.commons.util.CacheMap
 
hashCode() - Method in class org.apache.oodt.grid.Configuration
 
hashCode() - Method in class org.apache.oodt.grid.ProductServer
 
hashCode() - Method in class org.apache.oodt.grid.ProfileServer
 
hashCode() - Method in class org.apache.oodt.grid.Server
 
hashCode() - Method in class org.apache.oodt.profile.Profile
 
hashCode() - Method in class org.apache.oodt.profile.ProfileAttributes
 
hashCode() - Method in class org.apache.oodt.profile.ProfileElement
 
hashCode() - Method in class org.apache.oodt.profile.ResourceAttributes
 
hashCode() - Method in class org.apache.oodt.xmlquery.Header
 
hashCode() - Method in class org.apache.oodt.xmlquery.QueryElement
 
hashCode() - Method in class org.apache.oodt.xmlquery.QueryHeader
 
hashCode() - Method in class org.apache.oodt.xmlquery.QueryResult
 
hashCode() - Method in class org.apache.oodt.xmlquery.Result
 
hashCode() - Method in class org.apache.oodt.xmlquery.XMLQuery
 
hashMap - Static variable in class org.apache.oodt.cas.pushpull.expressions.GlobalVariables
 
hasNext() - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
hasOpenSlots(TaskProcessor) - Method in class org.apache.oodt.cas.workflow.engine.runner.AsynchronousLocalEngineRunner
 
hasOpenSlots(TaskProcessor) - Method in class org.apache.oodt.cas.workflow.engine.runner.EngineRunner
Decides whether or not there are available slots within this runner to execute the provided TaskProcessor.
hasOpenSlots(TaskProcessor) - Method in class org.apache.oodt.cas.workflow.engine.runner.ResourceRunner
 
hasProduct(URL, File) - Method in class org.apache.oodt.cas.filemgr.ingest.CachedIngester
 
hasProduct(URL, String) - Method in class org.apache.oodt.cas.filemgr.ingest.CachedIngester
 
hasProduct(URL, File) - Method in interface org.apache.oodt.cas.filemgr.ingest.Ingester
Checks the file manager at the given URL to see whether or not it knows about the provided Product File parameter.
hasProduct(URL, String) - Method in interface org.apache.oodt.cas.filemgr.ingest.Ingester
Checks the file manager at the given URL to see whether or not it knows about the provided Product with the given productName parameter.
hasProduct(URL, File) - Method in class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
hasProduct(URL, String) - Method in class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
hasProduct(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
hasProduct(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
HasProductCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which checks if the File Manager has a given Product ingested.
HasProductCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.HasProductCliAction
 
hasRemainder(int, int) - Static method in class org.apache.oodt.commons.pagination.PaginationUtils
 
hasRunningDaemons() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonManager
 
hasStaticArgs() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
hasStaticArgs() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
hasSubOptions() - Method in class org.apache.oodt.cas.cli.option.GroupCmdLineOption
 
hasSubProcessors() - Method in class org.apache.oodt.cas.workflow.engine.processor.TaskProcessor
 
hasTokenNameList() - Method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfig
 
hasTransactionId(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
hasTransactionId(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
hasTransactionId(TransactionId<?>) - Method in interface org.apache.oodt.cas.catalog.struct.Index
 
hasTransactionId(TransactionId<?>) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
hasValues() - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
header - Variable in class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
Header - Class in org.apache.oodt.xmlquery
A single header.
Header() - Constructor for class org.apache.oodt.xmlquery.Header
Create a new, blank header.
Header(String) - Constructor for class org.apache.oodt.xmlquery.Header
Create a header.
Header(String, String, String) - Constructor for class org.apache.oodt.xmlquery.Header
Create a fully specified header.
Header(Node) - Constructor for class org.apache.oodt.xmlquery.Header
Create a header from a DOM node.
HEADER_AND_FOOTER - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
HeaderCell - Class in org.apache.oodt.cas.filemgr.browser.view.panels
 
HeaderCell(MouseListener, int) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderCell
 
HeaderRow - Class in org.apache.oodt.cas.filemgr.browser.view.panels
 
HeaderRow(MouseListener, int) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderRow
 
HeaderSpacer - Class in org.apache.oodt.cas.filemgr.browser.view.panels
 
HeaderSpacer(MouseListener, int) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderSpacer
 
HealthMonitor - Class in org.apache.oodt.pcs.webcomponents.health
A wicket controller for exposing the super awesome power of the PCSHealthMonitor.
HealthMonitor(String, String, String, String, String, String, Class<? extends WebPage>, Class<? extends WebPage>) - Constructor for class org.apache.oodt.pcs.webcomponents.health.HealthMonitor
 
healthReport() - Method in class org.apache.oodt.pcs.services.HealthResource
 
HealthResource - Class in org.apache.oodt.pcs.services
The JAX-RS resource exposing the PCSHealthMonitor.
HealthResource() - Constructor for class org.apache.oodt.pcs.services.HealthResource
 
HelloWorld - Class in org.apache.oodt.cas.workflow.examples
 
HelloWorld() - Constructor for class org.apache.oodt.cas.workflow.examples.HelloWorld
 
HelloWorldJob - Class in org.apache.oodt.cas.resource.examples
 
HelloWorldJob() - Constructor for class org.apache.oodt.cas.resource.examples.HelloWorldJob
 
HelpCmdLineOption - Class in org.apache.oodt.cas.cli.option
The Help CmdLineOption.
HelpCmdLineOption() - Constructor for class org.apache.oodt.cas.cli.option.HelpCmdLineOption
 
HelpCmdLineOption(String, String, String, boolean) - Constructor for class org.apache.oodt.cas.cli.option.HelpCmdLineOption
 
helper - Variable in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
hiddenCols - Variable in class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
hideCol(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderRow
 
hideCol(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.Row
 
hideColumn(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
HIGH - Static variable in class org.apache.oodt.cas.workflow.structs.Priority
 
HighestFIFOPrioritySorter - Class in org.apache.oodt.cas.workflow.structs
Sorts based on highest Priority for a WorkflowProcessor using a particular HighestFIFOPrioritySorter.boostAmount provided by a calling party.
HighestFIFOPrioritySorter(int, double, double) - Constructor for class org.apache.oodt.cas.workflow.structs.HighestFIFOPrioritySorter
 
HighestPrioritySorter - Class in org.apache.oodt.cas.workflow.structs
Sorts strictly based on associated WorkflowProcessor#getPriority() in reverse natural order.
HighestPrioritySorter() - Constructor for class org.apache.oodt.cas.workflow.structs.HighestPrioritySorter
 
Home - Class in org.apache.oodt.cas.filemgr.webapp.browser
Homepage
Home(PageParameters) - Constructor for class org.apache.oodt.cas.filemgr.webapp.browser.Home
Constructor that is invoked when page is invoked without a session.
Home - Class in org.apache.oodt.cas.workflow.webapp.monitor
Describe your class here.
Home() - Constructor for class org.apache.oodt.cas.workflow.webapp.monitor.Home
 
HomePage - Class in org.apache.oodt.pcs.opsui
Main home page of the web app.
HomePage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.HomePage
 
Host - Class in org.apache.oodt.cas.resource.monitor.ganglia.configuration
 
Host(String, String, String, String, String, String, String, String) - Constructor for class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Host
 
HOST - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
HOST_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
HostKeyAuthentication - Class in org.apache.oodt.cas.protocol.sftp.auth
Authentication implementation allowing a SSH host key file to be specified.
HostKeyAuthentication(String, String, String) - Constructor for class org.apache.oodt.cas.protocol.sftp.auth.HostKeyAuthentication
 
HostKeyAuthentication(String, String, String, String) - Constructor for class org.apache.oodt.cas.protocol.sftp.auth.HostKeyAuthentication
 
HTTPContext - Class in org.apache.oodt.commons.object.jndi
This is a pseudo context that yields any name passed in as a URL, if it can be parsed as an URL.
HTTPContext(Hashtable) - Constructor for class org.apache.oodt.commons.object.jndi.HTTPContext
Make the HTTPContext.
HttpFile - Class in org.apache.oodt.cas.protocol.http
HTTP extension of ProtocolFile
HttpFile(String, boolean, URL) - Constructor for class org.apache.oodt.cas.protocol.http.HttpFile
 
HttpFile(HttpFile, String, boolean, URL) - Constructor for class org.apache.oodt.cas.protocol.http.HttpFile
 
HttpProtocol - Class in org.apache.oodt.cas.protocol.http
Http Protocol communication class
HttpProtocol() - Constructor for class org.apache.oodt.cas.protocol.http.HttpProtocol
 
HttpProtocolFactory - Class in org.apache.oodt.cas.protocol.http
Factory for creating HttpProtocols
HttpProtocolFactory() - Constructor for class org.apache.oodt.cas.protocol.http.HttpProtocolFactory
 
HttpUtils - Class in org.apache.oodt.cas.protocol.http.util
Utility methods for HTTP Protocol related tasks.

I

IconLoader - Class in org.apache.oodt.cas.workflow.gui.util
Loads the appropriate classpath-level icon image for Tools, etc., that are part of the Workflow Editor GUI.
id - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
id - Variable in class org.apache.oodt.cas.catalog.system.Catalog
 
ID - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
id - Variable in class org.apache.oodt.commons.activity.Activity
Unique ID of the activity.
id - Variable in class org.apache.oodt.profile.ProfileAttributes
Unique identifier, required.
id - Variable in class org.apache.oodt.profile.ProfileElement
My optional id.
id - Variable in class org.apache.oodt.xmlquery.Result
The identification of this result.
ID_ATTR - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
IdentifiableEdge - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
An ID'ed edge identified by UUID.randomUUID().
IdentifiableEdge(ModelNode, ModelNode) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.IdentifiableEdge
 
identifier - Variable in class org.apache.oodt.profile.ResourceAttributes
Identifer.
IDENTITY_ATTRIBUTES_ENDPOINT - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
IDENTITY_COMMAND - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
IDENTITY_DETAILS_ATTR_NAME - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
IDENTITY_DETAILS_ATTR_SKIP_LINE - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
IDENTITY_DETAILS_ATTR_VALUE - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
IDENTITY_DETAILS_GROUP - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
IDENTITY_DETAILS_NAME - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
IDENTITY_DETAILS_REALM - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
IDENTITY_DETAILS_TYPE - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
IDENTITY_READ_ENDPOINT - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
IdentityDetails - Class in org.apache.oodt.security.sso.opensso
The response from a call to SSOMetKeys.IDENTITY_READ_ENDPOINT.
IdentityDetails() - Constructor for class org.apache.oodt.security.sso.opensso.IdentityDetails
 
image - Variable in class org.apache.oodt.cas.catalog.query.parser.Token
The string image of the token.
ImapsProtocol - Class in org.apache.oodt.cas.protocol.imaps
IMAP Secure Protocol implementation
ImapsProtocol() - Constructor for class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
ImapsProtocolFactory - Class in org.apache.oodt.cas.protocol.imaps
Factory for creating ImapsProtocols.
ImapsProtocolFactory() - Constructor for class org.apache.oodt.cas.protocol.imaps.ImapsProtocolFactory
 
ImapsURLConnection - Class in org.apache.oodt.cas.pushpull.url.handlers.imaps
 
ImapsURLConnection(URL) - Constructor for class org.apache.oodt.cas.pushpull.url.handlers.imaps.ImapsURLConnection
 
IMPORT_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
inBuf - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
Incident - Class in org.apache.oodt.commons.activity
An incident signifies some occurrence within an activity.
Incident() - Constructor for class org.apache.oodt.commons.activity.Incident
Creates a new Incident instance, timestamping it.
incrementAndGet() - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
incrementIndex() - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
incrementPageNumber() - Method in class org.apache.oodt.cas.catalog.page.IndexPager
 
Index - Interface in org.apache.oodt.cas.catalog.struct
 
index - Variable in class org.apache.oodt.cas.catalog.system.Catalog
 
index(List<String>, boolean, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to send one or more documents to be indexed to Solr.
indexAll(boolean) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method indexes all products retrieved from the File Manager to the Solr index.
IndexFactory - Interface in org.apache.oodt.cas.catalog.struct
 
indexFactory - Variable in class org.apache.oodt.cas.catalog.system.CatalogFactory
 
indexMetFile(File, boolean) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method adds a single product extracted from a metadata file to the Solr index.
IndexPager - Class in org.apache.oodt.cas.catalog.page
 
IndexPager() - Constructor for class org.apache.oodt.cas.catalog.page.IndexPager
 
IndexPager(ProcessedPageInfo) - Constructor for class org.apache.oodt.cas.catalog.page.IndexPager
 
indexProduct(String) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method adds a single product retrieved from the File Manager by its product identifier to the Solr index.
indexProductByName(String, boolean) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method adds a single product retrieved from the File Manager by its product name to the Solr index.
indexProductTypes(boolean) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method indexes all product types retrieved from the File Manager to the Solr index.
indexReceipts(List<TransactionReceipt>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
INFINITE - Static variable in class org.apache.oodt.xmlquery.Result
Sentinel value for validity that indicates a product never expires.
ingest(Metadata) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
ingest(Metadata) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
ingest(Metadata) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
ingest(Metadata) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
ingest(Metadata) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
ingest(Metadata) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
ingest(Metadata) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
ingest(List<TermBucket>) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
Indexes the given TermBucket to a TransactionId, and returns a IngestReceipt
ingest(List<TermBucket>) - Method in interface org.apache.oodt.cas.catalog.struct.IngestService
Indexes the given TermBucket to a TransactionId, and returns a IngestReceipt
ingest(Metadata) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
ingest(Metadata) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
ingest(Metadata) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
ingest(Metadata) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
ingest(URL, File, MetExtractor, File) - Method in interface org.apache.oodt.cas.filemgr.ingest.Ingester
Ingests a Product to the file manager service object identified by the given URL parameter.
ingest(URL, File, Metadata) - Method in interface org.apache.oodt.cas.filemgr.ingest.Ingester
Ingests a Product to the file manager service object identified by the given URL parameter.
ingest(URL, List<String>, MetExtractor, File) - Method in interface org.apache.oodt.cas.filemgr.ingest.Ingester
 
ingest(URL, File, MetExtractor, File) - Method in class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
ingest(URL, List<String>, MetExtractor, File) - Method in class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
ingest(URL, File, Metadata) - Method in class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
IngestAncillary - Class in org.apache.oodt.cas.crawl.action
This action allows the crawler to ingest an ancillary file while crawling other files.
IngestAncillary() - Constructor for class org.apache.oodt.cas.crawl.action.IngestAncillary
 
ingester - Variable in class org.apache.oodt.cas.crawl.ProductCrawler
 
Ingester - Interface in org.apache.oodt.cas.filemgr.ingest
 
INGESTER_CLASS - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
INGESTER_DATA_TRANSFER - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
INGESTER_FM_URL - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
IngestException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
IngestException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.IngestException
 
IngestException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.IngestException
 
IngestException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.IngestException
 
IngestException(Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.IngestException
 
IngestionResource - Class in org.apache.oodt.cas.curation.service
Leverages CAS Ingester interface to ingest Products into the CAS File Manager via CAS Curator and a REST-ful interface.
IngestionResource() - Constructor for class org.apache.oodt.cas.curation.service.IngestionResource
 
IngestionTask - Class in org.apache.oodt.cas.curation.structs
A specification for ingestion using the Ingester interface in the CAS.
IngestionTask() - Constructor for class org.apache.oodt.cas.curation.structs.IngestionTask
 
IngestionTaskStatus - Interface in org.apache.oodt.cas.curation.structs
Met keys for the IngestionTask.getStatus() field.
IngestMapper - Interface in org.apache.oodt.cas.catalog.mapping
 
ingestMapper - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
IngestMapperFactory - Interface in org.apache.oodt.cas.catalog.mapping
 
ingestMapperFactory - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
ingestMapperLock - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
ingestProduct(Hashtable<String, Object>, Hashtable<String, String>, boolean) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
ingestProduct(Product, Metadata, boolean) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
IngestProductCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which ingests a Product.
IngestProductCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
IngestReceipt - Class in org.apache.oodt.cas.catalog.page
 
IngestReceipt(TransactionId<?>, Date) - Constructor for class org.apache.oodt.cas.catalog.page.IngestReceipt
 
ingestReport() - Method in class org.apache.oodt.pcs.services.HealthResource
 
ingestReportByName(String) - Method in class org.apache.oodt.pcs.services.HealthResource
 
IngestService - Interface in org.apache.oodt.cas.catalog.struct
 
IngestServiceException - Exception in org.apache.oodt.cas.catalog.exception
 
IngestServiceException() - Constructor for exception org.apache.oodt.cas.catalog.exception.IngestServiceException
 
IngestServiceException(String) - Constructor for exception org.apache.oodt.cas.catalog.exception.IngestServiceException
 
IngestServiceException(String, Throwable) - Constructor for exception org.apache.oodt.cas.catalog.exception.IngestServiceException
 
ingestStatus - Variable in class org.apache.oodt.cas.crawl.ProductCrawler
 
IngestStatus - Interface in org.apache.oodt.cas.crawl.status
 
IngestStatus.Result - Enum in org.apache.oodt.cas.crawl.status
 
init(ServletConfig) - Method in class org.apache.oodt.cas.curation.service.CurationService
 
init(ServletConfig) - Method in class org.apache.oodt.cas.curation.servlet.BeginIngestionTaskServlet
 
init(ServletConfig) - Method in class org.apache.oodt.cas.curation.servlet.DirectoryListingServlet
 
init(ServletConfig) - Method in class org.apache.oodt.cas.curation.servlet.MetViewerServlet
 
init(ServletConfig) - Method in class org.apache.oodt.cas.curation.servlet.ShowExistingDatasetsByPolicyServlet
 
init(ServletConfig) - Method in class org.apache.oodt.cas.curation.servlet.ShowExistingPoliciesServlet
 
init(ServletConfig) - Method in class org.apache.oodt.cas.curation.servlet.UpdateDatasetMetaDataServlet
 
init(ServletConfig) - Method in class org.apache.oodt.cas.curation.servlet.UploadDatasetDefinitionServlet
 
init(ServletConfig) - Method in class org.apache.oodt.cas.curation.servlet.UploadMetExtractorConfigServlet
 
init(ServletConfig) - Method in class org.apache.oodt.cas.curation.servlet.UploadPolicyServlet
 
init(ServletConfig) - Method in class org.apache.oodt.cas.product.data.DataDeliveryServlet
init(ServletConfig) - Method in class org.apache.oodt.cas.product.data.DatasetDeliveryServlet
 
init(ServletConfig) - Method in class org.apache.oodt.cas.product.jaxrs.servlets.CasProductJaxrsServlet
 
init(ServletConfig) - Method in class org.apache.oodt.cas.product.rdf.RDFDatasetServlet
Initializes the servlet.
init(ServletConfig) - Method in class org.apache.oodt.cas.product.rdf.RDFProductServlet
Initializes the servlet.
init(ServletConfig) - Method in class org.apache.oodt.cas.product.rss.RSSProductServlet
Initializes the servlet.
init(ServletConfig) - Method in class org.apache.oodt.cas.product.rss.RSSProductTransferServlet
Initializes the servlet.
init() - Method in class org.apache.oodt.cas.workflow.webapp.monitor.WMMonitorApp
 
init(Properties, String) - Static method in class org.apache.oodt.commons.util.LogInit
Initialize the logging capability as specified in the configuration.
init() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
init(ServletConfig) - Method in class org.apache.oodt.pcs.services.PCSService
 
initFm(String) - Method in class org.apache.oodt.cas.webcomponents.filemgr.FileManagerConn
 
initGUI() - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Initializes the GUI.
initialize(CmdLineOption) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToActionHandler
 
initialize(CmdLineOption) - Method in interface org.apache.oodt.cas.cli.option.handler.CmdLineOptionHandler
Called after handler construction to allow handler to setup state before it is required to handle the option later.
initialize(CmdLineOption) - Method in class org.apache.oodt.cas.cli.option.handler.SetJavaPropertiesHandler
 
initialize(CmdLineOption) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.CrawlerActionInfoHandler
 
initialize(CmdLineOption) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.CrawlerBeansPropHandler
 
initialize(CmdLineOption) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.PreconditionInfoHandler
 
initialize(File) - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RdfConfiguration
Initializes the parameters in the configuration object using values from the supplied file.
initialize(File) - Method in class org.apache.oodt.cas.product.jaxrs.configurations.RssConfiguration
Initializes the parameters in the configuration object using values from the supplied file.
initialize() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
initialize() - Method in interface org.apache.oodt.commons.Initializer
Initialize the appliction.
initializeConfigurations(ServletContext) - Method in class org.apache.oodt.cas.product.jaxrs.servlets.CasProductJaxrsServlet
Initializes the output configurations for various different formats and stores them in "configurations" attributes by retrieving values from the servlet context.
initializeHandlers(Set<CmdLineOption>) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
Initializes each CmdLineOptionHandler with their assigned CmdLineOption.
initializeLists() - Method in class org.apache.oodt.profile.ResourceAttributes
Initialize all the various List fields.
Initializer - Interface in org.apache.oodt.commons
Initializer for an enterprise application.
initRDF(ServletConfig) - Static method in class org.apache.oodt.cas.product.rdf.RDFUtils
 
initRSS(ServletConfig) - Static method in class org.apache.oodt.cas.product.rss.RSSUtils
 
InMemoryIndex - Class in org.apache.oodt.cas.catalog.struct.impl.index
 
InMemoryIndex(String, String, String, String, boolean, String) - Constructor for class org.apache.oodt.cas.catalog.struct.impl.index.InMemoryIndex
 
InMemoryIndexFactory - Class in org.apache.oodt.cas.catalog.struct.impl.index
 
InMemoryIndexFactory() - Constructor for class org.apache.oodt.cas.catalog.struct.impl.index.InMemoryIndexFactory
 
InMemoryIngestMapper - Class in org.apache.oodt.cas.catalog.mapping
 
InMemoryIngestMapper(String, String, String, String, String) - Constructor for class org.apache.oodt.cas.catalog.mapping.InMemoryIngestMapper
 
InMemoryIngestMapperFactory - Class in org.apache.oodt.cas.catalog.mapping
 
InMemoryIngestMapperFactory() - Constructor for class org.apache.oodt.cas.catalog.mapping.InMemoryIngestMapperFactory
 
InPlaceDataTransferer - Class in org.apache.oodt.cas.filemgr.datatransfer
An implementation of the DataTransfer interface that leaves products in the same place (i.e., "in place") and doesn't transfer them at all.
InPlaceDataTransferer() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferer
 
InPlaceDataTransferFactory - Class in org.apache.oodt.cas.filemgr.datatransfer
 
InPlaceDataTransferFactory() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferFactory
Default Constructor
InPlaceVersioner - Class in org.apache.oodt.cas.filemgr.versioning
A Inplace versioner that ingests the file without moving the actual file.
InPlaceVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.InPlaceVersioner
 
INPUT_FILES - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
INPUT_PRODUCT_FILES_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
input_stream - Variable in class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
InputFilesQuery - Class in org.apache.oodt.pcs.query
A query to the File Manager using the InputFiles product met field
InputFilesQuery(String, FileManagerUtils) - Constructor for class org.apache.oodt.pcs.query.InputFilesQuery
 
inputStream - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
InstanceRepoCleaner - Class in org.apache.oodt.cas.workflow.tools
Cleans a workflow manager instance repository of ghost jobs that will never execute and cleans up job history and repository status.
InstanceRepoCleaner() - Constructor for class org.apache.oodt.cas.workflow.tools.InstanceRepoCleaner
 
InstanceRepoCleaner(String) - Constructor for class org.apache.oodt.cas.workflow.tools.InstanceRepoCleaner
 
InstanceRepositoryException - Exception in org.apache.oodt.cas.workflow.structs.exceptions
 
InstanceRepositoryException() - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.InstanceRepositoryException
 
InstanceRepositoryException(String) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.InstanceRepositoryException
 
InstanceRepositoryException(Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.InstanceRepositoryException
 
InstanceRepositoryException(String, Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.InstanceRepositoryException
 
instRep - Variable in class org.apache.oodt.cas.workflow.engine.runner.AbstractEngineRunnerBase
 
INT - Variable in class org.apache.oodt.cas.pushpull.expressions.Method
 
INT32_TYPE - Static variable in class org.apache.oodt.opendapps.extractors.DasMetadataExtractor
 
INT64_TYPE - Static variable in class org.apache.oodt.opendapps.extractors.DasMetadataExtractor
 
InternalServerErrorException - Exception in org.apache.oodt.cas.product.jaxrs.exceptions
This type of exception returns an HTTP 'internal server error' response (status code 500) with an additional message.
InternalServerErrorException(String) - Constructor for exception org.apache.oodt.cas.product.jaxrs.exceptions.InternalServerErrorException
Constructor that adds a message to the 'internal server error' (status code 500) HTTP response.
inverseTranslate(CDEValue) - Method in interface org.apache.oodt.xmlps.mapping.funcs.MappingFunc
Translates the local site's SDE CDEValue back into its CDE CDEValue.
inverseTranslate(CDEValue) - Method in class org.apache.oodt.xmlps.mapping.funcs.ReplaceFunc
 
IP - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
IS_DATA_FILE_ATTR - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternConfigReaderMetKeys
 
IS_MET_FILE_ATTR - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternConfigReaderMetKeys
 
IS_PATH_ATTR - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternConfigReaderMetKeys
 
isAction() - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
isActionOption(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
isAdvancedOption(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
isAlive() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
isAlive() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
isAlive() - Method in class org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub
 
isAlive() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
isAlive() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
isAllowAliasOverride() - Method in class org.apache.oodt.cas.pushpull.config.DownloadInfo
 
isAllowAnySubOptions() - Method in class org.apache.oodt.cas.cli.option.GroupCmdLineOption
 
isAllowed(ProtocolPath, VirtualFile) - Static method in class org.apache.oodt.cas.pushpull.filerestrictions.FileRestrictions
 
isAllowed(VirtualFile, VirtualFile) - Static method in class org.apache.oodt.cas.pushpull.filerestrictions.FileRestrictions
 
isAlreadyInDatabase(RemoteFile) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
isAnyCategory(String...) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
Evaluates whether or not this processor's WorkflowLifecycleStage is in any of the provided category names.
isAnyState(String...) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
Evaluates whether or not this processor's WorkflowState is in any of the provided state names.
isAuthentic() - Method in class org.apache.oodt.grid.ConfigBean
Return true is administrator is authenticated.
isCatalogSerialized(String) - Method in class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepository
 
isCatalogSerialized(String) - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
isClassified() - Method in class org.apache.oodt.xmlquery.Result
Is this result classified?
isCollectionField(String) - Method in class org.apache.oodt.pcs.listing.ListingConf
Tester method to determine if an output field is a collection field, and needs special handling.
isCondition() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
isCondition() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
isConnected() - Method in class org.apache.oodt.cas.filemgr.browser.model.CasDB
 
isConnected() - Method in class org.apache.oodt.pcs.util.WorkflowManagerUtils
 
isCrawlForDirs() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
isCreateBeforeExe() - Method in class org.apache.oodt.cas.pge.config.OutputDir
 
isCreateBeforeExe(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
isDir() - Method in class org.apache.oodt.cas.protocol.ProtocolFile
True is this path is a directory.
isDir() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
isDir - Variable in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
Specifies whether this path is a path to a directory or file
isDirectory(URL, String) - Static method in class org.apache.oodt.cas.protocol.http.util.HttpUtils
 
isDirectory() - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
Tells whether this path is a path to a directory or not
isDone() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
First checks to see if any of this Processor's WorkflowProcessor.subProcessors have arrived in a state within the done category.
isDownloading(ProtocolFile) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
isDummyNode(ModelNode) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
isEmpty() - Method in interface org.apache.oodt.cas.resource.jobqueue.JobQueue
Returns a boolean value representing whether or not the queue is empty.
isEmpty() - Method in class org.apache.oodt.cas.resource.jobqueue.JobStack
 
isEmpty() - Method in class org.apache.oodt.commons.util.CacheMap
 
isEmpty() - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
isEmpty() - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Tell if the set of profiles managed by this server is empty.
isEnabledTraceNotCatProducts() - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
isEnsureUnique() - Method in class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
isEntryPoint() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
isEnumerated() - Method in class org.apache.oodt.profile.EnumeratedProfileElement
 
isEnumerated() - Method in class org.apache.oodt.profile.ProfileElement
Tell if this element is of the enumerated kind.
isEnumerated() - Method in class org.apache.oodt.profile.RangedProfileElement
 
isEnumerated() - Method in class org.apache.oodt.profile.UnspecifiedProfileElement
 
isEnvReplace(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
isEnvReplaceNoRecur(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
isExcused() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
isFeatureRecognized(String) - Method in class org.apache.oodt.commons.util.DOMParser
Returns true if the specified feature is recognized.
isFeatureRecognized(String) - Method in class org.apache.oodt.commons.util.SAXParser
Returns true if the specified feature is recognized.
isFirstPage() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
isFirstPage() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
isFlatProducts() - Method in class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
isFlushed() - Method in class org.apache.oodt.commons.io.LogWriter
Are we flushed yet?
isForceStage(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
isForceStaging() - Method in class org.apache.oodt.cas.pge.config.FileStagingInfo
 
isGroup() - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
isGroupOption(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
isHandleable() - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
isHasIngestPermissions() - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
isHelp() - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
isHelpOption(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
isHttpsRequired() - Method in class org.apache.oodt.grid.ConfigBean
Tell if HTTPS is required to access the web-grid configuration.
isHTTPSrequired() - Method in class org.apache.oodt.grid.Configuration
Is https access required for the configuration?
isIngestable() - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
isInteger() - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
isInterested(QueryExpression) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
isJobComplete(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
isJobComplete(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
isLastPage() - Method in class org.apache.oodt.cas.catalog.page.IndexPager
 
isLastPage() - Method in class org.apache.oodt.cas.catalog.page.Page
 
isLastPage() - Method in class org.apache.oodt.cas.catalog.page.ProcessedPageInfo
 
isLastPage() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
isLastPage() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
isLink(String) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Check if the given key name is a key link.
isLocalhost(String) - Static method in class org.apache.oodt.grid.Utility
Tell if a host name refers to the localhost.
isLocalhostRequired() - Method in class org.apache.oodt.grid.ConfigBean
Tell if admin access can come only from the localhost.
isLocalhostRequired() - Method in class org.apache.oodt.grid.Configuration
Is localhost access required for the configuration?
isLoggedIn() - Method in class org.apache.oodt.security.sso.DummyImpl
 
isLoggedIn() - Method in class org.apache.oodt.security.sso.OpenSSOImpl
 
isLoggedIn() - Method in interface org.apache.oodt.security.sso.SingleSignOn
Returns true when the user is logged in, or false otherwise.
isMagic() - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
isMimeMagic() - Method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
 
isModifiable() - Method in interface org.apache.oodt.cas.catalog.repository.CatalogRepository
 
isModifiable() - Method in class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepository
 
isModifiable() - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
isModifiable() - Method in class org.apache.oodt.cas.catalog.repository.SpringCatalogRepository
 
isMultiValue(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
isMultiValued(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Checks if key has more than one value
isNoRecur() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
isNumeric(String) - Static method in class org.apache.oodt.commons.util.Utility
Check string s is numeric.
ISO8601FORMAT - Static variable in class org.apache.oodt.cas.curation.util.DateUtils
 
isObligatory() - Method in class org.apache.oodt.profile.ProfileElement
Am I obligatory?
isoFormat(Date) - Static method in class org.apache.oodt.commons.util.DateConvert
Format the given date and return the resulting string in ISO 8601 format.
isOn(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.ToggleAction.Toggle
 
isoParse(String) - Static method in class org.apache.oodt.commons.util.DateConvert
Parse the given date/time string in ISO 8601 format and return the resulting Date object.
isOptional(CmdLineAction, CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Determines if the given CmdLineOption is optional either because it is always optional or because the given CmdLineAction was specified.
isOptional() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
isOptional() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
isOptional() - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
isParentType() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
isParsingMatrix() - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
isParsingMatrixElement() - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
isParsingScalar() - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
isParsingVector() - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
isParsingVectorElement() - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
isPaused() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
isPerformAndQuit() - Method in class org.apache.oodt.cas.cli.option.AdvancedCmdLineOption
 
isPerformAndQuitOption(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Checks if the given CmdLineOption is a perform-and-quit type CmdLineOption.
isPrimary() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
isPrintSupportedActions() - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
isPrintSupportedActionsOption(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Checks if CmdLineOption is a PrintSupportedActionsOption.
isPropertyRecognized(String) - Method in class org.apache.oodt.commons.util.DOMParser
Returns true if the specified property is recognized.
isPropertyRecognized(String) - Method in class org.apache.oodt.commons.util.SAXParser
Returns true if the specified property is recognized.
isProtocolConnected(Protocol) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
isQueriable() - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
isRef() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
isRelative() - Method in class org.apache.oodt.cas.protocol.ProtocolFile
True if this path is a relative path (i.e.
isRelativeToHOME() - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
 
isRepeating() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
isRepeating() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
isRequired() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
isRequired() - Method in class org.apache.oodt.cas.cli.option.GroupSubOption
 
isRequired() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
isRequired(CmdLineAction, CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Determines if the given CmdLineOption is required because the given CmdLineAction was specified or because it is always required.
isRestrictIngestPermissions() - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
isRestrictIngestPermissions() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
isRestrictIngestPermissions() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
isRestrictIngestPermissions() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
isRestrictIngestPermissions() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
isRestrictIngestPermissions() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
isRestrictIngestPermissions() - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
isRestrictIngestPermissions() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
isRestrictIngestPermissions() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
Returns true if this CatalogService is restricting any ingestions from being made to the Catalogs it is managing
isRestrictQueryPermissions() - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
isRestrictQueryPermissions() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
isRestrictQueryPermissions() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
isRestrictQueryPermissions() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
isRestrictQueryPermissions() - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
isRestrictQueryPermissions() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
isRestrictQueryPermissions() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
isRestrictQueryPermissions() - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
isRestrictQueryPermissions() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
isRestrictQueryPermissions() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
Returns true if this CatalogService is restricting any queries from being made to the Catalogs it is managing
isRootBased() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFileStructure
 
isRootDir(Reference, String) - Static method in class org.apache.oodt.pcs.util.FileManagerUtils
 
isRunning() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
isRunning() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemonController
 
isRunning() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
Can be used to determine if Crawler is presently running
isRunning() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonController
Used to determine if the Crawler in the CrawlDaemon is running
isRunning() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
Can be used to determine if Crawler is presently running
isRunning() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonRmiInterface
Can be used to determine if Crawler is presently running
isRunning() - Method in class org.apache.oodt.cas.workflow.engine.TaskQuerier
 
isRunning() - Method in class org.apache.oodt.cas.workflow.engine.TaskRunner
 
isSelected() - Method in class org.apache.oodt.cas.workflow.gui.toolbox.Tool
 
isSimpleOption(CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
isSkipIngest() - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
isStopped() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
isStrictlyOptional(CmdLineAction, CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Determines if the given CmdLineOption is optional ONLY because the given CmdLineAction was specified.
isString() - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
isString() - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
isSubGraph(ModelGraph, ModelGraph) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
isSubOption() - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
isSubOption() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
isSubOption(CmdLineOption, CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Checks if given CmdLineOption is a sub-option of other given CmdLineOption.
issueQuery(Query, String) - Method in class org.apache.oodt.cas.filemgr.browser.model.CasDB
 
isTask() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
isTextVisible() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
isTraceNotCatalogedFiles() - Method in class org.apache.oodt.pcs.services.config.PCSServiceConfig
 
isTransferComplete(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
isTransferComplete(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
isTransferComplete(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
isUnlimited() - Method in class org.apache.oodt.cas.resource.util.UlimitProperty
 
isUnlimitedQueue() - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
 
isUrlEncoding() - Method in class org.apache.oodt.pcs.input.PGEConfigFileWriter
 
isUseBatch() - Method in class org.apache.oodt.commons.database.SqlScript
 
isUsingCDATA() - Method in class org.apache.oodt.cas.metadata.SerializableMetadata
 
isValidatable() - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
isValidWithNoSubExpression() - Method in class org.apache.oodt.cas.catalog.query.CustomWrapperQueryExpression
 
isValidWithNoSubExpression() - Method in class org.apache.oodt.cas.catalog.query.NotQueryExpression
 
isValidWithNoSubExpression() - Method in class org.apache.oodt.cas.catalog.query.WrapperQueryExpression
 
isVector() - Method in enum org.apache.oodt.cas.pge.metadata.PgeTaskMetKeys
 
isWorkflow() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
isWorkflowMetKey(Element, Metadata) - Static method in class org.apache.oodt.cas.pge.util.XmlHelper
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.DatasetRdfWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.DatasetRssWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.DatasetZipWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ProductRssWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ProductZipWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ReferenceFileWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ReferenceRssWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ReferenceZipWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.oodt.cas.product.jaxrs.writers.TransfersRssWriter
 
iterateFrom(int, List, int) - Static method in class org.apache.oodt.commons.pagination.PaginationUtils
 
IterativeWorkflowProcessorThread - Class in org.apache.oodt.cas.workflow.engine
An instance of the WorkflowProcessorThread that processes through an iterative WorkflowInstance.
IterativeWorkflowProcessorThread(WorkflowInstance, WorkflowInstanceRepository, URL) - Constructor for class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
iterator() - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
iterator() - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
iterator() - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Iterate over the available profiles.

J

JAVA_EXT_DIR - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
JAVA_MAIN_CLASS - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
jButton1ActionPerformed(ActionEvent) - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Auto-generated event handler method
JDBC_DB - Class in org.apache.oodt.commons.util
This class is a wrapper for JDBC.
JDBC_DB(Properties) - Constructor for class org.apache.oodt.commons.util.JDBC_DB
JDBC_DB Constructor method will create class instance and load the Oracle DB driver
JDBC_DB(Properties, Connection) - Constructor for class org.apache.oodt.commons.util.JDBC_DB
 
jdbcUrl - Variable in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
jdbcUrl - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
jdbcUrl - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndexFactory
 
jj_nt - Variable in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
jjFillToken() - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
jjtAddChild(Node, int) - Method in interface org.apache.oodt.cas.catalog.query.parser.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
jjtClose() - Method in interface org.apache.oodt.cas.catalog.query.parser.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
JJTCOMPARISONQUERYEXPRESSION - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserTreeConstants
 
JJTCUSTOMQUERYEXPRESSION - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserTreeConstants
 
jjtGetChild(int) - Method in interface org.apache.oodt.cas.catalog.query.parser.Node
This method returns a child node.
jjtGetChild(int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
jjtGetNumChildren() - Method in interface org.apache.oodt.cas.catalog.query.parser.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
jjtGetParent() - Method in interface org.apache.oodt.cas.catalog.query.parser.Node
 
jjtGetParent() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
JJTGETPROPERTIES - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserTreeConstants
 
jjtGetValue() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
JJTGETVALUES - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserTreeConstants
 
jjtNodeName - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserTreeConstants
 
jjtOpen() - Method in interface org.apache.oodt.cas.catalog.query.parser.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
JJTPARSEINPUT - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserTreeConstants
 
JJTPRIORITYQUERYEXPRESSION - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserTreeConstants
 
JJTQUERY - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserTreeConstants
 
JJTQUERYEXPRESSION - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserTreeConstants
 
JJTQueryParserState - Class in org.apache.oodt.cas.catalog.query.parser
 
JJTQueryParserState() - Constructor for class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
jjtree - Variable in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
jjtSetParent(Node) - Method in interface org.apache.oodt.cas.catalog.query.parser.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
jjtSetValue(Object) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
JJTSTDQUERYEXPRESSION - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserTreeConstants
 
Job - Class in org.apache.oodt.cas.resource.structs
 
Job() - Constructor for class org.apache.oodt.cas.resource.structs.Job
Default Constructor.
Job(String, String, String, String, String, Integer) - Constructor for class org.apache.oodt.cas.resource.structs.Job
 
JOB_ID - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 
JOB_ID - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
JOB_IDENTIFICATION_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
JobBuilder - Class in org.apache.oodt.cas.resource.util
 
jobDefinitionFile - Variable in class org.apache.oodt.cas.resource.cli.action.SubmitJobCliAction
 
JobException - Exception in org.apache.oodt.cas.resource.structs.exceptions
 
JobException() - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobException
 
JobException(String) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobException
 
JobException(Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobException
 
JobException(String, Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobException
 
jobExecuting(JobSpec) - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgr
 
JobExecutionException - Exception in org.apache.oodt.cas.resource.structs.exceptions
 
JobExecutionException() - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobExecutionException
 
JobExecutionException(String, Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobExecutionException
 
JobExecutionException(String) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobExecutionException
 
JobExecutionException(Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobExecutionException
 
jobFailure(JobSpec) - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgr
 
jobFinished(JobSpec) - Method in interface org.apache.oodt.cas.resource.jobrepo.JobRepository
 
jobFinished(JobSpec) - Method in class org.apache.oodt.cas.resource.jobrepo.MemoryJobRepository
 
jobFinished(JobSpec) - Method in class org.apache.oodt.cas.resource.jobrepo.XStreamJobRepository
 
JobHealthStatus - Class in org.apache.oodt.pcs.health
A container representing Job health status in the PCS
JobHealthStatus() - Constructor for class org.apache.oodt.pcs.health.JobHealthStatus
 
JobHealthStatus(String, int) - Constructor for class org.apache.oodt.pcs.health.JobHealthStatus
Constructs a JobHealthStatus with the given parameters.
JobIdQuery - Class in org.apache.oodt.pcs.query
A query to the File Manager using the JobId product met field.
JobIdQuery(String, FileManagerUtils) - Constructor for class org.apache.oodt.pcs.query.JobIdQuery
 
JobInput - Interface in org.apache.oodt.cas.resource.structs
 
JobInputException - Exception in org.apache.oodt.cas.resource.structs.exceptions
 
JobInputException() - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobInputException
 
JobInputException(String) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobInputException
 
JobInputException(Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobInputException
 
JobInputException(String, Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobInputException
 
JobInstance - Interface in org.apache.oodt.cas.resource.structs
 
jobKilled(JobSpec) - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgr
 
JobMetadata - Interface in org.apache.oodt.cas.resource.metadata
 
JobQueue - Interface in org.apache.oodt.cas.resource.jobqueue
 
JobQueueException - Exception in org.apache.oodt.cas.resource.structs.exceptions
 
JobQueueException() - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobQueueException
 
JobQueueException(String) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobQueueException
 
JobQueueException(Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobQueueException
 
JobQueueException(String, Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobQueueException
 
JobQueueFactory - Interface in org.apache.oodt.cas.resource.jobqueue
 
JobRepository - Interface in org.apache.oodt.cas.resource.jobrepo
 
JobRepositoryException - Exception in org.apache.oodt.cas.resource.structs.exceptions
 
JobRepositoryException() - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobRepositoryException
 
JobRepositoryException(String) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobRepositoryException
 
JobRepositoryException(Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobRepositoryException
 
JobRepositoryException(String, Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.JobRepositoryException
 
JobRepositoryFactory - Interface in org.apache.oodt.cas.resource.jobrepo
 
JobSpec - Class in org.apache.oodt.cas.resource.structs
 
JobSpec() - Constructor for class org.apache.oodt.cas.resource.structs.JobSpec
Default Constructor.
JobSpec(JobInput, Job) - Constructor for class org.apache.oodt.cas.resource.structs.JobSpec
Constructs a new JobSpec with the given JobInput and Job.
jobsReport() - Method in class org.apache.oodt.pcs.services.HealthResource
 
jobsReportByState(String) - Method in class org.apache.oodt.pcs.services.HealthResource
 
JobStack - Class in org.apache.oodt.cas.resource.jobqueue
 
JobStack(int, JobRepository) - Constructor for class org.apache.oodt.cas.resource.jobqueue.JobStack
 
JobStackJobQueueFactory - Class in org.apache.oodt.cas.resource.jobqueue
 
JobStackJobQueueFactory() - Constructor for class org.apache.oodt.cas.resource.jobqueue.JobStackJobQueueFactory
 
JobStatus - Interface in org.apache.oodt.cas.resource.structs
 
JobSubmitter - Class in org.apache.oodt.cas.resource.tools
 
JobSubmitter(URL) - Constructor for class org.apache.oodt.cas.resource.tools.JobSubmitter
 
jobSuccess(JobSpec) - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgr
 
JschSftpProtocol - Class in org.apache.oodt.cas.protocol.sftp
An implement of an SFTP provider based on Jcraft's JSCH library.
JschSftpProtocol() - Constructor for class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
JschSftpProtocol(int) - Constructor for class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
JschSftpProtocolFactory - Class in org.apache.oodt.cas.protocol.sftp
Creates new JschSftpProtocols.
JschSftpProtocolFactory() - Constructor for class org.apache.oodt.cas.protocol.sftp.JschSftpProtocolFactory
 
julianEpoch - Static variable in class org.apache.oodt.commons.date.DateUtils
 
JungJGraphModelAdapter - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
This class integrates OODT, Jung and JGraph.
JungJGraphModelAdapter(ObservableGraph<ModelNode, IdentifiableEdge>) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.JungJGraphModelAdapter
 

K

KEY_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
KEY_GEN_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
KEY_NSMAP_DEFAULT_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
KEY_NSMAP_KEY_TAG - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
KEY_NSMAP_KEY_TAG_NAME_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
KEY_NSMAP_KEY_TAG_NS_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
KEY_NSMAP_TAG - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
KEYREF_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
keySet() - Method in class org.apache.oodt.commons.util.CacheMap
 
killAllDaemons() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonLauncher
 
killAllDaemons() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonLauncherMBean
 
KillCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which kills a job.
KillCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.KillCliAction
 
KILLED - Static variable in interface org.apache.oodt.cas.resource.structs.JobStatus
 
killJob(String, ResourceNode) - Method in interface org.apache.oodt.cas.resource.batchmgr.Batchmgr
 
killJob(String, ResourceNode) - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgr
 
killJob() - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgrProxy
 
killJob(Hashtable) - Method in class org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub
 
killJob(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
killJob(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
kind - Variable in class org.apache.oodt.cas.catalog.query.parser.Token
An integer that describes the kind of this token.

L

LANGUAGE - Static variable in class org.apache.oodt.cas.product.jaxrs.writers.RssWriter
 
languages - Variable in class org.apache.oodt.profile.ResourceAttributes
Languages.
LargeProductQueryHandler - Interface in org.apache.oodt.product
Handle requests for products that are too large to fit in an XMLQuery object.
LargeResult - Class in org.apache.oodt.xmlquery
A large result is a result for large products.
LargeResult(Result) - Constructor for class org.apache.oodt.xmlquery.LargeResult
Creates a new LargeResult instance.
LargeResult(String, String, String, String, List, long) - Constructor for class org.apache.oodt.xmlquery.LargeResult
Creates a new LargeResult instance.
LAST_PAGE - Static variable in class org.apache.oodt.cas.catalog.page.PageInfo
 
LATLONG - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
launchDaemons() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonLauncher
 
launchServer(int) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
launchServer(URL, int) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
LaunchXmlRpcServerCliAction - Class in org.apache.oodt.cas.catalog.server.cli.action
 
LaunchXmlRpcServerCliAction() - Constructor for class org.apache.oodt.cas.catalog.server.cli.action.LaunchXmlRpcServerCliAction
 
LDAP - Class in org.apache.oodt.commons.util
LDAP services.
LDAP() - Constructor for class org.apache.oodt.commons.util.LDAP
 
LE - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
LeafListener - Class in org.apache.oodt.profile.gui
 
LeafListener(profileTree) - Constructor for class org.apache.oodt.profile.gui.LeafListener
 
LeafListener.TreeNodeActionListener - Class in org.apache.oodt.profile.gui
 
LeafListener.TreeNodeActionListener(DefaultMutableTreeNode, LeafListener, DefaultTreeModel, String) - Constructor for class org.apache.oodt.profile.gui.LeafListener.TreeNodeActionListener
 
LenientDataSourceCatalog - Class in org.apache.oodt.cas.filemgr.catalog
 
LenientDataSourceCatalog(DataSource, ValidationLayer, boolean, int, long, boolean, boolean) - Constructor for class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
Default Constructor
lenientFields - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
LESS_THAN - Static variable in interface org.apache.oodt.cas.metadata.preconditions.PreConditionOperatorMetKeys
 
LessThanEqualsExpression - Class in org.apache.oodt.xmlps.queryparser
A less than or equals expression.
LessThanEqualsExpression(String, Expression) - Constructor for class org.apache.oodt.xmlps.queryparser.LessThanEqualsExpression
 
LessThanExpression - Class in org.apache.oodt.xmlps.queryparser
A less than expression.
LessThanExpression(String, Expression) - Constructor for class org.apache.oodt.xmlps.queryparser.LessThanExpression
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.oodt.cas.catalog.query.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
LIB_CONFIG_FILE - Static variable in class org.apache.oodt.commons.Configuration
Library-location config file.
LIB_DIR_NAME - Static variable in interface org.apache.oodt.cas.install.CASInstallDirMetKeys
 
LIFECYCLE_TAG_NAME - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
LIFECYCLE_TAG_NAME_ATTR - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
lifecycleManager - Variable in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
LightweightProfileServer - Class in org.apache.oodt.profile.handlers.lightweight
A lightweight profile server.
LightweightProfileServer() - Constructor for class org.apache.oodt.profile.handlers.lightweight.LightweightProfileServer
Create a lightweight profile server using defaults.
LightweightProfileServer(Properties) - Constructor for class org.apache.oodt.profile.handlers.lightweight.LightweightProfileServer
Create a lightweight profile server using the given properties.
LightweightProfileServer(URL, String) - Constructor for class org.apache.oodt.profile.handlers.lightweight.LightweightProfileServer
Create a lightweight profile server using the given URL.
line - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
Line - Class in org.apache.oodt.cas.workflow.gui.util
Wrapper class for representing a line between two ModelNodes.
Line(ModelNode, ModelNode) - Constructor for class org.apache.oodt.cas.workflow.gui.util.Line
 
lineSep - Variable in class org.apache.oodt.commons.io.WriterLogger
What the line separator is.
linkKey(String, String) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Create a key which is a link to another key, such that if you get the metadata values for the created link it will return the current metadata values of the key it was linked to.
list(String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
list(Name) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
list(String) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
list(Name) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
listBindings(String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
listBindings(Name) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
listBindings(String) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
listBindings(Name) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
listElements() - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
listElements(String) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
listener - Variable in class org.apache.oodt.cas.filemgr.browser.view.prompts.QueryBuilderPrompt
 
listener - Variable in class org.apache.oodt.commons.io.LogFilter
The listener on whose behalf we filter.
LISTENERS - Static variable in class org.apache.oodt.cas.workflow.engine.ChangeType
 
LISTING_CMD - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNMetKeys
 
ListingConf - Class in org.apache.oodt.pcs.listing
The configuration for the PCSLongLister.
ListingConf(File) - Constructor for class org.apache.oodt.pcs.listing.ListingConf
Constructs a new ListingConf with the given File.
ListingConfKeys - Interface in org.apache.oodt.pcs.listing
Met keys required to read the ListingConf.
ListProducts() - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
ListRetriever - Class in org.apache.oodt.cas.pushpull.retrievalmethod
 
ListRetriever() - Constructor for class org.apache.oodt.cas.pushpull.retrievalmethod.ListRetriever
 
Literal - Class in org.apache.oodt.xmlps.queryparser
A value literal.
Literal(String) - Constructor for class org.apache.oodt.xmlps.queryparser.Literal
 
liveHasProduct(String, String, String) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
Performs a XmlRpcFileManagerClient.hasProduct(String) check against a live File Manager, bypassing the Cache.
LOAD - Static variable in interface org.apache.oodt.cas.resource.metadata.JobMetadata
 
LOAD_FIFTEEN - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
LOAD_FIVE - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
LOAD_ONE - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
loadActionsFromBeanFactory(ApplicationContext, List<String>) - Method in class org.apache.oodt.cas.crawl.action.CrawlerActionRepo
 
LoadCalculator - Interface in org.apache.oodt.cas.resource.monitor.ganglia.loadcalc
 
LoadCalculatorFactory - Interface in org.apache.oodt.cas.resource.monitor.ganglia.loadcalc
 
LoadCatalogRepositoryCliAction - Class in org.apache.oodt.cas.catalog.cli.action
A CmdLineAction which allows Catalogs to be loaded from an existing CatalogRepositoryFactory and to be add to a running Catalog Service from an existing Spring bean XML file.
LoadCatalogRepositoryCliAction() - Constructor for class org.apache.oodt.cas.catalog.cli.action.LoadCatalogRepositoryCliAction
 
loadCatalogs(String) - Static method in class org.apache.oodt.cas.catalog.util.SpringUtils
 
LoadCatalogsCliAction - Class in org.apache.oodt.cas.catalog.cli.action
A CmdLineAction which loads Catalogs from a Spring XML file and adds them to the running Catalog Service.
LoadCatalogsCliAction() - Constructor for class org.apache.oodt.cas.catalog.cli.action.LoadCatalogsCliAction
 
loadClass(String, boolean) - Method in class org.apache.oodt.cas.catalog.util.PluginClassLoader
 
loadConfigFile(File) - Method in class org.apache.oodt.cas.pushpull.config.Config
Opens the configuration file and adds its properties to System properties
loadGraphs(Set<String>) - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository
 
loadMetadataFromXmlStream(InputStream) - Method in class org.apache.oodt.cas.metadata.SerializableMetadata
Reloads this SerializableMetadata from an InputStream in the format created by writeMetadataToXmlStream(OutputStream).
loadNodes() - Method in interface org.apache.oodt.cas.resource.noderepo.NodeRepository
 
loadNodes() - Method in class org.apache.oodt.cas.resource.noderepo.XmlNodeRepository
 
loadParserInfo(File) - Method in class org.apache.oodt.cas.pushpull.config.ParserInfo
 
loadProperties() - Static method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
loadProperties(Properties, Class, String) - Static method in class org.apache.oodt.commons.util.Utility
Load properties from a resource.
loadPropertyAdder(String) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
loadProtocolFactoryInfoFromFile(File) - Method in class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
loadQueues() - Method in interface org.apache.oodt.cas.resource.queuerepo.QueueRepository
 
loadQueues() - Method in class org.apache.oodt.cas.resource.queuerepo.XmlQueueRepository
 
loadRemoteSpecs(File) - Method in class org.apache.oodt.cas.pushpull.config.RemoteSpecs
 
loadScript() - Method in class org.apache.oodt.commons.database.SqlScript
 
loadSupportedActions() - Method in interface org.apache.oodt.cas.cli.action.store.CmdLineActionStore
 
loadSupportedActions() - Method in class org.apache.oodt.cas.cli.action.store.spring.SpringCmdLineActionStore
 
loadSupportedOptions() - Method in interface org.apache.oodt.cas.cli.option.store.CmdLineOptionStore
 
loadSupportedOptions() - Method in class org.apache.oodt.cas.cli.option.store.spring.SpringCmdLineOptionStore
 
LocalCache - Class in org.apache.oodt.cas.filemgr.ingest
 
LocalCache(URL, String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
LocalCache(URL, String, List<String>, String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
LocalCacheFactory - Class in org.apache.oodt.cas.filemgr.ingest
 
LocalCacheFactory() - Constructor for class org.apache.oodt.cas.filemgr.ingest.LocalCacheFactory
 
LocalDataTransferer - Class in org.apache.oodt.cas.filemgr.datatransfer
 
LocalDataTransferer() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
Default Constructor
LocalDataTransferFactory - Class in org.apache.oodt.cas.filemgr.datatransfer
 
LocalDataTransferFactory() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory
Default Constructor
LOCALTIME - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
LOCATION - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
locations - Variable in class org.apache.oodt.profile.ResourceAttributes
Locations, zero or more Strings.
LOG - Static variable in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
LOG - Static variable in class org.apache.oodt.cas.crawl.ProductCrawler
 
LOG - Static variable in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
LOG - Static variable in class org.apache.oodt.cas.resource.util.XmlStructFactory
 
LOG - Static variable in class org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory
 
LOG - Static variable in class org.apache.oodt.cas.workflow.util.XmlStructFactory
 
log(Incident) - Method in class org.apache.oodt.commons.activity.Activity
Log the given incident.
Log - Class in org.apache.oodt.commons.io
The log.
LOG - Static variable in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 
LOG_METADATA_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
LogEvent - Class in org.apache.oodt.commons.io
Logging event.
LogEvent(Date, String, Object, String) - Constructor for class org.apache.oodt.commons.io.LogEvent
Create a "message logged" event.
LogEvent(String, Date, String) - Constructor for class org.apache.oodt.commons.io.LogEvent
Create a "stream started" event.
LogEvent(String) - Constructor for class org.apache.oodt.commons.io.LogEvent
Create a "stream stopped" event.
LogEventMultiplexer - Class in org.apache.oodt.commons.util
Multiplexer for logging events.
LogEventMultiplexer() - Constructor for class org.apache.oodt.commons.util.LogEventMultiplexer
 
LogFilter - Class in org.apache.oodt.commons.io
A filter for log messages.
LogFilter(LogListener, boolean, Object[]) - Constructor for class org.apache.oodt.commons.io.LogFilter
Create a log filter.
LogFilter(LogListener, boolean) - Constructor for class org.apache.oodt.commons.io.LogFilter
Create a log filter.
logger - Variable in class org.apache.oodt.cas.pge.PGETaskInstance
 
LoggerOutputStream - Class in org.apache.oodt.commons.io
OutputStream wrapper around a java Logger.
LoggerOutputStream(Logger) - Constructor for class org.apache.oodt.commons.io.LoggerOutputStream
 
LoggerOutputStream(Logger, Level) - Constructor for class org.apache.oodt.commons.io.LoggerOutputStream
 
LoggerOutputStream(Logger, int) - Constructor for class org.apache.oodt.commons.io.LoggerOutputStream
 
LoggerOutputStream(Logger, int, Level) - Constructor for class org.apache.oodt.commons.io.LoggerOutputStream
 
login(String, String) - Method in class org.apache.oodt.security.sso.DummyImpl
 
login(String, String) - Method in class org.apache.oodt.security.sso.OpenSSOImpl
 
login(String, String) - Method in interface org.apache.oodt.security.sso.SingleSignOn
Logs the user with the provided username and password in to the SSO authentication mechanism.
LOGIN_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
LogInit - Class in org.apache.oodt.commons.util
The LogInit class is intended to be used to initialize the logging capability implemented by the Log class.
LogInit() - Constructor for class org.apache.oodt.commons.util.LogInit
Constructor given no arguments.
LogInit.EnterpriseLogFilter - Class in org.apache.oodt.commons.util
Log filter that uses strings as category objects.
LogInit.EnterpriseLogFilter(LogListener, boolean, Object[]) - Constructor for class org.apache.oodt.commons.util.LogInit.EnterpriseLogFilter
Construct an EnterpriseLogFilter.
LoginServlet - Class in org.apache.oodt.grid
Controller servlet that authenticates the administrator password.
LoginServlet() - Constructor for class org.apache.oodt.grid.LoginServlet
 
LogListener - Interface in org.apache.oodt.commons.io
Listener for logging events.
logMemoryStats(String) - Static method in class org.apache.oodt.commons.util.Utility
Log statistics on memory to stderr.
LogOpExpression - Class in org.apache.oodt.xmlps.queryparser
A logical expression with a left-hand side and right hind-side Expression.
LogOpExpression(String, Expression, Expression) - Constructor for class org.apache.oodt.xmlps.queryparser.LogOpExpression
 
logout() - Method in class org.apache.oodt.security.sso.DummyImpl
 
logout(String) - Method in class org.apache.oodt.security.sso.opensso.SSOProxy
 
logout() - Method in class org.apache.oodt.security.sso.OpenSSOImpl
 
logout() - Method in interface org.apache.oodt.security.sso.SingleSignOn
Logs the current SSO user out of her session.
LOGOUT_COMMAND - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
LOGOUT_ENDPOINT - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
LogWriter - Class in org.apache.oodt.commons.io
A writer for log messages.
LONG_NAME - Static variable in class org.apache.oodt.opendapps.extractors.DasMetadataExtractor
 
LongCondition - Class in org.apache.oodt.cas.workflow.examples
 
LongCondition() - Constructor for class org.apache.oodt.cas.workflow.examples.LongCondition
 
LongJob - Class in org.apache.oodt.cas.resource.examples
 
LongJob() - Constructor for class org.apache.oodt.cas.resource.examples.LongJob
 
LongTask - Class in org.apache.oodt.cas.workflow.examples
 
LongTask() - Constructor for class org.apache.oodt.cas.workflow.examples.LongTask
 
LongTransactionIdFactory - Class in org.apache.oodt.cas.catalog.struct.impl.transaction
 
LongTransactionIdFactory() - Constructor for class org.apache.oodt.cas.catalog.struct.impl.transaction.LongTransactionIdFactory
 
lookingAhead - Variable in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
lookup(Metadata) - Method in interface org.apache.oodt.cas.catalog.struct.Dictionary
Given a Metadata object a lookup call to a given dictionary will always return the same TermBucket.
lookup(Metadata) - Method in class org.apache.oodt.cas.catalog.struct.impl.dictionary.WorkflowManagerDictionary
 
lookup(String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
lookup(Name) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
lookup(String) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
lookup(Name) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
lookupLink(String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
lookupLink(Name) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
lookupLink(String) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
lookupLink(Name) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
LOW - Static variable in class org.apache.oodt.cas.workflow.structs.Priority
 
LRUQueueManager - Class in org.apache.oodt.cas.resource.scheduler
 
LRUQueueManager(QueueManager) - Constructor for class org.apache.oodt.cas.resource.scheduler.LRUQueueManager
 
LRUScheduler - Class in org.apache.oodt.cas.resource.scheduler
 
LRUScheduler(Monitor, Batchmgr, JobQueue, LRUQueueManager) - Constructor for class org.apache.oodt.cas.resource.scheduler.LRUScheduler
 
LRUSchedulerFactory - Class in org.apache.oodt.cas.resource.scheduler
 
LRUSchedulerFactory() - Constructor for class org.apache.oodt.cas.resource.scheduler.LRUSchedulerFactory
 
ls() - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
ls(ProtocolFileFilter) - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
ls() - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
 
ls(ProtocolFileFilter) - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
ls() - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
ls(ProtocolFileFilter) - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
ls() - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
ls(ProtocolFileFilter) - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
ls() - Method in interface org.apache.oodt.cas.protocol.Protocol
 
ls(ProtocolFileFilter) - Method in interface org.apache.oodt.cas.protocol.Protocol
 
ls() - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
ls(ProtocolFileFilter) - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
ls(Protocol, RemoteSiteFile) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
ls(RemoteSite, Protocol) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
ls(RemoteSite, Protocol, ProtocolFileFilter) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
LT - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
LuceneCatalog - Class in org.apache.oodt.cas.filemgr.catalog
 
LuceneCatalog(String, ValidationLayer, int, long, long, int) - Constructor for class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
LuceneCatalogFactory - Class in org.apache.oodt.cas.filemgr.catalog
 
LuceneCatalogFactory() - Constructor for class org.apache.oodt.cas.filemgr.catalog.LuceneCatalogFactory
 
LuceneIngestMapper - Class in org.apache.oodt.cas.catalog.mapping
 
LuceneIngestMapper() - Constructor for class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapper
 
LuceneIngestMapperFactory - Class in org.apache.oodt.cas.catalog.mapping
 
LuceneIngestMapperFactory() - Constructor for class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapperFactory
 
LuceneQueryCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which converts a Lucene-like query into a File Manager Query and returns the results.
LuceneQueryCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.LuceneQueryCliAction
 
LuceneWorkflowInstanceRepository - Class in org.apache.oodt.cas.workflow.instrepo
 
LuceneWorkflowInstanceRepository(String, int) - Constructor for class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
LuceneWorkflowInstanceRepositoryFactory - Class in org.apache.oodt.cas.workflow.instrepo
 
LuceneWorkflowInstanceRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepositoryFactory
 

M

MAGIC_ATTR - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
MailTask - Class in org.apache.oodt.cas.workflow.examples
A CAS WorkflowTaskInstance responsible for sending an email to a recipient notifying them of ingest.
MailTask() - Constructor for class org.apache.oodt.cas.workflow.examples.MailTask
 
main(String[]) - Static method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
main(String[]) - Static method in class org.apache.oodt.cas.catalog.server.CatalogServiceCommandLineClient
 
main(String[]) - Static method in class org.apache.oodt.cas.catalog.server.CatalogServiceServerLauncher
 
main(String[]) - Static method in class org.apache.oodt.cas.catalog.util.QueryUtils
 
main(String[]) - Static method in class org.apache.oodt.cas.crawl.action.EmailNotification
 
main(String[]) - Static method in class org.apache.oodt.cas.crawl.action.IngestAncillary
 
main(String[]) - Static method in class org.apache.oodt.cas.crawl.CrawlerLauncher
 
main(String[]) - Static method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemonController
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.browser.system.XmlRpcFilemgrBrowser
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.ingest.CmdLineIngester
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServerFactory
 
main(String[]) - Static method in exception org.apache.oodt.cas.filemgr.structs.exceptions.IngestException
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.DeleteProduct
Deprecated.
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.DumpDbElementsToXml
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.MetadataBasedProductMover
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.MetadataDumper
Deprecated.
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.OptimizeLuceneCatalog
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.ProductDumper
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.ProductTypeDocTool
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.QueryTool
Deprecated.
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
The main method.
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
main(String[]) - Static method in class org.apache.oodt.cas.metadata.extractors.CopyAndRewriteExtractor
 
main(String[]) - Static method in class org.apache.oodt.cas.metadata.extractors.ExternMetExtractor
 
main(String[]) - Static method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenMetExtractor
 
main(String[]) - Static method in class org.apache.oodt.cas.metadata.extractors.MetReaderExtractor
 
main(String[]) - Static method in class org.apache.oodt.cas.metadata.extractors.TikaCmdLineMetExtractor
 
main(String[]) - Static method in class org.apache.oodt.cas.pge.PGETask
 
main(String[]) - Static method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
main(String[]) - Static method in class org.apache.oodt.cas.protocol.system.ProtocolCommandLine
 
main(String[]) - Static method in class org.apache.oodt.cas.pushpull.daemon.Daemon
Starts the program
main(String[]) - Static method in class org.apache.oodt.cas.pushpull.daemon.DaemonController
Driver method -- starts the CrawlDaemonController
main(String[]) - Static method in class org.apache.oodt.cas.pushpull.daemon.DaemonLauncher
 
main(String[]) - Static method in class org.apache.oodt.cas.pushpull.util.ExpressionValidator
 
main(String[]) - Static method in class org.apache.oodt.cas.resource.examples.TestResmgr
 
main(String[]) - Static method in class org.apache.oodt.cas.resource.monitor.utils.MockGmetad
 
main(String[]) - Static method in class org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub
 
main(String[]) - Static method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
main(String[]) - Static method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
main(String[]) - Static method in class org.apache.oodt.cas.resource.tools.JobSubmitter
 
main(String[]) - Static method in class org.apache.oodt.cas.resource.tools.RunDirJobSubmitter
 
main(String[]) - Static method in class org.apache.oodt.cas.workflow.gui.WorkflowGUI
 
main(String[]) - Static method in class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
 
main(String[]) - Static method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
main(String[]) - Static method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
main(String[]) - Static method in class org.apache.oodt.cas.workflow.tools.InstanceRepoCleaner
 
main(String[]) - Static method in class org.apache.oodt.commons.activity.SQLDatabaseRetrieval
Execute the SQLDatabaseRetrieval class via the command-line.
main(String[]) - Static method in class org.apache.oodt.commons.database.SqlScript
 
main(String[]) - Static method in class org.apache.oodt.commons.date.DateUtils
 
main(String[]) - Static method in class org.apache.oodt.commons.ExecServer
Start a server.
main(String[]) - Static method in class org.apache.oodt.commons.MultiServer
Start the multi server.
main(String[]) - Static method in class org.apache.oodt.commons.util.Base64
Command-line runner that encodes or decodes.
main(String[]) - Static method in class org.apache.oodt.opendapps.Profiler
Command line invocation method.
main(String[]) - Static method in class org.apache.oodt.opendapps.util.OpendapURLEvaluator
 
main(String[]) - Static method in class org.apache.oodt.pcs.tools.PCSHealthMonitor
 
main(String[]) - Static method in class org.apache.oodt.pcs.tools.PCSLongLister
 
main(String[]) - Static method in class org.apache.oodt.pcs.tools.PCSTrace
 
main(String[]) - Static method in class org.apache.oodt.product.handlers.ofsn.MD5GetHandler
Use this method ot generate a test MD5 of a provide File specified in args[0].
main(String[]) - Static method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Auto-generated main method
main(String[]) - Static method in class org.apache.oodt.profile.handlers.lightweight.LightweightProfileServer
Application execution entry point.
main(String[]) - Static method in class org.apache.oodt.profile.Profile
Try to parse an XML profile in a file in its XML vocabulary.
main(String[]) - Static method in class org.apache.oodt.security.sso.opensso.SSOProxy
 
main(String[]) - Static method in class org.apache.oodt.xmlps.product.XMLPSProductHandler
 
main(String[]) - Static method in class org.apache.oodt.xmlquery.Statistic
 
main(String[]) - Static method in class org.apache.oodt.xmlquery.XMLQuery
 
MAIN_VIEW - Static variable in class org.apache.oodt.cas.workflow.gui.perspective.build.BuildPerspective
 
MainWindow - Class in org.apache.oodt.cas.filemgr.browser.view
 
MainWindow() - Constructor for class org.apache.oodt.cas.filemgr.browser.view.MainWindow
 
MajorMinorVersionTypeHandler - Class in org.apache.oodt.cas.filemgr.structs.type.examples
Handler metadata element values whose original format is: \d{1,2}.\d{0,2} Return Catalog value format: \d\d.\d\d Return original value format: \d{1,2}.\d{1,2}
MajorMinorVersionTypeHandler() - Constructor for class org.apache.oodt.cas.filemgr.structs.type.examples.MajorMinorVersionTypeHandler
 
makeProfiles(File) - Method in class org.apache.oodt.opendapps.Profiler
Method to generate OODT profiles according to the specifications contained in a configuration file.
MappedDataSourceCatalog - Class in org.apache.oodt.cas.filemgr.catalog
 
MappedDataSourceCatalog(DataSource, ValidationLayer, boolean, int, long, Properties) - Constructor for class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
Constructs a new MappedDataSourceCatalog.
MappedDataSourceCatalogFactory - Class in org.apache.oodt.cas.filemgr.catalog
 
MappedDataSourceCatalogFactory() - Constructor for class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalogFactory
 
Mapping - Class in org.apache.oodt.xmlps.mapping
An Mapping is a List of MappingFields that define the translation of common ontological queries into queries against a local site's DBMS
Mapping() - Constructor for class org.apache.oodt.xmlps.mapping.Mapping
 
Mapping(Map<String, MappingField>, DatabaseTableGroup, String, String) - Constructor for class org.apache.oodt.xmlps.mapping.Mapping
 
mapping - Variable in class org.apache.oodt.xmlps.product.XMLPSProductHandler
 
MappingField - Class in org.apache.oodt.xmlps.mapping
A field within a mapping.xml file that defines the relationship between CDEs and the underlying attributes of a local site's DBMS.
MappingField(String, FieldType, String, String, String, FieldScope, List<MappingFunc>, boolean) - Constructor for class org.apache.oodt.xmlps.mapping.MappingField
 
MappingField() - Constructor for class org.apache.oodt.xmlps.mapping.MappingField
 
MappingFunc - Interface in org.apache.oodt.xmlps.mapping.funcs
A function to convert CDEValues from a CDE domain vocabulary into a SDE domain vocabulary
MappingReader - Class in org.apache.oodt.xmlps.mapping
A static final reader class for reading Mappings.
MappingReaderMetKeys - Interface in org.apache.oodt.xmlps.mapping
Met Keys for the MappingReader
markAsDynamicMetadataKey(String...) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Use to mark LOCAL keys which should be moved into DYNAMIC metadata when PgeMetadata.commitMarkedDynamicMetadataKeys(String...) is invoked.
markAsFailed(File, String) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
markAsFailed(ProtocolFile, String) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
markAsFailed(String, String) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DataFileToPropFileLinker
 
MATRIX_COL_TAG - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
MATRIX_ROW_TAG - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
MATRIX_TAG_NAME - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
max - Variable in class org.apache.oodt.profile.RangedProfileElement
Maximum value.
MAX_ALLOWABLE_GAP_MINUTES - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
MAX_CONN_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
MAX_CPU_TIME - Static variable in interface org.apache.oodt.cas.resource.util.UlimitMetKeys
 
MAX_LOCKED_MEMORY - Static variable in interface org.apache.oodt.cas.resource.util.UlimitMetKeys
 
MAX_MEMORY_SIZE - Static variable in interface org.apache.oodt.cas.resource.util.UlimitMetKeys
 
MAX_OPEN_FILES - Static variable in interface org.apache.oodt.cas.resource.util.UlimitMetKeys
 
MAX_PIPE_SIZE - Static variable in interface org.apache.oodt.cas.resource.util.UlimitMetKeys
 
MAX_STACK_SIZE - Static variable in interface org.apache.oodt.cas.resource.util.UlimitMetKeys
 
MAX_USER_PROCESSES - Static variable in interface org.apache.oodt.cas.resource.util.UlimitMetKeys
 
MAX_VIRTUAL_MEMORY - Static variable in interface org.apache.oodt.cas.resource.util.UlimitMetKeys
 
MAXIMUM_FRACTION_DIGITS - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
maxNextCharInd - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
maxOccurrence - Variable in class org.apache.oodt.profile.ProfileElement
My maxOccurrence.
MD5GetHandler - Class in org.apache.oodt.product.handlers.ofsn
A OFSNGetHandler to perform an MD5 for a file on the server side.
MD5GetHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.MD5GetHandler
 
meaning - Variable in class org.apache.oodt.cas.catalog.query.CustomWrapperQueryExpression
 
MEDIUM - Static variable in class org.apache.oodt.cas.workflow.structs.Priority
 
MEDIUM_HIGH - Static variable in class org.apache.oodt.cas.workflow.structs.Priority
 
MEDIUM_LOW - Static variable in class org.apache.oodt.cas.workflow.structs.Priority
 
MEMORY_LOGGER - Static variable in class org.apache.oodt.commons.util.LogInit
The single memory logger for an application.
MemoryBasedCatalogRepository - Class in org.apache.oodt.cas.catalog.repository
 
MemoryBasedCatalogRepository() - Constructor for class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepository
 
MemoryBasedCatalogRepositoryFactory - Class in org.apache.oodt.cas.catalog.repository
 
MemoryBasedCatalogRepositoryFactory() - Constructor for class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepositoryFactory
 
MemoryBasedIngestMapper - Class in org.apache.oodt.cas.catalog.mapping
 
MemoryBasedIngestMapper() - Constructor for class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
MemoryBasedIngestMapperFactory - Class in org.apache.oodt.cas.catalog.mapping
 
MemoryBasedIngestMapperFactory() - Constructor for class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapperFactory
 
MemoryJobRepository - Class in org.apache.oodt.cas.resource.jobrepo
 
MemoryJobRepository() - Constructor for class org.apache.oodt.cas.resource.jobrepo.MemoryJobRepository
 
MemoryJobRepositoryFactory - Class in org.apache.oodt.cas.resource.jobrepo
 
MemoryJobRepositoryFactory() - Constructor for class org.apache.oodt.cas.resource.jobrepo.MemoryJobRepositoryFactory
 
MemoryLogger - Class in org.apache.oodt.commons.util
In-memory logger.
MemoryLogger() - Constructor for class org.apache.oodt.commons.util.MemoryLogger
Create a memory logger.
MemoryLogger(int) - Constructor for class org.apache.oodt.commons.util.MemoryLogger
Create a memory logger.
MemoryWorkflowInstanceRepository - Class in org.apache.oodt.cas.workflow.instrepo
 
MemoryWorkflowInstanceRepository(int) - Constructor for class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
Default Constructor
MemoryWorkflowInstanceRepositoryFactory - Class in org.apache.oodt.cas.workflow.instrepo
 
MemoryWorkflowInstanceRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepositoryFactory
Default Constructor
MenuBar - Class in org.apache.oodt.cas.filemgr.browser.view.menus
 
MenuBar(ActionListener, ActionListener) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.menus.MenuBar
 
menuItem1ActionPerformed(ActionEvent, DefaultMutableTreeNode, DefaultTreeModel) - Method in class org.apache.oodt.profile.gui.LeafListener
 
menuItem2ActionPerformed(ActionEvent, DefaultMutableTreeNode, DefaultTreeModel) - Method in class org.apache.oodt.profile.gui.LeafListener
 
merge(Metadata, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
mergeProperties(Properties) - Method in class org.apache.oodt.commons.Configuration
Merge the properties in the configuration into the given properties.
mergeTwoFiles(VirtualFile, VirtualFile) - Static method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
messageLogged(LogEvent) - Method in class org.apache.oodt.commons.io.LogFilter
Filter the event, and possibly pass it onto the registered listener.
messageLogged(LogEvent) - Method in interface org.apache.oodt.commons.io.LogListener
A message got logged.
messageLogged(LogEvent) - Method in class org.apache.oodt.commons.io.WriterLogger
Log a message to the writer.
messageLogged(LogEvent) - Method in class org.apache.oodt.commons.util.LogEventMultiplexer
 
messageLogged(LogEvent) - Method in class org.apache.oodt.commons.util.MemoryLogger
 
MET_AREA_PATH - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
MET_EXTENSION - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
MET_EXTRACTOR_CONF_UPLOAD_PATH - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
MET_FIELD_COLS_GROUP - Static variable in interface org.apache.oodt.pcs.listing.ListingConfKeys
 
MET_FIELDS_ORDER_VECTOR - Static variable in interface org.apache.oodt.pcs.listing.ListingConfKeys
 
MET_FILE_EXT - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
MET_FILE_EXT_ATTR - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternConfigReaderMetKeys
 
MET_FILE_PLACE_HOLDER - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternMetExtractorMetKeys
 
MET_FILE_WRITER_CLASS_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
MET_LIST_TO_PRINT - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
metadata - Variable in class org.apache.oodt.cas.catalog.metadata.TransactionalMetadata
 
Metadata - Class in org.apache.oodt.cas.metadata
Metadata is a Map of String keys mapped to Object values.
Metadata() - Constructor for class org.apache.oodt.cas.metadata.Metadata
 
Metadata(Metadata) - Constructor for class org.apache.oodt.cas.metadata.Metadata
 
Metadata.Group - Class in org.apache.oodt.cas.metadata
 
Metadata.Group(String) - Constructor for class org.apache.oodt.cas.metadata.Metadata.Group
 
METADATA_KEY_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
METADATA_MISSING - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
METADATA_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
MetadataBasedFileVersioner - Class in org.apache.oodt.cas.filemgr.versioning
 
MetadataBasedFileVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
MetadataBasedFileVersioner(String) - Constructor for class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
MetadataBasedProductMover - Class in org.apache.oodt.cas.filemgr.tools
 
MetadataBasedProductMover(String, String) - Constructor for class org.apache.oodt.cas.filemgr.tools.MetadataBasedProductMover
Default constructor.
MetadataBrowser - Class in org.apache.oodt.cas.webcomponents.filemgr.browser.metadata
Metadata-view popup.
MetadataBrowser(String, String, String) - Constructor for class org.apache.oodt.cas.webcomponents.filemgr.browser.metadata.MetadataBrowser
 
MetadataDumper - Class in org.apache.oodt.cas.filemgr.tools
Deprecated.
MetadataDumper(String) - Constructor for class org.apache.oodt.cas.filemgr.tools.MetadataDumper
Deprecated.
 
MetadataExtractor - Interface in org.apache.oodt.opendapps.extractors
Interface for extracting metadata from a generic web accessible resource into a CAS metadata container.
MetadataKeyReplacerTemplateWriter - Class in org.apache.oodt.cas.pge.writers
Simple template based replacement writer, replaces $variables inside of a text file template with information computed by Apache OODT (e.g., from environment variables, from input workflow or file metadata, derived metadata, etc etc.) Multi-valued metadata keys are expanded to joined strings delimited by the 2nd varargs argument to DynamicConfigFileWriter.createConfigFile(String, Metadata, Object...).
MetadataKeyReplacerTemplateWriter() - Constructor for class org.apache.oodt.cas.pge.writers.MetadataKeyReplacerTemplateWriter
 
MetadataListPcsMetFileWriter - Class in org.apache.oodt.cas.pge.writers.metlist
 
MetadataListPcsMetFileWriter() - Constructor for class org.apache.oodt.cas.pge.writers.metlist.MetadataListPcsMetFileWriter
 
MetadataResource - Class in org.apache.oodt.cas.curation.service
 
MetadataResource() - Constructor for class org.apache.oodt.cas.curation.service.MetadataResource
 
MetadataResource(ServletContext) - Constructor for class org.apache.oodt.cas.curation.service.MetadataResource
 
MetadataResource - Class in org.apache.oodt.cas.product.jaxrs.resources
A JAX-RS resource representing a Metadata object.
MetadataResource() - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.MetadataResource
Default constructor required by JAXB.
MetadataResource(Metadata) - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.MetadataResource
Constructor that sets the metadata for the resource.
MetadataResource.MetadataEntry - Class in org.apache.oodt.cas.product.jaxrs.resources
Represents a metadata keyval entry.
MetadataResource.MetadataEntry() - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.MetadataResource.MetadataEntry
Default constructor required by JAXB.
MetadataResource.MetadataEntry(String, List<String>) - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.MetadataResource.MetadataEntry
Constructor that creates a metadata entry using the supplied key and list of values.
MetadataTimeEvent - Class in org.apache.oodt.cas.catalog.query.filter.time
 
MetadataTimeEvent(long, long, TransactionalMetadata) - Constructor for class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEvent
 
MetadataTimeEvent(long, long, double, TransactionalMetadata) - Constructor for class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEvent
 
MetadataTimeEventFilterAlgorithm - Class in org.apache.oodt.cas.catalog.query.filter.time
 
MetadataTimeEventFilterAlgorithm() - Constructor for class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventFilterAlgorithm
 
MetadataTimeEventFilterAlgorithm(long) - Constructor for class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventFilterAlgorithm
 
MetadataTimeEventQueryFilter - Class in org.apache.oodt.cas.catalog.query.filter.time
 
MetadataTimeEventQueryFilter() - Constructor for class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventQueryFilter
 
metadataToFilterType(List<TransactionalMetadata>) - Method in class org.apache.oodt.cas.catalog.query.filter.QueryFilter
 
metadataToFilterType(List<TransactionalMetadata>) - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventQueryFilter
 
MetExtractionException - Exception in org.apache.oodt.cas.metadata.exceptions
 
MetExtractionException() - Constructor for exception org.apache.oodt.cas.metadata.exceptions.MetExtractionException
 
MetExtractionException(String) - Constructor for exception org.apache.oodt.cas.metadata.exceptions.MetExtractionException
 
MetExtractionException(String, Throwable) - Constructor for exception org.apache.oodt.cas.metadata.exceptions.MetExtractionException
 
MetExtractionException(Throwable) - Constructor for exception org.apache.oodt.cas.metadata.exceptions.MetExtractionException
 
MetExtractor - Interface in org.apache.oodt.cas.metadata
 
MetExtractorConfig - Interface in org.apache.oodt.cas.metadata
 
MetExtractorConfigReader - Interface in org.apache.oodt.cas.metadata
 
MetExtractorConfigReaderException - Exception in org.apache.oodt.cas.metadata.exceptions
Exception throw when error occurs while parsing a config File into a MetExtractorConfig
MetExtractorConfigReaderException() - Constructor for exception org.apache.oodt.cas.metadata.exceptions.MetExtractorConfigReaderException
 
MetExtractorConfigReaderException(String) - Constructor for exception org.apache.oodt.cas.metadata.exceptions.MetExtractorConfigReaderException
 
MetExtractorConfigReaderException(String, Throwable) - Constructor for exception org.apache.oodt.cas.metadata.exceptions.MetExtractorConfigReaderException
 
MetExtractorException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
MetExtractorException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.MetExtractorException
 
MetExtractorException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.MetExtractorException
 
MetExtractorProductCrawler - Class in org.apache.oodt.cas.crawl
 
MetExtractorProductCrawler() - Constructor for class org.apache.oodt.cas.crawl.MetExtractorProductCrawler
 
MetExtractorSpec - Class in org.apache.oodt.cas.crawl.typedetection
 
MetExtractorSpec() - Constructor for class org.apache.oodt.cas.crawl.typedetection.MetExtractorSpec
Default Constructor.
MetExtractorSpec(String, String, List<String>) - Constructor for class org.apache.oodt.cas.crawl.typedetection.MetExtractorSpec
Constructs a new spec with the given parameters.
Method - Class in org.apache.oodt.cas.pushpull.expressions
 
Method(String) - Constructor for class org.apache.oodt.cas.pushpull.expressions.Method
 
MethodException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
MethodException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.MethodException
 
MethodException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.MethodException
 
MetReaderConfig - Class in org.apache.oodt.cas.metadata.extractors
 
MetReaderConfig() - Constructor for class org.apache.oodt.cas.metadata.extractors.MetReaderConfig
 
MetReaderConfigReader - Class in org.apache.oodt.cas.metadata.extractors
 
MetReaderConfigReader() - Constructor for class org.apache.oodt.cas.metadata.extractors.MetReaderConfigReader
 
MetReaderExtractor - Class in org.apache.oodt.cas.metadata.extractors
 
MetReaderExtractor() - Constructor for class org.apache.oodt.cas.metadata.extractors.MetReaderExtractor
Default Constructor
MetReaderExtractor(String) - Constructor for class org.apache.oodt.cas.metadata.extractors.MetReaderExtractor
Constructs a new MetReaderExtractor that looks for met files with the given metFileExt.
Metric - Class in org.apache.oodt.cas.resource.monitor.ganglia.configuration
 
Metric(String, String, String, String, String, String, String, String, String) - Constructor for class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
METRIC - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
MetViewerServlet - Class in org.apache.oodt.cas.curation.servlet
 
MetViewerServlet() - Constructor for class org.apache.oodt.cas.curation.servlet.MetViewerServlet
 
MiddlePane - Class in org.apache.oodt.cas.filemgr.browser.view.panels
 
MiddlePane() - Constructor for class org.apache.oodt.cas.filemgr.browser.view.panels.MiddlePane
 
MIME_FILE_RES_PATH - Static variable in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
 
MIME_REPO_ATTR - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
MIME_TAG - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
MIME_TYPE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
MIME_TYPE - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
MIME_TYPE_ATTR - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
MIME_TYPE_FTP - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_GIS - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_GOOGLE_EARTH - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_GRIDFTP - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_HDF - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_HTML - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_JSON - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
MIME_TYPE_LAS - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_NETCDF - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_OPENDAP - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_OPENDAP_DAS - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_OPENDAP_DDS - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_OPENDAP_DODS - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_OPENDAP_HTML - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_RSS - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_THREDDS - Static variable in class org.apache.oodt.opendapps.util.ProfileUtils
 
MIME_TYPE_XML - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
MIME_TYPES_HIERARCHY - Static variable in class org.apache.oodt.cas.crawl.AutoDetectProductCrawler
 
MimeExtractorConfigMetKeys - Interface in org.apache.oodt.cas.crawl.typedetection
 
MimeExtractorConfigReader - Class in org.apache.oodt.cas.crawl.typedetection
Static reader class for MimeExtractors.
MimeExtractorRepo - Class in org.apache.oodt.cas.crawl.typedetection
Repo of extractor spec and naming conventions mapped by mime-type.
MimeExtractorRepo() - Constructor for class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
Default Constructor
MimeExtractorRepo(List<MetExtractorSpec>, String, String, boolean) - Constructor for class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
Constructs a new MimeExtractorMappingFile with the given parameters.
mimeType - Variable in class org.apache.oodt.xmlquery.Result
The MIME type.
MimeTypeComparator - Class in org.apache.oodt.cas.metadata.preconditions
 
MimeTypeComparator() - Constructor for class org.apache.oodt.cas.metadata.preconditions.MimeTypeComparator
 
MimeTypeCrawlerAction - Class in org.apache.oodt.cas.crawl.action
Calls a CrawlerAction if this File matches the specified set of internal MimeTypeCrawlerAction.mimeTypes.
MimeTypeCrawlerAction() - Constructor for class org.apache.oodt.cas.crawl.action.MimeTypeCrawlerAction
 
MimeTypeExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors.examples
 
MimeTypeExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.examples.MimeTypeExtractor
 
MimeTypeUtils - Class in org.apache.oodt.cas.metadata.util
 
MimeTypeUtils() - Constructor for class org.apache.oodt.cas.metadata.util.MimeTypeUtils
 
MimeTypeUtils(String) - Constructor for class org.apache.oodt.cas.metadata.util.MimeTypeUtils
 
MimeTypeUtils(String, boolean) - Constructor for class org.apache.oodt.cas.metadata.util.MimeTypeUtils
 
MimeTypeUtils(InputStream, boolean) - Constructor for class org.apache.oodt.cas.metadata.util.MimeTypeUtils
 
min - Variable in class org.apache.oodt.profile.RangedProfileElement
Minimum value.
MockGmetad - Class in org.apache.oodt.cas.resource.monitor.utils
 
MockGmetad(int, String) - Constructor for class org.apache.oodt.cas.resource.monitor.utils.MockGmetad
 
MODE_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
ModelGraph - Class in org.apache.oodt.cas.workflow.gui.model
The graph to display per workflow in the Workflow Editor GUI.
ModelGraph(ModelNode) - Constructor for class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
ModelNode - Class in org.apache.oodt.cas.workflow.gui.model
Represents a node in the Workflow Model graph.
ModelNode(File) - Constructor for class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
ModelNode(File, String) - Constructor for class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
ModelNode(File, String, boolean) - Constructor for class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
modifyCatalog(String, List<Dictionary>, Index, Boolean, Boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
modifyElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
modifyElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
modifyElement(Element) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Modifies an existing Element in the ValidationLayer.
modifyElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
modifyIngestPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
modifyIngestPermission(String, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
modifyIngestPermission(String, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
modifyIngestPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
modifyIngestPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
modifyIngestPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
modifyIngestPermission(String, boolean) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
modifyIngestPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
modifyIngestPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
modifyProduct(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Modifies an existing Product within the Catalog.
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
modifyProduct(Hashtable<?, ?>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
modifyProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
modifyProductType(ProductType) - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Modifies a ProductType in the RepositoryManager with the specified ID field of the productType.
modifyProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
modifyProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
modifyQueryPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
modifyQueryPermission(String, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
modifyQueryPermission(String, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
modifyQueryPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
modifyQueryPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
modifyQueryPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
modifyQueryPermission(String, boolean) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
modifyQueryPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
modifyQueryPermission(String, boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
Monitor - Interface in org.apache.oodt.cas.resource.monitor
 
MONITOR_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
MONITOR_LEVEL_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
MonitorException - Exception in org.apache.oodt.cas.resource.structs.exceptions
 
MonitorException() - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.MonitorException
 
MonitorException(String) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.MonitorException
 
MonitorException(Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.MonitorException
 
MonitorException(String, Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.MonitorException
 
MonitorFactory - Interface in org.apache.oodt.cas.resource.monitor
 
mouseClicked(MouseEvent) - Method in class org.apache.oodt.cas.filemgr.browser.controller.TableListener
 
mouseClicked(MouseEvent) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView.MyGraphListener
 
mouseEntered(MouseEvent) - Method in class org.apache.oodt.cas.filemgr.browser.controller.TableListener
 
mouseEntered(MouseEvent) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView.MyGraphListener
 
mouseExited(MouseEvent) - Method in class org.apache.oodt.cas.filemgr.browser.controller.TableListener
 
mouseExited(MouseEvent) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView.MyGraphListener
 
mousePressed(MouseEvent) - Method in class org.apache.oodt.cas.filemgr.browser.controller.TableListener
 
mousePressed(MouseEvent) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView.MyGraphListener
 
mousePressed(MouseEvent) - Method in class org.apache.oodt.profile.gui.LeafListener
 
mouseReleased(MouseEvent) - Method in class org.apache.oodt.cas.filemgr.browser.controller.TableListener
 
mouseReleased(MouseEvent) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView.MyGraphListener
 
mouseReleased(MouseEvent) - Method in class org.apache.oodt.profile.gui.LeafListener
 
MOVE - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
MOVE_SELECTED - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
MoveFile - Class in org.apache.oodt.cas.crawl.action
Moves a Product file as a reponse to a Crawler lifecycle phase
MoveFile() - Constructor for class org.apache.oodt.cas.crawl.action.MoveFile
 
MOVEON_TO_FAIL_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
MOVEON_TO_SUCCESS_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
moveProduct(Hashtable<String, Object>, String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
moveProduct(Product, String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
moveProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.tools.MetadataBasedProductMover
 
moveProducts(String) - Method in class org.apache.oodt.cas.filemgr.tools.MetadataBasedProductMover
 
mPane - Variable in class org.apache.oodt.cas.filemgr.browser.view.MainWindow
 
MultiServer - Class in org.apache.oodt.commons
The MultiServer runs multiple server objects in a single JVM.
MultiServer() - Constructor for class org.apache.oodt.commons.MultiServer
 
MultiStatePerspective - Class in org.apache.oodt.cas.workflow.gui.perspective
A multi-state display perspective.
MultiStatePerspective(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
MultiStateView - Class in org.apache.oodt.cas.workflow.gui.perspective.view
A multi-state view.
MultiStateView(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.MultiStateView
 

N

name - Variable in class org.apache.oodt.cas.catalog.query.CustomQueryExpression
 
name - Variable in class org.apache.oodt.cas.catalog.term.Term
 
NAME - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
name - Variable in class org.apache.oodt.commons.ExecServer
Object key name.
name - Variable in class org.apache.oodt.profile.ProfileElement
My required name.
NAME_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
NAME_ATTR - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
NameProductIdGenerator - Class in org.apache.oodt.cas.filemgr.catalog.solr
Implementation of ProductIdGenerator that sets the Product identifier equal to the product name.
NameProductIdGenerator() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.NameProductIdGenerator
 
NAMESPACE_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
NAMESPACE_ATTR_PREFIX - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigReaderMetKeys
 
NAMESPACE_ATTR_URI - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigReaderMetKeys
 
NAMESPACE_TAG - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigReaderMetKeys
 
NameValueJobInput - Class in org.apache.oodt.cas.resource.structs
 
NameValueJobInput() - Constructor for class org.apache.oodt.cas.resource.structs.NameValueJobInput
Default Constructor.
NAMING_CONVENTION_TAG - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
NAMING_EXPR_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
NamingConvention - Interface in org.apache.oodt.cas.metadata.filenaming
Interface for renaming files.
NamingConventionException - Exception in org.apache.oodt.cas.metadata.exceptions
Exception throw by NamingConvention on error.
NamingConventionException() - Constructor for exception org.apache.oodt.cas.metadata.exceptions.NamingConventionException
 
NamingConventionException(String) - Constructor for exception org.apache.oodt.cas.metadata.exceptions.NamingConventionException
 
NamingConventionException(String, Throwable) - Constructor for exception org.apache.oodt.cas.metadata.exceptions.NamingConventionException
 
nativeId - Variable in class org.apache.oodt.cas.catalog.struct.TransactionId
 
NC_GLOBAL - Static variable in class org.apache.oodt.opendapps.extractors.DasMetadataExtractor
 
NcmlMetadataExtractor - Class in org.apache.oodt.opendapps.extractors
Implementation of MetadataExtractor that parses an NcML XML document.
NcmlMetadataExtractor(String) - Constructor for class org.apache.oodt.opendapps.extractors.NcmlMetadataExtractor
 
needsToBeDownloaded() - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
Net - Class in org.apache.oodt.commons.net
Network utilities.
Net() - Constructor for class org.apache.oodt.commons.net.Net
 
newFileMenuItemActionPerformed(ActionEvent) - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Auto-generated event handler method
newInstance() - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocolFactory
 
newInstance() - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocolFactory
 
newInstance() - Method in class org.apache.oodt.cas.protocol.http.HttpProtocolFactory
 
newInstance() - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocolFactory
 
newInstance() - Method in interface org.apache.oodt.cas.protocol.ProtocolFactory
 
newInstance() - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocolFactory
 
newInstance() - Method in class org.apache.oodt.cas.protocol.verify.BasicProtocolVerifierFactory
 
newInstance() - Method in interface org.apache.oodt.cas.protocol.verify.ProtocolVerifierFactory
 
newSession(Request, Response) - Method in class org.apache.oodt.cas.webcomponents.filemgr.FMBrowserAppBase
 
newSession(Request, Response) - Method in class org.apache.oodt.pcs.opsui.OpsuiApp
 
newTable(String[][]) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
newToken(int, String) - Static method in class org.apache.oodt.cas.catalog.query.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.oodt.cas.catalog.query.parser.Token
 
next - Variable in class org.apache.oodt.cas.catalog.query.parser.Token
A reference to the next regular (non-special) token from the input stream.
nextPage(RemoteSite, Protocol) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
nextPage(RemoteSite, Protocol, ProtocolFileFilter) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 
nextState() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
Advances this WorkflowProcessor to its next WorkflowState.
NO_FM_SPECIFIED - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
NO_WORKFLOW_ID - Static variable in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
NoAuthentication - Class in org.apache.oodt.cas.protocol.auth
Use when Protocol requires no Authentication
NoAuthentication() - Constructor for class org.apache.oodt.cas.protocol.auth.NoAuthentication
 
Node - Interface in org.apache.oodt.cas.catalog.query.parser
 
nodeAdd(WebMarkupContainer, String, PedigreeTreeNode, int, int) - Method in class org.apache.oodt.pcs.webcomponents.trace.TraceNode
 
nodeAlive() - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgrProxy
 
nodeArity() - Method in class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
nodeAvailable(JobSpec) - Method in class org.apache.oodt.cas.resource.scheduler.LRUScheduler
 
nodeAvailable(JobSpec) - Method in interface org.apache.oodt.cas.resource.scheduler.Scheduler
Returns the ResourceNode that is considered to be most available within our underlying set of resources for the given JobSpec.
nodeCreated() - Method in class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
NodeRepository - Interface in org.apache.oodt.cas.resource.noderepo
 
NodeRepositoryFactory - Interface in org.apache.oodt.cas.resource.noderepo
 
NON_TERM - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
NONBINDING - Static variable in class org.apache.oodt.commons.MultiServer
Indicates server won't be bound.
NoOpTask - Class in org.apache.oodt.cas.workflow.examples
Performs no action, an is a no-op.
NoOpTask() - Constructor for class org.apache.oodt.cas.workflow.examples.NoOpTask
 
NoRestrictionsCmdLineOptionValidator - Class in org.apache.oodt.cas.cli.option.validator
A CmdLineOptionValidator which always returns true.
NoRestrictionsCmdLineOptionValidator() - Constructor for class org.apache.oodt.cas.cli.option.validator.NoRestrictionsCmdLineOptionValidator
 
NOT - Static variable in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
 
NOT_EQUAL_TO - Static variable in interface org.apache.oodt.cas.metadata.preconditions.PreConditionOperatorMetKeys
 
NOT_STARTED - Static variable in interface org.apache.oodt.cas.curation.structs.IngestionTaskStatus
 
NotFoundException - Exception in org.apache.oodt.cas.product.jaxrs.exceptions
This type of exception returns an HTTP 'not found' response (status code 404) with an additional message.
NotFoundException(String) - Constructor for exception org.apache.oodt.cas.product.jaxrs.exceptions.NotFoundException
Constructor that adds a message to the 'not found' (status code 404) HTTP response.
notifyChange(WorkflowProcessor, ChangeType) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
notifyChange(WorkflowProcessor, ChangeType) - Method in interface org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorListener
 
notifyListeners(ViewChange<?>) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
notifyListeners() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
notifyMonitor(ResourceNode, JobSpec) - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgr
 
notParsing() - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
NotQueryExpression - Class in org.apache.oodt.cas.catalog.query
 
NotQueryExpression() - Constructor for class org.apache.oodt.cas.catalog.query.NotQueryExpression
 
NotQueryExpression(QueryExpression) - Constructor for class org.apache.oodt.cas.catalog.query.NotQueryExpression
 
NS - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
NS - Static variable in class org.apache.oodt.grid.Configuration
XML namespace
NS_NAME_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
NS_OUTER_TAG - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
NS_TAG - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
NS_VALUE_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
NULL - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
NullActivity - Class in org.apache.oodt.commons.activity
A null activity doesn't record any incidents.
NullActivity() - Constructor for class org.apache.oodt.commons.activity.NullActivity
 
NullInputStream - Class in org.apache.oodt.commons.io
An input stream that's always empty.
NullInputStream() - Constructor for class org.apache.oodt.commons.io.NullInputStream
Construct a null input stream.
NullOutputStream - Class in org.apache.oodt.commons.io
A null output stream.
NullOutputStream() - Constructor for class org.apache.oodt.commons.io.NullOutputStream
Construct a null output stream.
NUM_BYTES_PER_WRITE_PROPERTY - Static variable in class org.apache.oodt.commons.io.LoggerOutputStream
 
NUM_JAVA_EXT_DIRS - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
numArgs() - Method in class org.apache.oodt.cas.cli.util.CmdLineIterable
 
numberOfFilesDownloadedInStagingArea() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
numberOfFilesDownloadedInStagingArea() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
numberOfFilesDownloadingInStagingArea() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
numberOfFilesDownloadingInStagingArea() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
 
NumIncrementTask - Class in org.apache.oodt.cas.workflow.examples
 
NumIncrementTask() - Constructor for class org.apache.oodt.cas.workflow.examples.NumIncrementTask
 
numOfHits - Variable in class org.apache.oodt.cas.catalog.page.IndexPager
 
numOfHits - Variable in class org.apache.oodt.cas.catalog.page.ProcessedPageInfo
 
numResults - Variable in class org.apache.oodt.xmlquery.XMLQuery
Number of results so far.

O

ObjectCtxFactory - Class in org.apache.oodt.commons.object.jndi
JNDI context factory for object contexts.
ObjectCtxFactory() - Constructor for class org.apache.oodt.commons.object.jndi.ObjectCtxFactory
 
ObjectFactory - Interface in org.apache.oodt.profile
Factory to create profile-related objects.
ObjectTimeEvent<objType> - Class in org.apache.oodt.cas.filemgr.structs.query.filter
 
ObjectTimeEvent(long, long, objType) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent
 
ObjectTimeEvent(long, long, double, objType) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent
 
ObjectTimeEvent<objType> - Class in org.apache.oodt.commons.filter
 
ObjectTimeEvent(long, long, objType) - Constructor for class org.apache.oodt.commons.filter.ObjectTimeEvent
 
ObjectTimeEvent(long, long, double, objType) - Constructor for class org.apache.oodt.commons.filter.ObjectTimeEvent
 
obligation - Variable in class org.apache.oodt.profile.ProfileElement
My obligation.
OFSN - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.XMLQueryMetKeys
 
OFSN_CFG_ID_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
OFSN_CFG_NAME_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
OFSN_COMPUTE_DIR_SIZE - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNMetKeys
 
OFSN_COMPUTE_FILE_SIZE - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNMetKeys
 
OFSN_PRODUCT_ROOT_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
OFSN_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
OFSN_XML_CONF_FILE_KEY - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNMetKeys
 
OFSNFileHandler - Class in org.apache.oodt.product.handlers.ofsn
An extensible implementation of the PDS-inspired Online File Specification Name (OFSN) style product server.
OFSNFileHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNFileHandler
 
OFSNFileHandlerConfiguration - Class in org.apache.oodt.product.handlers.ofsn
The OFSN product handler's configuration object.
OFSNFileHandlerConfiguration(String, String, String) - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
OFSNFileHandlerConfiguration() - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
OFSNFileHandlerConfigurationReader - Class in org.apache.oodt.product.handlers.ofsn
Reads an XML file representation of the OFSNFileHandlerConfiguration.
OFSNFileHandlerConfigurationReader() - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfigurationReader
 
OFSNGetHandler - Interface in org.apache.oodt.product.handlers.ofsn
The default OFSN handler for getting remote data.
OFSNHandlerConfig - Class in org.apache.oodt.product.handlers.ofsn
A configuration element in the XML config file for the OFSN handler.
OFSNHandlerConfig(String, String, String) - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
OFSNHandlerConfig() - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
OFSNListHandler - Interface in org.apache.oodt.product.handlers.ofsn
Classes that implement this interface define how to return file listings on a remote server from an ofsn.
OFSNMetKeys - Interface in org.apache.oodt.product.handlers.ofsn.metadata
Met keys for use in OFSN handler definition.
OFSNObjectFactory - Class in org.apache.oodt.product.handlers.ofsn.util
The Object factory to use in the OFSN product server.
OFSNObjectFactory() - Constructor for class org.apache.oodt.product.handlers.ofsn.util.OFSNObjectFactory
 
OFSNUtils - Class in org.apache.oodt.product.handlers.ofsn.util
 
OFSNUtils() - Constructor for class org.apache.oodt.product.handlers.ofsn.util.OFSNUtils
 
OFSNXMLConfigMetKeys - Interface in org.apache.oodt.product.handlers.ofsn.metadata
OFSNXMLMetKeys - Interface in org.apache.oodt.product.handlers.ofsn.metadata
 
ok - Variable in class org.apache.oodt.cas.filemgr.browser.view.prompts.SortPrompt.ColumnPanel
 
ON_DISK - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
onClick() - Method in class org.apache.oodt.cas.workflow.gui.toolbox.Tool
 
oneCatalogFailsAllFail - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
oneCatalogFailsAllFail - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
onlyDownloadDefinedTypes() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
onSubmit() - Method in class org.apache.oodt.cas.webcomponents.filemgr.browser.types.TypeBrowser.ExistingCriteriaForm
 
OODTMetKeys - Interface in org.apache.oodt.product.handlers.ofsn.metadata
 
OPEN_BRACES - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
OPEN_PARENS - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
openConnection(URL) - Method in class org.apache.oodt.cas.pushpull.url.handlers.imaps.Handler
 
openConnection(URL) - Method in class org.apache.oodt.cas.pushpull.url.handlers.sftp.Handler
 
openConnection() - Method in class org.apache.oodt.commons.util.JDBC_DB
openConnection Open a connection to the database.
openConnection(String, String, String) - Method in class org.apache.oodt.commons.util.JDBC_DB
 
openConnection(Properties) - Static method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
OpendapConfig - Class in org.apache.oodt.opendapps.config
The configuration object for the OpendapProfileHandler.
OpendapConfig() - Constructor for class org.apache.oodt.opendapps.config.OpendapConfig
 
OpendapConfigMetKeys - Interface in org.apache.oodt.opendapps.config
A set of metadata keys for reading the OpendapConfig.
OpendapConfigReader - Class in org.apache.oodt.opendapps.config
Reads the OpendapConfig from a provided file and returns it.
OpendapConfigReader() - Constructor for class org.apache.oodt.opendapps.config.OpendapConfigReader
 
OpendapProfileElementExtractor - Class in org.apache.oodt.opendapps
This class is used to set custom functionality for scraping data into different types of objects.
OpendapProfileElementExtractor(OpendapConfig) - Constructor for class org.apache.oodt.opendapps.OpendapProfileElementExtractor
 
OpendapProfileHandler - Class in org.apache.oodt.opendapps
A generic reusable OODT ProfileHandler for use in extracting metadata from OPeNDAP and THREDDS-accessible datasets.
OpendapProfileHandler() - Constructor for class org.apache.oodt.opendapps.OpendapProfileHandler
 
OpendapProfileMetKeys - Interface in org.apache.oodt.opendapps.config
Interface containing names for the metadata keys written to an OpenDAP profile document.
OpendapURLEvaluator - Class in org.apache.oodt.opendapps.util
Evaluates the resultant OPeNDAP URLs returned from a THREDDS catalog by the DatasetExtractor.
OpendapURLEvaluator() - Constructor for class org.apache.oodt.opendapps.util.OpendapURLEvaluator
 
openFileMenuItemActionPerformed(ActionEvent) - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Auto-generated event handler method
openNodeScope(Node) - Method in class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
OpenSSOImpl - Class in org.apache.oodt.security.sso
Connects to OpenSSO's authorization endpoint and authenticates a user, implementing the CAS AbstractWebBasedSingleSignOn interface.
OpenSSOImpl() - Constructor for class org.apache.oodt.security.sso.OpenSSOImpl
Default constructor.
operator - Variable in class org.apache.oodt.cas.catalog.query.ComparisonQueryExpression
 
operator - Variable in class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
Operator - Class in org.apache.oodt.cas.pushpull.expressions
 
Operator(String) - Constructor for class org.apache.oodt.cas.pushpull.expressions.Operator
 
OpsuiApp - Class in org.apache.oodt.pcs.opsui
The OPSUI application object.
OpsuiApp() - Constructor for class org.apache.oodt.pcs.opsui.OpsuiApp
 
OPSUIWebPage - Class in org.apache.oodt.pcs.opsui
Extension of WebPage for customized features
OPSUIWebPage() - Constructor for class org.apache.oodt.pcs.opsui.OPSUIWebPage
 
optimize() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method optimizes the Solr index.
OptimizeLuceneCatalog - Class in org.apache.oodt.cas.filemgr.tools
 
OptimizeLuceneCatalog(String, int) - Constructor for class org.apache.oodt.cas.filemgr.tools.OptimizeLuceneCatalog
Default constructor.
OptionHelpException - Exception in org.apache.oodt.cas.cli.exception
Exception thrown to express that HelpCmdLineOption should be given to see help message.
OptionHelpException() - Constructor for exception org.apache.oodt.cas.cli.exception.OptionHelpException
 
OptionHelpException(String) - Constructor for exception org.apache.oodt.cas.cli.exception.OptionHelpException
 
OptionPropertyRegister - Class in org.apache.oodt.cas.cli.util
Register for determining if a Java Property is required or optional and thus determining which options become required or optional because said property has been registered.
OR - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
OR - Static variable in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
 
order - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
order - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
orderedValues - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
orderedValues - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
OrExpression - Class in org.apache.oodt.xmlps.queryparser
An Or expression.
OrExpression(Expression, Expression) - Constructor for class org.apache.oodt.xmlps.queryparser.OrExpression
 
org.apache.oodt.cas.catalog.cli.action - package org.apache.oodt.cas.catalog.cli.action
 
org.apache.oodt.cas.catalog.exception - package org.apache.oodt.cas.catalog.exception
 
org.apache.oodt.cas.catalog.mapping - package org.apache.oodt.cas.catalog.mapping
 
org.apache.oodt.cas.catalog.metadata - package org.apache.oodt.cas.catalog.metadata
 
org.apache.oodt.cas.catalog.page - package org.apache.oodt.cas.catalog.page
 
org.apache.oodt.cas.catalog.query - package org.apache.oodt.cas.catalog.query
 
org.apache.oodt.cas.catalog.query.filter - package org.apache.oodt.cas.catalog.query.filter
 
org.apache.oodt.cas.catalog.query.filter.time - package org.apache.oodt.cas.catalog.query.filter.time
 
org.apache.oodt.cas.catalog.query.filter.time.conv - package org.apache.oodt.cas.catalog.query.filter.time.conv
 
org.apache.oodt.cas.catalog.query.parser - package org.apache.oodt.cas.catalog.query.parser
 
org.apache.oodt.cas.catalog.repository - package org.apache.oodt.cas.catalog.repository
 
org.apache.oodt.cas.catalog.server - package org.apache.oodt.cas.catalog.server
 
org.apache.oodt.cas.catalog.server.channel - package org.apache.oodt.cas.catalog.server.channel
 
org.apache.oodt.cas.catalog.server.channel.rmi - package org.apache.oodt.cas.catalog.server.channel.rmi
 
org.apache.oodt.cas.catalog.server.channel.xmlrpc - package org.apache.oodt.cas.catalog.server.channel.xmlrpc
 
org.apache.oodt.cas.catalog.server.cli.action - package org.apache.oodt.cas.catalog.server.cli.action
 
org.apache.oodt.cas.catalog.struct - package org.apache.oodt.cas.catalog.struct
 
org.apache.oodt.cas.catalog.struct.impl.dictionary - package org.apache.oodt.cas.catalog.struct.impl.dictionary
 
org.apache.oodt.cas.catalog.struct.impl.index - package org.apache.oodt.cas.catalog.struct.impl.index
 
org.apache.oodt.cas.catalog.struct.impl.transaction - package org.apache.oodt.cas.catalog.struct.impl.transaction
 
org.apache.oodt.cas.catalog.system - package org.apache.oodt.cas.catalog.system
 
org.apache.oodt.cas.catalog.system.impl - package org.apache.oodt.cas.catalog.system.impl
 
org.apache.oodt.cas.catalog.term - package org.apache.oodt.cas.catalog.term
 
org.apache.oodt.cas.catalog.util - package org.apache.oodt.cas.catalog.util
 
org.apache.oodt.cas.cli - package org.apache.oodt.cas.cli
 
org.apache.oodt.cas.cli.action - package org.apache.oodt.cas.cli.action
 
org.apache.oodt.cas.cli.action.store - package org.apache.oodt.cas.cli.action.store
 
org.apache.oodt.cas.cli.action.store.spring - package org.apache.oodt.cas.cli.action.store.spring
 
org.apache.oodt.cas.cli.construct - package org.apache.oodt.cas.cli.construct
 
org.apache.oodt.cas.cli.exception - package org.apache.oodt.cas.cli.exception
 
org.apache.oodt.cas.cli.option - package org.apache.oodt.cas.cli.option
 
org.apache.oodt.cas.cli.option.handler - package org.apache.oodt.cas.cli.option.handler
 
org.apache.oodt.cas.cli.option.require - package org.apache.oodt.cas.cli.option.require
 
org.apache.oodt.cas.cli.option.store - package org.apache.oodt.cas.cli.option.store
 
org.apache.oodt.cas.cli.option.store.spring - package org.apache.oodt.cas.cli.option.store.spring
 
org.apache.oodt.cas.cli.option.validator - package org.apache.oodt.cas.cli.option.validator
 
org.apache.oodt.cas.cli.parser - package org.apache.oodt.cas.cli.parser
 
org.apache.oodt.cas.cli.presenter - package org.apache.oodt.cas.cli.presenter
 
org.apache.oodt.cas.cli.printer - package org.apache.oodt.cas.cli.printer
 
org.apache.oodt.cas.cli.util - package org.apache.oodt.cas.cli.util
 
org.apache.oodt.cas.crawl - package org.apache.oodt.cas.crawl
 
org.apache.oodt.cas.crawl.action - package org.apache.oodt.cas.crawl.action
 
org.apache.oodt.cas.crawl.cli.action - package org.apache.oodt.cas.crawl.cli.action
 
org.apache.oodt.cas.crawl.cli.option.handler - package org.apache.oodt.cas.crawl.cli.option.handler
 
org.apache.oodt.cas.crawl.comparator - package org.apache.oodt.cas.crawl.comparator
 
org.apache.oodt.cas.crawl.config - package org.apache.oodt.cas.crawl.config
 
org.apache.oodt.cas.crawl.daemon - package org.apache.oodt.cas.crawl.daemon
 
org.apache.oodt.cas.crawl.status - package org.apache.oodt.cas.crawl.status
 
org.apache.oodt.cas.crawl.structs.exceptions - package org.apache.oodt.cas.crawl.structs.exceptions
 
org.apache.oodt.cas.crawl.typedetection - package org.apache.oodt.cas.crawl.typedetection
 
org.apache.oodt.cas.crawl.util - package org.apache.oodt.cas.crawl.util
 
org.apache.oodt.cas.curation.policymgr - package org.apache.oodt.cas.curation.policymgr
 
org.apache.oodt.cas.curation.service - package org.apache.oodt.cas.curation.service
 
org.apache.oodt.cas.curation.servlet - package org.apache.oodt.cas.curation.servlet
 
org.apache.oodt.cas.curation.structs - package org.apache.oodt.cas.curation.structs
 
org.apache.oodt.cas.curation.util - package org.apache.oodt.cas.curation.util
 
org.apache.oodt.cas.filemgr.browser.controller - package org.apache.oodt.cas.filemgr.browser.controller
 
org.apache.oodt.cas.filemgr.browser.model - package org.apache.oodt.cas.filemgr.browser.model
 
org.apache.oodt.cas.filemgr.browser.system - package org.apache.oodt.cas.filemgr.browser.system
 
org.apache.oodt.cas.filemgr.browser.view - package org.apache.oodt.cas.filemgr.browser.view
 
org.apache.oodt.cas.filemgr.browser.view.menus - package org.apache.oodt.cas.filemgr.browser.view.menus
 
org.apache.oodt.cas.filemgr.browser.view.panels - package org.apache.oodt.cas.filemgr.browser.view.panels
 
org.apache.oodt.cas.filemgr.browser.view.prompts - package org.apache.oodt.cas.filemgr.browser.view.prompts
 
org.apache.oodt.cas.filemgr.catalog - package org.apache.oodt.cas.filemgr.catalog
 
org.apache.oodt.cas.filemgr.catalog.solr - package org.apache.oodt.cas.filemgr.catalog.solr
 
org.apache.oodt.cas.filemgr.cli.action - package org.apache.oodt.cas.filemgr.cli.action
 
org.apache.oodt.cas.filemgr.datatransfer - package org.apache.oodt.cas.filemgr.datatransfer
 
org.apache.oodt.cas.filemgr.ingest - package org.apache.oodt.cas.filemgr.ingest
 
org.apache.oodt.cas.filemgr.metadata - package org.apache.oodt.cas.filemgr.metadata
 
org.apache.oodt.cas.filemgr.metadata.extractors - package org.apache.oodt.cas.filemgr.metadata.extractors
 
org.apache.oodt.cas.filemgr.metadata.extractors.examples - package org.apache.oodt.cas.filemgr.metadata.extractors.examples
 
org.apache.oodt.cas.filemgr.repository - package org.apache.oodt.cas.filemgr.repository
 
org.apache.oodt.cas.filemgr.structs - package org.apache.oodt.cas.filemgr.structs
 
org.apache.oodt.cas.filemgr.structs.exceptions - package org.apache.oodt.cas.filemgr.structs.exceptions
 
org.apache.oodt.cas.filemgr.structs.query - package org.apache.oodt.cas.filemgr.structs.query
 
org.apache.oodt.cas.filemgr.structs.query.conv - package org.apache.oodt.cas.filemgr.structs.query.conv
 
org.apache.oodt.cas.filemgr.structs.query.filter - package org.apache.oodt.cas.filemgr.structs.query.filter
 
org.apache.oodt.cas.filemgr.structs.type - package org.apache.oodt.cas.filemgr.structs.type
 
org.apache.oodt.cas.filemgr.structs.type.examples - package org.apache.oodt.cas.filemgr.structs.type.examples
 
org.apache.oodt.cas.filemgr.system - package org.apache.oodt.cas.filemgr.system
 
org.apache.oodt.cas.filemgr.system.auth - package org.apache.oodt.cas.filemgr.system.auth
 
org.apache.oodt.cas.filemgr.tools - package org.apache.oodt.cas.filemgr.tools
 
org.apache.oodt.cas.filemgr.util - package org.apache.oodt.cas.filemgr.util
 
org.apache.oodt.cas.filemgr.validation - package org.apache.oodt.cas.filemgr.validation
 
org.apache.oodt.cas.filemgr.versioning - package org.apache.oodt.cas.filemgr.versioning
 
org.apache.oodt.cas.filemgr.webapp.browser - package org.apache.oodt.cas.filemgr.webapp.browser
 
org.apache.oodt.cas.install - package org.apache.oodt.cas.install
 
org.apache.oodt.cas.metadata - package org.apache.oodt.cas.metadata
 
org.apache.oodt.cas.metadata.exceptions - package org.apache.oodt.cas.metadata.exceptions
 
org.apache.oodt.cas.metadata.extractors - package org.apache.oodt.cas.metadata.extractors
 
org.apache.oodt.cas.metadata.filenaming - package org.apache.oodt.cas.metadata.filenaming
 
org.apache.oodt.cas.metadata.preconditions - package org.apache.oodt.cas.metadata.preconditions
 
org.apache.oodt.cas.metadata.util - package org.apache.oodt.cas.metadata.util
 
org.apache.oodt.cas.pge - package org.apache.oodt.cas.pge
 
org.apache.oodt.cas.pge.config - package org.apache.oodt.cas.pge.config
 
org.apache.oodt.cas.pge.metadata - package org.apache.oodt.cas.pge.metadata
 
org.apache.oodt.cas.pge.query.conv - package org.apache.oodt.cas.pge.query.conv
 
org.apache.oodt.cas.pge.staging - package org.apache.oodt.cas.pge.staging
 
org.apache.oodt.cas.pge.util - package org.apache.oodt.cas.pge.util
 
org.apache.oodt.cas.pge.writers - package org.apache.oodt.cas.pge.writers
 
org.apache.oodt.cas.pge.writers.metlist - package org.apache.oodt.cas.pge.writers.metlist
 
org.apache.oodt.cas.pge.writers.xslt - package org.apache.oodt.cas.pge.writers.xslt
 
org.apache.oodt.cas.product - package org.apache.oodt.cas.product
 
org.apache.oodt.cas.product.data - package org.apache.oodt.cas.product.data
 
org.apache.oodt.cas.product.jaxrs - package org.apache.oodt.cas.product.jaxrs
Contains sub-packages with classes that implement a JAX-RS service for the CAS Product web application.
org.apache.oodt.cas.product.jaxrs.configurations - package org.apache.oodt.cas.product.jaxrs.configurations
Contains classes that are used to add custom configurations to outputs.
org.apache.oodt.cas.product.jaxrs.exceptions - package org.apache.oodt.cas.product.jaxrs.exceptions
Contains classes that extend javax.ws.rs.WebApplicationException to provide specific response status codes and messages.
org.apache.oodt.cas.product.jaxrs.filters - package org.apache.oodt.cas.product.jaxrs.filters
Contains filters for HTTP requests and responses.
org.apache.oodt.cas.product.jaxrs.resources - package org.apache.oodt.cas.product.jaxrs.resources
Contains JAX-RS resource classes that represent file manager entities such as products, their references and their metadata.
org.apache.oodt.cas.product.jaxrs.services - package org.apache.oodt.cas.product.jaxrs.services
Contains service classes for the JAX-RS service.
org.apache.oodt.cas.product.jaxrs.servlets - package org.apache.oodt.cas.product.jaxrs.servlets
Contains servlets for the JAX-RS service.
org.apache.oodt.cas.product.jaxrs.writers - package org.apache.oodt.cas.product.jaxrs.writers
Contains classes that implement javax.ws.rs.ext.MessageBodyWriter to provide marshalling of JAX-RS resources into different formats.
org.apache.oodt.cas.product.rdf - package org.apache.oodt.cas.product.rdf
 
org.apache.oodt.cas.product.rss - package org.apache.oodt.cas.product.rss
 
org.apache.oodt.cas.protocol - package org.apache.oodt.cas.protocol
 
org.apache.oodt.cas.protocol.auth - package org.apache.oodt.cas.protocol.auth
 
org.apache.oodt.cas.protocol.cli.action - package org.apache.oodt.cas.protocol.cli.action
 
org.apache.oodt.cas.protocol.config - package org.apache.oodt.cas.protocol.config
 
org.apache.oodt.cas.protocol.exceptions - package org.apache.oodt.cas.protocol.exceptions
 
org.apache.oodt.cas.protocol.ftp - package org.apache.oodt.cas.protocol.ftp
 
org.apache.oodt.cas.protocol.http - package org.apache.oodt.cas.protocol.http
 
org.apache.oodt.cas.protocol.http.util - package org.apache.oodt.cas.protocol.http.util
 
org.apache.oodt.cas.protocol.imaps - package org.apache.oodt.cas.protocol.imaps
 
org.apache.oodt.cas.protocol.sftp - package org.apache.oodt.cas.protocol.sftp
 
org.apache.oodt.cas.protocol.sftp.auth - package org.apache.oodt.cas.protocol.sftp.auth
 
org.apache.oodt.cas.protocol.system - package org.apache.oodt.cas.protocol.system
 
org.apache.oodt.cas.protocol.util - package org.apache.oodt.cas.protocol.util
 
org.apache.oodt.cas.protocol.verify - package org.apache.oodt.cas.protocol.verify
 
org.apache.oodt.cas.pushpull.config - package org.apache.oodt.cas.pushpull.config
 
org.apache.oodt.cas.pushpull.daemon - package org.apache.oodt.cas.pushpull.daemon
 
org.apache.oodt.cas.pushpull.exceptions - package org.apache.oodt.cas.pushpull.exceptions
 
org.apache.oodt.cas.pushpull.expressions - package org.apache.oodt.cas.pushpull.expressions
 
org.apache.oodt.cas.pushpull.filerestrictions - package org.apache.oodt.cas.pushpull.filerestrictions
 
org.apache.oodt.cas.pushpull.filerestrictions.parsers - package org.apache.oodt.cas.pushpull.filerestrictions.parsers
 
org.apache.oodt.cas.pushpull.filerestrictions.renamingconventions - package org.apache.oodt.cas.pushpull.filerestrictions.renamingconventions
 
org.apache.oodt.cas.pushpull.objectfactory - package org.apache.oodt.cas.pushpull.objectfactory
 
org.apache.oodt.cas.pushpull.protocol - package org.apache.oodt.cas.pushpull.protocol
 
org.apache.oodt.cas.pushpull.retrievalmethod - package org.apache.oodt.cas.pushpull.retrievalmethod
 
org.apache.oodt.cas.pushpull.retrievalsystem - package org.apache.oodt.cas.pushpull.retrievalsystem
 
org.apache.oodt.cas.pushpull.url.handlers.imaps - package org.apache.oodt.cas.pushpull.url.handlers.imaps
 
org.apache.oodt.cas.pushpull.url.handlers.sftp - package org.apache.oodt.cas.pushpull.url.handlers.sftp
 
org.apache.oodt.cas.pushpull.util - package org.apache.oodt.cas.pushpull.util
 
org.apache.oodt.cas.resource.batchmgr - package org.apache.oodt.cas.resource.batchmgr
 
org.apache.oodt.cas.resource.cli.action - package org.apache.oodt.cas.resource.cli.action
 
org.apache.oodt.cas.resource.examples - package org.apache.oodt.cas.resource.examples
 
org.apache.oodt.cas.resource.jobqueue - package org.apache.oodt.cas.resource.jobqueue
 
org.apache.oodt.cas.resource.jobrepo - package org.apache.oodt.cas.resource.jobrepo
 
org.apache.oodt.cas.resource.metadata - package org.apache.oodt.cas.resource.metadata
 
org.apache.oodt.cas.resource.monitor - package org.apache.oodt.cas.resource.monitor
 
org.apache.oodt.cas.resource.monitor.ganglia - package org.apache.oodt.cas.resource.monitor.ganglia
 
org.apache.oodt.cas.resource.monitor.ganglia.configuration - package org.apache.oodt.cas.resource.monitor.ganglia.configuration
 
org.apache.oodt.cas.resource.monitor.ganglia.loadcalc - package org.apache.oodt.cas.resource.monitor.ganglia.loadcalc
 
org.apache.oodt.cas.resource.monitor.utils - package org.apache.oodt.cas.resource.monitor.utils
 
org.apache.oodt.cas.resource.noderepo - package org.apache.oodt.cas.resource.noderepo
 
org.apache.oodt.cas.resource.queuerepo - package org.apache.oodt.cas.resource.queuerepo
 
org.apache.oodt.cas.resource.scheduler - package org.apache.oodt.cas.resource.scheduler
 
org.apache.oodt.cas.resource.structs - package org.apache.oodt.cas.resource.structs
 
org.apache.oodt.cas.resource.structs.exceptions - package org.apache.oodt.cas.resource.structs.exceptions
 
org.apache.oodt.cas.resource.system - package org.apache.oodt.cas.resource.system
 
org.apache.oodt.cas.resource.system.extern - package org.apache.oodt.cas.resource.system.extern
 
org.apache.oodt.cas.resource.tools - package org.apache.oodt.cas.resource.tools
 
org.apache.oodt.cas.resource.util - package org.apache.oodt.cas.resource.util
 
org.apache.oodt.cas.webcomponents.filemgr - package org.apache.oodt.cas.webcomponents.filemgr
 
org.apache.oodt.cas.webcomponents.filemgr.browser.metadata - package org.apache.oodt.cas.webcomponents.filemgr.browser.metadata
 
org.apache.oodt.cas.webcomponents.filemgr.browser.pagination - package org.apache.oodt.cas.webcomponents.filemgr.browser.pagination
 
org.apache.oodt.cas.webcomponents.filemgr.browser.product - package org.apache.oodt.cas.webcomponents.filemgr.browser.product
 
org.apache.oodt.cas.webcomponents.filemgr.browser.types - package org.apache.oodt.cas.webcomponents.filemgr.browser.types
 
org.apache.oodt.cas.webcomponents.filemgr.model - package org.apache.oodt.cas.webcomponents.filemgr.model
 
org.apache.oodt.cas.webcomponents.workflow - package org.apache.oodt.cas.webcomponents.workflow
 
org.apache.oodt.cas.webcomponents.workflow.conditions - package org.apache.oodt.cas.webcomponents.workflow.conditions
 
org.apache.oodt.cas.webcomponents.workflow.event - package org.apache.oodt.cas.webcomponents.workflow.event
 
org.apache.oodt.cas.webcomponents.workflow.instance - package org.apache.oodt.cas.webcomponents.workflow.instance
 
org.apache.oodt.cas.webcomponents.workflow.model - package org.apache.oodt.cas.webcomponents.workflow.model
 
org.apache.oodt.cas.webcomponents.workflow.pagination - package org.apache.oodt.cas.webcomponents.workflow.pagination
 
org.apache.oodt.cas.webcomponents.workflow.tasks - package org.apache.oodt.cas.webcomponents.workflow.tasks
 
org.apache.oodt.cas.workflow.cli.action - package org.apache.oodt.cas.workflow.cli.action
 
org.apache.oodt.cas.workflow.engine - package org.apache.oodt.cas.workflow.engine
 
org.apache.oodt.cas.workflow.engine.processor - package org.apache.oodt.cas.workflow.engine.processor
 
org.apache.oodt.cas.workflow.engine.runner - package org.apache.oodt.cas.workflow.engine.runner
 
org.apache.oodt.cas.workflow.examples - package org.apache.oodt.cas.workflow.examples
 
org.apache.oodt.cas.workflow.gui - package org.apache.oodt.cas.workflow.gui
 
org.apache.oodt.cas.workflow.gui.menu - package org.apache.oodt.cas.workflow.gui.menu
 
org.apache.oodt.cas.workflow.gui.model - package org.apache.oodt.cas.workflow.gui.model
 
org.apache.oodt.cas.workflow.gui.model.repo - package org.apache.oodt.cas.workflow.gui.model.repo
 
org.apache.oodt.cas.workflow.gui.perspective - package org.apache.oodt.cas.workflow.gui.perspective
 
org.apache.oodt.cas.workflow.gui.perspective.build - package org.apache.oodt.cas.workflow.gui.perspective.build
 
org.apache.oodt.cas.workflow.gui.perspective.view - package org.apache.oodt.cas.workflow.gui.perspective.view
 
org.apache.oodt.cas.workflow.gui.perspective.view.impl - package org.apache.oodt.cas.workflow.gui.perspective.view.impl
 
org.apache.oodt.cas.workflow.gui.toolbox - package org.apache.oodt.cas.workflow.gui.toolbox
 
org.apache.oodt.cas.workflow.gui.util - package org.apache.oodt.cas.workflow.gui.util
 
org.apache.oodt.cas.workflow.instrepo - package org.apache.oodt.cas.workflow.instrepo
 
org.apache.oodt.cas.workflow.lifecycle - package org.apache.oodt.cas.workflow.lifecycle
 
org.apache.oodt.cas.workflow.metadata - package org.apache.oodt.cas.workflow.metadata
 
org.apache.oodt.cas.workflow.repository - package org.apache.oodt.cas.workflow.repository
 
org.apache.oodt.cas.workflow.structs - package org.apache.oodt.cas.workflow.structs
 
org.apache.oodt.cas.workflow.structs.exceptions - package org.apache.oodt.cas.workflow.structs.exceptions
 
org.apache.oodt.cas.workflow.system - package org.apache.oodt.cas.workflow.system
 
org.apache.oodt.cas.workflow.tools - package org.apache.oodt.cas.workflow.tools
 
org.apache.oodt.cas.workflow.util - package org.apache.oodt.cas.workflow.util
 
org.apache.oodt.cas.workflow.webapp.monitor - package org.apache.oodt.cas.workflow.webapp.monitor
 
org.apache.oodt.cas.workflow.webapp.monitor.condition - package org.apache.oodt.cas.workflow.webapp.monitor.condition
 
org.apache.oodt.cas.workflow.webapp.monitor.events - package org.apache.oodt.cas.workflow.webapp.monitor.events
 
org.apache.oodt.cas.workflow.webapp.monitor.instance - package org.apache.oodt.cas.workflow.webapp.monitor.instance
 
org.apache.oodt.cas.workflow.webapp.monitor.task - package org.apache.oodt.cas.workflow.webapp.monitor.task
 
org.apache.oodt.cas.workflow.webapp.monitor.workflow - package org.apache.oodt.cas.workflow.webapp.monitor.workflow
 
org.apache.oodt.commons - package org.apache.oodt.commons
Common Java utilities for Apache OODT APIs and applications.
org.apache.oodt.commons.activity - package org.apache.oodt.commons.activity
 
org.apache.oodt.commons.database - package org.apache.oodt.commons.database
 
org.apache.oodt.commons.date - package org.apache.oodt.commons.date
 
org.apache.oodt.commons.exec - package org.apache.oodt.commons.exec
 
org.apache.oodt.commons.filter - package org.apache.oodt.commons.filter
 
org.apache.oodt.commons.io - package org.apache.oodt.commons.io
Classes for handling input/output from various data sources and sinks.
org.apache.oodt.commons.net - package org.apache.oodt.commons.net
 
org.apache.oodt.commons.object.jndi - package org.apache.oodt.commons.object.jndi
Java Naming and Directory Interface (JNDI) service provider for commons object services.
org.apache.oodt.commons.pagination - package org.apache.oodt.commons.pagination
 
org.apache.oodt.commons.spring - package org.apache.oodt.commons.spring
 
org.apache.oodt.commons.spring.postprocessor - package org.apache.oodt.commons.spring.postprocessor
 
org.apache.oodt.commons.util - package org.apache.oodt.commons.util
Utility classes for Apache OODT.
org.apache.oodt.commons.xml - package org.apache.oodt.commons.xml
 
org.apache.oodt.grid - package org.apache.oodt.grid
 
org.apache.oodt.opendapps - package org.apache.oodt.opendapps
 
org.apache.oodt.opendapps.config - package org.apache.oodt.opendapps.config
 
org.apache.oodt.opendapps.extractors - package org.apache.oodt.opendapps.extractors
 
org.apache.oodt.opendapps.util - package org.apache.oodt.opendapps.util
 
org.apache.oodt.pcs.health - package org.apache.oodt.pcs.health
 
org.apache.oodt.pcs.input - package org.apache.oodt.pcs.input
 
org.apache.oodt.pcs.listing - package org.apache.oodt.pcs.listing
 
org.apache.oodt.pcs.metadata - package org.apache.oodt.pcs.metadata
 
org.apache.oodt.pcs.opsui - package org.apache.oodt.pcs.opsui
 
org.apache.oodt.pcs.opsui.config - package org.apache.oodt.pcs.opsui.config
 
org.apache.oodt.pcs.opsui.config.filemgr - package org.apache.oodt.pcs.opsui.config.filemgr
 
org.apache.oodt.pcs.opsui.pedigree - package org.apache.oodt.pcs.opsui.pedigree
 
org.apache.oodt.pcs.opsui.status - package org.apache.oodt.pcs.opsui.status
 
org.apache.oodt.pcs.pedigree - package org.apache.oodt.pcs.pedigree
 
org.apache.oodt.pcs.query - package org.apache.oodt.pcs.query
 
org.apache.oodt.pcs.services - package org.apache.oodt.pcs.services
 
org.apache.oodt.pcs.services.config - package org.apache.oodt.pcs.services.config
 
org.apache.oodt.pcs.tools - package org.apache.oodt.pcs.tools
 
org.apache.oodt.pcs.util - package org.apache.oodt.pcs.util
 
org.apache.oodt.pcs.webcomponents.health - package org.apache.oodt.pcs.webcomponents.health
 
org.apache.oodt.pcs.webcomponents.trace - package org.apache.oodt.pcs.webcomponents.trace
 
org.apache.oodt.product - package org.apache.oodt.product
 
org.apache.oodt.product.handlers.ofsn - package org.apache.oodt.product.handlers.ofsn
 
org.apache.oodt.product.handlers.ofsn.metadata - package org.apache.oodt.product.handlers.ofsn.metadata
 
org.apache.oodt.product.handlers.ofsn.util - package org.apache.oodt.product.handlers.ofsn.util
 
org.apache.oodt.profile - package org.apache.oodt.profile
 
org.apache.oodt.profile.activity - package org.apache.oodt.profile.activity
 
org.apache.oodt.profile.gui - package org.apache.oodt.profile.gui
 
org.apache.oodt.profile.gui.pstructs - package org.apache.oodt.profile.gui.pstructs
 
org.apache.oodt.profile.handlers - package org.apache.oodt.profile.handlers
 
org.apache.oodt.profile.handlers.cas - package org.apache.oodt.profile.handlers.cas
 
org.apache.oodt.profile.handlers.cas.util - package org.apache.oodt.profile.handlers.cas.util
 
org.apache.oodt.profile.handlers.lightweight - package org.apache.oodt.profile.handlers.lightweight
Lightweight profile handler.
org.apache.oodt.security.sso - package org.apache.oodt.security.sso
 
org.apache.oodt.security.sso.opensso - package org.apache.oodt.security.sso.opensso
 
org.apache.oodt.xmlps.mapping - package org.apache.oodt.xmlps.mapping
 
org.apache.oodt.xmlps.mapping.funcs - package org.apache.oodt.xmlps.mapping.funcs
 
org.apache.oodt.xmlps.product - package org.apache.oodt.xmlps.product
 
org.apache.oodt.xmlps.profile - package org.apache.oodt.xmlps.profile
 
org.apache.oodt.xmlps.queryparser - package org.apache.oodt.xmlps.queryparser
 
org.apache.oodt.xmlps.structs - package org.apache.oodt.xmlps.structs
 
org.apache.oodt.xmlps.util - package org.apache.oodt.xmlps.util
 
org.apache.oodt.xmlquery - package org.apache.oodt.xmlquery
Classes to support XML-based representation of queries and their results.
org.apache.oodt.xmlquery.activity - package org.apache.oodt.xmlquery.activity
 
OUTPUT_FILES - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
OUTPUT_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
OutputDir - Class in org.apache.oodt.cas.pge.config
An output directory where PGE will create files.
OutputDir() - Constructor for class org.apache.oodt.cas.pge.config.OutputDir
 
OutputDir(String, boolean) - Constructor for class org.apache.oodt.cas.pge.config.OutputDir
 
OutputFilesQuery - Class in org.apache.oodt.pcs.query
A query to the File Manager using the OutputFiles product met field.
OutputFilesQuery(String, FileManagerUtils) - Constructor for class org.apache.oodt.pcs.query.OutputFilesQuery
 
outputRDF(List<ProductType>, String, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rdf.RDFDatasetServlet
 
outputRDF(List<Product>, ProductType, String, HttpServletResponse) - Method in class org.apache.oodt.cas.product.rdf.RDFProductServlet
 
OWNER - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 

P

P_KEY - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
PackagedWorkflowRepository - Class in org.apache.oodt.cas.workflow.repository
Loads Workflow2 (WEngine) Style Workflow XML files.
PackagedWorkflowRepository(List<File>) - Constructor for class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepository
 
PackagedWorkflowRepositoryFactory - Class in org.apache.oodt.cas.workflow.repository
PackagedWorkflowRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.repository.PackagedWorkflowRepositoryFactory
 
Page - Class in org.apache.oodt.cas.catalog.page
 
Page(ProcessedPageInfo, QueryExpression, Set<String>, List<TransactionReceipt>) - Constructor for class org.apache.oodt.cas.catalog.page.Page
 
PAGE_SIZE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
pagedQuery(Query, ProductType, int) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Performs a query against the underlying Catalog, and then properly formulates a page of results to send back to the user.
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
pagedQuery(Hashtable<String, Object>, Hashtable<String, Object>, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
PagedQueryCliAction - Class in org.apache.oodt.cas.catalog.cli.action
 
PagedQueryCliAction() - Constructor for class org.apache.oodt.cas.catalog.cli.action.PagedQueryCliAction
 
PageInfo - Class in org.apache.oodt.cas.catalog.page
 
PageInfo(int, int) - Constructor for class org.apache.oodt.cas.catalog.page.PageInfo
 
pageNum - Variable in class org.apache.oodt.cas.catalog.cli.action.PagedQueryCliAction
 
pageNum - Variable in class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
pageNum - Variable in class org.apache.oodt.cas.catalog.page.IndexPager
 
pageNum - Variable in class org.apache.oodt.cas.catalog.page.PageInfo
 
pageSize - Variable in class org.apache.oodt.cas.catalog.cli.action.PagedQueryCliAction
 
pageSize - Variable in class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
pageSize - Variable in class org.apache.oodt.cas.catalog.page.IndexPager
 
pageSize - Variable in class org.apache.oodt.cas.catalog.page.PageInfo
 
pageSize - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
pageSize - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
pageSize - Variable in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
pageSize - Variable in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalogFactory
 
pageSize - Variable in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
paginateWorkflowInstances(int, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
paginateWorkflowInstances(int) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
paginateWorkflowInstances(int, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
paginateWorkflowInstances(int) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
paginateWorkflows(int) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
paginateWorkflows(int, String) - Method in class org.apache.oodt.cas.workflow.instrepo.AbstractPaginatibleInstanceRepository
 
paginateWorkflows(int, String) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
paginateWorkflows(int, String) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
paginateWorkflows(int, String) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
Pagination - Interface in org.apache.oodt.cas.filemgr.util
 
Pagination - Interface in org.apache.oodt.cas.workflow.util
 
PaginationUtils - Class in org.apache.oodt.commons.pagination
 
Pair<Type1,Type2> - Class in org.apache.oodt.cas.pge.util
Wrapper class around 2 objects.
Pair(Type1, Type2) - Constructor for class org.apache.oodt.cas.pge.util.Pair
 
ParallelProcessor - Class in org.apache.oodt.cas.workflow.engine.processor
WorkflowProcessor which handles running sub-workflow processors in parallel.
ParallelProcessor(WorkflowLifecycleManager, WorkflowInstance) - Constructor for class org.apache.oodt.cas.workflow.engine.processor.ParallelProcessor
 
Parameters - Class in org.apache.oodt.cas.filemgr.catalog.solr
Class holding parameters for Solr implementation of CAS File Manager.
parent - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
parent - Variable in class org.apache.oodt.profile.ProfileAttributes
Parent profile ID, optional.
ParentChildWorkflow - Class in org.apache.oodt.cas.workflow.structs
A Workflow container object that maps a Parent and a Child Workflow model by using the Graph construct.
ParentChildWorkflow(Workflow) - Constructor for class org.apache.oodt.cas.workflow.structs.ParentChildWorkflow
 
ParentChildWorkflow(Graph) - Constructor for class org.apache.oodt.cas.workflow.structs.ParentChildWorkflow
 
parse(String[]) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
Parses the given command line arguments and converts it to CmdLineArgs.
parse(String[]) - Method in interface org.apache.oodt.cas.cli.parser.CmdLineParser
 
parse(String[]) - Method in class org.apache.oodt.cas.cli.parser.StdCmdLineParser
 
parse(String) - Method in class org.apache.oodt.cas.product.rdf.ProductTypeFilter
 
parse(FileInputStream) - Method in interface org.apache.oodt.cas.pushpull.filerestrictions.Parser
 
parse(FileInputStream) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.parsers.ClassNoaaEmailParser
 
parse(FileInputStream) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.parsers.DirStructXmlParser
 
parse(FileInputStream) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.parsers.FileListParser
 
parse(FileInputStream) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.parsers.GenericEmailParser
 
parse(InputSource) - Method in class org.apache.oodt.commons.util.DOMParser
Parses the specified input source.
parse(String) - Method in class org.apache.oodt.commons.util.DOMParser
Parses the input source specified by the given system identifier.
parse(InputSource) - Method in class org.apache.oodt.commons.util.SAXParser
Parses the specified input source.
parse(String) - Method in class org.apache.oodt.commons.util.SAXParser
Parses the input source specified by the given system identifier.
parse(InputSource) - Static method in class org.apache.oodt.commons.util.XML
Parse the given XML document into a DOM tree.
parse(String) - Static method in class org.apache.oodt.commons.util.XML
Parse the given XML document into a DOM tree.
parse(Reader) - Static method in class org.apache.oodt.commons.util.XML
Parse the given XML document into a DOM tree.
parse(InputStream) - Static method in class org.apache.oodt.commons.util.XML
Parse the given XML document into a DOM tree.
parse(Stack<QueryElement>) - Static method in class org.apache.oodt.xmlps.queryparser.HandlerQueryParser
Calls HandlerQueryParser.parse(Stack, Mapping) with a null mapping.
parse(Stack<QueryElement>, Mapping) - Static method in class org.apache.oodt.xmlps.queryparser.HandlerQueryParser
Parses the XMLQuery.getWhereElementSet() using the provided map.
parseCommaList(String) - Static method in class org.apache.oodt.commons.util.Utility
Parse a list.
parseConfigFile(File) - Method in class org.apache.oodt.cas.metadata.extractors.CopyAndRewriteConfigReader
 
parseConfigFile(File) - Method in class org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractorConfigReader
 
parseConfigFile(File) - Method in class org.apache.oodt.cas.metadata.extractors.ExternConfigReader
 
parseConfigFile(File) - Method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfigReader
 
parseConfigFile(File) - Method in class org.apache.oodt.cas.metadata.extractors.MetReaderConfigReader
 
parseConfigFile(File) - Method in interface org.apache.oodt.cas.metadata.MetExtractorConfigReader
Parses a config File into a MetExtractorConfig obj
ParseConstants - Interface in org.apache.oodt.xmlps.queryparser
Constant met keys used in parsing the XMLQuery.
ParsedArg - Class in org.apache.oodt.cas.cli.util
 
ParsedArg(String, ParsedArg.Type) - Constructor for class org.apache.oodt.cas.cli.util.ParsedArg
 
ParsedArg.Type - Enum in org.apache.oodt.cas.cli.util
 
ParseException - Exception in org.apache.oodt.cas.catalog.query.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.oodt.cas.catalog.query.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.oodt.cas.catalog.query.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.oodt.cas.catalog.query.parser.ParseException
Constructor with message.
parseInput() - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
parseLifecyclesFile(String) - Static method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecyclesReader
 
parseLink(HttpFile) - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
parseMetMapFile(String) - Static method in class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetadataReader
 
ParseQuery(String) - Method in class org.apache.oodt.cas.filemgr.browser.model.QueryBuilder
 
ParseQuery(String) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
parseQuery(String) - Static method in class org.apache.oodt.cas.filemgr.tools.QueryTool
Deprecated.
 
parseQueryExpression(String) - Static method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
parser - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
Parser - Interface in org.apache.oodt.cas.pushpull.filerestrictions
 
PARSER_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
PARSER_INFO_FILES - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
PARSER_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
parseResponse(byte[]) - Static method in class org.apache.oodt.commons.util.XMLRPC
Parse an XML-RPC method response.
ParserException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
ParserException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ParserException
 
ParserException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ParserException
 
ParserException(String, Throwable) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ParserException
 
ParserInfo - Class in org.apache.oodt.cas.pushpull.config
 
ParserInfo() - Constructor for class org.apache.oodt.cas.pushpull.config.ParserInfo
 
parseSqlQuery(String) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
parseSqlQueryMethod(String) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
parseSqlWhereClause(String) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
parseValues(String) - Static method in class org.apache.oodt.opendapps.util.ProfileUtils
Utility method to split a metadata field value according to the known delimiter.
PARSING_MATRIX - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
PARSING_SCALAR - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
PARSING_VEC - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
pass - Variable in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
pass - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
pass - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndexFactory
 
passedPostConditions() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
passedPreConditions() - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
passes(File) - Method in class org.apache.oodt.cas.metadata.preconditions.PreConditionComparator
 
passesPreconditions(File) - Method in class org.apache.oodt.cas.crawl.AutoDetectProductCrawler
 
passesPreconditions(File) - Method in class org.apache.oodt.cas.crawl.MetExtractorProductCrawler
 
passesPreconditions(File) - Method in class org.apache.oodt.cas.crawl.ProductCrawler
 
passesPreconditions(File) - Method in class org.apache.oodt.cas.crawl.StdProductCrawler
 
passThrough - Variable in class org.apache.oodt.commons.io.LogFilter
If true, pass through by default, otherwise filter out by default.
PASSWORD_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
path - Variable in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
The string verion of the path in the URL
PATH_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
PATH_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
PATH_TO_ROOT_PROPERTY_NAME - Static variable in class org.apache.oodt.cas.pushpull.filerestrictions.parsers.GenericEmailParser
 
PathUtils - Class in org.apache.oodt.cas.metadata.util
 
PathUtils() - Constructor for class org.apache.oodt.cas.metadata.util.PathUtils
 
PathUtilsNamingConvention - Class in org.apache.oodt.cas.metadata.filenaming
A NamingConvention which utilizes PathUtils.
PathUtilsNamingConvention() - Constructor for class org.apache.oodt.cas.metadata.filenaming.PathUtilsNamingConvention
 
pause() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
PAUSED - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
pauseDaemon() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
pauseWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
pauseWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
pauseWorkflowInstance(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Pauses the WorkflowInstance specified by its workflowInstId.
pauseWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
pauseWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
PauseWorkflowInstCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which stops a workflow instance.
PauseWorkflowInstCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.PauseWorkflowInstCliAction
 
PCS_HEALTH_CRAWLER_CONF_PATH - Static variable in interface org.apache.oodt.pcs.services.config.PCSServiceConfMetKeys
 
PCS_HEALTH_WORKFLOW_STATUS_PATH - Static variable in interface org.apache.oodt.pcs.services.config.PCSServiceConfMetKeys
 
PCS_LL_CONF_FILE_PATH - Static variable in interface org.apache.oodt.pcs.services.config.PCSServiceConfMetKeys
 
PCS_TRACE_ENABLE_NON_CAT - Static variable in interface org.apache.oodt.pcs.services.config.PCSServiceConfMetKeys
 
PCS_TRACE_PTYPE_EXCLUDE_LIST - Static variable in interface org.apache.oodt.pcs.services.config.PCSServiceConfMetKeys
 
PCSConfigMetadata - Interface in org.apache.oodt.pcs.metadata
A set of Met Keys for the Task Metadata required by the PCS.
PCSDaemonStatus - Class in org.apache.oodt.pcs.health
 
PCSDaemonStatus() - Constructor for class org.apache.oodt.pcs.health.PCSDaemonStatus
Default Constructor.
PCSDaemonStatus(String, String, String) - Constructor for class org.apache.oodt.pcs.health.PCSDaemonStatus
Constructs a new PCSDaemonStatus with the default parameters.
PCSHealthMonitor - Class in org.apache.oodt.pcs.tools
A tool to monitor the health of the PCS.
PCSHealthMonitor(String, String, String, String, String) - Constructor for class org.apache.oodt.pcs.tools.PCSHealthMonitor
 
PCSHealthMonitorMetKeys - Interface in org.apache.oodt.pcs.health
Met keys for the PCSHealthMonitor tool
PCSHealthMonitorReport - Class in org.apache.oodt.pcs.health
The output generated from running the PCSHealthMonitor.getReport() method.
PCSHealthMonitorReport() - Constructor for class org.apache.oodt.pcs.health.PCSHealthMonitorReport
Default Constructor.
PCSHealthMonitorReport(Date, PCSDaemonStatus, PCSDaemonStatus, PCSDaemonStatus, List, List, List, List, List) - Constructor for class org.apache.oodt.pcs.health.PCSHealthMonitorReport
Constructs a new PCSHealthMonitorReport with the given parameters.
PCSLongLister - Class in org.apache.oodt.pcs.tools
The PCS Long Lister tool: mimics UNIX-ls and looks up descendant metadata for fields like TestTag, SubTestTag, TestCounter.
PCSLongLister(String, String) - Constructor for class org.apache.oodt.pcs.tools.PCSLongLister
 
PCSMetadata - Interface in org.apache.oodt.pcs.metadata
A Collection of Metadata field names for PCS.
PcsMetFileWriter - Class in org.apache.oodt.cas.pge.writers
 
PcsMetFileWriter() - Constructor for class org.apache.oodt.cas.pge.writers.PcsMetFileWriter
 
PCSQuery - Interface in org.apache.oodt.pcs.query
Core interface for PCS queries (wrappers around file manager Querys that make them easier to construct).
PCSService - Class in org.apache.oodt.pcs.services
Base class for PCS JAX-RS services.
PCSService() - Constructor for class org.apache.oodt.pcs.services.PCSService
 
PCSService.ResourceNotFoundException - Exception in org.apache.oodt.pcs.services
 
PCSService.ResourceNotFoundException() - Constructor for exception org.apache.oodt.pcs.services.PCSService.ResourceNotFoundException
 
PCSService.ResourceNotFoundException(String) - Constructor for exception org.apache.oodt.pcs.services.PCSService.ResourceNotFoundException
 
PCSServiceConfig - Class in org.apache.oodt.pcs.services.config
The configuration class for the PCS JAX RS services.
PCSServiceConfig(ServletConfig) - Constructor for class org.apache.oodt.pcs.services.config.PCSServiceConfig
 
PCSServiceConfMetKeys - Interface in org.apache.oodt.pcs.services.config
Config file met keys for the PCS services context.xml file.
PCSTrace - Class in org.apache.oodt.pcs.tools
A program to trace the history of a particular PCS product.
PCSTrace(URL, URL) - Constructor for class org.apache.oodt.pcs.tools.PCSTrace
 
PCSTrace(String, String) - Constructor for class org.apache.oodt.pcs.tools.PCSTrace
 
Pedigree - Class in org.apache.oodt.pcs.pedigree
A class to provide pedigre tracking for PCS Products.
Pedigree(String, boolean, List) - Constructor for class org.apache.oodt.pcs.pedigree.Pedigree
Constructs a new Pedigree object that will connect to the file manager at the given URL specified by the fmUrlStr string parameter.
Pedigree(FileManagerUtils, boolean, List) - Constructor for class org.apache.oodt.pcs.pedigree.Pedigree
Constructs a new Pedigree object that will connect to the file manager specified by the FileManagerUtils object passed in.
PedigreeResource - Class in org.apache.oodt.pcs.services
Exposes the Pedigree API of the PCS to provide an upstream and downstream lineage of a particular OODT Product using JAX-RS.
PedigreeResource() - Constructor for class org.apache.oodt.pcs.services.PedigreeResource
 
PedigreeTree - Class in org.apache.oodt.pcs.pedigree
A data structure representing an upstream and downstream pedigree for a particular Product.
PedigreeTree(PedigreeTreeNode) - Constructor for class org.apache.oodt.pcs.pedigree.PedigreeTree
 
PedigreeTreeNode - Class in org.apache.oodt.pcs.pedigree
A node in the PedigreeTree.
PedigreeTreeNode(PedigreeTreeNode) - Constructor for class org.apache.oodt.pcs.pedigree.PedigreeTreeNode
 
PedigreeTreeNode(PedigreeTreeNode, Product) - Constructor for class org.apache.oodt.pcs.pedigree.PedigreeTreeNode
 
PedigreeTreeNode(PedigreeTreeNode, List, Product) - Constructor for class org.apache.oodt.pcs.pedigree.PedigreeTreeNode
 
peekNode() - Method in class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.DeleteFile
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.EmailNotification
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.ExternAction
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.FilemgrUniquenessChecker
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.GroupAction
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.MimeTypeCrawlerAction
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.MoveFile
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.TernaryAction
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.ToggleAction
 
performAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.WorkflowMgrStatusUpdate
 
performCheck(File, Boolean) - Method in class org.apache.oodt.cas.crawl.comparator.FilemgrUniquenessCheckComparator
 
performCheck(File, String) - Method in class org.apache.oodt.cas.metadata.preconditions.EndsWithComparator
 
performCheck(File, Boolean) - Method in class org.apache.oodt.cas.metadata.preconditions.ExistanceCheckComparator
 
performCheck(File, Long) - Method in class org.apache.oodt.cas.metadata.preconditions.FileSizeComparator
 
performCheck(File, String) - Method in class org.apache.oodt.cas.metadata.preconditions.MimeTypeComparator
 
performCheck(File, CompareType) - Method in class org.apache.oodt.cas.metadata.preconditions.PreConditionComparator
 
performCheck(File, Boolean) - Method in class org.apache.oodt.cas.metadata.preconditions.SubProductExistenceCheckComparator
 
performFileAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
performFileAction(File, Metadata) - Method in class org.apache.oodt.cas.crawl.action.IngestAncillary
 
PERIOD_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
persist(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorQueue
 
persist(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.engine.runner.AbstractEngineRunnerBase
 
Perspective - Class in org.apache.oodt.cas.workflow.gui.perspective
A view listener and jpanel for keeping the Workflow perspective in sync.
Perspective(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.Perspective
 
PGE_CONFIG_FILE_NAME - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
PGE_CONFIG_FILE_PROPERTY_ADDER_CLASS - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
PGE_INPUT_TAG_NAME - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
PGE_LOG_FILE_NAME - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
PGE_NAME - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
PGE_NAME_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
PGE_TASK_TYPE - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
PGE_TYPE_GDS_ADAPTOR - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
PGE_TYPE_GDS_PGE - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
PgeConfig - Class in org.apache.oodt.cas.pge.config
Configuration file for CAS-PGE.
PgeConfig() - Constructor for class org.apache.oodt.cas.pge.config.PgeConfig
 
pgeConfig - Variable in class org.apache.oodt.cas.pge.PGETaskInstance
 
PgeConfigBuilder - Interface in org.apache.oodt.cas.pge.config
Interface for building a PgeConfig.
PGEConfigFileException - Exception in org.apache.oodt.pcs.input
A PGEConfigFileException is thrown by the PGEConfigFileReader when there is some general error parsing the PGEConfigurationFile.
PGEConfigFileException() - Constructor for exception org.apache.oodt.pcs.input.PGEConfigFileException
Constructs a new PGEConfigFileException.
PGEConfigFileException(String) - Constructor for exception org.apache.oodt.pcs.input.PGEConfigFileException
Constructs a new PGEConfigFileException with the given message .
PGEConfigFileKeys - Interface in org.apache.oodt.pcs.input
Metadata keys used when building a PGEConfigurationFile
PGEConfigFileReader - Class in org.apache.oodt.pcs.input
A Reader for reading the constructs defined in a PGEConfigurationFile.
PGEConfigFileReader() - Constructor for class org.apache.oodt.pcs.input.PGEConfigFileReader
Default Constructor
PGEConfigFileWriter - Class in org.apache.oodt.pcs.input
A Configuration File Writer for PGEs.
PGEConfigFileWriter(PGEConfigurationFile) - Constructor for class org.apache.oodt.pcs.input.PGEConfigFileWriter
Default Constructor
PgeConfigMetKeys - Interface in org.apache.oodt.cas.pge.config
Met Keys used when reading a PgeConfig XML file.
PGEConfigurationFile - Class in org.apache.oodt.pcs.input
A configuration file to record input similar to HDF format.
PGEConfigurationFile() - Constructor for class org.apache.oodt.pcs.input.PGEConfigurationFile
Constructs a new PGEConfigurationFile with no groups.
PGEDataHandler - Class in org.apache.oodt.pcs.input
A SAX-based event handler to parse PGE data out of an underlying XML file.
PGEDataHandler() - Constructor for class org.apache.oodt.pcs.input.PGEDataHandler
 
PGEDataParseKeys - Interface in org.apache.oodt.pcs.input
A collection of metadata keys relating to the PGEDataHandler
PGEGroup - Class in org.apache.oodt.pcs.input
A PGEGroup is a named set of named PGEVectors, PGEScalars and PGEMatrixs.
PGEGroup(String) - Constructor for class org.apache.oodt.pcs.input.PGEGroup
Constructs a new PGEGroup with the given name
PGEMatrix - Class in org.apache.oodt.pcs.input
A PGEMatrix is a set of rows and columns with values in each cell defined by a row number and column number.
PGEMatrix() - Constructor for class org.apache.oodt.pcs.input.PGEMatrix
Constructs a new PGEMatrix with no rows or columns.
PGEMatrix(String, int, int) - Constructor for class org.apache.oodt.pcs.input.PGEMatrix
Constructs a new PGEMatrix with the specified numrows and numcols.
PgeMetadata - Class in org.apache.oodt.cas.pge.metadata
A wrapper class to act as a facade interface to all the different Metadata sources given to a PGE.
PgeMetadata() - Constructor for class org.apache.oodt.cas.pge.metadata.PgeMetadata
 
PgeMetadata(PgeMetadata) - Constructor for class org.apache.oodt.cas.pge.metadata.PgeMetadata
 
PgeMetadata(Metadata, Metadata) - Constructor for class org.apache.oodt.cas.pge.metadata.PgeMetadata
 
pgeMetadata - Variable in class org.apache.oodt.cas.pge.PGETaskInstance
 
PgeMetadata.Type - Enum in org.apache.oodt.cas.pge.metadata
 
PGEScalar - Class in org.apache.oodt.pcs.input
A PGE Scalar represents a named unit of information.
PGEScalar() - Constructor for class org.apache.oodt.pcs.input.PGEScalar
 
PGEScalar(String, String) - Constructor for class org.apache.oodt.pcs.input.PGEScalar
 
PGETask - Class in org.apache.oodt.cas.pge
PGETask(Metadata, WorkflowTaskConfiguration) - Constructor for class org.apache.oodt.cas.pge.PGETask
 
PGETaskInstance - Class in org.apache.oodt.cas.pge
Runs a CAS-style Product Generation Executive based on the PCS Wrapper Architecture from mattmann et al.
PGETaskInstance() - Constructor for class org.apache.oodt.cas.pge.PGETaskInstance
 
PgeTaskMetKeys - Enum in org.apache.oodt.cas.pge.metadata
PGETaskInstance Reserved Metadata keys.
PgeTaskStatus - Enum in org.apache.oodt.cas.pge.metadata
Workflow Statuses for PGETaskInstance.
PGEVector - Class in org.apache.oodt.pcs.input
A PGEVector is a dynamic set of information, coupled with a name.
PGEVector(String, List<Object>) - Constructor for class org.apache.oodt.pcs.input.PGEVector
 
PGEVector() - Constructor for class org.apache.oodt.pcs.input.PGEVector
 
PGEXMLFileUtils - Class in org.apache.oodt.pcs.input
Low-level reading API to get PGEVectors, PGEScalars, and PGEMatrixs from underlying OCO XML files.
PGEXMLFileUtils() - Constructor for class org.apache.oodt.pcs.input.PGEXMLFileUtils
 
phases - Variable in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
PluginClassLoader - Class in org.apache.oodt.cas.catalog.util
 
PluginClassLoader() - Constructor for class org.apache.oodt.cas.catalog.util.PluginClassLoader
 
PluginClassLoader(ClassLoader) - Constructor for class org.apache.oodt.cas.catalog.util.PluginClassLoader
 
pluginStorageDir - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
pluginStorageDir - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
PluginURL - Class in org.apache.oodt.cas.catalog.util
 
PluginURL(String, URL) - Constructor for class org.apache.oodt.cas.catalog.util.PluginURL
 
POLICY_DIR_NAME - Static variable in interface org.apache.oodt.cas.install.CASInstallDirMetKeys
 
POLICY_UPLOAD_PATH - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
PolicyResource - Class in org.apache.oodt.cas.curation.service
 
PolicyResource(ServletContext) - Constructor for class org.apache.oodt.cas.curation.service.PolicyResource
 
popNode() - Method in class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
port - Variable in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
port - Variable in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServerFactory
 
postConditions - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
postGetMetadataHandle(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Handles converting any Catalog metadata element values to their original values.
postGetMetadataHandle(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Handles converting any Catalog metadata element values to their original values.
postInitGUI() - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Add your post-init code in here
postProcessAfterInitialization(Object, String) - Method in class org.apache.oodt.commons.spring.postprocessor.SetIdBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.apache.oodt.commons.spring.postprocessor.SetIdBeanPostProcessor
 
PostQuery(Query) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
PostQuery(String, Query) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
preAddMetadataHandle(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Handles converting any metadata element to Catalog element values.
preAddMetadataHandle(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Handles converting any metadata element to Catalog element values.
PreCondEvalUtils - Class in org.apache.oodt.cas.metadata.preconditions
 
PreCondEvalUtils(ApplicationContext) - Constructor for class org.apache.oodt.cas.metadata.preconditions.PreCondEvalUtils
 
PRECONDITION_COMPARATOR_TAG - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
PRECONDITION_COMPARATORS_TAG - Static variable in interface org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigMetKeys
 
PreConditionComparator<CompareType> - Class in org.apache.oodt.cas.metadata.preconditions
 
PreConditionComparator() - Constructor for class org.apache.oodt.cas.metadata.preconditions.PreConditionComparator
 
PreconditionComparatorException - Exception in org.apache.oodt.cas.metadata.exceptions
 
PreconditionComparatorException() - Constructor for exception org.apache.oodt.cas.metadata.exceptions.PreconditionComparatorException
 
PreconditionComparatorException(String) - Constructor for exception org.apache.oodt.cas.metadata.exceptions.PreconditionComparatorException
 
PreconditionInfoHandler - Class in org.apache.oodt.cas.crawl.cli.option.handler
 
PreconditionInfoHandler() - Constructor for class org.apache.oodt.cas.crawl.cli.option.handler.PreconditionInfoHandler
 
PreConditionOperatorMetKeys - Interface in org.apache.oodt.cas.metadata.preconditions
 
preConditions - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
preInitGUI() - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Add your pre-init code in here
preProcessInputStream(InputStream) - Static method in class org.apache.oodt.commons.exec.EnvUtilities
 
preQueryHandle(Query) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Converts this TypeHandler's element in the given Query into a Query with the necessary elements and values so the Catalog can be queried.
presentActionHelp(String) - Method in interface org.apache.oodt.cas.cli.presenter.CmdLinePresenter
 
presentActionHelp(String) - Method in class org.apache.oodt.cas.cli.presenter.StdCmdLinePresenter
 
presentActionMessage(String) - Method in interface org.apache.oodt.cas.cli.presenter.CmdLinePresenter
 
presentActionMessage(String) - Method in class org.apache.oodt.cas.cli.presenter.StdCmdLinePresenter
 
presentActionsHelp(String) - Method in interface org.apache.oodt.cas.cli.presenter.CmdLinePresenter
 
presentActionsHelp(String) - Method in class org.apache.oodt.cas.cli.presenter.StdCmdLinePresenter
 
presentErrorMessage(String) - Method in interface org.apache.oodt.cas.cli.presenter.CmdLinePresenter
 
presentErrorMessage(String) - Method in class org.apache.oodt.cas.cli.presenter.StdCmdLinePresenter
 
presentOptionHelp(String) - Method in interface org.apache.oodt.cas.cli.presenter.CmdLinePresenter
 
presentOptionHelp(String) - Method in class org.apache.oodt.cas.cli.presenter.StdCmdLinePresenter
 
prevCharIsCR - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
PRIMARY_EXECUTABLE_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
print(String) - Method in class org.apache.oodt.cas.cli.action.CmdLineAction.ActionMessagePrinter
 
print(boolean) - Method in class org.apache.oodt.commons.io.LogWriter
Print a boolean value.
print(char) - Method in class org.apache.oodt.commons.io.LogWriter
Print a character.
print(int) - Method in class org.apache.oodt.commons.io.LogWriter
Print an integer.
print(long) - Method in class org.apache.oodt.commons.io.LogWriter
Print a long integer.
print(float) - Method in class org.apache.oodt.commons.io.LogWriter
Print a floating-point number.
print(double) - Method in class org.apache.oodt.commons.io.LogWriter
Print a double-precision floating-point number.
print(char[]) - Method in class org.apache.oodt.commons.io.LogWriter
Print an array of characters.
print(String) - Method in class org.apache.oodt.commons.io.LogWriter
Print a string.
print(Object) - Method in class org.apache.oodt.commons.io.LogWriter
Print an object.
PRINT_IOR_PROPERTY - Static variable in class org.apache.oodt.commons.ExecServer
Name of the property that prints the server's IOR or RMI handle.
printActionHelp(CmdLineArgs) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
printActionHelp(CmdLineAction, Set<CmdLineOption>) - Method in interface org.apache.oodt.cas.cli.printer.CmdLinePrinter
Should generate help message for action specified by #CmdLineArgs.getSpecifiedAction().
printActionHelp(CmdLineAction, Set<CmdLineOption>) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
printActionMessages(List<String>) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
printActionMessages(List<String>) - Method in interface org.apache.oodt.cas.cli.printer.CmdLinePrinter
Generates CmdLineAction message from list of messages.
printActionMessages(List<String>) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
printActionsHelp(CmdLineArgs) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
printActionsHelp(Set<CmdLineAction>) - Method in interface org.apache.oodt.cas.cli.printer.CmdLinePrinter
Generates help messages given CmdLineActions.
printActionsHelp(Set<CmdLineAction>) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
printCommandLine(String[]) - Static method in class org.apache.oodt.commons.exec.ExecUtils
 
printErrorMessage(String) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
printHelp() - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
println(String) - Method in class org.apache.oodt.cas.cli.action.CmdLineAction.ActionMessagePrinter
 
println() - Method in class org.apache.oodt.cas.cli.action.CmdLineAction.ActionMessagePrinter
 
println(boolean) - Method in class org.apache.oodt.commons.io.LogWriter
Print a boolean value and terminate the message.
println(char) - Method in class org.apache.oodt.commons.io.LogWriter
Print a character value and terminate the message.
println(int) - Method in class org.apache.oodt.commons.io.LogWriter
Print an integer value and terminate the message.
println(long) - Method in class org.apache.oodt.commons.io.LogWriter
Print a long integer value and terminate the message.
println(float) - Method in class org.apache.oodt.commons.io.LogWriter
Print a floating-point value and terminate the message.
println(double) - Method in class org.apache.oodt.commons.io.LogWriter
Print a double-precision floating-point value and terminate the message.
println(char[]) - Method in class org.apache.oodt.commons.io.LogWriter
Print a character array and terminate the message.
println(String) - Method in class org.apache.oodt.commons.io.LogWriter
Print a String and terminate the message.
println(Throwable) - Method in class org.apache.oodt.commons.io.LogWriter
 
println(Object) - Method in class org.apache.oodt.commons.io.LogWriter
Print an Object and terminate the message.
println() - Method in class org.apache.oodt.commons.io.LogWriter
Terminate the current message.
PrintMessageAction - Class in org.apache.oodt.cas.cli.action
A CmdLineAction which prints out a given message.
PrintMessageAction() - Constructor for class org.apache.oodt.cas.cli.action.PrintMessageAction
 
printMissingRequiredOptionsError(Set<CmdLineOption>) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
printMonitorToConsole(PCSHealthMonitorReport) - Method in class org.apache.oodt.pcs.tools.PCSHealthMonitor
 
printOptionHelp(CmdLineArgs) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
printOptionsHelp(Set<CmdLineOption>) - Method in interface org.apache.oodt.cas.cli.printer.CmdLinePrinter
Generates help message for given CmdLineOptions.
printOptionsHelp(Set<CmdLineOption>) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
printOptionValidationErrors(List<CmdLineOptionValidator.Result>) - Method in interface org.apache.oodt.cas.cli.printer.CmdLinePrinter
Generate validation error message for results of failed validations.
printOptionValidationErrors(List<CmdLineOptionValidator.Result>) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
printPedigreeTree() - Method in class org.apache.oodt.pcs.pedigree.PedigreeTree
 
printRequiredOptionsMissingError(Set<CmdLineOption>) - Method in interface org.apache.oodt.cas.cli.printer.CmdLinePrinter
Generates missing required options error message from given CmdLineOptions which where required and not specified.
printRequiredOptionsMissingError(Set<CmdLineOption>) - Method in class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
PrintSupportedActionsCmdLineOption - Class in org.apache.oodt.cas.cli.option
The Print Supported Actions CmdLineOption.
PrintSupportedActionsCmdLineOption() - Constructor for class org.apache.oodt.cas.cli.option.PrintSupportedActionsCmdLineOption
 
PrintSupportedActionsCmdLineOption(String, String, String, boolean) - Constructor for class org.apache.oodt.cas.cli.option.PrintSupportedActionsCmdLineOption
 
printValidationErrors(List<CmdLineOptionValidator.Result>) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
PrioritizedQueueBasedWorkflowEngine - Class in org.apache.oodt.cas.workflow.engine
Describe your class here.
PrioritizedQueueBasedWorkflowEngine(WorkflowInstanceRepository, PrioritySorter, WorkflowLifecycleManager, EngineRunner, WorkflowRepository, long) - Constructor for class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
PrioritizedQueueBasedWorkflowEngineFactory - Class in org.apache.oodt.cas.workflow.engine
Constructs an instance of the PrioritizedQueueBasedWorkflowEngine, based on its constituent instance repository, workflow task prioritizer, workflow lifecycle, and engine runner.
PrioritizedQueueBasedWorkflowEngineFactory() - Constructor for class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngineFactory
 
priority - Variable in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
PRIORITY - Static variable in class org.apache.oodt.cas.workflow.engine.ChangeType
 
Priority - Class in org.apache.oodt.cas.workflow.structs
Priority of a WorkflowProcessor.
Priority() - Constructor for class org.apache.oodt.cas.workflow.structs.Priority
 
priority - Variable in class org.apache.oodt.commons.filter.TimeEvent
 
PriorityQueryExpression(Vector<String>) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
PrioritySorter - Interface in org.apache.oodt.cas.workflow.structs
Interface specifying a method to sort and prioritize WorkflowProcessors.
process - Variable in class org.apache.oodt.commons.Executable
The process backing this executable.
processedPageInfo - Variable in class org.apache.oodt.cas.catalog.page.Page
 
ProcessedPageInfo - Class in org.apache.oodt.cas.catalog.page
 
ProcessedPageInfo(int, int, int) - Constructor for class org.apache.oodt.cas.catalog.page.ProcessedPageInfo
 
PROCESSING_INSTRUCTION_NAME_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
PROCESSING_INSTRUCTION_TAG - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
PROCESSING_INSTRUCTION_VALUE_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
PROCESSING_INSTRUCTIONS_TAG - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
PROCESSING_LEVEL - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
PROCESSING_NODE - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 
ProcessingInstructions - Class in org.apache.oodt.opendapps.config
Class that holds special configuration instructions for generating an Opendap profile.
ProcessingInstructions() - Constructor for class org.apache.oodt.opendapps.config.ProcessingInstructions
 
processMain(String[], CmdLineMetExtractor) - Static method in class org.apache.oodt.cas.metadata.extractors.CmdLineMetExtractor
 
processMain(String[], CmdLineMetExtractor, OutputStream) - Static method in class org.apache.oodt.cas.metadata.extractors.CmdLineMetExtractor
 
processorIds - Static variable in class org.apache.oodt.cas.workflow.structs.Graph
 
processOutput() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
processPropFile(FileRetrievalSystem, Parser, File, DataFilesInfo, DataFileToPropFileLinker) - Method in class org.apache.oodt.cas.pushpull.retrievalmethod.ListRetriever
 
processPropFile(FileRetrievalSystem, Parser, File, DataFilesInfo, DataFileToPropFileLinker) - Method in class org.apache.oodt.cas.pushpull.retrievalmethod.RemoteCrawler
Starts the crawler and creates a default DirStruct if null was supplied in constructor
processPropFile(FileRetrievalSystem, Parser, File, DataFilesInfo, DataFileToPropFileLinker) - Method in interface org.apache.oodt.cas.pushpull.retrievalmethod.RetrievalMethod
 
Product - Class in org.apache.oodt.cas.filemgr.structs
 
Product() - Constructor for class org.apache.oodt.cas.filemgr.structs.Product
Default Constructor
Product(InputStream) - Constructor for class org.apache.oodt.cas.filemgr.structs.Product
 
Product(String, ProductType, String, String, List<Reference>) - Constructor for class org.apache.oodt.cas.filemgr.structs.Product
Constructs a new Product with the specified parameters.
PRODUCT_DATASTORE_REFS - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_FILE_SIZES - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_ID - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_ID - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
PRODUCT_ID - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_MIME_TYPES - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_NAME - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_NAME - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
PRODUCT_NAME - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_NAME - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
PRODUCT_NAME_GENERATOR - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
PRODUCT_ORIG_REFS - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_PATH_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
PRODUCT_RECEIVED_TIME - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_RECEVIED_TIME - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
PRODUCT_ROOT_REFERENCE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_STRUCTURE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_STRUCTURE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
PRODUCT_STRUCTURE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_TRANSFER_STATUS - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_TRANSFER_STATUS - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_TYPE - Static variable in class org.apache.oodt.cas.curation.service.MetadataResource
 
PRODUCT_TYPE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
PRODUCT_TYPE - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
PRODUCT_TYPE_ID - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_TYPE_NAME - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
ProductBrowser - Class in org.apache.oodt.cas.webcomponents.filemgr.browser.product
This page is mounted to: /browser/product/[ProductId] A Product web page component to display all of its metadata and reference information.
ProductBrowser(String, String, String) - Constructor for class org.apache.oodt.cas.webcomponents.filemgr.browser.product.ProductBrowser
 
ProductBrowserPage - Class in org.apache.oodt.cas.filemgr.webapp.browser
Page that exposes the underlying ProductBrowser OODT Wicket component.
ProductBrowserPage(PageParameters) - Constructor for class org.apache.oodt.cas.filemgr.webapp.browser.ProductBrowserPage
 
ProductBrowserPage - Class in org.apache.oodt.pcs.opsui
Shows a product, its metadata, and its references, all on a single page.
ProductBrowserPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.ProductBrowserPage
 
ProductCrawler - Class in org.apache.oodt.cas.crawl
An abstract base class for Product Crawling.
ProductCrawler() - Constructor for class org.apache.oodt.cas.crawl.ProductCrawler
 
ProductCrawlerBean - Class in org.apache.oodt.cas.crawl.config
Turns a ProductCrawler into a Spring-configurable entity.
ProductCrawlerBean() - Constructor for class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
ProductDumper - Class in org.apache.oodt.cas.filemgr.tools
 
ProductDumper(String) - Constructor for class org.apache.oodt.cas.filemgr.tools.ProductDumper
 
ProductException - Exception in org.apache.oodt.product
Checked exception to indicate a product fault.
ProductException() - Constructor for exception org.apache.oodt.product.ProductException
Construct a product exception with no detail message.
ProductException(String) - Constructor for exception org.apache.oodt.product.ProductException
Construct a product exception with the given detail message.
ProductException(Throwable) - Constructor for exception org.apache.oodt.product.ProductException
Creates a new ProductException instance.
ProductException(String, Throwable) - Constructor for exception org.apache.oodt.product.ProductException
Creates a new ProductException instance.
ProductIdGenerator - Interface in org.apache.oodt.cas.filemgr.catalog.solr
API for generating a unique identifier for a CAS Product.
productIdString - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
PRODUCTION_DATE_TIME - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
PRODUCTION_DATE_TIME_GROUP - Static variable in interface org.apache.oodt.cas.metadata.extractors.FilenameTokenExtractorMetKeys
 
PRODUCTION_LOCATION - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
PRODUCTION_LOCATION_CODE - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
ProductMetBrowserPage - Class in org.apache.oodt.cas.filemgr.webapp.browser
Page that exposes the underlying MetadataBrowser OODT Wicket component.
ProductMetBrowserPage(PageParameters) - Constructor for class org.apache.oodt.cas.filemgr.webapp.browser.ProductMetBrowserPage
 
ProductMetBrowserPage - Class in org.apache.oodt.pcs.opsui
Show's a product's metadata.
ProductMetBrowserPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.ProductMetBrowserPage
 
ProductMetKeys - Interface in org.apache.oodt.cas.filemgr.metadata
ProductModel - Class in org.apache.oodt.cas.webcomponents.filemgr.model
A Serializable GenericBaseModel version of a CAS Product.
ProductModel(Product) - Constructor for class org.apache.oodt.cas.webcomponents.filemgr.model.ProductModel
 
ProductNameQuery - Class in org.apache.oodt.pcs.query
A query to the File Manager using the ProductName product met field.
ProductNameQuery(String, FileManagerUtils) - Constructor for class org.apache.oodt.pcs.query.ProductNameQuery
 
ProductPage - Class in org.apache.oodt.cas.filemgr.structs
 
ProductPage() - Constructor for class org.apache.oodt.cas.filemgr.structs.ProductPage
Default Constructor
ProductPage(int, int, int, List<Product>) - Constructor for class org.apache.oodt.cas.filemgr.structs.ProductPage
 
ProductPaginator - Class in org.apache.oodt.cas.webcomponents.filemgr.browser.pagination
A paginator component that expands to a +/- 5 page window to paginate a ProductPage.
ProductPaginator(String, ProductPage, String, Class<? extends WebPage>) - Constructor for class org.apache.oodt.cas.webcomponents.filemgr.browser.pagination.ProductPaginator
 
ProductQueryServlet - Class in org.apache.oodt.grid
Product query servlet handles product queries.
ProductQueryServlet() - Constructor for class org.apache.oodt.grid.ProductQueryServlet
 
ProductRefBrowserPage - Class in org.apache.oodt.pcs.opsui
Page that shows a Product's reference information.
ProductRefBrowserPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.ProductRefBrowserPage
 
ProductRefsBrowser - Class in org.apache.oodt.cas.webcomponents.filemgr.browser.product
Component responsible for showing a Products List of References.
ProductRefsBrowser(String, String, String) - Constructor for class org.apache.oodt.cas.webcomponents.filemgr.browser.product.ProductRefsBrowser
 
ProductRefsBrowserPage - Class in org.apache.oodt.cas.filemgr.webapp.browser
Page that exposes the underlying ProductRefsBrowser OODT Wicket component.
ProductRefsBrowserPage(PageParameters) - Constructor for class org.apache.oodt.cas.filemgr.webapp.browser.ProductRefsBrowserPage
 
ProductResource - Class in org.apache.oodt.cas.product.jaxrs.resources
A JAX-RS resource representing a Product.
ProductResource() - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.ProductResource
Default constructor required by JAXB.
ProductResource(Product, Metadata, List<Reference>, File) - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.ProductResource
Constructor that sets the product, metadata, references and working directory for the resource.
ProductRssWriter - Class in org.apache.oodt.cas.product.jaxrs.writers
A Provider that writes product resources to output streams for HTTP responses with "application/rss+xml" content-type.
ProductRssWriter() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.ProductRssWriter
 
products - Variable in class org.apache.oodt.cas.filemgr.browser.model.Results
 
ProductSerializer - Interface in org.apache.oodt.cas.filemgr.catalog.solr
API for serializing CAS objects (Products, Metadata and References) into documents to be indexed by Solr, and vice-versa deserializing Solr response documents into CAS objects.
ProductServer - Class in org.apache.oodt.grid
A product server.
ProductServer(Configuration, String) - Constructor for class org.apache.oodt.grid.ProductServer
Creates a new ProductServer instance.
ProductType - Class in org.apache.oodt.cas.filemgr.structs
 
ProductType() - Constructor for class org.apache.oodt.cas.filemgr.structs.ProductType
 
ProductType(String, String, String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.structs.ProductType
 
ProductTypeDocTool - Class in org.apache.oodt.cas.filemgr.tools
 
ProductTypeDocTool(String, String) - Constructor for class org.apache.oodt.cas.filemgr.tools.ProductTypeDocTool
 
ProductTypeFilter - Class in org.apache.oodt.cas.product.rdf
Filters a ProductType, based on a set of constraints.
ProductTypeFilter() - Constructor for class org.apache.oodt.cas.product.rdf.ProductTypeFilter
 
ProductTypeFilter(String) - Constructor for class org.apache.oodt.cas.product.rdf.ProductTypeFilter
 
ProductTypeMetVersioner - Class in org.apache.oodt.cas.filemgr.versioning
A simple versioner that lets a user define the filePathSpec needed by the MetadataBasedFileVersioner in a Product's ProductType metadata.
ProductTypeMetVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.ProductTypeMetVersioner
 
productTypeNames - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
ProductZipper - Class in org.apache.oodt.cas.product.jaxrs.writers
Utility class that zips up a ProductResource, including the product's references and metadata.
ProductZipper() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.ProductZipper
 
ProductZipWriter - Class in org.apache.oodt.cas.product.jaxrs.writers
A Provider that writes product resources to output streams for HTTP responses with "application/zip" content-type.
ProductZipWriter() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.ProductZipWriter
 
PROF_ATTR_SPEC_TYPE - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
PROF_ELEM_SPEC_TYPE - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
profAttr - Variable in class org.apache.oodt.profile.Profile
My profile attributes.
Profile - Class in org.apache.oodt.profile
A profile.
Profile() - Constructor for class org.apache.oodt.profile.Profile
Create a blank profile.
Profile(String) - Constructor for class org.apache.oodt.profile.Profile
Create a profile from an XML document.
Profile(String, ObjectFactory) - Constructor for class org.apache.oodt.profile.Profile
Create a profile from an XML document.
Profile(Node) - Constructor for class org.apache.oodt.profile.Profile
Creates a new Profile instance.
Profile(Node, ObjectFactory) - Constructor for class org.apache.oodt.profile.Profile
Create a profile from an XML document.
Profile(ProfileAttributes, ResourceAttributes) - Constructor for class org.apache.oodt.profile.Profile
Create a profile from its attributes.
profile - Variable in class org.apache.oodt.profile.ProfileElement
My profile.
profile - Variable in class org.apache.oodt.profile.ResourceAttributes
Profile I describe.
ProfileAttributes - Class in org.apache.oodt.profile
Profile attributes.
ProfileAttributes() - Constructor for class org.apache.oodt.profile.ProfileAttributes
Create blank profile attributes.
ProfileAttributes(Node) - Constructor for class org.apache.oodt.profile.ProfileAttributes
Create profile attributes from an XML document.
ProfileAttributes(String, String, String, String, String, String, List, String, List) - Constructor for class org.apache.oodt.profile.ProfileAttributes
Create profile attributes from constituent attributes.
ProfileAttributesPrinter - Class in org.apache.oodt.profile.gui.pstructs
 
ProfileAttributesPrinter(ProfileAttributes) - Constructor for class org.apache.oodt.profile.gui.pstructs.ProfileAttributesPrinter
 
ProfileBuilderGUI - Class in org.apache.oodt.profile.gui
This code was generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
ProfileBuilderGUI() - Constructor for class org.apache.oodt.profile.gui.ProfileBuilderGUI
 
ProfileChecker - Class in org.apache.oodt.opendapps.util
Utility class that checks an OODT Profile versus a list of required/optional elements, and provides a validation summary for quick inspection by the publisher.
ProfileChecker() - Constructor for class org.apache.oodt.opendapps.util.ProfileChecker
 
ProfileClientConstructed - Class in org.apache.oodt.profile.activity
 
ProfileClientConstructed() - Constructor for class org.apache.oodt.profile.activity.ProfileClientConstructed
 
ProfileElement - Class in org.apache.oodt.profile
Profile element.
ProfileElement(Profile) - Constructor for class org.apache.oodt.profile.ProfileElement
Create blank profile attributes belonging to the given profile.
ProfileElement(Profile, String, String, String, String, String, List, boolean, int, String) - Constructor for class org.apache.oodt.profile.ProfileElement
Create a profile element from constituent attributes.
ProfileElementPrinter - Class in org.apache.oodt.profile.gui.pstructs
 
ProfileElementPrinter(ProfileElement) - Constructor for class org.apache.oodt.profile.gui.pstructs.ProfileElementPrinter
 
ProfileException - Exception in org.apache.oodt.profile
A profile-related exception.
ProfileException() - Constructor for exception org.apache.oodt.profile.ProfileException
Create a profile exception with no detail message.
ProfileException(String) - Constructor for exception org.apache.oodt.profile.ProfileException
Create a profile exception with the given detail message.
ProfileException(Throwable) - Constructor for exception org.apache.oodt.profile.ProfileException
Create a chained profile exception.
ProfileException(String, Throwable) - Constructor for exception org.apache.oodt.profile.ProfileException
Creates a chained profile exception with detail message.
ProfileHandler - Interface in org.apache.oodt.profile.handlers
Interface of a profile handler.
ProfileManager - Interface in org.apache.oodt.profile.handlers
Interface of a profile manager.
ProfilePrinter - Class in org.apache.oodt.profile.gui.pstructs
 
ProfilePrinter(Profile, String) - Constructor for class org.apache.oodt.profile.gui.pstructs.ProfilePrinter
Pretty printing class for a profile, using lightweight, string concatenation classes and methods
ProfileQueryServlet - Class in org.apache.oodt.grid
Profile query servlet handles profile queries.
ProfileQueryServlet() - Constructor for class org.apache.oodt.grid.ProfileQueryServlet
 
Profiler - Class in org.apache.oodt.opendapps
Command line class to drive the creation of OODT profiles from THREDDS catalogs with OpenDAP endpoints.
Profiler() - Constructor for class org.apache.oodt.opendapps.Profiler
No argument constructor.
profiles(Set) - Static method in class org.apache.oodt.profile.ProfileElement
Given a set of profile elements, return a set of profiles that own those elements.
PROFILES_DTD_FPI - Static variable in class org.apache.oodt.profile.Profile
The formal public identifier of the profiles DTD.
PROFILES_DTD_URL - Static variable in class org.apache.oodt.profile.Profile
The system identifier of the profiles DTD.
ProfileSAXException - Exception in org.apache.oodt.profile
An XML-related SAX exception from a profile server.
ProfileSAXException(SAXException) - Constructor for exception org.apache.oodt.profile.ProfileSAXException
Create a profile SAX exception.
ProfileSerializer - Class in org.apache.oodt.opendapps.util
Utility class to serialize a list of profiles to an XML document.
ProfileSerializer() - Constructor for class org.apache.oodt.opendapps.util.ProfileSerializer
 
ProfileServer - Class in org.apache.oodt.grid
A profile server.
ProfileServer(Configuration, String) - Constructor for class org.apache.oodt.grid.ProfileServer
Creates a new ProfileServer instance.
ProfileSQLException - Exception in org.apache.oodt.profile
A database-related SQL exception from a profile server.
ProfileSQLException(SQLException) - Constructor for exception org.apache.oodt.profile.ProfileSQLException
Create a profile SQL exception.
profileTree - Class in org.apache.oodt.profile.gui
 
profileTree() - Constructor for class org.apache.oodt.profile.gui.profileTree
 
ProfileUtils - Class in org.apache.oodt.opendapps.util
Static methods for unraveling and generating ProfileElements, ProfileAttributes and ResourceAttributes for a Profile, derived from a set of OPeNDAP dataset information and an OpendapConfig.
ProfileUtils() - Constructor for class org.apache.oodt.opendapps.util.ProfileUtils
 
ProfileUtils - Class in org.apache.oodt.profile.handlers.cas.util
 
PROJECT_DISPLAY_NAME - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
PROP_CLASS_NAME - Static variable in class org.apache.oodt.cas.curation.structs.ExtractorConfig
 
PROP_CONFIG_FILES - Static variable in class org.apache.oodt.cas.curation.structs.ExtractorConfig
 
PROP_FILE_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
PROP_FILES_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
PROP_INFO_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
properties - Variable in class org.apache.oodt.cas.catalog.query.CustomQueryExpression
 
PROPERTIES_FILE_PROPERTY - Static variable in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
PropertiesUtils - Class in org.apache.oodt.cas.metadata.util
 
PropertiesUtils() - Constructor for class org.apache.oodt.cas.metadata.util.PropertiesUtils
 
PROPERTY_MIMETYPE_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
PROPERTY_NAME_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
PROPERTY_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
PROPERTY_VALUE_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
propertyChange(PropertyChangeEvent) - Method in class org.apache.oodt.commons.io.LogFilter
Ignore this event.
propertyChange(PropertyChangeEvent) - Method in class org.apache.oodt.commons.io.WriterLogger
 
propertyChange(PropertyChangeEvent) - Method in class org.apache.oodt.commons.util.LogEventMultiplexer
 
propertyChange(PropertyChangeEvent) - Method in class org.apache.oodt.commons.util.LogInit.EnterpriseLogFilter
Update the list of categories to either pass-through or filter out.
propertyChange(PropertyChangeEvent) - Method in class org.apache.oodt.commons.util.MemoryLogger
 
PropertyMgr - Class in org.apache.oodt.commons.util
Property manager manages updates to properties.
PropertyMgr() - Constructor for class org.apache.oodt.commons.util.PropertyMgr
 
PropFilesInfo - Class in org.apache.oodt.cas.pushpull.config
 
PropFilesInfo(File) - Constructor for class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
Protocol - Interface in org.apache.oodt.cas.protocol
Interface for communication over different transfer protocols
PROTOCOL_FACTORY_INFO_FILES - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
PROTOCOL_FACTORY_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
PROTOCOL_PAGE_SIZE - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
PROTOCOL_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
PROTOCOL_TIMEOUT_MS - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
ProtocolCliAction - Class in org.apache.oodt.cas.protocol.cli.action
Action used to perform some task via a ProtocolManager
ProtocolCliAction() - Constructor for class org.apache.oodt.cas.protocol.cli.action.ProtocolCliAction
 
ProtocolCommandLine - Class in org.apache.oodt.cas.protocol.system
 
ProtocolCommandLine() - Constructor for class org.apache.oodt.cas.protocol.system.ProtocolCommandLine
 
ProtocolConfig - Interface in org.apache.oodt.cas.protocol.config
Protocol configuration for configuring ProtocolManager.
ProtocolDeletionError - Exception in org.apache.oodt.cas.pushpull.exceptions
 
ProtocolDeletionError() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ProtocolDeletionError
 
ProtocolDeletionError(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ProtocolDeletionError
 
ProtocolException - Exception in org.apache.oodt.cas.protocol.exceptions
 
ProtocolException(String) - Constructor for exception org.apache.oodt.cas.protocol.exceptions.ProtocolException
 
ProtocolException(String, Throwable) - Constructor for exception org.apache.oodt.cas.protocol.exceptions.ProtocolException
 
ProtocolException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
ProtocolException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ProtocolException
 
ProtocolException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ProtocolException
 
ProtocolFactory - Interface in org.apache.oodt.cas.protocol
Factory for creating Protocols
ProtocolFile - Class in org.apache.oodt.cas.protocol
A path representing a file/directory over some Protocol
ProtocolFile(String, boolean) - Constructor for class org.apache.oodt.cas.protocol.ProtocolFile
 
ProtocolFile(ProtocolFile, String, boolean) - Constructor for class org.apache.oodt.cas.protocol.ProtocolFile
 
ProtocolFileException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
ProtocolFileException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ProtocolFileException
 
ProtocolFileException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ProtocolFileException
 
ProtocolFileFilter - Interface in org.apache.oodt.cas.protocol.util
Filter for filtering s.
ProtocolHandler - Class in org.apache.oodt.cas.pushpull.protocol
This class is responsible for creating the appropriate Protocol for the given RemoteSites.
ProtocolHandler(ProtocolInfo) - Constructor for class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
Creates a new ProtocolHandler for the given Config object
ProtocolInfo - Class in org.apache.oodt.cas.pushpull.config
 
ProtocolInfo() - Constructor for class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
ProtocolManager - Class in org.apache.oodt.cas.protocol.system
A Manager responsible for managing site to ProtocolFactory mapping
ProtocolManager(ProtocolConfig) - Constructor for class org.apache.oodt.cas.protocol.system.ProtocolManager
 
ProtocolPath - Class in org.apache.oodt.cas.pushpull.protocol
This class wraps up a URL for a given path, and whether the path specified by the URL is a dirctory or not
ProtocolPath() - Constructor for class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
 
ProtocolPath(String, boolean) - Constructor for class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
 
ProtocolVerifier - Interface in org.apache.oodt.cas.protocol.verify
Interface for verifying Protocols can connect to sites.
ProtocolVerifierFactory - Interface in org.apache.oodt.cas.protocol.verify
Factory for creating ProtocolVerifiers
publishers - Variable in class org.apache.oodt.profile.ResourceAttributes
Publishers.
Punctuation - Class in org.apache.oodt.cas.pushpull.expressions
 
Punctuation(String) - Constructor for class org.apache.oodt.cas.pushpull.expressions.Punctuation
 
purge() - Method in interface org.apache.oodt.cas.resource.jobqueue.JobQueue
Purges all JobSpecs from the queue.
purge() - Method in class org.apache.oodt.cas.resource.jobqueue.JobStack
 
pushNode(Node) - Method in class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
PushPullFrameworkException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
PushPullFrameworkException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.PushPullFrameworkException
 
PushPullFrameworkException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.PushPullFrameworkException
 
PushPullFrameworkException(String, Throwable) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.PushPullFrameworkException
 
PushPullObjectFactory - Class in org.apache.oodt.cas.pushpull.objectfactory
 
put(File, ProtocolFile) - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
put(File, ProtocolFile) - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
put(File, ProtocolFile) - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
put(File, ProtocolFile) - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
put(File, ProtocolFile) - Method in interface org.apache.oodt.cas.protocol.Protocol
 
put(File, ProtocolFile) - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
put(Object, Object) - Method in class org.apache.oodt.commons.util.CacheMap
 
putAll(Map) - Method in class org.apache.oodt.commons.util.CacheMap
 
pwd() - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
 
pwd() - Method in class org.apache.oodt.cas.protocol.ftp.CommonsNetFtpProtocol
pwd() - Method in class org.apache.oodt.cas.protocol.http.HttpProtocol
 
pwd() - Method in class org.apache.oodt.cas.protocol.imaps.ImapsProtocol
 
pwd() - Method in interface org.apache.oodt.cas.protocol.Protocol
 
pwd() - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocol
 
pwd(RemoteSite, Protocol) - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolHandler
 

Q

qPane - Variable in class org.apache.oodt.cas.filemgr.browser.view.MainWindow
 
qPanel - Variable in class org.apache.oodt.cas.filemgr.browser.view.prompts.QueryBuilderPrompt
 
QueriedHandlers - Class in org.apache.oodt.profile.activity
 
QueriedHandlers() - Constructor for class org.apache.oodt.profile.activity.QueriedHandlers
 
query - Variable in class org.apache.oodt.cas.catalog.cli.action.PagedQueryCliAction
 
query - Variable in class org.apache.oodt.cas.catalog.cli.action.QueryCliAction
 
query - Variable in class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
query - Variable in class org.apache.oodt.cas.catalog.cli.action.ReducedQueryCliAction
 
Query(Vector<String>) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
query(QueryExpression) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
query(QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
query(QueryExpression) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
query(QueryExpression, Set<String>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
query(QueryExpression) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
query(QueryExpression, Set<String>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
query(QueryExpression) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
query(QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
query(QueryExpression) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
query(QueryExpression, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
query(QueryExpression) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
query(QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
query(QueryExpression) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
query(QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
query(QueryExpression) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
Returns all the TransactionIds that fall under the given query
query(QueryExpression, int, int) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
 
query(QueryExpression) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
query(QueryExpression, int, int) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
query(QueryExpression) - Method in interface org.apache.oodt.cas.catalog.struct.QueryService
Returns all the TransactionIds that fall under the given query
query(QueryExpression, int, int) - Method in interface org.apache.oodt.cas.catalog.struct.QueryService
Returns the results of the given query such that: [startIndex, endIndex)
query(QueryExpression) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
query(QueryExpression, int, int) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
query(QueryExpression) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
query(QueryExpression, Set<String>) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
query(QueryExpression) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
query(QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
query(QueryExpression) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
query(QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
query(Query, ProductType) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Queries the Catalog with the specified Query
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
Queries the Catalog with the specified Query
query(Map<String, String[]>, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to send a generic query to the Solr server.
Query - Class in org.apache.oodt.cas.filemgr.structs
 
Query() - Constructor for class org.apache.oodt.cas.filemgr.structs.Query
Default Constructor
Query(List<QueryCriteria>) - Constructor for class org.apache.oodt.cas.filemgr.structs.Query
 
query(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
query(Query) - Method in class org.apache.oodt.cas.filemgr.tools.QueryTool
Deprecated.
 
query(XMLQuery) - Method in class org.apache.oodt.cas.product.CASProductHandler
 
query(XMLQuery) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandler
 
query(XMLQuery) - Method in interface org.apache.oodt.product.QueryHandler
Run a query.
query(XMLQuery) - Method in class org.apache.oodt.xmlps.product.XMLPSProductHandler
 
QUERY_ELEM_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
QUERY_ENDS - Static variable in class org.apache.oodt.commons.database.SqlScript
 
QUERY_FPI - Static variable in class org.apache.oodt.xmlquery.XMLQuery
The Formal Public Identifier of the query DTD.
QUERY_URL - Static variable in class org.apache.oodt.xmlquery.XMLQuery
The System Identifier of the query DTD.
queryAllTypes(Query) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
queryAllTypes(Query, List) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
queryAndPackageProfiles(XMLQuery) - Method in class org.apache.oodt.xmlps.profile.XMLPSProfileHandler
 
queryAndPackageResults(XMLQuery) - Method in class org.apache.oodt.xmlps.product.XMLPSProductHandler
 
queryAndReturnMetadata(Query, ProductType) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
QueryBuilder - Class in org.apache.oodt.cas.filemgr.browser.model
 
QueryBuilder(CasDB) - Constructor for class org.apache.oodt.cas.filemgr.browser.model.QueryBuilder
 
QueryBuilderPrompt - Class in org.apache.oodt.cas.filemgr.browser.view.prompts
 
QueryBuilderPrompt(CasDB, WindowListener) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.prompts.QueryBuilderPrompt
 
QueryCliAction - Class in org.apache.oodt.cas.catalog.cli.action
A CmdLineAction which queries Catalog Service.
QueryCliAction() - Constructor for class org.apache.oodt.cas.catalog.cli.action.QueryCliAction
 
QueryConstructed - Class in org.apache.oodt.xmlquery.activity
 
QueryConstructed() - Constructor for class org.apache.oodt.xmlquery.activity.QueryConstructed
 
QueryCriteria - Class in org.apache.oodt.cas.filemgr.structs
 
QueryCriteria() - Constructor for class org.apache.oodt.cas.filemgr.structs.QueryCriteria
 
QueryElement - Class in org.apache.oodt.xmlquery
A single query element.
QueryElement() - Constructor for class org.apache.oodt.xmlquery.QueryElement
Create a blank query element.
QueryElement(String, String) - Constructor for class org.apache.oodt.xmlquery.QueryElement
Create a query element.
QueryElement(Node) - Constructor for class org.apache.oodt.xmlquery.QueryElement
 
QueryException - Exception in org.apache.oodt.xmlquery
Checked exception to indicate a query fault.
QueryException() - Constructor for exception org.apache.oodt.xmlquery.QueryException
Construct a query exception with no detail message.
QueryException(String) - Constructor for exception org.apache.oodt.xmlquery.QueryException
Construct a query exception with the given detail message.
queryExpression - Variable in class org.apache.oodt.cas.catalog.page.Page
 
QueryExpression(Vector<String>) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
QueryExpression - Class in org.apache.oodt.cas.catalog.query
 
QueryExpression() - Constructor for class org.apache.oodt.cas.catalog.query.QueryExpression
 
QueryExpression(Set<String>) - Constructor for class org.apache.oodt.cas.catalog.query.QueryExpression
 
queryExpression - Variable in class org.apache.oodt.cas.catalog.query.WrapperQueryExpression
 
queryExpressions - Variable in class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
QueryField - Class in org.apache.oodt.cas.filemgr.browser.view.panels
 
QueryField(ActionListener) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.panels.QueryField
 
QueryFilter<FilterType> - Class in org.apache.oodt.cas.catalog.query.filter
 
QueryFilter() - Constructor for class org.apache.oodt.cas.catalog.query.filter.QueryFilter
 
QueryFilter(FilterAlgorithm<FilterType>) - Constructor for class org.apache.oodt.cas.catalog.query.filter.QueryFilter
 
QueryFilter - Class in org.apache.oodt.cas.filemgr.structs.query
 
QueryFilter(String, String, String, FilterAlgor) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
QueryFormulationException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
QueryFormulationException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.QueryFormulationException
Default Constructor
QueryFormulationException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.QueryFormulationException
 
QueryHandler - Interface in org.apache.oodt.product
Handler for queries in a product service.
QueryHeader - Class in org.apache.oodt.xmlquery
Header of a query
QueryHeader() - Constructor for class org.apache.oodt.xmlquery.QueryHeader
Create a blank query header.
QueryHeader(String, String, String, String, String, String, String, String) - Constructor for class org.apache.oodt.xmlquery.QueryHeader
Create a query header with the specified values.
QueryHeader(Node) - Constructor for class org.apache.oodt.xmlquery.QueryHeader
Create a query header from an XML node.
QueryLogicalGroup - Class in org.apache.oodt.cas.catalog.query
 
QueryLogicalGroup() - Constructor for class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
QueryLogicalGroup(List<QueryExpression>) - Constructor for class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
QueryLogicalGroup(List<QueryExpression>, QueryLogicalGroup.Operator) - Constructor for class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
QueryLogicalGroup.Operator - Enum in org.apache.oodt.cas.catalog.query
 
QueryPager - Class in org.apache.oodt.cas.catalog.page
 
QueryPager(List<TransactionReceipt>) - Constructor for class org.apache.oodt.cas.catalog.page.QueryPager
 
QueryPane - Class in org.apache.oodt.cas.filemgr.browser.view.panels
 
QueryPane(ActionListener) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.panels.QueryPane
 
QueryParser - Class in org.apache.oodt.cas.catalog.query.parser
 
QueryParser(InputStream) - Constructor for class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
QueryParser(InputStream, String) - Constructor for class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
QueryParser(Reader) - Constructor for class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
QueryParser(QueryParserTokenManager) - Constructor for class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
QueryParserConstants - Interface in org.apache.oodt.cas.catalog.query.parser
 
QueryParserTokenManager - Class in org.apache.oodt.cas.catalog.query.parser
 
QueryParserTokenManager(SimpleCharStream) - Constructor for class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
QueryParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
QueryParserTreeConstants - Interface in org.apache.oodt.cas.catalog.query.parser
 
queryProductById(String, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to query the Solr index for a product with the specified id.
queryProductByName(String, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to query the Solr index for a product with the specified name.
queryProductsByDate(int, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to query Solr for the most recent 'n' products.
queryProductsByDateAndType(int, ProductType, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to query Solr for the most recent 'n' products of a specified type.
queryRecur(QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
QueryResponse - Class in org.apache.oodt.cas.filemgr.catalog.solr
Class holding information returned from querying the Solr server.
QueryResponse() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
QueryResult - Class in org.apache.oodt.cas.filemgr.structs.query
 
QueryResult(Product, Metadata) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
QueryResult - Class in org.apache.oodt.xmlquery
Results of a query.
QueryResult() - Constructor for class org.apache.oodt.xmlquery.QueryResult
Create empty results.
QueryResult(List) - Constructor for class org.apache.oodt.xmlquery.QueryResult
Create results from the given list of results.
QueryResult(Node) - Constructor for class org.apache.oodt.xmlquery.QueryResult
Create results from an XML node.
QueryResultComparator - Class in org.apache.oodt.cas.filemgr.structs.query
 
QueryResultComparator() - Constructor for class org.apache.oodt.cas.filemgr.structs.query.QueryResultComparator
 
QueryService - Interface in org.apache.oodt.cas.catalog.struct
 
QueryServiceException - Exception in org.apache.oodt.cas.catalog.exception
 
QueryServiceException() - Constructor for exception org.apache.oodt.cas.catalog.exception.QueryServiceException
 
QueryServiceException(String) - Constructor for exception org.apache.oodt.cas.catalog.exception.QueryServiceException
 
QueryServiceException(String, Throwable) - Constructor for exception org.apache.oodt.cas.catalog.exception.QueryServiceException
 
QueryServlet - Class in org.apache.oodt.grid
Query servlet provides common query functionality for profile queries and product queries.
QueryServlet() - Constructor for class org.apache.oodt.grid.QueryServlet
 
querySpecifiedTypes(Query, List<String>) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
QueryTool - Class in org.apache.oodt.cas.filemgr.tools
Deprecated.
QueryTool(URL) - Constructor for class org.apache.oodt.cas.filemgr.tools.QueryTool
Deprecated.
 
queryTypeList(Query, List) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
QueryUtils - Class in org.apache.oodt.cas.catalog.util
 
QueryUtils() - Constructor for class org.apache.oodt.cas.catalog.util.QueryUtils
 
QueryUtils - Class in org.apache.oodt.cas.filemgr.util
 
QueryUtils() - Constructor for class org.apache.oodt.cas.filemgr.util.QueryUtils
 
QUEUE_NAME - Static variable in interface org.apache.oodt.cas.resource.metadata.JobMetadata
 
QUEUE_NAME - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 
QUEUED - Static variable in interface org.apache.oodt.cas.resource.structs.JobStatus
 
QUEUED - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
QueueManager - Class in org.apache.oodt.cas.resource.scheduler
 
QueueManager() - Constructor for class org.apache.oodt.cas.resource.scheduler.QueueManager
 
QueueManagerException - Exception in org.apache.oodt.cas.resource.structs.exceptions
 
QueueManagerException() - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.QueueManagerException
 
QueueManagerException(String) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.QueueManagerException
 
QueueManagerException(Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.QueueManagerException
 
QueueManagerException(String, Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.QueueManagerException
 
QueueRepository - Interface in org.apache.oodt.cas.resource.queuerepo
 
QueueRepositoryFactory - Interface in org.apache.oodt.cas.resource.queuerepo
 
queueToNodesMapping - Variable in class org.apache.oodt.cas.resource.scheduler.QueueManager
 
quickPrintMonitorToConsole() - Method in class org.apache.oodt.pcs.tools.PCSHealthMonitor
 
quit() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
Will terminate the CrawlDaemon.
quit() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonController
 
quit() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonLauncher
 
quit() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonLauncherMBean
 
quit() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonMBean
Will terminate the CrawlDaemon.
quit() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonRmiInterface
Will terminate the CrawlDaemon.
QUOTE - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
quoteIt(String) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
Utility method to quote the "productId" value if the column type is "string".

R

RandomStatusUpdateTask - Class in org.apache.oodt.cas.workflow.examples
 
RandomStatusUpdateTask() - Constructor for class org.apache.oodt.cas.workflow.examples.RandomStatusUpdateTask
 
RANGED_ELEMENT_TYPE - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
RangedProfileElement - Class in org.apache.oodt.profile
Ranged profile element.
RangedProfileElement(Profile) - Constructor for class org.apache.oodt.profile.RangedProfileElement
Create blank profile attributes belonging to the given profile.
RangedProfileElement(Profile, String, String, String, String, String, List, boolean, int, String, String, String) - Constructor for class org.apache.oodt.profile.RangedProfileElement
Create a profile element from constituent attributes.
rangeEndDateTime - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
RangeQueryCriteria - Class in org.apache.oodt.cas.filemgr.structs
 
RangeQueryCriteria() - Constructor for class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Default constructor.
RangeQueryCriteria(String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Constructor for the RangeQuerycriteria class.
RangeQueryCriteria(String, String, String, boolean) - Constructor for class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Constructor for the RangeQueryCriteria clas that can be used to specify both inclusive and exclusive ranges.
rangeQueryElementName - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
RangeQueryTester - Class in org.apache.oodt.cas.filemgr.tools
 
RangeQueryTester() - Constructor for class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
rangeStartDateTime - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
RawSizeListHandler - Class in org.apache.oodt.product.handlers.ofsn
Handles a listing request for the raw size of a file.
RawSizeListHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.RawSizeListHandler
 
rClient - Variable in class org.apache.oodt.cas.workflow.engine.runner.ResourceRunner
 
RDF_CONTEXT_CONF_KEY - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigMetKeys
 
RDF_NAMESPACE_NAME - Static variable in class org.apache.oodt.cas.product.jaxrs.writers.RdfWriter
 
RDF_NAMESPACE_VALUE - Static variable in class org.apache.oodt.cas.product.jaxrs.writers.RdfWriter
 
RDFConfig - Class in org.apache.oodt.cas.product.rdf
The RDF REST-ful web service configuration for the CAS product service layer.
RDFConfig() - Constructor for class org.apache.oodt.cas.product.rdf.RDFConfig
Default constructor.
RDFConfigMetKeys - Interface in org.apache.oodt.cas.product.rdf
Met keys for the RDFConfig.
RDFConfigReader - Class in org.apache.oodt.cas.product.rdf
Reader class for RDFConfigs from Files.
RDFConfigReader() - Constructor for class org.apache.oodt.cas.product.rdf.RDFConfigReader
 
RDFConfigReaderMetKeys - Interface in org.apache.oodt.cas.product.rdf
Met keys for the RDFConfigReader.
RdfConfiguration - Class in org.apache.oodt.cas.product.jaxrs.configurations
Class representing custom configurations for RDF XML outputs.
RdfConfiguration() - Constructor for class org.apache.oodt.cas.product.jaxrs.configurations.RdfConfiguration
 
RDFDatasetServlet - Class in org.apache.oodt.cas.product.rdf
A Servlet that exports ProductType metaata information using the W3C's Resource Description Framework.
RDFDatasetServlet() - Constructor for class org.apache.oodt.cas.product.rdf.RDFDatasetServlet
Default Constructor
RDFProductServlet - Class in org.apache.oodt.cas.product.rdf
A Servlet that exports Product metaata information using the W3C's Resource Description Framework.
RDFProductServlet() - Constructor for class org.apache.oodt.cas.product.rdf.RDFProductServlet
Default Constructor
RDFUtils - Class in org.apache.oodt.cas.product.rdf
Utility class to leverage the RDFConfig to determine how to display an RDF tag.
RDFUtils() - Constructor for class org.apache.oodt.cas.product.rdf.RDFUtils
 
RdfWriter - Class in org.apache.oodt.cas.product.jaxrs.writers
Class with shared properties and behavior for RDF writers.
RdfWriter() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.RdfWriter
 
read(String) - Static method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorConfigReader
 
read(Object) - Method in class org.apache.oodt.cas.resource.structs.NameValueJobInput
 
read(Object) - Method in interface org.apache.oodt.cas.resource.util.XmlRpcWriteable
This method should define how to take an XML-RPC serializable Object and load the internal data members of the implementing class from the given input Object.
read(Object) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
read() - Method in class org.apache.oodt.commons.io.Base64DecodingInputStream
Read the next byte.
read(byte[], int, int) - Method in class org.apache.oodt.commons.io.Base64DecodingInputStream
Read a bunch of bytes.
read() - Method in class org.apache.oodt.commons.io.NullInputStream
Read a byte, which you can't do, so you always get -1 to indicate end-of-file.
read(Element, String) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
read(Element, String, String) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
read(String) - Static method in class org.apache.oodt.opendapps.config.OpendapConfigReader
 
read(URL) - Method in class org.apache.oodt.pcs.input.PGEConfigFileReader
Reads the PGE Configuration file from the given url.
read(InputStream) - Method in class org.apache.oodt.pcs.input.PGEConfigFileReader
Reads a PGEConfigurationFile from the specified is InputStream.
readAttrs(Element, RSSTag) - Static method in class org.apache.oodt.cas.product.rss.RSSConfigReader
 
readChar() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Read a character.
readConfig(File) - Static method in class org.apache.oodt.cas.product.rdf.RDFConfigReader
Reads an RDFConfig from a File.
readConfig(File) - Static method in class org.apache.oodt.cas.product.rss.RSSConfigReader
Reads an RSSConfig from a File.
reader - Variable in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
reader - Static variable in class org.apache.oodt.cas.metadata.extractors.MetReaderExtractor
 
reader - Static variable in class org.apache.oodt.cas.metadata.extractors.TikaCmdLineMetExtractor
 
readFromDirectory(File, String) - Static method in class org.apache.oodt.cas.curation.util.ExtractorConfigReader
 
readIdentity(String, String) - Method in class org.apache.oodt.security.sso.opensso.SSOProxy
 
readKeyNsMap(Element, RDFConfig) - Static method in class org.apache.oodt.cas.product.rdf.RDFConfigReader
 
readMagicHeader(InputStream) - Static method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
 
readMagicHeader(InputStream, int) - Static method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
 
readMany(Element, String) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
readMany(Element, String, String) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 
readMetFile(String) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
Reads a Metadata object from a String representation of a .met File.
readNamespaces(Element, RDFConfig) - Static method in class org.apache.oodt.cas.product.rdf.RDFConfigReader
 
readNamespaces(Element, RSSConfig) - Static method in class org.apache.oodt.cas.product.rss.RSSConfigReader
 
readResourceLinks(Element, RDFConfig) - Static method in class org.apache.oodt.cas.product.rdf.RDFConfigReader
 
readRewriteRules(Element, RDFConfig) - Static method in class org.apache.oodt.cas.product.rdf.RDFConfigReader
 
readTags(Element, RSSConfig) - Static method in class org.apache.oodt.cas.product.rss.RSSConfigReader
 
readTypesNsMap(Element, RDFConfig) - Static method in class org.apache.oodt.cas.product.rdf.RDFConfigReader
 
readUrl(HttpURLConnection) - Static method in class org.apache.oodt.cas.protocol.http.util.HttpUtils
 
rebind(String, Object) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
rebind(Name, Object) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
rebind(String, Object) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
rebind(Name, Object) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
REBINDING - Static variable in class org.apache.oodt.commons.MultiServer
Indicates server will try a rebind.
receipt - Variable in class org.apache.oodt.cas.catalog.metadata.TransactionalMetadata
 
receipts - Variable in class org.apache.oodt.cas.catalog.page.Page
 
receipts - Variable in class org.apache.oodt.cas.catalog.page.QueryPager
 
ReceivedQuery - Class in org.apache.oodt.profile.activity
 
ReceivedQuery() - Constructor for class org.apache.oodt.profile.activity.ReceivedQuery
 
RECORDED_AUX_INPUT_FILES_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
recordIncident(Incident) - Method in class org.apache.oodt.commons.activity.Activity
Record the given incident.
recordIncident(Incident) - Method in class org.apache.oodt.commons.activity.CompositeActivity
Record the given incident in each of our delegate activities.
recordIncident(Incident) - Method in class org.apache.oodt.commons.activity.NullActivity
Ignore the incident.
recursiveFind(String) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
recursiveFindByModelId(String) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
redirect(InputStream, OutputStream) - Static method in class org.apache.oodt.commons.util.Utility
Asynchronously redirect an input stream onto an output stream.
reduce(TransactionId<?>, List<TermBucket>) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
Deletes only the Terms in the given TermBuckets from the given TransactionId
reduce(TransactionId<?>, List<TermBucket>) - Method in interface org.apache.oodt.cas.catalog.struct.IngestService
Deletes only the Terms in the given TermBuckets from the given TransactionId
reduce(TransactionId<?>, Metadata) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
ReducedPagedQueryCliAction - Class in org.apache.oodt.cas.catalog.cli.action
A CmdLineAction which queries Catalog Service.
ReducedPagedQueryCliAction() - Constructor for class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
ReducedQueryCliAction - Class in org.apache.oodt.cas.catalog.cli.action
A CmdLineAction which queries the Catalog Service and limits the results to a subset of given terms.
ReducedQueryCliAction() - Constructor for class org.apache.oodt.cas.catalog.cli.action.ReducedQueryCliAction
 
reduceLoad(ResourceNode, int) - Method in class org.apache.oodt.cas.resource.monitor.AssignmentMonitor
 
reduceLoad(ResourceNode, int) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaResourceMonitor
 
reduceLoad(ResourceNode, int) - Method in interface org.apache.oodt.cas.resource.monitor.Monitor
Reduces the load on a particular ResourceNode by the given loadValue.
reduceToUnderstoodExpressions(Catalog, QueryExpression) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
Reference - Class in org.apache.oodt.cas.filemgr.structs
 
Reference(Reference) - Constructor for class org.apache.oodt.cas.filemgr.structs.Reference
Copy Constructor
Reference() - Constructor for class org.apache.oodt.cas.filemgr.structs.Reference
Default constructor
Reference(String, String, long) - Constructor for class org.apache.oodt.cas.filemgr.structs.Reference
Constructs a new Reference with the specified parameters.
Reference(String, String, long, MimeType) - Constructor for class org.apache.oodt.cas.filemgr.structs.Reference
Constructs a new Reference with the specified parameters.
REFERENCE_DATASTORE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
REFERENCE_FILESIZE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
REFERENCE_MIMETYPE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
REFERENCE_ORIGINAL - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
ReferenceFileWriter - Class in org.apache.oodt.cas.product.jaxrs.writers
A Provider that writes reference resources to output streams for HTTP responses with different file content-types.
ReferenceFileWriter() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.ReferenceFileWriter
 
ReferenceResource - Class in org.apache.oodt.cas.product.jaxrs.resources
A JAX-RS resource representing a Reference.
ReferenceResource() - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.ReferenceResource
Default constructor required by JAXB.
ReferenceResource(String, int, Reference, File) - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.ReferenceResource
Constructor that sets the reference and working directory for the resource.
ReferenceRssWriter - Class in org.apache.oodt.cas.product.jaxrs.writers
A Provider that writes reference resources to output streams for HTTP responses with "application/rss+xml" content-type.
ReferenceRssWriter() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.ReferenceRssWriter
 
ReferenceZipWriter - Class in org.apache.oodt.cas.product.jaxrs.writers
A Provider that writes reference resources to output streams for HTTP responses with "application/zip" content-type.
ReferenceZipWriter() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.ReferenceZipWriter
 
refresh() - Method in class org.apache.oodt.cas.workflow.gui.perspective.build.BuildPerspective
 
refresh() - Method in class org.apache.oodt.cas.workflow.gui.perspective.Perspective
 
refreshClassLoader() - Method in class org.apache.oodt.cas.catalog.util.Serializer
 
refreshConfigAndPolicy() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
refreshConfigAndPolicy() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
refreshDaemons() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonLauncher
 
refreshDaemons() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonLauncherMBean
 
refreshView(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.DefaultPropView
 
refreshView(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.DefaultTreeView
 
refreshView(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GlobalConfigView
 
refreshView(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView
 
refreshView(ViewState, List<ViewState>) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.TreeProjectView
 
refreshView(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.MultiStateView
 
refreshView(ViewState, List<ViewState>) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.MultiStateView
 
refreshView(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
REG_EXP_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
regAuthority - Variable in class org.apache.oodt.profile.ProfileAttributes
Registration authority, optional.
REGEX_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
RegExprOutputFiles - Class in org.apache.oodt.cas.pge.config
 
RegExprOutputFiles(String, String, PathUtilsNamingConvention, Object[]) - Constructor for class org.apache.oodt.cas.pge.config.RegExprOutputFiles
 
registerDaemonListener(DaemonListener) - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
registerDownloadListener(DownloadListener) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
registerListener(ViewListener) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
registerOption(String, CmdLineOption) - Static method in class org.apache.oodt.cas.cli.util.OptionPropertyRegister
 
ReInit(InputStream) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
ReInit(InputStream, String) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
ReInit(Reader) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
ReInit(QueryParserTokenManager) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
ReInit(SimpleCharStream) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Reinitialise.
relations - Variable in class org.apache.oodt.profile.ResourceAttributes
Relations.
relativeize(String, String) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNUtils
 
relativeToHOME - Variable in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
 
RelOpExpression - Class in org.apache.oodt.xmlps.queryparser
A relational operator.
RelOpExpression(String, String, Expression) - Constructor for class org.apache.oodt.xmlps.queryparser.RelOpExpression
 
RemoteableCache - Interface in org.apache.oodt.cas.filemgr.ingest
 
RemoteConnectionException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
RemoteConnectionException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.RemoteConnectionException
 
RemoteConnectionException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.RemoteConnectionException
 
RemoteConnectionException(String, Throwable) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.RemoteConnectionException
 
RemoteCrawler - Class in org.apache.oodt.cas.pushpull.retrievalmethod
 
RemoteCrawler() - Constructor for class org.apache.oodt.cas.pushpull.retrievalmethod.RemoteCrawler
 
RemoteDataTransferer - Class in org.apache.oodt.cas.filemgr.datatransfer
 
RemoteDataTransferer(int) - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferer
 
RemoteDataTransferFactory - Class in org.apache.oodt.cas.filemgr.datatransfer
 
RemoteDataTransferFactory() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferFactory
 
RemoteFile - Class in org.apache.oodt.cas.pushpull.retrievalsystem
 
RemoteFile(RemoteSiteFile) - Constructor for class org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFile
 
RemoteFileMetKeys - Interface in org.apache.oodt.cas.pushpull.retrievalsystem
 
remotePath - Variable in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
 
RemoteSite - Class in org.apache.oodt.cas.pushpull.protocol
 
RemoteSite(String, URL, String, String) - Constructor for class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
RemoteSite(String, URL, String, String, String) - Constructor for class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
RemoteSite(String, URL, String, String, String, int) - Constructor for class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
RemoteSiteFile - Class in org.apache.oodt.cas.pushpull.protocol
Extends ProtocolFile and links it to a RemoteSite.
RemoteSiteFile(ProtocolFile, RemoteSite) - Constructor for class org.apache.oodt.cas.pushpull.protocol.RemoteSiteFile
 
RemoteSiteFile(ProtocolFile, String, boolean, RemoteSite) - Constructor for class org.apache.oodt.cas.pushpull.protocol.RemoteSiteFile
 
RemoteSiteFile(String, boolean, RemoteSite) - Constructor for class org.apache.oodt.cas.pushpull.protocol.RemoteSiteFile
 
RemoteSpecs - Class in org.apache.oodt.cas.pushpull.config
Remote Site Crawling specifications.
RemoteSpecs() - Constructor for class org.apache.oodt.cas.pushpull.config.RemoteSpecs
 
remove(Object) - Method in class org.apache.oodt.commons.util.CacheMap
 
remove(Connection, String, String) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
remove(Connection, String) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
remove(String, String) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
remove(String) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
remove(String, String) - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Remove the profile with the given ID.
remove(String) - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Remove the profile with the given ID.
removeCatalog(String) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
removeCatalog(String) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
removeCatalog(String) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
removeCatalog(String) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
removeCatalog(String) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
removeCatalog(String, boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
removeCatalog(String) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
removeCatalog(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
removeCatalog(String) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
removeCatalog(String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
removeCatalog(String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
removeCatalog(String, boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
removeCategory(Object) - Method in class org.apache.oodt.commons.io.LogFilter
Remove a category.
removeChild(String) - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
removeChild(ModelGraph) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
removeComments(Node) - Static method in class org.apache.oodt.commons.util.XML
Remove all comments from the given document node's subtree.
removeElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
removeElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
removeElement(Element) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Removes a metadata Element from the ValidationLayer.
removeElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
removeElementFromProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
removeElementFromProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
removeElementFromProductType(ProductType, Element) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Removes a metadata Element from the specified productTypeId.
removeElementFromProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
removeExtends(String) - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository.ConfigGroup
 
removeFile(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
removeFile(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
removeFilter() - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
removeFromEnvironment(String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
removeFromEnvironment(String) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
removeGlobalConfigGroup(String) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
removeGraph(ModelGraph) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
removeItem(int) - Method in class org.apache.oodt.xmlquery.Results
 
removeJob(JobSpec) - Method in interface org.apache.oodt.cas.resource.jobrepo.JobRepository
 
removeJob(JobSpec) - Method in class org.apache.oodt.cas.resource.jobrepo.MemoryJobRepository
 
removeJob(JobSpec) - Method in class org.apache.oodt.cas.resource.jobrepo.XStreamJobRepository
 
removeListener(LogListener) - Method in class org.apache.oodt.commons.util.LogEventMultiplexer
Remove an event listener.
removeLogListener(LogListener) - Static method in class org.apache.oodt.commons.io.Log
Remove a log listener.
removeMetadata(Metadata, Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Removes Metadata from the metadata store, and disassociates it from the given productId.
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
 
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
This method implementation will remove the specified keys and values from the product metadata, leaving all other metadata keys and values unchanged.
removeMetadata(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Removes key
removeMetadataGroup(String) - Method in class org.apache.oodt.cas.metadata.Metadata
Removes key
removeNode(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
removeNode(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Removes the node with the given id
removeNode(List<ModelGraph>, ModelNode) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
removeNode(ModelGraph, ModelNode) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
removeNodeById(String) - Method in class org.apache.oodt.cas.resource.monitor.AssignmentMonitor
 
removeNodeById(String) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaResourceMonitor
Remove ResourceNode from this Monitor
removeNodeById(String) - Method in interface org.apache.oodt.cas.resource.monitor.Monitor
Remove ResourceNode from this Monitor
RemoveNodeCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which removes a node by id.
RemoveNodeCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.RemoveNodeCliAction
 
removeNodeFromQueue(String, String) - Method in class org.apache.oodt.cas.resource.scheduler.QueueManager
 
removeNodeFromQueue(String, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
removeNodeFromQueue(String, String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Remove the node with the given id from the queue with the given name
RemoveNodeFromQueueCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which removes a node from a queue.
RemoveNodeFromQueueCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.RemoveNodeFromQueueCliAction
 
removeParentFromProductType(ProductType, String) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
removeProduct(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Removes a Product from the Catalog.
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
removeProduct(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
removeProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
removeProductTransferStatus(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
removeProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
removeProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
removeProductType(ProductType) - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Removes a ProductType from the RepositoryManager
removeProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
removeProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
removeProperty(String) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
removePropertyChangeListener(PropertyChangeListener) - Static method in class org.apache.oodt.commons.util.PropertyMgr
Remove a listener's interest in property changes.
removeQueue(String) - Method in class org.apache.oodt.cas.resource.scheduler.QueueManager
 
removeQueue(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
removeQueue(String) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Removes the queue with the given name
RemoveQueueCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which removes a queue.
RemoveQueueCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.RemoveQueueCliAction
 
removeShift(ViewState, ModelGraph) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView
 
removeStage(WorkflowLifecycleStage) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Removes the given WorkflowStage from this WorkflowLifecycle.
removeState(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
removeTask(String) - Method in class org.apache.oodt.cas.curation.service.IngestionResource
 
removeWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
removeWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
removeWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
removeWorkflowInstance(WorkflowInstance) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Removes the specified WorkflowInstance from the instance repository.
rename(File, Metadata) - Method in interface org.apache.oodt.cas.metadata.filenaming.NamingConvention
 
rename(File, Metadata) - Method in class org.apache.oodt.cas.metadata.filenaming.PathUtilsNamingConvention
 
rename(RemoteSiteFile, String) - Static method in class org.apache.oodt.cas.pushpull.filerestrictions.renamingconventions.RenamingConvention
Generates a unique file name for the given ProtocolFile
rename(String, String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
rename(Name, Name) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
rename(String, String) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
rename(Name, Name) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
renameFile(File, PathUtilsNamingConvention) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
renameProduct(File, Metadata) - Method in class org.apache.oodt.cas.crawl.AutoDetectProductCrawler
 
renameProduct(File, Metadata) - Method in class org.apache.oodt.cas.crawl.MetExtractorProductCrawler
 
renameProduct(File, Metadata) - Method in class org.apache.oodt.cas.crawl.ProductCrawler
 
renameProduct(File, Metadata) - Method in class org.apache.oodt.cas.crawl.StdProductCrawler
 
RENAMING_CONV_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
RENAMING_CONV_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
RENAMING_STRING - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
RenamingConvention - Class in org.apache.oodt.cas.pushpull.filerestrictions.renamingconventions
 
replace(Profile) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
replace(Connection, Profile) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
replace(Profile) - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Replace a profile into the set of profiles managed by this profile server.
replaceCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
replaceCatalog(Catalog) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
replaceCatalog(Catalog) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
replaceCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
replaceCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
replaceCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
replaceCatalog(Catalog) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
replaceCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
replaceCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
Ability to dynamically add a Catalog to this CatalogService for managing
replaceDictionaries(String, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
replaceDictionaries(String, List<Dictionary>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
replaceDictionaries(String, List<Dictionary>) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
replaceDictionaries(String, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
replaceDictionaries(String, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
replaceDictionaries(String, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
replaceDictionaries(String, List<Dictionary>) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
replaceDictionaries(String, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
replaceDictionaries(String, List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
replaceEnvVariables(String) - Static method in class org.apache.oodt.cas.metadata.util.PathUtils
 
replaceEnvVariables(String, Metadata) - Static method in class org.apache.oodt.cas.metadata.util.PathUtils
 
replaceEnvVariables(String, Metadata, boolean) - Static method in class org.apache.oodt.cas.metadata.util.PathUtils
 
ReplaceFunc - Class in org.apache.oodt.xmlps.mapping.funcs
Describe your class here
ReplaceFunc() - Constructor for class org.apache.oodt.xmlps.mapping.funcs.ReplaceFunc
 
replaceIndex(String, Index) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
replaceIndex(String, Index) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
replaceIndex(String, Index) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
replaceIndex(String, Index) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
replaceIndex(String, Index) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
replaceIndex(String, Index) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
replaceIndex(String, Index) - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
replaceIndex(String, Index) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
replaceIndex(String, Index) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
replaceMetadata(Metadata) - Method in class org.apache.oodt.cas.metadata.Metadata
Adds (Replaces if key exists) from given Metadata into this Metadata
replaceMetadata(String, Metadata) - Method in class org.apache.oodt.cas.metadata.Metadata
 
replaceMetadata(String, String) - Method in class org.apache.oodt.cas.metadata.Metadata
Adds key (Replaces if key exists)
replaceMetadata(String, List<String>) - Method in class org.apache.oodt.cas.metadata.Metadata
Adds key (Replaces if key exists)
replaceMetadata(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.metadata.Metadata
 
replaceMetadata(PgeMetadata) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Replaces or creates this PgeMetadata's metadata with given PgeMetadata's metadata.
replaceMetadata(PgeMetadata, String) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Replaces or creates this PgeMetadata's metadata with given PgeMetadata's metadata.
replaceMetadata(PgeTaskMetKeys, String) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
 
replaceMetadata(String, String) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Replace the given key's value with the given value.
replaceMetadata(Metadata) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Replace all key values with the given key values in the provided Metadata.
replaceMetadata(PgeTaskMetKeys, List<String>) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
 
replaceMetadata(String, List<String>) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Replace the given key's values with the given values.
REPORT_BANNER - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
REPORTED - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
RepositoryException - Exception in org.apache.oodt.cas.workflow.structs.exceptions
 
RepositoryException() - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.RepositoryException
 
RepositoryException(String) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.RepositoryException
 
RepositoryException(String, Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.RepositoryException
 
RepositoryException(Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.RepositoryException
 
RepositoryManager - Interface in org.apache.oodt.cas.filemgr.repository
 
RepositoryManagerException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
RepositoryManagerException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException
 
RepositoryManagerException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException
 
RepositoryManagerFactory - Interface in org.apache.oodt.cas.filemgr.repository
 
req - Variable in class org.apache.oodt.security.sso.AbstractWebBasedSingleSignOn
 
requestTimeout - Variable in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClientFactory
 
requeueJob(JobSpec) - Method in interface org.apache.oodt.cas.resource.jobqueue.JobQueue
Re-adds a JobSpec to the back of the queue.
requeueJob(JobSpec) - Method in class org.apache.oodt.cas.resource.jobqueue.JobStack
 
requiredMetFields - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
RequirementRule - Interface in org.apache.oodt.cas.cli.option.require
A CmdLineOption requirement rule which specifies if it is required, optional, or not required at all.
RequirementRule.Relation - Enum in org.apache.oodt.cas.cli.option.require
 
res - Variable in class org.apache.oodt.security.sso.AbstractWebBasedSingleSignOn
 
RES_ATTR_SPEC_TYPE - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
RES_LOCATION_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
resAttr - Variable in class org.apache.oodt.profile.Profile
My resource attributes.
reset() - Method in class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
reset() - Method in class org.apache.oodt.cas.workflow.gui.perspective.build.BuildPerspective
 
reset() - Method in class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
reset() - Method in class org.apache.oodt.cas.workflow.gui.perspective.Perspective
 
reset() - Method in class org.apache.oodt.commons.util.DOMParser
Resets the parser.
reset() - Method in class org.apache.oodt.commons.util.SAXParser
Resets the parser.
resetOrCopy() - Method in class org.apache.oodt.commons.util.DOMParser
Resets or copies the parser.
RESLINK_KEY_TAG - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
RESLINK_KEY_TAG_LINK_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
RESLINK_KEY_TAG_NAME_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
RESMGR_SUBMIT - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
resolveEntity(String, String) - Method in class org.apache.oodt.commons.util.EnterpriseEntityResolver
 
resolveKey(String) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Find the actual key whose value will be returned for the given key.
resolveUri(URI, String) - Static method in class org.apache.oodt.cas.protocol.http.util.HttpUtils
Resolves a path against given URI and creates the resolved URI.
RESOURCE_LINK_TAG - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
RESOURCE_MANAGER_DAEMON_NAME - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
ResourceAttributes - Class in org.apache.oodt.profile
Resource attribuets.
ResourceAttributes() - Constructor for class org.apache.oodt.profile.ResourceAttributes
Create blank profile attributes.
ResourceAttributes(Profile) - Constructor for class org.apache.oodt.profile.ResourceAttributes
Create blank profile attributes belonging to a certain profile.
ResourceAttributes(Profile, Node) - Constructor for class org.apache.oodt.profile.ResourceAttributes
Create resource attributes from an XML document.
ResourceAttributes(Profile, String, String, List, String, List, List, List, List, List, List, List, List, List, List, List, List, String, String, List) - Constructor for class org.apache.oodt.profile.ResourceAttributes
Create resource attributes from constituent attributes.
ResourceAttributesPrinter - Class in org.apache.oodt.profile.gui.pstructs
 
ResourceAttributesPrinter(ResourceAttributes) - Constructor for class org.apache.oodt.profile.gui.pstructs.ResourceAttributesPrinter
Constructs a new Resource Attributes printer from a ResourceAttributes object.
ResourceCliAction - Class in org.apache.oodt.cas.resource.cli.action
Base CmdLineAction for Workflow Manager.
ResourceCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.ResourceCliAction
 
ResourceManagerUtils - Class in org.apache.oodt.pcs.util
A set of utility methods that can be used by PCS that need to communicate with the Resource Manager.
ResourceManagerUtils(String) - Constructor for class org.apache.oodt.pcs.util.ResourceManagerUtils
 
ResourceManagerUtils(URL) - Constructor for class org.apache.oodt.pcs.util.ResourceManagerUtils
 
ResourceManagerUtils(XmlRpcResourceManagerClient) - Constructor for class org.apache.oodt.pcs.util.ResourceManagerUtils
 
ResourceNode - Class in org.apache.oodt.cas.resource.structs
 
ResourceNode() - Constructor for class org.apache.oodt.cas.resource.structs.ResourceNode
 
ResourceNode(String, URL, int) - Constructor for class org.apache.oodt.cas.resource.structs.ResourceNode
 
ResourceRunner - Class in org.apache.oodt.cas.workflow.engine.runner
Submits a WorkflowTask to the Resource Manager.
ResourceRunner(URL, WorkflowInstanceRepository) - Constructor for class org.apache.oodt.cas.workflow.engine.runner.ResourceRunner
 
ResourceRunnerFactory - Class in org.apache.oodt.cas.workflow.engine.runner
Factory which creates ResourceRunners.
ResourceRunnerFactory() - Constructor for class org.apache.oodt.cas.workflow.engine.runner.ResourceRunnerFactory
 
RestfulProductQueryServlet - Class in org.apache.oodt.grid
The RestfulProductQueryServlet is an alternative to the standard ProductQueryServlet that allows clients to use a more intuitive syntax for encoding query constraints, than the traditional DIS-style syntax.
RestfulProductQueryServlet() - Constructor for class org.apache.oodt.grid.RestfulProductQueryServlet
 
restrictIngestPermissions - Variable in class org.apache.oodt.cas.catalog.system.Catalog
 
restrictIngestPermissions - Variable in class org.apache.oodt.cas.catalog.system.CatalogFactory
 
restrictIngestPermissions - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
restrictIngestPermissions - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
restrictQueryPermissions - Variable in class org.apache.oodt.cas.catalog.system.Catalog
 
restrictQueryPermissions - Variable in class org.apache.oodt.cas.catalog.system.CatalogFactory
 
restrictQueryPermissions - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
restrictQueryPermissions - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
restrictToCatalogIds - Variable in class org.apache.oodt.cas.catalog.page.Page
 
Result - Class in org.apache.oodt.cas.filemgr.system.auth
A Python-friendly wrapper that wraps an XML-RPC result.
Result(Class, Object) - Constructor for class org.apache.oodt.cas.filemgr.system.auth.Result
Default Constructor.
result(String, String) - Method in class org.apache.oodt.profile.handlers.lightweight.SearchableEnumeratedProfileElement
 
result(String, String) - Method in class org.apache.oodt.profile.handlers.lightweight.SearchableRangedProfileElement
 
result(String, String, String) - Method in class org.apache.oodt.profile.handlers.lightweight.SearchableResourceAttributes
Produce a search result.
result(String, String) - Method in class org.apache.oodt.profile.handlers.lightweight.SearchableUnspecifiedProfileElement
 
Result - Class in org.apache.oodt.xmlquery
A single result.
Result() - Constructor for class org.apache.oodt.xmlquery.Result
Create a new, blank result.
Result(String, Object) - Constructor for class org.apache.oodt.xmlquery.Result
Create a result.
Result(String, String, String, String, List, Object) - Constructor for class org.apache.oodt.xmlquery.Result
Create a more fully specified result that's not classified and lasts forever.
Result(String, String, String, String, List, Object, boolean, long) - Constructor for class org.apache.oodt.xmlquery.Result
Create a fully specified result.
Result(Node) - Constructor for class org.apache.oodt.xmlquery.Result
Create a result from a DOM node.
results - Variable in class org.apache.oodt.cas.filemgr.browser.model.CasDB
 
Results - Class in org.apache.oodt.cas.filemgr.browser.model
 
Results() - Constructor for class org.apache.oodt.cas.filemgr.browser.model.Results
 
Results - Class in org.apache.oodt.xmlquery
Results This will manage a list of results
Results() - Constructor for class org.apache.oodt.xmlquery.Results
 
ResultsReceived - Class in org.apache.oodt.xmlquery.activity
 
ResultsReceived() - Constructor for class org.apache.oodt.xmlquery.activity.ResultsReceived
 
resume() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
Wakes up the CrawlDaemon if it is sleeping
resume() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonController
Wakes the CrawlDaemon up and tells it to start crawling again.
resume() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonRmiInterface
Wakes up the CrawlDaemon if it is sleeping
resume() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
resumeWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
resumeWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
resumeWorkflowInstance(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Resumes Execution of the specified WorkflowInstance identified by its workflowInstId.
resumeWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
resumeWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
ResumeWorkflowInstCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which resumes a paused workflow instance.
ResumeWorkflowInstCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.ResumeWorkflowInstCliAction
 
resynsc() - Method in class org.apache.oodt.cas.filemgr.ingest.CachedIngester
 
Retrieval - Interface in org.apache.oodt.commons.activity
Retrieval is a vehicle for getting activities and their associated incidents from Storage.
RETRIEVAL_METHOD_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
RetrievalMethod - Interface in org.apache.oodt.cas.pushpull.retrievalmethod
 
RetrievalMethodException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
RetrievalMethodException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.RetrievalMethodException
 
RetrievalMethodException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.RetrievalMethodException
 
RetrievalSetup - Class in org.apache.oodt.cas.pushpull.retrievalsystem
 
RetrievalSetup(Config, SiteInfo) - Constructor for class org.apache.oodt.cas.pushpull.retrievalsystem.RetrievalSetup
 
retrieve() - Method in interface org.apache.oodt.commons.activity.Retrieval
Retrieve the list of activities.
retrieve() - Method in class org.apache.oodt.commons.activity.SQLDatabaseRetrieval
Retrieve the list of activities.
retrieveChunk(String, long, int) - Method in class org.apache.oodt.cas.product.CASProductHandler
 
retrieveChunk(String, long, int) - Method in class org.apache.oodt.product.handlers.ofsn.MD5GetHandler
 
retrieveChunk(String, long, int) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandler
 
retrieveChunk(String, long, int) - Method in interface org.apache.oodt.product.handlers.ofsn.OFSNGetHandler
Retrieves a chunk of data from the remote file.
retrieveChunk(String, long, int) - Method in class org.apache.oodt.product.handlers.ofsn.StdOFSNGetHandler
 
retrieveChunk(String, long, int) - Method in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
retrieveChunk(String, long, int) - Method in interface org.apache.oodt.product.LargeProductQueryHandler
Retrieve a chunk of a product.
retrieveChunk(String, long, int) - Method in interface org.apache.oodt.product.Retriever
Retrieve a chunk from a large product.
RETRIEVED_FROM_LOC - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
retrieveFile(String, int, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
retrieveFile(String, int, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
retrieveFiles(PropFilesInfo, DataFilesInfo) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.RetrievalSetup
 
RetrieveFilesCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
Retrieves files for a given Product.
RetrieveFilesCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
retrieveGroupsForUser(String) - Method in class org.apache.oodt.security.sso.DummyImpl
 
retrieveGroupsForUser(String) - Method in class org.apache.oodt.security.sso.OpenSSOImpl
 
retrieveGroupsForUser(String) - Method in interface org.apache.oodt.security.sso.SingleSignOn
Obtains a user's groups from the security principal that this SSO object talks to.
retrieveProduct(Product, File) - Method in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransfer
Requires that the data store reference be set, nothing else is used
retrieveProduct(Product, File) - Method in class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferer
 
retrieveProduct(Product, File) - Method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
 
retrieveProduct(Product, File) - Method in class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferer
 
retrieveProduct(Product, File) - Method in class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransferer
 
Retriever - Interface in org.apache.oodt.product
Retrievers retrieve products.
retriever - Variable in class org.apache.oodt.xmlquery.Result
Object to retrieve this product's data.
RETURN_TYPE - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.XMLQueryMetKeys
 
reverseLookup(TermBucket) - Method in interface org.apache.oodt.cas.catalog.struct.Dictionary
Generates Metadata for the given TermBucket.
reverseLookup(TermBucket) - Method in class org.apache.oodt.cas.catalog.struct.impl.dictionary.WorkflowManagerDictionary
 
revisionNotes - Variable in class org.apache.oodt.profile.ProfileAttributes
Revision notes, zero or more Strings.
REWRITE_FROM_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
REWRITE_KEY_TAG - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
REWRITE_OUTER_TAG - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
REWRITE_ROOT_TAG - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
REWRITE_TO_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
REWRITE_VAR_NAME_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
REWRITE_VAR_RENAME_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
REWRITE_VAR_TAG - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
REWRITE_VAR_TYPE_ATTR - Static variable in interface org.apache.oodt.opendapps.config.OpendapConfigMetKeys
 
RewriteSpec - Class in org.apache.oodt.opendapps.config
A specification for rewriting OPeNDAP element names and tags from their original OPeNDAP/THREDDS names into OODT profile elements, and their names and types.
RewriteSpec() - Constructor for class org.apache.oodt.opendapps.config.RewriteSpec
 
RFC822DATEFORMAT - Static variable in class org.apache.oodt.cas.curation.util.DateUtils
 
RightClickMenu - Class in org.apache.oodt.cas.filemgr.browser.view.menus
 
RightClickMenu(ActionListener) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.menus.RightClickMenu
 
rights - Variable in class org.apache.oodt.profile.ResourceAttributes
Rights.
RM_URL - Static variable in interface org.apache.oodt.pcs.services.config.PCSServiceConfMetKeys
 
RmiCache - Class in org.apache.oodt.cas.filemgr.ingest
 
RmiCache(String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
RmiCacheFactory - Class in org.apache.oodt.cas.filemgr.ingest
 
RmiCacheFactory() - Constructor for class org.apache.oodt.cas.filemgr.ingest.RmiCacheFactory
 
RmiCacheServer - Class in org.apache.oodt.cas.filemgr.ingest
 
RmiCacheServer(URL, String, String, String, String, List<String>) - Constructor for class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
RmiCacheServerFactory - Class in org.apache.oodt.cas.filemgr.ingest
 
RmiCacheServerFactory() - Constructor for class org.apache.oodt.cas.filemgr.ingest.RmiCacheServerFactory
 
RmiCommunicationChannelClient - Class in org.apache.oodt.cas.catalog.server.channel.rmi
 
RmiCommunicationChannelClient() - Constructor for class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
RmiCommunicationChannelClientInterface - Interface in org.apache.oodt.cas.catalog.server.channel.rmi
 
RmiCommunicationChannelClientMBean - Interface in org.apache.oodt.cas.catalog.server.channel.rmi
 
RmiCommunicationChannelServer - Class in org.apache.oodt.cas.catalog.server.channel.rmi
 
RmiCommunicationChannelServer() - Constructor for class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
RMIContext - Class in org.apache.oodt.commons.object.jndi
Context for binding and looking up distributed objects in RMI.
RMIContext(String, int) - Constructor for class org.apache.oodt.commons.object.jndi.RMIContext
 
RMIContext(Hashtable) - Constructor for class org.apache.oodt.commons.object.jndi.RMIContext
Construct the RMI object context.
ROLE_ELEMNAME - Static variable in interface org.apache.oodt.xmlps.util.XMLQueryKeys
 
ROLE_LITERAL - Static variable in interface org.apache.oodt.xmlps.util.XMLQueryKeys
 
rollback() - Method in class org.apache.oodt.commons.util.JDBC_DB
rollback
ROOT - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
ROOT_REFERENCE_DATASTORE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
ROOT_REFERENCE_FILESIZE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
ROOT_REFERENCE_MIMETYPE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
ROOT_REFERENCE_ORIGINAL - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
rootNode() - Method in class org.apache.oodt.cas.catalog.query.parser.JJTQueryParserState
 
Row - Class in org.apache.oodt.cas.filemgr.browser.view.panels
 
Row(int) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.panels.Row
 
ROWS_ATTR - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
RSS_CONTEXT_CONF_KEY - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigMetKeys
 
RSS_FORMAT_STR - Static variable in class org.apache.oodt.cas.product.rss.RSSProductServlet
 
RSS_FORMAT_STR - Static variable in class org.apache.oodt.cas.product.rss.RSSProductTransferServlet
 
RSS_TRANSFER_CONF_KEY - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigMetKeys
 
RSSConfig - Class in org.apache.oodt.cas.product.rss
Configures the RSSProductServlet, with the information defined in an rssconf.xml file.
RSSConfig() - Constructor for class org.apache.oodt.cas.product.rss.RSSConfig
Default constructor.
RSSConfigMetKeys - Interface in org.apache.oodt.cas.product.rss
Met keys used by RSSUtils and other classes that deal with the RSSConfig object.
RSSConfigReader - Class in org.apache.oodt.cas.product.rss
Reader class for RSSConfigs from Files.
RSSConfigReader() - Constructor for class org.apache.oodt.cas.product.rss.RSSConfigReader
 
RSSConfigReaderMetKeys - Interface in org.apache.oodt.cas.product.rss
Met keys used by the RSSConfigReader.
RssConfiguration - Class in org.apache.oodt.cas.product.jaxrs.configurations
Class representing custom configurations for RSS XML outputs.
RssConfiguration() - Constructor for class org.apache.oodt.cas.product.jaxrs.configurations.RssConfiguration
 
RssNamespace - Class in org.apache.oodt.cas.product.jaxrs.configurations
Represents an XML namespace for RSS XML content.
RssNamespace(String, String) - Constructor for class org.apache.oodt.cas.product.jaxrs.configurations.RssNamespace
Creates an RssNamespace object and sets the prefix and uri string.
RSSNamespace - Class in org.apache.oodt.cas.product.rss
RSS namespace definition to include in an RSS feed as defined by the RSSProductServlet's RSSConfig.
RSSNamespace() - Constructor for class org.apache.oodt.cas.product.rss.RSSNamespace
Default constructor.
RSSProductServlet - Class in org.apache.oodt.cas.product.rss
A Servlet that supports the RSS 2.0 specification for delivering Product Feeds.
RSSProductServlet() - Constructor for class org.apache.oodt.cas.product.rss.RSSProductServlet
Default constructor.
RSSProductTransferServlet - Class in org.apache.oodt.cas.product.rss
 
RSSProductTransferServlet() - Constructor for class org.apache.oodt.cas.product.rss.RSSProductTransferServlet
Default Constructor
RssTag - Class in org.apache.oodt.cas.product.jaxrs.configurations
Represents an RSS XML tag to include in an RSS feed.
RssTag(String, String, List<RssTagAttribute>) - Constructor for class org.apache.oodt.cas.product.jaxrs.configurations.RssTag
Creates an RssTag object and sets the name, source and attributes.
RSSTag - Class in org.apache.oodt.cas.product.rss
An output RSS tag to include in an RSS feed as defined by the RSSProductServlet's RSSConfig.
RSSTag() - Constructor for class org.apache.oodt.cas.product.rss.RSSTag
Default constructor.
RssTagAttribute - Class in org.apache.oodt.cas.product.jaxrs.configurations
Represents an attribute for an RSS XML tag.
RssTagAttribute(String, String) - Constructor for class org.apache.oodt.cas.product.jaxrs.configurations.RssTagAttribute
Creates an RssTagAttribute and sets the name and value.
RSSTagAttribute - Class in org.apache.oodt.cas.product.rss
An attribute on an RSS output tag, generated from the CAS.
RSSTagAttribute() - Constructor for class org.apache.oodt.cas.product.rss.RSSTagAttribute
Default constructor.
RSSUtils - Class in org.apache.oodt.cas.product.rss
Utility functions to help out in configuring the RSSProductServlet.
RSSUtils() - Constructor for class org.apache.oodt.cas.product.rss.RSSUtils
 
RssWriter - Class in org.apache.oodt.cas.product.jaxrs.writers
Class with shared properties and behavior for RSS writers.
RssWriter() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.RssWriter
 
run(String[]) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
Parses given command line arguments, then checks for help and print supported actions options, prints them out if found, otherwise performs execution on the arguments - see execute(CmdLineArgs).
run(String) - Method in class org.apache.oodt.cas.pge.PGETask
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
run() - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgrProxy
 
run() - Method in class org.apache.oodt.cas.resource.monitor.utils.MockGmetad
 
run() - Method in class org.apache.oodt.cas.resource.scheduler.LRUScheduler
 
run() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
run() - Method in class org.apache.oodt.cas.workflow.engine.TaskQuerier
Marches through the set of processors that are currently in the Processor queue, checks to see if they are NOT in the done state, or if they are currently in the holding state.
run() - Method in class org.apache.oodt.cas.workflow.engine.TaskRunner
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.BranchRedirector
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.ExternScriptTaskInstance
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.FilterTask
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.GoodbyeWorld
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.HelloWorld
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.LongTask
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.MailTask
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.NoOpTask
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.NumIncrementTask
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.examples.RandomStatusUpdateTask
 
run(Metadata, WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.structs.ConditionTaskInstance
 
run(Metadata, WorkflowTaskConfiguration) - Method in interface org.apache.oodt.cas.workflow.structs.WorkflowTaskInstance
Runs the Task with the specified metadata context.
run() - Method in class org.apache.oodt.commons.exec.StreamGobbler
 
RUN_INFO_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
RunDirJobSubmitter - Class in org.apache.oodt.cas.resource.tools
 
RunDirJobSubmitter(URL) - Constructor for class org.apache.oodt.cas.resource.tools.RunDirJobSubmitter
 
runIngestCrawler(ProductCrawler) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
runInitializers() - Static method in class org.apache.oodt.commons.ExecServer
Run all initializers.
runMetExtractor(String, ExtractorConfig) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
RUNNING_PGE - Static variable in class org.apache.oodt.cas.workflow.tools.InstanceRepoCleaner
 
RUNNING_PGE - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
runOnReboot() - Method in class org.apache.oodt.cas.pushpull.config.DaemonInfo
 
RUNONREBOOT_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
runPge() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
runPropertyAdder(ConfigFilePropertyAdder) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
runPropertyAdders() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 

S

S3DataTransferer - Class in org.apache.oodt.cas.filemgr.datatransfer
DataTransfer which put/gets files in/from Amazon S3 storage.
S3DataTransferer(AmazonS3, String, boolean) - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransferer
 
S3DataTransfererFactory - Class in org.apache.oodt.cas.filemgr.datatransfer
S3DataTransfererFactory() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransfererFactory
 
safeCheckJobComplete(String) - Method in class org.apache.oodt.cas.workflow.engine.runner.ResourceRunner
 
safeGetConditionById(String) - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeGetElementByName(String) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
safeGetElementsForProductType(ProductType) - Method in class org.apache.oodt.cas.webcomponents.filemgr.FileManagerConn
 
safeGetFileFromUri(String) - Static method in class org.apache.oodt.pcs.util.FileManagerUtils
 
safeGetMetadata(Product) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
safeGetNumWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.pcs.util.WorkflowManagerUtils
 
safeGetProductById(String) - Method in class org.apache.oodt.cas.webcomponents.filemgr.FileManagerConn
 
safeGetProductByName(String) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
safeGetProductReferences(Product) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
safeGetProductTypeById(String) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
safeGetProductTypeByName(String) - Method in class org.apache.oodt.cas.webcomponents.filemgr.FileManagerConn
 
safeGetProductTypeByName(String) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
safeGetProductTypes() - Method in class org.apache.oodt.cas.webcomponents.filemgr.FileManagerConn
 
safeGetProductTypes() - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
safeGetRegisteredEvents() - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeGetResourceNodes() - Method in class org.apache.oodt.pcs.util.ResourceManagerUtils
 
safeGetTaskById(String) - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeGetTopNProducts(int) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
safeGetUrlFromString(String) - Static method in class org.apache.oodt.pcs.util.FileManagerUtils
 
safeGetWorkflowById(String) - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeGetWorkflowCurrentTaskWallClockMinutes(WorkflowInstance) - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeGetWorkflowInstances() - Method in class org.apache.oodt.pcs.util.WorkflowManagerUtils
 
safeGetWorkflowInstancesByStatus(String) - Method in class org.apache.oodt.pcs.util.WorkflowManagerUtils
 
safeGetWorkflowInstPageByStatus(int, String) - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeGetWorkflowInstPageByStatus(int) - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeGetWorkflowInsts() - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeGetWorkflowInstsByStatus(String) - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeGetWorkflows() - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeGetWorkflowsByEvent(String) - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeGetWorkflowWallClockMinutes(WorkflowInstance) - Method in class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
safeIssueQuery(Query, ProductType) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
save() - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository
 
save() - Method in class org.apache.oodt.cas.workflow.gui.perspective.Perspective
 
save() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
save() - Method in class org.apache.oodt.grid.Configuration
Save the configuration.
saveDocument(Document) - Method in class org.apache.oodt.commons.activity.XMLStandardOutputStorage
 
saveDocument(Document) - Method in class org.apache.oodt.commons.activity.XMLStorage
Save a completed activity record.
saveMenuItemActionPerformed(ActionEvent) - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
Auto-generated event handler method
saveToDirectory(ExtractorConfig, File) - Static method in class org.apache.oodt.cas.curation.util.ExtractorConfigWriter
 
SAXParser - Class in org.apache.oodt.commons.util
An XML Simple API for XML (SAX) parser.
SCALAR_TAG_NAME - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
SCF_FILE_MANAGER_URL - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
SCF_IDENTIFICATION_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
schedule(JobSpec) - Method in class org.apache.oodt.cas.resource.scheduler.LRUScheduler
 
schedule(JobSpec) - Method in interface org.apache.oodt.cas.resource.scheduler.Scheduler
Schedules a job to be executed by a particular batch manager.
SCHEDULED - Static variable in interface org.apache.oodt.cas.resource.structs.JobStatus
 
Scheduler - Interface in org.apache.oodt.cas.resource.scheduler
 
SchedulerException - Exception in org.apache.oodt.cas.resource.structs.exceptions
 
SchedulerException() - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.SchedulerException
 
SchedulerException(String) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.SchedulerException
 
SchedulerException(Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.SchedulerException
 
SchedulerException(String, Throwable) - Constructor for exception org.apache.oodt.cas.resource.structs.exceptions.SchedulerException
 
SchedulerFactory - Interface in org.apache.oodt.cas.resource.scheduler
 
ScienceDataCatalog - Class in org.apache.oodt.cas.filemgr.catalog
Provides a Catalog implementation that facilitate large-scale ingest of observational data into a relational schema.
ScienceDataCatalog(DataSource, ValidationLayer, int) - Constructor for class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
ScienceDataCatalogFactory - Class in org.apache.oodt.cas.filemgr.catalog
Implements the CatalogFactory interface to provide a factory for ScienceDataCatalog.
ScienceDataCatalogFactory() - Constructor for class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalogFactory
 
ScienceDataRepositoryManager - Class in org.apache.oodt.cas.filemgr.repository
Leverages the information in the ScienceDataCatalog's dataset table to list out ProductTypes.
ScienceDataRepositoryManager(DataSource) - Constructor for class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
ScienceDataRepositoryManagerFactory - Class in org.apache.oodt.cas.filemgr.repository
ScienceDataRepositoryManagerFactory() - Constructor for class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManagerFactory
 
ScienceDataValidationLayer - Class in org.apache.oodt.cas.filemgr.validation
Determines the mapping of s to ProductTypes by reading the ScienceDataCatalog catalog schema tables concerning parameters and datasets.
ScienceDataValidationLayer(DataSource) - Constructor for class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
ScienceDataValidationLayerFactory - Class in org.apache.oodt.cas.filemgr.validation
ScienceDataValidationLayerFactory() - Constructor for class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayerFactory
 
SciPgeConfigFileWriter - Interface in org.apache.oodt.cas.pge.writers
 
ScreenLogger - Class in org.apache.oodt.commons.util
The ScreenLogger class is intended to be used with the Log class in order to setup the System.err as a LogListener.
ScreenLogger() - Constructor for class org.apache.oodt.commons.util.ScreenLogger
Constructor given no arguments.
ScreenLogger(OutputStream) - Constructor for class org.apache.oodt.commons.util.ScreenLogger
Constructor given an output stream.
ScriptFile - Class in org.apache.oodt.cas.workflow.util
 
ScriptFile() - Constructor for class org.apache.oodt.cas.workflow.util.ScriptFile
 
ScriptFile(String) - Constructor for class org.apache.oodt.cas.workflow.util.ScriptFile
 
ScriptFile(String, List) - Constructor for class org.apache.oodt.cas.workflow.util.ScriptFile
 
scrollPane - Variable in class org.apache.oodt.cas.filemgr.browser.view.prompts.QueryBuilderPrompt
 
search(WhereExpression) - Method in class org.apache.oodt.profile.handlers.lightweight.SearchableProfile
Search this profile.
SearchableEnumeratedProfileElement - Class in org.apache.oodt.profile.handlers.lightweight
Searchable, enumerated, profile element.
SearchableEnumeratedProfileElement(SearchableProfile, String, String, String, String, String, List, boolean, int, String, List) - Constructor for class org.apache.oodt.profile.handlers.lightweight.SearchableEnumeratedProfileElement
 
SearchableProfile - Class in org.apache.oodt.profile.handlers.lightweight
A profile that can be searched.
SearchableProfile(Element, ObjectFactory) - Constructor for class org.apache.oodt.profile.handlers.lightweight.SearchableProfile
 
SearchableRangedProfileElement - Class in org.apache.oodt.profile.handlers.lightweight
Searchable profile element with a range of valid values.
SearchableRangedProfileElement(SearchableProfile, String, String, String, String, String, List, boolean, int, String, String, String) - Constructor for class org.apache.oodt.profile.handlers.lightweight.SearchableRangedProfileElement
 
SearchableResourceAttributes - Class in org.apache.oodt.profile.handlers.lightweight
Resource attributes that can be searched.
SearchableResourceAttributes(SearchableProfile, Element) - Constructor for class org.apache.oodt.profile.handlers.lightweight.SearchableResourceAttributes
 
SearchableUnspecifiedProfileElement - Class in org.apache.oodt.profile.handlers.lightweight
Searchable profile element with unspecified values.
SearchableUnspecifiedProfileElement(SearchableProfile, String, String, String, String, String, List, boolean, int, String) - Constructor for class org.apache.oodt.profile.handlers.lightweight.SearchableUnspecifiedProfileElement
 
SECTION_SEPARATOR - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
SecureWebServer - Class in org.apache.oodt.cas.filemgr.system.auth
An XML-RPC Web Server that requires authentication and authorization.
SecureWebServer(int) - Constructor for class org.apache.oodt.cas.filemgr.system.auth.SecureWebServer
Initializes the XML-RPC web server on the given port and adds a default handler that traps all calls and makes them authenticated.
securityType - Variable in class org.apache.oodt.profile.ProfileAttributes
Type of security to apply, optional.
SEMI_COLON - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
sendEvent(String, Metadata) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
SendEventCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which triggers a workflow event.
SendEventCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.SendEventCliAction
 
sendRedirect(String, UriInfo, HttpServletResponse) - Method in class org.apache.oodt.cas.curation.service.CurationService
 
SEPARATOR - Static variable in class org.apache.oodt.cas.protocol.ProtocolFile
 
SequentialProcessor - Class in org.apache.oodt.cas.workflow.engine.processor
WorkflowProcessor which handles running sub-processors in sequence.
SequentialProcessor(WorkflowLifecycleManager, WorkflowInstance) - Constructor for class org.apache.oodt.cas.workflow.engine.processor.SequentialProcessor
 
SerializableMetadata - Class in org.apache.oodt.cas.metadata
 
SerializableMetadata() - Constructor for class org.apache.oodt.cas.metadata.SerializableMetadata
 
SerializableMetadata(String, boolean) - Constructor for class org.apache.oodt.cas.metadata.SerializableMetadata
Accepts any encoding which is supported by java.net.URLEncoder If useCDATA is set true then element text will be wrapped in a CDATA tag.
SerializableMetadata(Metadata) - Constructor for class org.apache.oodt.cas.metadata.SerializableMetadata
 
SerializableMetadata(InputStream) - Constructor for class org.apache.oodt.cas.metadata.SerializableMetadata
 
SerializableMetadata(InputStream, String, boolean) - Constructor for class org.apache.oodt.cas.metadata.SerializableMetadata
 
SerializableMetadata(Metadata, String, boolean) - Constructor for class org.apache.oodt.cas.metadata.SerializableMetadata
Builds a SerializableMetadata object from a Metadata object
serialize(Product, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to transform a CAS Product into one or more documents to be indexed by Solr.
serialize(String, Reference, List<Reference>, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to transform a CAS Product References object into one or more Solr "update" documents (i.e.
serialize(String, Metadata, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to transform a CAS Metadata object into one or more Solr "update" documents (i.e.
serialize(Product, boolean) - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductSerializer
Method to transform a CAS Product into one or more documents to be indexed by Solr.
serialize(String, Metadata, boolean) - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductSerializer
Method to transform a CAS Metadata object into one or more Solr "update" documents (i.e.
serialize(String, Reference, List<Reference>, boolean) - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductSerializer
Method to transform a CAS Product References object into one or more Solr "update" documents (i.e.
serialize(Document, boolean) - Static method in class org.apache.oodt.commons.util.XML
Serialize an XML DOM document into a String.
serialize(Document) - Static method in class org.apache.oodt.commons.util.XML
Serialize an XML DOM document into a String.
serialize(Document, Writer, boolean) - Static method in class org.apache.oodt.commons.util.XML
Serialize an XML DOM document into a writer.
serialize(Document, Writer) - Static method in class org.apache.oodt.commons.util.XML
Serialize an XML DOM document into a writer.
serializeCatalog(Catalog) - Method in interface org.apache.oodt.cas.catalog.repository.CatalogRepository
Serializes a given Catalog to the Repository
serializeCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepository
 
serializeCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
serializeCatalog(Catalog) - Method in class org.apache.oodt.cas.catalog.repository.SpringCatalogRepository
 
SerializedCatalogRepository - Class in org.apache.oodt.cas.catalog.repository
 
SerializedCatalogRepository(String) - Constructor for class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
SerializedCatalogRepositoryFactory - Class in org.apache.oodt.cas.catalog.repository
 
SerializedCatalogRepositoryFactory() - Constructor for class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepositoryFactory
 
serializeObject(T) - Method in class org.apache.oodt.cas.catalog.util.Serializer
Serializes any java object into a java Serializable String
serializeObject(T, OutputStream) - Method in class org.apache.oodt.cas.catalog.util.Serializer
 
serializePluginURLs(List<PluginURL>) - Method in interface org.apache.oodt.cas.catalog.repository.CatalogRepository
 
serializePluginURLs(List<PluginURL>) - Method in class org.apache.oodt.cas.catalog.repository.MemoryBasedCatalogRepository
 
serializePluginURLs(List<PluginURL>) - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
serializePluginURLs(List<PluginURL>) - Method in class org.apache.oodt.cas.catalog.repository.SpringCatalogRepository
 
serializer - Variable in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelClient
 
serializer - Variable in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
Serializer - Class in org.apache.oodt.cas.catalog.util
 
Serializer() - Constructor for class org.apache.oodt.cas.catalog.util.Serializer
 
Serializer(boolean) - Constructor for class org.apache.oodt.cas.catalog.util.Serializer
 
serialVersionUID - Static variable in class org.apache.oodt.pcs.services.PCSService
 
Server - Class in org.apache.oodt.grid
An abstract server defines the code base and class name of a query handler.
Server(Configuration, String) - Constructor for class org.apache.oodt.grid.Server
Creates a new Server instance.
serverUrl - Variable in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClientFactory
 
Service - Interface in org.apache.oodt.commons
An enterprise service.
SERVICE_TYPE_NCML - Static variable in class org.apache.oodt.opendapps.extractors.ThreddsMetadataExtractor
 
setActionIds(List<String>) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setActionName(String) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToAction
 
setActionName(String) - Method in class org.apache.oodt.cas.cli.option.require.ActionDependencyRule
 
setActionsToCall(List<CrawlerAction>) - Method in class org.apache.oodt.cas.crawl.action.GroupAction
 
setActionStore(CmdLineActionStore) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
setActionToCall(CrawlerAction) - Method in class org.apache.oodt.cas.crawl.action.MimeTypeCrawlerAction
 
setActive() - Method in class org.apache.oodt.cas.protocol.ftp.CogJGlobusFtpProtocol
SetActive Sets the FTP Active Protocol Package protected so we can test the non FTP server parts of the codebase.
setAfterUseEffects(File, File) - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
setAlias(String) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setAlias(String) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setAllowAnySubOptions(boolean) - Method in class org.apache.oodt.cas.cli.option.GroupCmdLineOption
 
setAllowedArgs(List<String>) - Method in class org.apache.oodt.cas.cli.option.validator.AllowedArgsCmdLineOptionValidator
 
setAncillaryMetadata(Map<String, List<String>>) - Method in class org.apache.oodt.cas.crawl.action.IngestAncillary
 
setApplicationContext(ApplicationContext) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.BeanInfoHandler
 
setApplicationContext(ApplicationContext) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setApplyToActions(List<ApplyToAction>) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToActionHandler
 
setArgDescription(String) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToAction
 
setArgList(String[]) - Method in class org.apache.oodt.cas.metadata.extractors.ExternalMetExtractorConfig
 
setArgs(Object[]) - Method in class org.apache.oodt.cas.pge.config.DynamicConfigFile
 
setArgsDescription(String) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
setArgsDescription(String) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
setAttributes(Metadata) - Method in class org.apache.oodt.security.sso.opensso.IdentityDetails
 
setAttributes(Metadata) - Method in class org.apache.oodt.security.sso.opensso.UserDetails
 
setAttrs(List<RSSTagAttribute>) - Method in class org.apache.oodt.cas.product.rss.RSSTag
 
setAutoCommitMode(boolean) - Method in class org.apache.oodt.commons.util.JDBC_DB
 
setAutoPagerSize(int) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClientFactory
 
setAvgCrawlTime(double) - Method in class org.apache.oodt.pcs.health.CrawlerHealth
 
setBaseStagingArea(File) - Method in class org.apache.oodt.cas.pushpull.config.Config
 
setBatchStubStatus(List) - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
setBeanRepo(String) - Method in class org.apache.oodt.cas.catalog.cli.action.LoadCatalogRepositoryCliAction
 
setBeanRepo(String) - Method in class org.apache.oodt.cas.catalog.cli.action.LoadCatalogsCliAction
 
setBehavoir(String) - Method in class org.apache.oodt.cas.pushpull.expressions.Method
 
setBlank() - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
setBucketNames(Set<String>) - Method in class org.apache.oodt.cas.catalog.query.QueryExpression
 
setBytesTransferred(long) - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
setCapacity(int) - Method in class org.apache.oodt.cas.resource.cli.action.AddNodeCliAction
 
setCapacity(int) - Method in class org.apache.oodt.cas.resource.cli.action.SetNodeCapacityCliAction
 
setCapacity(int) - Method in class org.apache.oodt.cas.resource.structs.ResourceNode
 
setCatalog(Catalog) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
setCatalogBeanRepo(String) - Method in class org.apache.oodt.cas.catalog.repository.SpringCatalogRepositoryFactory
 
setCatalogId(String) - Method in class org.apache.oodt.cas.catalog.system.CatalogFactory
 
setCatalogIds(List<String>) - Method in class org.apache.oodt.cas.catalog.cli.action.PagedQueryCliAction
 
setCatalogIds(List<String>) - Method in class org.apache.oodt.cas.catalog.cli.action.QueryCliAction
 
setCatalogIds(List<String>) - Method in class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
setCatalogIds(List<String>) - Method in class org.apache.oodt.cas.catalog.cli.action.ReducedQueryCliAction
 
setCatalogMetadata(MultivaluedMap<String, String>, String) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
setCatalogReceipts(List<CatalogReceipt>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.QueryResult
 
setCatalogRepository(CatalogRepository) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
setCatalogRepository(CatalogRepository) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
Set the CatalogRepository for this CatalogService, with replace existing CatalogRepository and immediately load all Catalogs from it.
setCatalogRepositoryFactory(CatalogRepositoryFactory) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
setCatalogRepositoryId(String) - Method in class org.apache.oodt.cas.catalog.cli.action.LoadCatalogRepositoryCliAction
 
setCatalogService(CatalogService) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
setCatalogService(CatalogService) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
setCatalogService(CatalogService) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
setCatalogServiceFactory(CatalogServiceFactory) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServerFactory
 
setCatalogServiceFactory(CatalogServiceFactory) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServerFactory
 
setCatalogUrl(URL) - Method in class org.apache.oodt.opendapps.config.DapRoot
 
setCategory(WorkflowLifecycleStage) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
setCdeName(String) - Method in class org.apache.oodt.xmlps.structs.CDEValue
 
setChannelLink(String) - Method in class org.apache.oodt.cas.product.rss.RSSConfig
 
setChildren(List<Graph>) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setChunkSize(int) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClientFactory
 
setClassified(boolean) - Method in class org.apache.oodt.xmlquery.Result
Set whether this result is classified.
setClassName(String) - Method in class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 
setClassName(String) - Method in class org.apache.oodt.grid.Server
Set the class name of the handler.
setClassName(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
setClazz(String) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setClient(XmlRpcFileManagerClient) - Method in class org.apache.oodt.cas.filemgr.cli.action.FileManagerCliAction
 
setClient(XmlRpcResourceManagerClient) - Method in class org.apache.oodt.cas.resource.cli.action.ResourceCliAction
 
setClient(XmlRpcWorkflowManagerClient) - Method in class org.apache.oodt.cas.workflow.cli.action.WorkflowCliAction
 
setClient(XmlRpcResourceManagerClient) - Method in class org.apache.oodt.pcs.util.ResourceManagerUtils
 
setClient(XmlRpcWorkflowManagerClient) - Method in class org.apache.oodt.pcs.util.WorkflowManagerUtils
 
setClientTransferer(String) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setCommands(List) - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 
setCommandShell(String) - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 
setComments(String) - Method in class org.apache.oodt.profile.ProfileElement
Set any comments about me.
setCommunicationChannelClientFactory(CommunicationChannelClientFactory) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClientFactory
 
setCompareItem(CompareType) - Method in class org.apache.oodt.cas.metadata.preconditions.PreConditionComparator
 
setCond(WorkflowCondition) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setCondConfig(WorkflowConditionConfiguration) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setConditionAction(CrawlerAction) - Method in class org.apache.oodt.cas.crawl.action.TernaryAction
 
setConditionId(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetConditionByIdCliAction
 
setConditionId(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setConditionInstanceClassName(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setConditionName(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setConditions(List<WorkflowCondition>) - Method in class org.apache.oodt.cas.workflow.structs.Workflow
Deprecated.
setConditions(List) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
Deprecated.
setConf(PGEConfigurationFile) - Method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfig
 
setConfig(String) - Method in class org.apache.oodt.cas.cli.option.store.spring.SpringCmdLineOptionStoreFactory
 
setConfig(String) - Method in class org.apache.oodt.cas.metadata.extractors.FilenameTokenConfig
 
setConfigFile(File) - Method in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
setConfigFile(MetExtractorConfig) - Method in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
setConfigFile(String) - Method in class org.apache.oodt.cas.metadata.AbstractMetExtractor
 
setConfigFile(File) - Method in interface org.apache.oodt.cas.metadata.MetExtractor
Sets the config file for this MetExtractor to the specified File f.
setConfigFile(String) - Method in interface org.apache.oodt.cas.metadata.MetExtractor
Sets the config file for this MetExtractor to the specified File identified by filePath.
setConfigFile(MetExtractorConfig) - Method in interface org.apache.oodt.cas.metadata.MetExtractor
Sets the MetExtractorConfig for the MetExtractor
setConfigGroups(List<String>) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setConfiguration(Properties) - Method in class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 
setConnectionTimeout(int) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClientFactory
 
setConstantValue(String) - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
setConstSpecs(List<ConstantSpec>) - Method in class org.apache.oodt.opendapps.config.OpendapConfig
 
setConstValues(List<CDEValue>) - Method in class org.apache.oodt.xmlps.structs.CDEResult
 
setContentHandler(ContentHandler) - Method in class org.apache.oodt.commons.util.SAXParser
Allow an application to register a content event handler.
setContext(ApplicationContext) - Method in interface org.apache.oodt.cas.cli.action.store.spring.SpringSetContextInjectionType
 
setConverter(VersionConverter) - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventQueryFilter
 
setConverter(VersionConverter) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
setCopyKeys(List<String>) - Method in class org.apache.oodt.cas.crawl.action.IngestAncillary
 
setCrawler(ProductCrawler) - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
setCrawlerAction(CrawlerAction) - Method in class org.apache.oodt.cas.crawl.action.ToggleAction.Toggle
 
setCrawlerHealthStatus(List) - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
setCrawlerId(String) - Method in class org.apache.oodt.cas.crawl.cli.action.CrawlerLauncherCliAction
 
setCrawlerName(String) - Method in class org.apache.oodt.pcs.health.CrawlerHealth
 
setCrawlerName(String) - Method in class org.apache.oodt.pcs.health.CrawlInfo
 
setCrawlerPort(String) - Method in class org.apache.oodt.pcs.health.CrawlInfo
 
setCrawlerStatus(List) - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
setCrawlForDirs(boolean) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setCrawlHost(String) - Method in class org.apache.oodt.pcs.health.CrawlerStatus
 
setCreateBeforeExe(boolean) - Method in class org.apache.oodt.cas.pge.config.OutputDir
 
setCreateDate(Date) - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
setCreateToDir(boolean) - Method in class org.apache.oodt.cas.crawl.action.MoveFile
 
setCriteria(List<QueryCriteria>) - Method in class org.apache.oodt.cas.filemgr.structs.Query
 
setCriteria(List<TermQueryCriteria>) - Method in class org.apache.oodt.cas.webcomponents.filemgr.FMBrowserSession
 
setCrossCatalogResultSortingThreshold(int) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
setCurrentMetGroup(String) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
setCurrentPageNum(int) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetNextPageCliAction
 
setCurrentPageNum(int) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetPrevPageCliAction
 
setCurrentTaskEndDateTimeIsoStr(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
setCurrentTaskId(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setCurrentTaskStartDateTimeIsoStr(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
setDaemonName(String) - Method in class org.apache.oodt.pcs.health.PCSDaemonStatus
 
setDaemonPort(int) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setDaemonWait(int) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setDataDictID(String) - Method in class org.apache.oodt.xmlquery.QueryHeader
Set the ID of the data dictionary used by this query.
setDatasetMetSpecs(List<DatasetMetElem>) - Method in class org.apache.oodt.opendapps.config.OpendapConfig
 
setDatasetUrl(URL) - Method in class org.apache.oodt.opendapps.config.DapRoot
 
setDataStoreReference(String) - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
setDataTransfer(DataTransfer) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
setDataTransferer(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setDataTransferFactory(DataTransferFactory) - Method in class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
setDataTransferService(String) - Method in class org.apache.oodt.cas.crawl.action.IngestAncillary
 
setDbName(String) - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
setDCElement(String) - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
setDebugStream(PrintStream) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
setDefaultCategory(Object) - Static method in class org.apache.oodt.commons.io.Log
Set the default category.
setDefaultKeyNs(String) - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
setDefaultMetExtractorSpecs(List<MetExtractorSpec>) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
setDefaultNamingConventionId(String) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
setDefaultSource(String) - Static method in class org.apache.oodt.commons.io.Log
Set the default source.
setDefaultTable(String) - Method in class org.apache.oodt.xmlps.mapping.DatabaseTableGroup
 
setDefaultTable(String) - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
setDefaultTableJoin(String) - Method in class org.apache.oodt.xmlps.mapping.DatabaseTable
 
setDefaultTableJoinFieldName(String) - Method in class org.apache.oodt.xmlps.mapping.DatabaseTable
 
setDefaultTypeNs(String) - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
setDeleteOnSuccess(boolean) - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
setDelimiter(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setDescription(String) - Method in class org.apache.oodt.cas.cli.action.CmdLineAction
 
setDescription(String) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
setDescription(String) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToAction
 
setDescription(String) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
setDescription(String) - Method in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
setDescription(String) - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
setDescription(String) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setDescription(String) - Method in class org.apache.oodt.cas.metadata.preconditions.PreConditionComparator
 
setDescription(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
setDescription(String) - Method in class org.apache.oodt.profile.ProfileElement
Set my long description.
setDescription(String) - Method in class org.apache.oodt.profile.ResourceAttributes
Set the description.
setDescription(String) - Method in class org.apache.oodt.xmlquery.QueryHeader
Set a string describing this query.
setDestination(File) - Method in class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
setDetailedDescription(String) - Method in class org.apache.oodt.cas.cli.action.CmdLineAction
 
setDictionaries(List<Dictionary>) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
setDictionaryFactories(List<DictionaryFactory>) - Method in class org.apache.oodt.cas.catalog.system.CatalogFactory
 
setDirectoryRegex(String) - Method in class org.apache.oodt.cas.protocol.cli.action.DeleteEmptyDirectoriesCliAction
 
setDisableIntersectingCrossCatalogQueries(boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
setDownloadInfo(DownloadInfo, HashMap<File, Parser>) - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
setDownloadTimeout(long) - Method in class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
setDriver(String) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
setDriver(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
setDriver(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndexFactory
 
setDTDHandler(DTDHandler) - Method in class org.apache.oodt.commons.util.SAXParser
Allow an application to register a DTD event handler.
setDynamicAuxiliaryInputFiles(PGEGroup) - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
setDynMetadata(Metadata) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
setElementId(String) - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Method is not used in this class...
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for mutating the element ID to search on.
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.QueryCriteria
Abstract mutator method for the Elment name to search on.
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for mutating the element name to search on.
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for mutating the element name to search on.
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Sets the Element name that this TypeHandler is responsible for handling
setElements(List<Object>) - Method in class org.apache.oodt.pcs.input.PGEVector
 
setElementType(String) - Method in class org.apache.oodt.opendapps.config.RewriteSpec
 
setEndDate(Date) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setEndDate(Date) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setEndDateTimeIsoStr(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
setEndDateTimeMetKey(String) - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventQueryFilter
 
setEndDateTimeMetKey(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setEndDateTimeMetKey(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
setEndFieldEndValue(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setEndFieldName(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setEndFieldStartValue(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setEndValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Mutator method for the end value fo the element to search on.
setEngineRunner(EngineRunner) - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
setEnsureUnique(boolean) - Method in class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
setEntityResolver(EntityResolver) - Method in class org.apache.oodt.commons.util.DOMParser
Sets the resolver used to resolve external entities.
setEntityResolver(EntityResolver) - Method in class org.apache.oodt.commons.util.SAXParser
Sets the resolver used to resolve external entities.
setEntryPoint(boolean) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setEpsilon(long) - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventFilterAlgorithm
 
setEpsilon(long) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor
 
setErrorHandler(ErrorHandler) - Method in class org.apache.oodt.commons.util.DOMParser
Sets the error handler.
setErrorHandler(ErrorHandler) - Method in class org.apache.oodt.commons.util.SAXParser
Sets the error handler.
setEventName(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWorkflowsByEventCliAction
 
setEventName(String) - Method in class org.apache.oodt.cas.workflow.cli.action.SendEventCliAction
 
setExamples(String) - Method in class org.apache.oodt.cas.cli.action.CmdLineAction
 
setExcludeTypeList(List) - Method in class org.apache.oodt.pcs.tools.PCSTrace
 
setExcused(List<String>) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setExcusedSubProcessorIds(List<String>) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
setExcusedSubProcessorIds(List<String>) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setExeCmds(List<String>) - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
setExecuteCommand(String) - Method in class org.apache.oodt.cas.crawl.action.ExternAction
 
setExecutionType(String) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setExecutionType(String) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setExeDir(String) - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
setExpressions(List<QueryExpression>) - Method in class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
setExtConf(ExtractorConfig) - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
setExtendsConfig(List<String>) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setExtractorBinPath(String) - Method in class org.apache.oodt.cas.metadata.extractors.ExternalMetExtractorConfig
 
setExtractorConfigFile(String) - Method in class org.apache.oodt.cas.crawl.typedetection.MetExtractorSpec
 
setExtractors(List<ExtractorSpec>) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setExtraData(HashMap<String, String>) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Metric
 
setFailMissingFile(boolean) - Method in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
setFailureAction(CrawlerAction) - Method in class org.apache.oodt.cas.crawl.action.TernaryAction
 
setFeature(String, boolean) - Method in class org.apache.oodt.commons.util.DOMParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in class org.apache.oodt.commons.util.SAXParser
Set the state of any feature in a SAX2 parser.
setFile(File) - Method in class org.apache.oodt.cas.crawl.action.DeleteFile
 
setFile(String) - Method in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
setFile(String) - Method in class org.apache.oodt.cas.crawl.action.MoveFile
 
setFile(File) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setFileExtension(String) - Method in class org.apache.oodt.cas.crawl.action.DeleteFile
 
setFileExtension(String) - Method in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
setFileExtension(String) - Method in class org.apache.oodt.cas.crawl.action.FileSettings
 
setFileExtension(String) - Method in class org.apache.oodt.cas.crawl.action.MoveFile
 
setFileExtension(String) - Method in class org.apache.oodt.cas.metadata.preconditions.PreConditionComparator
 
setFileKey(String) - Method in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
setFileList(List<String>) - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
setFileManager(URL) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Specifies the URL to the File Manager to connect this Cache to.
setFileManager(URL) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
setFileManager(URL) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Specifies the URL to the File Manager to connect this Cache to.
setFileManager(URL) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
setFileManager(URL) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
setFileManagerUrl(String) - Method in class org.apache.oodt.cas.crawl.action.IngestAncillary
 
setFileManagerUrl(URL) - Method in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransfer
 
setFileManagerUrl(URL) - Method in class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferer
 
setFileManagerUrl(URL) - Method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
 
setFileManagerUrl(URL) - Method in class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferer
 
setFileManagerUrl(URL) - Method in class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransferer
 
setFileManagerUrl(URL) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
setFilemgrUrl(String) - Method in class org.apache.oodt.cas.crawl.action.FilemgrUniquenessChecker
 
setFilemgrUrl(String) - Method in class org.apache.oodt.cas.crawl.comparator.FilemgrUniquenessCheckComparator
 
setFilemgrUrl(String) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setFileName(String) - Method in class org.apache.oodt.pcs.query.FilenameQuery
 
setFilepath(File) - Method in class org.apache.oodt.cas.install.EnvReplacer
 
setFilePath(String) - Method in class org.apache.oodt.cas.metadata.preconditions.SubProductExistenceCheckComparator
Sets the sub-product file path (must be relative to the product absolute path).
setFilePath(String) - Method in class org.apache.oodt.cas.pge.config.DynamicConfigFile
 
setFilePathSpec(String) - Method in class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
setFilePrefix(String) - Method in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
setFilePrefix(String) - Method in class org.apache.oodt.cas.crawl.action.FileSettings
 
setFileRef(Reference) - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
setFileRepositoryPath(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
setFileSize(long) - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
setFileStagingInfo(FileStagingInfo) - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
setFileSuffix(String) - Method in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
setFileSuffix(String) - Method in class org.apache.oodt.cas.crawl.action.FileSettings
 
setFillSide(int) - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
setFillString(String) - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
setFilter(String) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
setFilter(String) - Method in class org.apache.oodt.opendapps.config.DapRoot
 
setFilterAlgor(FilterAlgor) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setFilterAlgor(FilterAlgor) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
setFilterAlgorithm(FilterAlgorithm<FilterType>) - Method in class org.apache.oodt.cas.catalog.query.filter.QueryFilter
 
setFlatProducts(boolean) - Method in class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
setFmgrClient(XmlRpcFileManagerClient) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
setFmStatus(PCSDaemonStatus) - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
setFmUrl(URL) - Method in class org.apache.oodt.cas.pushpull.config.Config
 
setFrom(ModelNode) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.IdentifiableEdge
 
setFromUri(String) - Method in class org.apache.oodt.cas.protocol.cli.action.CrossProtocolTransferCliAction
 
setFuncs(List<MappingFunc>) - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
setGenerationDate(Date) - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
setGlobalConfigGroups(Map<String, XmlWorkflowModelRepository.ConfigGroup>) - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository
 
setGlobalMetadata(Metadata) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setGraph(Graph) - Method in class org.apache.oodt.cas.workflow.structs.ParentChildWorkflow
 
setGroups(Map<String, PGEGroup>) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
setGroups(List<String>) - Method in class org.apache.oodt.security.sso.opensso.IdentityDetails
 
setHandler(CmdLineOptionHandler) - Method in class org.apache.oodt.cas.cli.option.AdvancedCmdLineOption
 
setHandler(CmdLineOptionHandler) - Method in interface org.apache.oodt.cas.cli.option.HandleableCmdLineOption
 
setHandlerConf(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
setHandlers(List<TypeHandler>) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setHasArgs(boolean) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
setHasArgs(boolean) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
setHasIngestPermissions(boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
setHeight(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.Cell
 
setHideMode() - Method in class org.apache.oodt.cas.filemgr.browser.view.menus.RightClickMenu
 
setHosts(List<Host>) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Cluster
 
setHTTPSrequired(boolean) - Method in class org.apache.oodt.grid.Configuration
Set if https is required to access the configuration.
setId(String) - Method in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
setId(String) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setId(String) - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
setId(String) - Method in class org.apache.oodt.cas.metadata.preconditions.PreConditionComparator
 
setId(String) - Method in class org.apache.oodt.cas.resource.structs.Job
 
setId(String) - Method in class org.apache.oodt.cas.resource.structs.ResourceNode
 
setId(String) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setId(String) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.IdentifiableEdge
 
setId(String) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
setId(String) - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
setId(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setID(String) - Method in class org.apache.oodt.commons.activity.Activity
Change the activity's ID to the given value.
setId(String) - Method in interface org.apache.oodt.commons.spring.SpringSetIdInjectionType
Set a unique id that represents this objects instance
setId(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
setID(String) - Method in class org.apache.oodt.profile.ProfileAttributes
Set the ID.
setID(String) - Method in class org.apache.oodt.profile.ProfileElement
Set my element ID.
setId(String) - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
setID(String) - Method in class org.apache.oodt.xmlquery.QueryHeader
Set the identification of this query.
setID(String) - Method in class org.apache.oodt.xmlquery.Result
Set the result ID.
SetIdBeanPostProcessor - Class in org.apache.oodt.commons.spring.postprocessor
 
SetIdBeanPostProcessor() - Constructor for class org.apache.oodt.commons.spring.postprocessor.SetIdBeanPostProcessor
 
setIdentifier(String) - Method in class org.apache.oodt.profile.ResourceAttributes
Set the identifier.
setIgnoreInvalidAddresses(Boolean) - Method in class org.apache.oodt.cas.crawl.action.EmailNotification
 
setIn(JobInput) - Method in class org.apache.oodt.cas.resource.structs.JobSpec
 
setInclusive(boolean) - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Mutator method for the inclusive setting for the range.
setIndex(Index) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
setIndexFactory(IndexFactory) - Method in class org.apache.oodt.cas.catalog.system.CatalogFactory
 
setIndexPath(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setInfo(CrawlInfo) - Method in class org.apache.oodt.pcs.health.CrawlerStatus
 
setIngester(Ingester) - Method in class org.apache.oodt.cas.pushpull.config.Config
 
setIngestMapper(IngestMapper) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
setIngestMapper(IngestMapper) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
setIngestMapperFactory(IngestMapperFactory) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
setIngestSuffix(String) - Method in class org.apache.oodt.cas.crawl.action.WorkflowMgrStatusUpdate
 
setInputProductFiles(PGEGroup) - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
setInstanceClass(Class<? extends WorkflowTaskInstance>) - Method in class org.apache.oodt.cas.workflow.engine.processor.TaskProcessor
 
setInstanceClass(String) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setInstanceId(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetTaskWallClockTimeCliAction
 
setInstanceId(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWallClockTimeCliAction
 
setInstanceId(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWorkflowInstCliAction
 
setInstanceId(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWorkflowInstMetCliAction
 
setInstanceId(String) - Method in class org.apache.oodt.cas.workflow.cli.action.PauseWorkflowInstCliAction
 
setInstanceId(String) - Method in class org.apache.oodt.cas.workflow.cli.action.ResumeWorkflowInstCliAction
 
setInstanceId(String) - Method in class org.apache.oodt.cas.workflow.cli.action.StopWorkflowInstCliAction
 
setInstanceRepo(String) - Method in class org.apache.oodt.cas.workflow.tools.InstanceRepoCleaner
 
setInstanceRepository(WorkflowInstanceRepository) - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
setInstanceRepository(WorkflowInstanceRepository) - Method in class org.apache.oodt.cas.workflow.engine.runner.AsynchronousLocalEngineRunner
 
setInstanceRepository(WorkflowInstanceRepository) - Method in class org.apache.oodt.cas.workflow.engine.runner.EngineRunner
 
setInstanceRepository(WorkflowInstanceRepository) - Method in class org.apache.oodt.cas.workflow.engine.runner.ResourceRunner
 
setInterestedCatalogs(Set<String>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.QueryResult
 
setIpAddr(URL) - Method in class org.apache.oodt.cas.resource.structs.ResourceNode
 
setIsRef(boolean) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
setIsRef(boolean) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setIsSubOption(boolean) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
setIsSubOption(boolean) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
SetJavaPropertiesHandler - Class in org.apache.oodt.cas.cli.option.handler
CmdLineOptionHandler which sets Java Properties equals to the values specified by the CmdLineOption this handler is attached to.
SetJavaPropertiesHandler() - Constructor for class org.apache.oodt.cas.cli.option.handler.SetJavaPropertiesHandler
 
setJdbcUrl(String) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
setJdbcUrl(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
setJdbcUrl(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndexFactory
 
setJob(Job) - Method in class org.apache.oodt.cas.resource.structs.JobSpec
 
setJobDefinitionFile(String) - Method in class org.apache.oodt.cas.resource.cli.action.SubmitJobCliAction
 
setJobHealthStatus(List) - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
setJobId(String) - Method in class org.apache.oodt.cas.resource.cli.action.GetExecNodeCliAction
 
setJobId(String) - Method in class org.apache.oodt.cas.resource.cli.action.GetJobInfoCliAction
 
setJobId(String) - Method in class org.apache.oodt.cas.resource.cli.action.KillCliAction
 
setJobId(String) - Method in class org.apache.oodt.cas.workflow.engine.processor.TaskProcessor
 
setJobInputClassName(String) - Method in class org.apache.oodt.cas.resource.structs.Job
 
setJobInstanceClassName(String) - Method in class org.apache.oodt.cas.resource.structs.Job
 
setJobRepository(JobRepository) - Method in interface org.apache.oodt.cas.resource.batchmgr.Batchmgr
Sets the JobRepository that this Batchmgr will use to persist Job information while Jobs are executing.
setJobRepository(JobRepository) - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgr
 
setJoinFieldName(String) - Method in class org.apache.oodt.xmlps.mapping.DatabaseTable
 
setJTree1(profileTree) - Method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
 
setKeepExistingExtension(boolean) - Method in class org.apache.oodt.cas.crawl.action.FileBasedAction
 
setKeepExistingExtension(boolean) - Method in class org.apache.oodt.cas.crawl.action.FileSettings
 
setKeyNsMap(Map<String, String>) - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
setLatestProductsIngested(List) - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
setLhs(Expression) - Method in class org.apache.oodt.xmlps.queryparser.LogOpExpression
 
setLhs(String) - Method in class org.apache.oodt.xmlps.queryparser.RelOpExpression
 
setLifecycleManager(WorkflowLifecycleManager) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
setListeners(List<WorkflowProcessorListener>) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
setLiteral(Expression) - Method in class org.apache.oodt.xmlps.queryparser.RelOpExpression
 
setLoadValue(Integer) - Method in class org.apache.oodt.cas.resource.structs.Job
 
setLocale(Locale) - Method in class org.apache.oodt.commons.util.DOMParser
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.oodt.commons.util.SAXParser
Set the locale to use for messages.
setLocalhostRequired(boolean) - Method in class org.apache.oodt.grid.Configuration
Set if localhost is required to access the configuration.
setLongOption(String) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
setLongOption(String) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
setMagic(boolean) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
setMailHost(String) - Method in class org.apache.oodt.cas.crawl.action.EmailNotification
 
setMapping(Mapping) - Method in class org.apache.oodt.xmlps.structs.CDEResult
 
setMatrices(Map) - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
setMatrixs(Map<String, PGEMatrix>) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
setMaxAllowedFailedDownloads(int) - Method in class org.apache.oodt.cas.pushpull.config.Config
 
setMaxOccurrence(int) - Method in class org.apache.oodt.profile.ProfileElement
Set how many times I can occur.
setMaxValue(String) - Method in class org.apache.oodt.profile.RangedProfileElement
 
setMessage(String) - Method in class org.apache.oodt.cas.cli.action.PrintMessageAction
 
setMessage(String) - Method in class org.apache.oodt.cas.crawl.action.EmailNotification
 
setMessage(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
setMessage(String) - Method in class org.apache.oodt.grid.ConfigBean
Set the message to display.
setMetadata(Metadata) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.CompleteProduct
 
setMetadata(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
setMetadataFile(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setMetExtractor(String) - Method in class org.apache.oodt.cas.crawl.MetExtractorProductCrawler
 
setMetExtractor(String) - Method in class org.apache.oodt.cas.crawl.typedetection.MetExtractorSpec
 
setMetExtractorConfig(String) - Method in class org.apache.oodt.cas.crawl.MetExtractorProductCrawler
 
setMetFileExt(String) - Method in class org.apache.oodt.cas.metadata.extractors.ExternalMetExtractorConfig
 
setMetFileExtension(String) - Method in class org.apache.oodt.cas.crawl.StdProductCrawler
 
setMethodName(String) - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToAction
 
setMetrics(List<Metric>) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.configuration.Host
 
setMilisCrawling(long) - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
setMimeExtractorRepo(String) - Method in class org.apache.oodt.cas.crawl.AutoDetectProductCrawler
 
setMimeMagic(boolean) - Method in class org.apache.oodt.cas.metadata.util.MimeTypeUtils
 
setMimeRepoFile(String) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
setMimeType(MimeType) - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
setMimeType(String) - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
setMimeType(String) - Method in class org.apache.oodt.xmlquery.Result
Set the MIME type of this result.
setMimeTypeRepo(String) - Method in class org.apache.oodt.cas.metadata.preconditions.MimeTypeComparator
 
setMimeTypes(List<String>) - Method in class org.apache.oodt.cas.crawl.action.MimeTypeCrawlerAction
 
setMinReqSuccessfulSubProcessors(int) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
setMinReqSuccessfulSubProcessors(String) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setMinValue(String) - Method in class org.apache.oodt.profile.RangedProfileElement
 
setMode(View.Mode) - Method in class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
setMode(View.Mode) - Method in class org.apache.oodt.cas.workflow.gui.perspective.Perspective
 
setMode(View.Mode) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
setModel(ModelNode) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
setModelId(String) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setModelId(String) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setModelIdRef(String) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setModelName(String) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setModelName(String) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setMonitor(Monitor) - Method in interface org.apache.oodt.cas.resource.batchmgr.Batchmgr
Sets the Monitor to be used by this Batchmgr.
setMonitor(Monitor) - Method in class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgr
 
setMonitorFilenameFormat(PGEScalar) - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
setMonitorLevelGroup(PGEGroup) - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
setMonitorPath(PGEScalar) - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
setName(String) - Method in class org.apache.oodt.cas.catalog.term.Bucket
 
setName(String) - Method in class org.apache.oodt.cas.catalog.term.Term
 
setName(String) - Method in class org.apache.oodt.cas.cli.action.CmdLineAction
 
setName(String) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setName(String) - Method in class org.apache.oodt.cas.product.rss.RSSTag
 
setName(String) - Method in class org.apache.oodt.cas.product.rss.RSSTagAttribute
 
setName(String) - Method in class org.apache.oodt.cas.resource.structs.Job
 
setName(String) - Method in class org.apache.oodt.cas.resource.util.UlimitProperty
 
setName(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
setName(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
setName(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
setName(String) - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
setName(String) - Method in class org.apache.oodt.opendapps.config.ConstantSpec
 
setName(String) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
setName(String) - Method in class org.apache.oodt.pcs.input.PGEMatrix
 
setName(String) - Method in class org.apache.oodt.pcs.input.PGEScalar
 
setName(String) - Method in class org.apache.oodt.pcs.input.PGEVector
 
setName(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
setName(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
setName(String) - Method in class org.apache.oodt.profile.ProfileElement
Set my name.
setName(String) - Method in class org.apache.oodt.security.sso.opensso.IdentityDetails
 
setName(String) - Method in class org.apache.oodt.xmlps.mapping.DatabaseTable
 
setName(String) - Method in class org.apache.oodt.xmlps.mapping.Mapping
 
setName(String) - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
setName(String) - Method in class org.apache.oodt.xmlquery.Header
Set the name.
setNamespaces(List<RSSNamespace>) - Method in class org.apache.oodt.cas.product.rss.RSSConfig
 
setNameValuePair(String, String) - Method in class org.apache.oodt.cas.resource.structs.NameValueJobInput
 
setNamingConv(String) - Method in class org.apache.oodt.cas.metadata.filenaming.PathUtilsNamingConvention
 
setNamingConventionId(String) - Method in class org.apache.oodt.cas.crawl.MetExtractorProductCrawler
 
setNamingConventionId(String, String) - Method in class org.apache.oodt.cas.crawl.typedetection.MimeExtractorRepo
 
setNodeCapacity(String, int) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
setNodeCapacity(String, int) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
SetNodeCapacityCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which changes a node's capacity.
SetNodeCapacityCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.SetNodeCapacityCliAction
 
setNodeId(String) - Method in class org.apache.oodt.cas.resource.cli.action.AddNodeCliAction
 
setNodeId(String) - Method in class org.apache.oodt.cas.resource.cli.action.AddNodeToQueueCliAction
 
setNodeId(String) - Method in class org.apache.oodt.cas.resource.cli.action.GetNodeByIdCliAction
 
setNodeId(String) - Method in class org.apache.oodt.cas.resource.cli.action.GetNodeLoadCliAction
 
setNodeId(String) - Method in class org.apache.oodt.cas.resource.cli.action.GetQueuesWithNodeCliAction
 
setNodeId(String) - Method in class org.apache.oodt.cas.resource.cli.action.RemoveNodeCliAction
 
setNodeId(String) - Method in class org.apache.oodt.cas.resource.cli.action.RemoveNodeFromQueueCliAction
 
setNodeId(String) - Method in class org.apache.oodt.cas.resource.cli.action.SetNodeCapacityCliAction
 
setNodeProduct(Product) - Method in class org.apache.oodt.pcs.pedigree.PedigreeTreeNode
 
setNodeUrl(URL) - Method in class org.apache.oodt.cas.resource.cli.action.AddNodeCliAction
 
setNoDirs(boolean) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
setNoFiles(boolean) - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
setNoRecur(boolean) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setNsMap(Map<String, String>) - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
setNumCols(int) - Method in class org.apache.oodt.pcs.input.PGEMatrix
 
setNumCrawls(int) - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
setNumCrawls(int) - Method in class org.apache.oodt.pcs.health.CrawlerHealth
 
setNumFound(int) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
setNumOfHits(long) - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
setNumPipelines(int) - Method in class org.apache.oodt.pcs.health.JobHealthStatus
 
setNumThreads(int) - Method in class org.apache.oodt.cas.workflow.engine.runner.AsynchronousLocalEngineRunnerFactory
 
setObligation(boolean) - Method in class org.apache.oodt.profile.ProfileElement
Set whether I'm obligatory.
setOneCatalogFailsAllFail(boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
setOnlyDownloadDefinedTypes(boolean) - Method in class org.apache.oodt.cas.pushpull.config.Config
 
setOperator(ComparisonQueryExpression.Operator) - Method in class org.apache.oodt.cas.catalog.query.ComparisonQueryExpression
 
setOperator(QueryLogicalGroup.Operator) - Method in class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
setOperator(int) - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Mutator method for the boolean operator.
setOption(CmdLineOption) - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
setOption(CmdLineOption) - Method in class org.apache.oodt.cas.cli.option.GroupSubOption
 
setOptional(boolean) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setOptional(boolean) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setOptional(boolean) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setOptionStore(CmdLineOptionStore) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
setOrder(int) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
setOrder(int) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setOrder(int) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
Deprecated.
setOrderedFields(List<QueryElement>) - Method in class org.apache.oodt.xmlps.structs.CDEResult
 
setOrigName(String) - Method in class org.apache.oodt.opendapps.config.RewriteSpec
 
setOrigRef(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetFilePercentTransferredCliAction
 
setOrigReference(String) - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
setOutputDir(File) - Method in class org.apache.oodt.cas.filemgr.cli.action.DumpMetadataCliAction
 
setOutputDir(File) - Method in class org.apache.oodt.opendapps.Profiler
Setter method for output directory.
setOutputFormat(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setOutStream(OutputStream) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.BeanInfoHandler
 
setPageInfo(PageInfo) - Method in class org.apache.oodt.cas.catalog.page.QueryPager
 
setPageNum(int) - Method in class org.apache.oodt.cas.catalog.cli.action.PagedQueryCliAction
 
setPageNum(int) - Method in class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
setPageNum(int) - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
setPageNum(int) - Method in class org.apache.oodt.cas.workflow.cli.action.GetNextPageCliAction
 
setPageNum(int) - Method in class org.apache.oodt.cas.workflow.cli.action.GetPrevPageCliAction
 
setPageNum(int) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
setPageProducts(List<Product>) - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
setPageSize(int) - Method in class org.apache.oodt.cas.catalog.cli.action.PagedQueryCliAction
 
setPageSize(int) - Method in class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
setPageSize(int) - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
setPageSize(int) - Method in class org.apache.oodt.cas.pushpull.config.ProtocolInfo
 
setPageSize(int) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
setPageWorkflows(List) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
setParent(ModelGraph) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
setParent(Graph) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setParent(PedigreeTreeNode) - Method in class org.apache.oodt.pcs.pedigree.PedigreeTreeNode
 
setParent(String) - Method in class org.apache.oodt.profile.ProfileAttributes
Set the Parent
setParentChildWorkflow(ParentChildWorkflow) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Sets the Parent Child workflow.
setParentProduct(Product) - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
setPass(String) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
setPass(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
setPass(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndexFactory
 
setPass(String) - Method in class org.apache.oodt.cas.protocol.cli.action.ProtocolCliAction
 
setPassword(byte[]) - Method in class org.apache.oodt.grid.Configuration
Set the administrator password.
setPath(String) - Method in class org.apache.oodt.cas.pge.config.OutputDir
 
setPerformAndQuit(boolean) - Method in class org.apache.oodt.cas.cli.option.AdvancedCmdLineOption
 
setPgeName(PGEScalar) - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
setPgeSpecificGroups(Map<String, PGEGroup>) - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
setPhases(List<String>) - Method in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
setPluginStorageDir(File) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
setPluginStorageDir(String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
setPolicy(String) - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
setPolicyDirectoryPath(String) - Method in class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
setPort(int) - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
setPort(int) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
setPort(int) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServerFactory
 
setPort(int) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
setPort(int) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServerFactory
 
setPort(int) - Method in class org.apache.oodt.cas.protocol.sftp.JschSftpProtocolFactory
 
setPostConditions(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.ConditionProcessor
 
setPostConditions(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
setPostConditions(ModelGraph) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
setPostConditions(List<WorkflowCondition>) - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
setPostConditions(List<WorkflowCondition>) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setPrecision(int) - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
setPreCondIds(List<String>) - Method in class org.apache.oodt.cas.crawl.MetExtractorProductCrawler
 
setPreConditionComparatorIds(List<String>) - Method in class org.apache.oodt.cas.crawl.typedetection.MetExtractorSpec
 
setPreConditions(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.ConditionProcessor
 
setPreConditions(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
setPreConditions(ModelGraph) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
setPreConditions(List<WorkflowCondition>) - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
setPreConditions(List<WorkflowCondition>) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setPrefix(String) - Method in class org.apache.oodt.cas.product.rss.RSSNamespace
 
setPresenter(CmdLinePresenter) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
setPrevState(WorkflowState) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
setPrimary(boolean) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
setPrinter(CmdLinePrinter) - Method in class org.apache.oodt.cas.cli.CmdLineUtility
 
setPriority(double) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
setPriority(Priority) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setPriority(double) - Method in class org.apache.oodt.commons.filter.TimeEvent
 
setPriorityMetKey(String) - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventQueryFilter
 
setPriorityMetKey(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setPriorityMetKey(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
setProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.CompleteProduct
 
setProduct(Product) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByIdCliAction
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.DumpMetadataCliAction
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductByIdCliAction
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductPercentTransferredCliAction
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByNameCliAction
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductByNameCliAction
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.HasProductCliAction
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setProductPath(String) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setProductPath(PGEScalar) - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
setProductReferences(List<Reference>) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setProductRepositoryPath(String) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setProductRoot(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
setProductStructure(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setProductStructure(String) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setProductTransferStatus(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Persists the transferStatus attribute of the given Product to the Catalog.
setProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
setProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
setProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
setProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
setProductTransferStatus(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
setProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
setProductType(String) - Method in class org.apache.oodt.cas.crawl.action.IngestAncillary
 
setProductType(String) - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
setProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setProductTypeDescription(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
setProductTypeDetectionFile(String) - Method in class org.apache.oodt.cas.pushpull.config.Config
 
setProductTypeId(String) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setProductTypeMetadata(MultivaluedMap<String, String>) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetFirstPageCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetLastPageCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetNextPageCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetNumProductsCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetPrevPageCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductPercentTransferredCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductTypeByNameCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setProfile(Profile) - Method in class org.apache.oodt.profile.ProfileElement
Set the profile to whom I belong.
setProfileAttributes(ProfileAttributes) - Method in class org.apache.oodt.profile.Profile
Set this profile's profile attributes.
setProfileElementName(String) - Method in class org.apache.oodt.opendapps.config.DatasetMetElem
 
setProfileID(String) - Method in class org.apache.oodt.xmlquery.Result
Set the profile ID.
setProperties(List<String>) - Method in class org.apache.oodt.cas.crawl.cli.option.handler.CrawlerBeansPropHandler
 
setProperty(String, String) - Method in class org.apache.oodt.cas.catalog.query.CustomQueryExpression
 
setProperty(String, String) - Static method in class org.apache.oodt.cas.crawl.util.ActionBeanProperties
 
setProperty(String, String) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
setProperty(String, List<String>) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
setProperty(String, Object) - Method in class org.apache.oodt.commons.util.DOMParser
Set the value of any property in a SAX2 parser.
setProperty(String, String) - Static method in class org.apache.oodt.commons.util.PropertyMgr
Set a property and notify listeners.
setProperty(String, Object) - Method in class org.apache.oodt.commons.util.SAXParser
Set the value of any property in a SAX2 parser.
setPropertyAdderCustomArgs(Object[]) - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
setPropertyNames(List<String>) - Method in class org.apache.oodt.cas.cli.option.handler.SetJavaPropertiesHandler
 
setProtocol(URI, Authentication, ProtocolFactory) - Method in class org.apache.oodt.cas.protocol.system.ProtocolManager
 
setProtocolFactory(ProtocolFactory) - Method in class org.apache.oodt.cas.protocol.cli.action.BasicVerifyCliAction
 
setProtocolInfo(ProtocolInfo) - Method in class org.apache.oodt.cas.pushpull.config.Config
 
setProtocolManager(ProtocolManager) - Method in class org.apache.oodt.cas.protocol.cli.action.ProtocolCliAction
 
setQuery(String) - Method in class org.apache.oodt.cas.catalog.cli.action.PagedQueryCliAction
 
setQuery(String) - Method in class org.apache.oodt.cas.catalog.cli.action.QueryCliAction
 
setQuery(String) - Method in class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
setQuery(String) - Method in class org.apache.oodt.cas.catalog.cli.action.ReducedQueryCliAction
 
setQuery(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.LuceneQueryCliAction
 
setQuery(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.SqlQueryCliAction
 
setQueryExpression(QueryExpression) - Method in class org.apache.oodt.cas.catalog.query.WrapperQueryExpression
 
setQueryExpression(QueryExpression) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.QueryResult
 
setQueryFilter(QueryFilter) - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
setQueueName(String) - Method in class org.apache.oodt.cas.resource.cli.action.AddNodeToQueueCliAction
 
setQueueName(String) - Method in class org.apache.oodt.cas.resource.cli.action.AddQueueCliAction
 
setQueueName(String) - Method in class org.apache.oodt.cas.resource.cli.action.GetNodesInQueueCliAction
 
setQueueName(String) - Method in class org.apache.oodt.cas.resource.cli.action.RemoveNodeFromQueueCliAction
 
setQueueName(String) - Method in class org.apache.oodt.cas.resource.cli.action.RemoveQueueCliAction
 
setQueueName(String) - Method in class org.apache.oodt.cas.resource.structs.Job
 
setRClient(XmlRpcResourceManagerClient) - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
setRealm(String) - Method in class org.apache.oodt.security.sso.opensso.IdentityDetails
 
setRecipients(String) - Method in class org.apache.oodt.cas.crawl.action.EmailNotification
 
setRecipients(List<String>) - Method in class org.apache.oodt.cas.crawl.action.EmailNotification
 
setRecommendedThreadCount(int) - Method in class org.apache.oodt.cas.pushpull.config.Config
 
setRecordedAuxiliaryInputFiles(PGEGroup) - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
setReducedMetadata(List<String>) - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
setReducedMetadataKeys(List<String>) - Method in class org.apache.oodt.cas.filemgr.cli.action.LuceneQueryCliAction
 
setReducedProductTypeNames(List<String>) - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
setReducedProductTypes(List<String>) - Method in class org.apache.oodt.cas.filemgr.cli.action.LuceneQueryCliAction
 
setReducedTerms(List<String>) - Method in class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
setReducedTerms(List<String>) - Method in class org.apache.oodt.cas.catalog.cli.action.ReducedQueryCliAction
 
setRef(boolean) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setReferences(List<String>) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setRegAuthority(String) - Method in class org.apache.oodt.profile.ProfileAttributes
Set the registration authority of this profile.
setRelatedKey(String) - Method in class org.apache.oodt.cas.crawl.action.IngestAncillary
 
setRelation(RequirementRule.Relation) - Method in class org.apache.oodt.cas.cli.option.require.ActionDependencyRule
 
setRename(String) - Method in class org.apache.oodt.opendapps.config.RewriteSpec
 
setRepeating(boolean) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
setRepeating(boolean) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
setReplaceDynamicKeys(List<String>) - Method in class org.apache.oodt.cas.crawl.action.IngestAncillary
 
setReq(HttpServletRequest) - Method in class org.apache.oodt.security.sso.AbstractWebBasedSingleSignOn
 
setRequestTimeout(int) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClientFactory
 
setRequired(boolean) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
setRequired(boolean) - Method in class org.apache.oodt.cas.cli.option.GroupSubOption
 
setRequired(boolean) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
setRequiredMetadata(List<String>) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setRequiredMetFields(List) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setRequirementRules(List<RequirementRule>) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
setRequirementRules(List<RequirementRule>) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
setRes(HttpServletResponse) - Method in class org.apache.oodt.security.sso.AbstractWebBasedSingleSignOn
 
setResAggregation(String) - Method in class org.apache.oodt.profile.ResourceAttributes
Set the aggregation.
setResClass(String) - Method in class org.apache.oodt.profile.ResourceAttributes
Set the class.
setResLinkMap(Map<String, String>) - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
setResMgrUrl(URL) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
setResourceAttributes(ResourceAttributes) - Method in class org.apache.oodt.profile.gui.pstructs.ResourceAttributesPrinter
 
setResourceAttributes(ResourceAttributes) - Method in class org.apache.oodt.profile.Profile
Set this profile's resource attributes.
setResourceID(String) - Method in class org.apache.oodt.xmlquery.Result
Set the resource ID.
setResourceManagerUrl(String) - Method in class org.apache.oodt.cas.workflow.engine.runner.ResourceRunnerFactory
 
setRestrictIngestPermissions(boolean) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
setRestrictIngestPermissions(boolean) - Method in class org.apache.oodt.cas.catalog.system.CatalogFactory
 
setRestrictIngestPermissions(boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
Modify this CatalogServices ingest restriction, default is false.
setRestrictIngestPermissions(boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
setRestrictQueryPermissions(boolean) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
setRestrictQueryPermissions(boolean) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
setRestrictQueryPermissions(boolean) - Method in class org.apache.oodt.cas.catalog.system.CatalogFactory
 
setRestrictQueryPermissions(boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
Modify this CatalogServices query restriction, default is false.
setRestrictQueryPermissions(boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
setResults(List<CompleteProduct>) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
setRetriever(Retriever) - Method in class org.apache.oodt.xmlquery.QueryResult
 
setRetriever(Retriever) - Method in class org.apache.oodt.xmlquery.Result
 
setRetriever(Retriever) - Method in class org.apache.oodt.xmlquery.XMLQuery
 
setRevisionNote(String) - Method in class org.apache.oodt.xmlquery.QueryHeader
Set a note about the revision history of this query.
setRewriteMap(Map<String, String>) - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
setRewriteSpecs(List<RewriteSpec>) - Method in class org.apache.oodt.opendapps.config.OpendapConfig
 
setRhs(Expression) - Method in class org.apache.oodt.xmlps.queryparser.LogOpExpression
 
setRmStatus(PCSDaemonStatus) - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
setRole(String) - Method in class org.apache.oodt.xmlquery.QueryElement
Set my role.
setRoles(List<String>) - Method in class org.apache.oodt.security.sso.opensso.UserDetails
 
setRoot(PedigreeTreeNode) - Method in class org.apache.oodt.pcs.pedigree.PedigreeTree
 
setRootRef(Reference) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setRoots(List<DapRoot>) - Method in class org.apache.oodt.opendapps.config.OpendapConfig
 
setRows(List<List<Object>>) - Method in class org.apache.oodt.pcs.input.PGEMatrix
 
setRunning(boolean) - Method in class org.apache.oodt.cas.workflow.engine.TaskQuerier
 
setRunning(boolean) - Method in class org.apache.oodt.cas.workflow.engine.TaskRunner
 
setScalars(Map) - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
setScalars(Map<String, PGEScalar>) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
setSchemaLocation(String) - Method in class org.apache.oodt.pcs.input.PGEConfigFileWriter
 
setScope(FieldScope) - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
setSecurityType(String) - Method in class org.apache.oodt.profile.ProfileAttributes
Set the security type.
setSecurityType(String) - Method in class org.apache.oodt.xmlquery.QueryHeader
Set the type of security to apply to this query.
setSelected(ModelGraph) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
setSelected(boolean) - Method in class org.apache.oodt.cas.workflow.gui.toolbox.Tool
 
setSelected(Tool) - Method in class org.apache.oodt.cas.workflow.gui.toolbox.ToolBox
 
setSender(String) - Method in class org.apache.oodt.cas.crawl.action.EmailNotification
 
setServerUrl(String) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClientFactory
 
setServerUrl(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClientFactory
 
setSharedContext(Metadata) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setShellType(String) - Method in class org.apache.oodt.cas.pge.config.PgeConfig
 
setShift(ViewState, ModelGraph, Point) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GraphView
 
setShortCircuit(boolean) - Method in class org.apache.oodt.cas.crawl.action.ToggleAction
 
setShortOption(String) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
setShortOption(String) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
setSimplifyQueries(boolean) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
setSite(String) - Method in class org.apache.oodt.cas.protocol.cli.action.ProtocolCliAction
 
setSite(RemoteSite) - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSiteFile
 
setSize(int) - Method in class org.apache.oodt.commons.util.MemoryLogger
Set the maximum size of the cache.
setSkipIngest(boolean) - Method in class org.apache.oodt.cas.crawl.config.ProductCrawlerBean
 
setSortBy(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setSortByMetKey(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
setSortByMetKey(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResultComparator
 
setSource(String) - Method in class org.apache.oodt.cas.product.rss.RSSTag
 
setStagingAreaPath(String) - Method in class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
setStagingMetadata(MultivaluedMap<String, String>) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
 
setStart(int) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
setStartDate(Date) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setStartDate(Date) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setStartDateTimeIsoStr(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
setStartDateTimeMetKey(String) - Method in class org.apache.oodt.cas.catalog.query.filter.time.MetadataTimeEventQueryFilter
 
setStartDateTimeMetKey(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setStartDateTimeMetKey(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
setStartFieldEndValue(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setStartFieldName(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setStartFieldStartValue(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setStartTime(Date) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
setStartValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Mutator method for the start value fo the element to search on.
setState(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.MultiStatePerspective
 
setState(ViewState) - Method in class org.apache.oodt.cas.workflow.gui.perspective.Perspective
 
setState(WorkflowState) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setStates(List<WorkflowState>) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
setStaticArgs(List<String>) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
setStaticArgs(List<String>) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
setStaticFileIdentificationFiles(PGEGroup) - Method in class org.apache.oodt.pcs.input.PGEConfigurationFile
 
setStaticMetadata(Metadata) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setStatus(String) - Method in class org.apache.oodt.cas.curation.structs.IngestionTask
 
setStatus(String) - Method in class org.apache.oodt.cas.resource.structs.Job
 
setStatus(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetFirstPageCliAction
 
setStatus(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetLastPageCliAction
 
setStatus(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetNextPageCliAction
 
setStatus(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetPrevPageCliAction
 
setStatus(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
setStatus(String) - Method in class org.apache.oodt.pcs.health.CrawlerStatus
 
setStatus(String) - Method in class org.apache.oodt.pcs.health.JobHealthStatus
 
setStatus(String) - Method in class org.apache.oodt.pcs.health.PCSDaemonStatus
 
setStatusID(String) - Method in class org.apache.oodt.profile.ProfileAttributes
Set the status ID.
setStatusID(String) - Method in class org.apache.oodt.xmlquery.QueryHeader
Set the status of the query.
setStorageDir(String) - Method in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepositoryFactory
 
setString(boolean) - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
setSubject(String) - Method in class org.apache.oodt.cas.crawl.action.EmailNotification
 
setSubOptions(List<CmdLineOptionInstance>) - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
setSubOptions(List<GroupSubOption>) - Method in class org.apache.oodt.cas.cli.option.GroupCmdLineOption
 
setSubProcessors(List<WorkflowProcessor>) - Method in class org.apache.oodt.cas.workflow.engine.processor.TaskProcessor
 
setSubProcessors(List<WorkflowProcessor>) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
setSuccessAction(CrawlerAction) - Method in class org.apache.oodt.cas.crawl.action.TernaryAction
 
setSystemProperty(String, String) - Method in class org.apache.oodt.commons.ExecServer
Set a system property.
setTableName(String) - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
setTablesFile(String) - Method in class org.apache.oodt.cas.catalog.mapping.InMemoryIngestMapperFactory
 
setTablesFile(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.InMemoryIndexFactory
 
setTabSize(int) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
setTags(List<RSSTag>) - Method in class org.apache.oodt.cas.product.rss.RSSConfig
 
setTask(WorkflowTask) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setTaskConfig(WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
setTaskConfig(WorkflowTaskConfiguration) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setTaskId(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetTaskByIdCliAction
 
setTaskId(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setTaskIds(List<String>) - Method in class org.apache.oodt.cas.workflow.cli.action.DynWorkflowCliAction
 
setTaskInstanceClassName(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setTaskName(String) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
setTasks(List<WorkflowTask>) - Method in class org.apache.oodt.cas.workflow.structs.Workflow
 
setTempInfoFileExtension(String) - Method in class org.apache.oodt.cas.pushpull.config.Config
 
setTerm(Term) - Method in class org.apache.oodt.cas.catalog.query.TermQueryExpression
 
setTerms(Set<Term>) - Method in class org.apache.oodt.cas.catalog.term.TermBucket
 
setTestCdMap(Map<URI, ProtocolFile>) - Method in class org.apache.oodt.cas.protocol.verify.BasicProtocolVerifierFactory
 
setText(String) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.Cell
 
setText(int, String) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderRow
 
setText(int, String) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.Row
 
setTextVisible(boolean) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setTime(long) - Method in class org.apache.oodt.xmlquery.Statistic
Sets the search time
setTimeout(long) - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
setTimeout(long) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setTimeoutSeconds(long) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowCondition
 
setTimesBlocked(int) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
setTitle(String) - Method in class org.apache.oodt.profile.ResourceAttributes
Set the title.
setTitle(String) - Method in class org.apache.oodt.xmlquery.QueryHeader
Set the title of this query.
setTo(ModelNode) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.IdentifiableEdge
 
setToDir(String) - Method in class org.apache.oodt.cas.crawl.action.MoveFile
 
setToDir(String) - Method in class org.apache.oodt.cas.protocol.cli.action.DownloadCliAction
 
setToggles(List<ToggleAction.Toggle>) - Method in class org.apache.oodt.cas.crawl.action.ToggleAction
 
setToken(String) - Method in class org.apache.oodt.security.sso.opensso.UserDetails
 
setToolBox(ToolBox) - Method in class org.apache.oodt.cas.workflow.gui.toolbox.Tool
 
setToStringFormat(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
setToStringResultFormat(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
setTotalPages(int) - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
setTotalPages(int) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
setToUri(String) - Method in class org.apache.oodt.cas.protocol.cli.action.CrossProtocolTransferCliAction
 
setTransactionIdClass(Class<? extends TransactionId<?>>) - Method in interface org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClientInterface
 
setTransactionIdFactory(TransactionIdFactory) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
setTransactionIdFactory(String) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
setTransferStatus(String) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setType(Term.Type) - Method in class org.apache.oodt.cas.catalog.term.Term
 
setType(Class<?>) - Method in interface org.apache.oodt.cas.cli.option.CmdLineOption
 
setType(Class<?>) - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
setType(String) - Method in class org.apache.oodt.cas.metadata.preconditions.PreConditionComparator
 
setType(String) - Method in class org.apache.oodt.opendapps.config.ConstantSpec
 
setType(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
setType(String) - Method in class org.apache.oodt.profile.ProfileAttributes
Set the type.
setType(String) - Method in class org.apache.oodt.profile.ProfileElement
Set my type.
setType(String) - Method in class org.apache.oodt.security.sso.opensso.IdentityDetails
 
setType(FieldType) - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
setType(String) - Method in class org.apache.oodt.xmlquery.Header
Set the type of this result.
setType(String) - Method in class org.apache.oodt.xmlquery.QueryHeader
Set the type of the query, usually QUERY.
setTypeMetadata(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setTypesNsMap(Map<String, String>) - Method in class org.apache.oodt.cas.product.rdf.RDFConfig
 
setUnhideMode() - Method in class org.apache.oodt.cas.filemgr.browser.view.menus.RightClickMenu
 
setUniqueElementName(String) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Sets the name of the met element to use as the identifier of a Product for use in determining whether the Product is in the Cache.
setUniqueElementName(String) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
setUniqueElementName(String) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Sets the name of the met element to use as the identifier of a Product for use in determining whether the Product is in the Cache.
setUniqueElementName(String) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
setUniqueElementName(String) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
setUniqueElementProductTypeNames(List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Sets the names of the ProductTypes to cache.
setUniqueElementProductTypeNames(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
setUniqueElementProductTypeNames(List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Sets the names of the ProductTypes to cache.
setUniqueElementProductTypeNames(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
setUniqueElementProductTypeNames(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
setUniqueMetadataElement(String) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFile
 
setUnit(String) - Method in class org.apache.oodt.profile.ProfileElement
Set my unit.
setUnit(String) - Method in class org.apache.oodt.xmlquery.Header
Set the unit.
setUp() - Method in class org.apache.oodt.commons.ConfiguredTestCase
Set up a test Configuration object.
setUri(String) - Method in class org.apache.oodt.cas.product.rss.RSSNamespace
 
setUrl(String) - Method in class org.apache.oodt.cas.protocol.cli.action.DownloadCliAction
 
setUrl(URL) - Method in class org.apache.oodt.cas.resource.cli.action.SubmitJobCliAction
 
setUrlEncoding(boolean) - Method in class org.apache.oodt.pcs.input.PGEConfigFileWriter
 
setUrlStr(String) - Method in class org.apache.oodt.pcs.health.PCSDaemonStatus
 
setUseBatch(boolean) - Method in class org.apache.oodt.commons.database.SqlScript
 
setUseMagic(boolean) - Method in class org.apache.oodt.cas.metadata.preconditions.MimeTypeComparator
 
setUsePluginUrls(boolean) - Method in class org.apache.oodt.cas.catalog.util.Serializer
 
setUser(String) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
setUser(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
setUser(String) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndexFactory
 
setUser(String) - Method in class org.apache.oodt.cas.protocol.cli.action.ProtocolCliAction
 
setUseTracker(boolean) - Method in class org.apache.oodt.cas.pushpull.config.Config
 
setUseUTF8(boolean) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
setVal(String) - Method in class org.apache.oodt.xmlps.structs.CDEValue
 
setValidators(List<CmdLineOptionValidator>) - Method in class org.apache.oodt.cas.cli.option.AdvancedCmdLineOption
 
setValidators(List<CmdLineOptionValidator>) - Method in interface org.apache.oodt.cas.cli.option.ValidatableCmdLineOption
 
setValidity(long) - Method in class org.apache.oodt.xmlquery.Result
Set the time this product is valid.
setVals(List<CDEValue>) - Method in class org.apache.oodt.xmlps.structs.CDERow
 
setValue(List<String>) - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Mutator method for the values of the element to search on.
setValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Mutator method for the value of the element to search on
setValue(String) - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
setValue(String) - Method in class org.apache.oodt.cas.product.rss.RSSTagAttribute
 
setValue(Object) - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
setValue(String) - Method in class org.apache.oodt.cas.resource.util.UlimitProperty
 
setValue(String) - Method in class org.apache.oodt.opendapps.config.ConstantSpec
 
setValue(String) - Method in class org.apache.oodt.opendapps.config.DatasetMetElem
 
setValue(String) - Method in class org.apache.oodt.pcs.input.PGEScalar
 
setValue(String) - Method in class org.apache.oodt.xmlquery.QueryElement
Set my value.
setValue(Object) - Method in class org.apache.oodt.xmlquery.Result
Set the result's value.
setValues(List<String>) - Method in class org.apache.oodt.cas.catalog.term.Term
 
setValues(List<String>) - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
setValues(String) - Method in class org.apache.oodt.cas.crawl.util.CasPropertyList
 
setValues(List<String>) - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
setVectors(Map) - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
setVectors(Map<String, PGEVector>) - Method in class org.apache.oodt.pcs.input.PGEGroup
 
setVerifier(ProtocolVerifier) - Method in class org.apache.oodt.cas.protocol.cli.action.BasicVerifyCliAction
 
setVerifierFactory(ProtocolVerifierFactory) - Method in class org.apache.oodt.cas.protocol.cli.action.CrossProtocolTransferCliAction
 
setVerifierFactory(ProtocolVerifierFactory) - Method in class org.apache.oodt.cas.protocol.cli.action.DeleteEmptyDirectoriesCliAction
 
setVersion(String) - Method in class org.apache.oodt.profile.ProfileAttributes
Set the version.
setVersionConverter(VersionConverter) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setVersioner(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
setVersioner(String) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setWaitforConditionSatisfy(long) - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
setWaitInterval(long) - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
setWhereElementSet(List) - Method in class org.apache.oodt.xmlquery.XMLQuery
Set query where element set.
setWidth(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.Cell
 
setWmgrParentUrl(URL) - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
setWmStatus(PCSDaemonStatus) - Method in class org.apache.oodt.pcs.health.PCSHealthMonitorReport
 
setWorkflow(ParentChildWorkflow) - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
setWorkflow(Workflow) - Method in class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Deprecated.
setWorkflowId(String) - Method in class org.apache.oodt.cas.workflow.cli.action.GetWorkflowByIdCliAction
 
setWorkflowId(String) - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
 
setWorkflowInst(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
setWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.engine.processor.ConditionProcessor
 
setWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.engine.processor.TaskProcessor
 
setWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
setWorkflowInstanceCurrentTaskEndDateTime(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
setWorkflowInstanceCurrentTaskEndDateTime(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
setWorkflowInstanceCurrentTaskStartDateTime(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
setWorkflowInstanceCurrentTaskStartDateTime(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
setWorkflowManagerUrl(URL) - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
setWorkflowManagerUrl(URL) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
setWorkflowManagerUrl(URL) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Sets a pointer to the Workflow Manager that this WorkflowEngine belongs to.
setWorkflowManagerUrl(URL) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
setWorkflowMgrUrl(String) - Method in class org.apache.oodt.cas.crawl.action.WorkflowMgrStatusUpdate
 
setWorkflowTaskInstanceClassName(String) - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
setWorkingDir(String) - Method in class org.apache.oodt.cas.crawl.action.ExternAction
 
setWorkingDirPath(String) - Method in class org.apache.oodt.cas.metadata.extractors.ExternalMetExtractorConfig
 
setWorkspace(String) - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepositoryFactory
 
setWriteBackKeyPrefix(String) - Method in class org.apache.oodt.cas.crawl.action.IngestAncillary
 
setWriteBackKeys(List<String>) - Method in class org.apache.oodt.cas.crawl.action.IngestAncillary
 
setWriteMetFile(boolean) - Method in class org.apache.oodt.cas.pushpull.config.Config
 
setWriterClass(String) - Method in class org.apache.oodt.cas.pge.config.DynamicConfigFile
 
SFIF_FILE_GROUP - Static variable in interface org.apache.oodt.pcs.input.PGEConfigFileKeys
 
SftpURLConnection - Class in org.apache.oodt.cas.pushpull.url.handlers.sftp
 
SftpURLConnection(URL) - Constructor for class org.apache.oodt.cas.pushpull.url.handlers.sftp.SftpURLConnection
 
SHELL_TYPE_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
showArchiveArea(String, String, int, int) - Method in class org.apache.oodt.cas.curation.service.DirectoryResource
 
ShowExistingDatasetsByPolicyServlet - Class in org.apache.oodt.cas.curation.servlet
 
ShowExistingDatasetsByPolicyServlet() - Constructor for class org.apache.oodt.cas.curation.servlet.ShowExistingDatasetsByPolicyServlet
 
ShowExistingPoliciesServlet - Class in org.apache.oodt.cas.curation.servlet
 
ShowExistingPoliciesServlet() - Constructor for class org.apache.oodt.cas.curation.servlet.ShowExistingPoliciesServlet
 
showGUI() - Static method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
This static method creates a new instance of this class and shows it inside a new JFrame, (unless it is already a JFrame).
showMainGUI() - Static method in class org.apache.oodt.profile.gui.ProfileBuilderGUI
 
showMetArea(String, boolean) - Method in class org.apache.oodt.cas.curation.service.DirectoryResource
 
showStagingArea(String, boolean, String) - Method in class org.apache.oodt.cas.curation.service.DirectoryResource
 
shutdown() - Method in class org.apache.oodt.cas.catalog.server.channel.AbstractCommunicationChannelServer
 
shutdown() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
shutdown() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
shutdown() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
shutdown() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
shutdown() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
shutdown() - Method in interface org.apache.oodt.cas.catalog.system.CatalogService
 
shutdown() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
shutdown() - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
shutdown() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
shutdown() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
shutdown() - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
shutdown() - Method in class org.apache.oodt.cas.workflow.engine.runner.AsynchronousLocalEngineRunner
 
shutdown() - Method in class org.apache.oodt.cas.workflow.engine.runner.EngineRunner
Shuts this runner down and frees its resources.
shutdown() - Method in class org.apache.oodt.cas.workflow.engine.runner.ResourceRunner
 
shutdown() - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
shutdown() - Method in class org.apache.oodt.commons.ExecServer
Shut down and exit.
ShutdownCliAction - Class in org.apache.oodt.cas.catalog.cli.action
A CmdLineAction which shuts down Catalog Service server.
ShutdownCliAction() - Constructor for class org.apache.oodt.cas.catalog.cli.action.ShutdownCliAction
 
SimpleCharStream - Class in org.apache.oodt.cas.catalog.query.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Constructor.
SimpleCmdLineOption - Class in org.apache.oodt.cas.cli.option
CmdLineOption which implements the basic methods for any CmdLineOption.
SimpleCmdLineOption() - Constructor for class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
SimpleCmdLineOption(String, String, String, boolean) - Constructor for class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
SimpleNode - Class in org.apache.oodt.cas.catalog.query.parser
 
SimpleNode(int) - Constructor for class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
SimpleNode(QueryParser, int) - Constructor for class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
simplifyQueries - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
simplifyQueries - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
simplifyQuery(QueryExpression) - Static method in class org.apache.oodt.cas.catalog.util.QueryUtils
 
SingleFileBasicVersioner - Class in org.apache.oodt.cas.filemgr.versioning
 
SingleFileBasicVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.SingleFileBasicVersioner
 
SingleFileListHandler - Class in org.apache.oodt.product.handlers.ofsn
Returns a single remote file listing of the given ofsn.
SingleFileListHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.SingleFileListHandler
 
SingleSignOn - Interface in org.apache.oodt.security.sso
The CAS java-based single sign on API.
SingleSignOnFactory - Class in org.apache.oodt.security.sso
Object factory for creating SingleSignOns from class name Strings.
SingleSignOnFactory() - Constructor for class org.apache.oodt.security.sso.SingleSignOnFactory
 
SingleZipFileListHandler - Class in org.apache.oodt.product.handlers.ofsn
Generates a listing of the size of a remote file identified by its OFSN as a zip would be.
SingleZipFileListHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.SingleZipFileListHandler
 
SiteInfo - Class in org.apache.oodt.cas.pushpull.config
 
SiteInfo() - Constructor for class org.apache.oodt.cas.pushpull.config.SiteInfo
 
size() - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
 
size() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
size() - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
 
size() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
size() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
size() - Method in class org.apache.oodt.commons.util.CacheMap
 
size() - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
size(Connection) - Method in class org.apache.oodt.profile.handlers.DatabaseProfileManager
 
size() - Method in interface org.apache.oodt.profile.handlers.ProfileManager
Get the size of the set of profiles managed by this server.
sizeOf(QueryExpression) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
 
sizeOf(QueryExpression) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
sizeOf(QueryExpression) - Method in interface org.apache.oodt.cas.catalog.struct.QueryService
Returns the number of results found for the given query
sizeOf(QueryExpression) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
sizeOf(String) - Method in class org.apache.oodt.product.handlers.ofsn.MD5GetHandler
 
sizeOf(String) - Method in interface org.apache.oodt.product.handlers.ofsn.OFSNGetHandler
Returns the size of the remote data, which may be the entire file in question, or some subset/transformation on it.
sizeOf(String) - Method in class org.apache.oodt.product.handlers.ofsn.StdOFSNGetHandler
 
sizeOf(String) - Method in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
skip(long) - Method in class org.apache.oodt.commons.io.Base64DecodingInputStream
Skip bytes.
SLOPE - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
slurp(InputStream) - Static method in class org.apache.oodt.commons.exec.EnvUtilities
This method turns an InputStream into a String.
SOLR_DATE_FORMAT - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
SOLR_DATE_TIME_FORMATTER - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
SolrCatalog - Class in org.apache.oodt.cas.filemgr.catalog.solr
Implementation of the CAS Catalog interface that uses a Solr back-end metadata store.
SolrCatalog(String, ProductIdGenerator, ProductSerializer) - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
SolrCatalogFactory - Class in org.apache.oodt.cas.filemgr.catalog.solr
Factory class that creates a SolrCatalog instance configured with the properties specified in filemgr.properties.
SolrCatalogFactory() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalogFactory
 
SolrClient - Class in org.apache.oodt.cas.filemgr.catalog.solr
Class containing client-side functionality for interacting with a Solr server.
SolrClient(String) - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Constructor initializes the Solr URL
SolrIndexer - Class in org.apache.oodt.cas.filemgr.tools
Indexes products from the File Manager catalog to a Solr instance.
SolrIndexer(String, String) - Constructor for class org.apache.oodt.cas.filemgr.tools.SolrIndexer
Constructor reads in the configuration and initiates the connection to the Solr instance.
SolrIndexer.IndexerConfig - Class in org.apache.oodt.cas.filemgr.tools
This class manages the Indexer configuration.
SolrIndexer.IndexerConfig(InputStream) - Constructor for class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
sort(List<TransactionalMetadata>, String) - Static method in class org.apache.oodt.cas.catalog.util.QueryUtils
 
sort(List<WorkflowProcessor>) - Method in class org.apache.oodt.cas.workflow.structs.FILOPrioritySorter
 
sort(List<WorkflowProcessor>) - Method in class org.apache.oodt.cas.workflow.structs.HighestFIFOPrioritySorter
 
sort(List<WorkflowProcessor>) - Method in class org.apache.oodt.cas.workflow.structs.HighestPrioritySorter
 
sort(List<WorkflowProcessor>) - Method in interface org.apache.oodt.cas.workflow.structs.PrioritySorter
Sorts the List of WorkflowProcessors that are ready to run in a particular order specified by the sub-class implementing this method.
sortActions(Set<CmdLineAction>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Sorts CmdLineActions by there name.
SortChoices - Variable in class org.apache.oodt.cas.filemgr.browser.view.prompts.SortPrompt.ColumnPanel
 
sortOptions(Set<CmdLineOption>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Sorts CmdLineOptions by there long name.
sortOptionsByRequiredStatus(Set<CmdLineOption>) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Sorts CmdLineOptions by requirement levels.
SortPrompt - Class in org.apache.oodt.cas.filemgr.browser.view.prompts
 
SortPrompt(MainWindow, ActionListener) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.prompts.SortPrompt
 
SortPrompt.ColumnPanel - Class in org.apache.oodt.cas.filemgr.browser.view.prompts
 
SortPrompt.ColumnPanel(MainWindow) - Constructor for class org.apache.oodt.cas.filemgr.browser.view.prompts.SortPrompt.ColumnPanel
 
sortRows(int, String) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
SOURCE - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
SOURCE_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
sources - Variable in class org.apache.oodt.profile.ResourceAttributes
Sources.
SPACE - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
sPanel - Variable in class org.apache.oodt.cas.filemgr.browser.view.prompts.QueryBuilderPrompt
 
SPECIAL_CHARS - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
specialToken - Variable in class org.apache.oodt.cas.catalog.query.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SPLIT_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
SpringCatalogRepository - Class in org.apache.oodt.cas.catalog.repository
 
SpringCatalogRepository(String) - Constructor for class org.apache.oodt.cas.catalog.repository.SpringCatalogRepository
 
SpringCatalogRepositoryFactory - Class in org.apache.oodt.cas.catalog.repository
 
SpringCatalogRepositoryFactory() - Constructor for class org.apache.oodt.cas.catalog.repository.SpringCatalogRepositoryFactory
 
SpringCmdLineActionStore - Class in org.apache.oodt.cas.cli.action.store.spring
A Spring Framework based CmdLineActionStore.
SpringCmdLineActionStore(String) - Constructor for class org.apache.oodt.cas.cli.action.store.spring.SpringCmdLineActionStore
 
SpringCmdLineActionStoreFactory - Class in org.apache.oodt.cas.cli.action.store.spring
Factory for creating SpringCmdLineActionStores.
SpringCmdLineActionStoreFactory() - Constructor for class org.apache.oodt.cas.cli.action.store.spring.SpringCmdLineActionStoreFactory
 
SpringCmdLineOptionStore - Class in org.apache.oodt.cas.cli.option.store.spring
Spring Framework based CmdLineOptionStore.
SpringCmdLineOptionStore(String) - Constructor for class org.apache.oodt.cas.cli.option.store.spring.SpringCmdLineOptionStore
 
SpringCmdLineOptionStoreFactory - Class in org.apache.oodt.cas.cli.option.store.spring
Factory for creating SpringCmdLineOptionStore.
SpringCmdLineOptionStoreFactory() - Constructor for class org.apache.oodt.cas.cli.option.store.spring.SpringCmdLineOptionStoreFactory
 
SpringProtocolConfig - Class in org.apache.oodt.cas.protocol.config
Spring Framework base ProtocolConfig which loads ProtocolFactorys from a Spring xml bean file.
SpringProtocolConfig(String) - Constructor for class org.apache.oodt.cas.protocol.config.SpringProtocolConfig
 
SpringSetContextInjectionType - Interface in org.apache.oodt.cas.cli.action.store.spring
Interface which if implemented will have the Spring Framework ApplicationContext injected via the setter method after loading from Spring XML configuration.
SpringSetIdInjectionType - Interface in org.apache.oodt.commons.spring
 
SpringUtils - Class in org.apache.oodt.cas.catalog.util
 
SpringUtils() - Constructor for class org.apache.oodt.cas.catalog.util.SpringUtils
 
SQL_AND - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
SQL_EQUAL - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
SQL_GREATER_THAN - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
SQL_GREATER_THAN_OR_EQUAL_TO - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
SQL_LESS_THAN - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
SQL_LESS_THAN_OR_EQUAL_TO - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
SQL_LIKE - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
SQL_OR - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
SQLDatabaseRetrieval - Class in org.apache.oodt.commons.activity
This class enables retrieval of activity incidents from just about any database management system.
SQLDatabaseRetrieval() - Constructor for class org.apache.oodt.commons.activity.SQLDatabaseRetrieval
This constructor grabs the necessary system properties for the database connection.
SQLDatabaseStorage - Class in org.apache.oodt.commons.activity
This class enables storage of activity incidents in just about any database management system.
SQLDatabaseStorage() - Constructor for class org.apache.oodt.commons.activity.SQLDatabaseStorage
Constructor given no arguments.
SqlParser - Class in org.apache.oodt.cas.filemgr.util
 
SqlQueryCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which queries the FileManager by parsing an SQL like query into a FileManager Query.
SqlQueryCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.SqlQueryCliAction
 
SqlScript - Class in org.apache.oodt.commons.database
 
SqlScript(String, DataSource) - Constructor for class org.apache.oodt.commons.database.SqlScript
 
sso - Variable in class org.apache.oodt.cas.curation.service.CurationService
 
sso - Variable in class org.apache.oodt.cas.curation.servlet.SSOConfiguredCuratorWebService
 
SSO_COOKIE_KEY - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
SSO_IMPL_CLASS - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
SSOConfiguredCuratorWebService - Class in org.apache.oodt.cas.curation.servlet
An HttpServlet web service configured with the CAS SingleSignOn interface.
SSOConfiguredCuratorWebService() - Constructor for class org.apache.oodt.cas.curation.servlet.SSOConfiguredCuratorWebService
 
SSOMetKeys - Interface in org.apache.oodt.security.sso.opensso
Met keys for dealing with SSOProxy.
SSOProxy - Class in org.apache.oodt.security.sso.opensso
A client class to the services provided by the OpenSSO project.
SSOProxy() - Constructor for class org.apache.oodt.security.sso.opensso.SSOProxy
 
SSOUtils - Class in org.apache.oodt.cas.curation.util
Utilities for configuring the AbstractWebBasedSingleSignOn for use in the CAS curator webapp.
SSOUtils() - Constructor for class org.apache.oodt.cas.curation.util.SSOUtils
 
STAGE_ELEM_NAME - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
STAGE_FILES_TAG - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
STAGE_TAG_NAME_ATTR - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
stageFile(URI, File, PgeMetadata, Logger) - Method in class org.apache.oodt.cas.pge.staging.FileManagerFileStager
 
stageFile(URI, File, PgeMetadata, Logger) - Method in class org.apache.oodt.cas.pge.staging.FileStager
 
stageFiles() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
stageFiles(FileStagingInfo, PgeMetadata, Logger) - Method in class org.apache.oodt.cas.pge.staging.FileStager
 
STAGING - Static variable in class org.apache.oodt.cas.curation.service.MetadataResource
 
STAGING_AREA_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
STAGING_AREA_PATH - Static variable in interface org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys
 
STAGING_AREA_PREFIX - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
STAGING_INPUT - Static variable in class org.apache.oodt.cas.workflow.tools.InstanceRepoCleaner
 
STAGING_INPUT - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
STANDARD_NAME - Static variable in class org.apache.oodt.opendapps.extractors.DasMetadataExtractor
 
StandardOutputStorage - Class in org.apache.oodt.commons.activity
Storage that sends activity reports to the standard output as plain text.
StandardOutputStorage() - Constructor for class org.apache.oodt.commons.activity.StandardOutputStorage
Creates a new StandardOutputStorage instance.
START - Static variable in interface org.apache.oodt.opendapps.DapNames
 
START_DATE_TIME - Static variable in class org.apache.oodt.cas.filemgr.versioning.AcquisitionDateVersioner
 
START_DATE_TIME - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
startCrawling() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
startDaemon() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
Loads and executes the Crawler specified by the properties file.
startDocument() - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaXMLParser
STARTED - Static variable in interface org.apache.oodt.cas.curation.structs.IngestionTaskStatus
 
STARTED - Static variable in interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
 
startElement(String, String, String, Attributes) - Method in class org.apache.oodt.cas.resource.monitor.ganglia.GangliaXMLParser
startElement(String, String, String, Attributes) - Method in class org.apache.oodt.pcs.input.PGEDataHandler
 
startStream(String, Date, String) - Static method in class org.apache.oodt.commons.io.Log
Start a new log stream.
startTime - Variable in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
startTime - Variable in class org.apache.oodt.commons.filter.TimeEvent
 
startTrackingDownloadRuntimeForFile(File) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DownloadThreadEvaluator
 
startup() - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelServer
 
startup() - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelServer
 
startup() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
startWorkflow(Workflow, Metadata) - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
startWorkflow(Workflow, Metadata) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
startWorkflow(Workflow, Metadata) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Starts the specified Workflow by creating a WorkflowInstance, and then running that instance.
STATE - Static variable in class org.apache.oodt.cas.workflow.engine.ChangeType
 
stateChangeNotify(ViewChange<?>) - Method in class org.apache.oodt.cas.workflow.gui.perspective.build.BuildPerspective
 
stateChangeNotify(ViewChange<?>) - Method in interface org.apache.oodt.cas.workflow.gui.perspective.view.ViewListener
 
STATIC_MET - Static variable in class org.apache.oodt.cas.workflow.engine.ChangeType
 
staticFlag - Static variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
Whether parser is static.
Statistic - Class in org.apache.oodt.xmlquery
EDM Statisti class.
Statistic() - Constructor for class org.apache.oodt.xmlquery.Statistic
 
Statistic(String, long) - Constructor for class org.apache.oodt.xmlquery.Statistic
Constructor.
Statistic(Node) - Constructor for class org.apache.oodt.xmlquery.Statistic
Instantiates an Statistic instance from an Statistic structure in DOM node format.
STATUS_DOWN - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
STATUS_FPI - Static variable in class org.apache.oodt.commons.ExecServer
Status DTD formal public identifier.
STATUS_RECEIVED - Static variable in class org.apache.oodt.cas.filemgr.structs.Product
 
STATUS_TAG_NAME - Static variable in interface org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleMetKeys
 
STATUS_TRANSFER - Static variable in class org.apache.oodt.cas.filemgr.structs.Product
 
STATUS_UP - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
STATUS_URL - Static variable in class org.apache.oodt.commons.ExecServer
Status DTD system identifier.
statusID - Variable in class org.apache.oodt.profile.ProfileAttributes
Status ID, required.
statusMessage - Variable in class org.apache.oodt.cas.filemgr.browser.view.panels.BottomPane
 
StatusPage - Class in org.apache.oodt.pcs.opsui.status
A wicket controller for exposing the super awesome power of the PCSHealthMonitor.
StatusPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.status.StatusPage
 
StdCmdLineConstructor - Class in org.apache.oodt.cas.cli.construct
Standard CmdLineConstructor which support options and option groups.
StdCmdLineConstructor() - Constructor for class org.apache.oodt.cas.cli.construct.StdCmdLineConstructor
 
StdCmdLineParser - Class in org.apache.oodt.cas.cli.parser
Standard Command-line parser which parser command line options of the form --longOption or -shortOption followed by 0 or more values.
StdCmdLineParser() - Constructor for class org.apache.oodt.cas.cli.parser.StdCmdLineParser
 
StdCmdLinePresenter - Class in org.apache.oodt.cas.cli.presenter
Standard help presenter which sends help messages to System.out.
StdCmdLinePresenter() - Constructor for class org.apache.oodt.cas.cli.presenter.StdCmdLinePresenter
 
StdCmdLinePresenter(OutputStream) - Constructor for class org.apache.oodt.cas.cli.presenter.StdCmdLinePresenter
 
StdCmdLinePrinter - Class in org.apache.oodt.cas.cli.printer
Standard CmdLinePrinter.
StdCmdLinePrinter() - Constructor for class org.apache.oodt.cas.cli.printer.StdCmdLinePrinter
 
StdIngester - Class in org.apache.oodt.cas.filemgr.ingest
 
StdIngester(String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
StdOFSNGetHandler - Class in org.apache.oodt.product.handlers.ofsn
Standard way of retrieving a file without performing any transformation on it.
StdOFSNGetHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.StdOFSNGetHandler
 
StdPGETaskInstance - Class in org.apache.oodt.cas.pge
 
StdPGETaskInstance() - Constructor for class org.apache.oodt.cas.pge.StdPGETaskInstance
 
StdProductCrawler - Class in org.apache.oodt.cas.crawl
A generic Product Crawler for Products.
StdProductCrawler() - Constructor for class org.apache.oodt.cas.crawl.StdProductCrawler
 
StdQueryExpression() - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
StdQueryExpression - Class in org.apache.oodt.cas.catalog.query
 
StdQueryExpression() - Constructor for class org.apache.oodt.cas.catalog.query.StdQueryExpression
 
StdQueryExpression(Set<String>) - Constructor for class org.apache.oodt.cas.catalog.query.StdQueryExpression
 
stop() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemon
 
stop() - Method in class org.apache.oodt.cas.crawl.daemon.CrawlDaemonController
 
stop() - Method in class org.apache.oodt.cas.resource.monitor.utils.MockGmetad
 
stop() - Method in class org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread
 
stop() - Method in class org.apache.oodt.commons.activity.Activity
Stop this activity.
STOP_WORDS - Static variable in class org.apache.oodt.cas.filemgr.tools.CASAnalyzer
An array containing some common English words that are usually not useful for searching.
stopGobblingAndDie() - Method in class org.apache.oodt.commons.exec.StreamGobbler
 
stopJob(String) - Method in class org.apache.oodt.cas.workflow.engine.runner.ResourceRunner
 
stopServer(int) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
stopStream(String) - Static method in class org.apache.oodt.commons.io.Log
Stop a stream.
stopWorkflow(String) - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
stopWorkflow(String) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
stopWorkflow(String) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Stops the WorkflowInstance identified by the given workflowInstId.
stopWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
stopWorkflowInstance(String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
StopWorkflowInstCliAction - Class in org.apache.oodt.cas.workflow.cli.action
A CmdLineAction which stops a workflow instance.
StopWorkflowInstCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.StopWorkflowInstCliAction
 
Storage - Interface in org.apache.oodt.commons.activity
A Storage is a place to store for the long term record an activity and the incidents that define it.
storageDir - Variable in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepository
 
storageDir - Variable in class org.apache.oodt.cas.catalog.repository.SerializedCatalogRepositoryFactory
 
store(String, List) - Method in class org.apache.oodt.commons.activity.SQLDatabaseStorage
This method stores the list of incidents for the activity in the database table named "incidents".
store(String, List) - Method in interface org.apache.oodt.commons.activity.Storage
Store the activity.
store(String, List) - Method in class org.apache.oodt.commons.activity.WriterStorage
Write a line of text for a stored activity.
store(String, List) - Method in class org.apache.oodt.commons.activity.XMLStorage
 
StoredActivity - Class in org.apache.oodt.commons.activity
This class holds an activity retrieved from storage.
StoredActivity(String) - Constructor for class org.apache.oodt.commons.activity.StoredActivity
This contructor initializes the activity.
StoredIncident - Class in org.apache.oodt.commons.activity
This class holds an incident retrieved from storage.
StoredIncident(String, long, String) - Constructor for class org.apache.oodt.commons.activity.StoredIncident
This contructor initializes the incident.
storeTransactionIdMapping(TransactionId<?>, TransactionIdFactory, CatalogReceipt, TransactionIdFactory) - Method in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapper
 
storeTransactionIdMapping(TransactionId<?>, TransactionIdFactory, CatalogReceipt, TransactionIdFactory) - Method in interface org.apache.oodt.cas.catalog.mapping.IngestMapper
Maps the three arguments to each other so any of the others can be retrieved via one of the other arguments
storeTransactionIdMapping(TransactionId<?>, TransactionIdFactory, CatalogReceipt, TransactionIdFactory) - Method in class org.apache.oodt.cas.catalog.mapping.LuceneIngestMapper
 
storeTransactionIdMapping(TransactionId<?>, TransactionIdFactory, CatalogReceipt, TransactionIdFactory) - Method in class org.apache.oodt.cas.catalog.mapping.MemoryBasedIngestMapper
 
StreamGobbler - Class in org.apache.oodt.commons.exec
 
StreamGobbler(InputStream, String) - Constructor for class org.apache.oodt.commons.exec.StreamGobbler
 
StreamGobbler(InputStream, String, OutputStream) - Constructor for class org.apache.oodt.commons.exec.StreamGobbler
 
streamStarted(LogEvent) - Method in class org.apache.oodt.commons.io.LogFilter
Pass on the event unmodified to the registered listener.
streamStarted(LogEvent) - Method in interface org.apache.oodt.commons.io.LogListener
A stream got started.
streamStarted(LogEvent) - Method in class org.apache.oodt.commons.io.WriterLogger
Ignore the stream started event.
streamStarted(LogEvent) - Method in class org.apache.oodt.commons.util.LogEventMultiplexer
 
streamStarted(LogEvent) - Method in class org.apache.oodt.commons.util.MemoryLogger
 
streamStopped(LogEvent) - Method in class org.apache.oodt.commons.io.LogFilter
Pass on the event unmodified to the registered listener.
streamStopped(LogEvent) - Method in interface org.apache.oodt.commons.io.LogListener
A stream was stopped.
streamStopped(LogEvent) - Method in class org.apache.oodt.commons.io.WriterLogger
Ignore the stream stopped event.
streamStopped(LogEvent) - Method in class org.apache.oodt.commons.util.LogEventMultiplexer
 
streamStopped(LogEvent) - Method in class org.apache.oodt.commons.util.MemoryLogger
 
STRING - Variable in class org.apache.oodt.cas.pushpull.expressions.Method
 
STRING_LITERAL - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
STRING_TYPE - Static variable in class org.apache.oodt.opendapps.extractors.DasMetadataExtractor
 
StringTransactionIdFactory - Class in org.apache.oodt.cas.catalog.struct.impl.transaction
 
StringTransactionIdFactory() - Constructor for class org.apache.oodt.cas.catalog.struct.impl.transaction.StringTransactionIdFactory
 
STRUCTURE_FLAT - Static variable in class org.apache.oodt.cas.filemgr.structs.Product
 
STRUCTURE_HIERARCHICAL - Static variable in class org.apache.oodt.cas.filemgr.structs.Product
 
SUB_TEST_TAG - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
subjects - Variable in class org.apache.oodt.profile.ResourceAttributes
Subjects.
submitJob(Job, JobInput) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
submitJob(Job, JobInput, URL) - Method in class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
 
SubmitJobCliAction - Class in org.apache.oodt.cas.resource.cli.action
A CmdLineAction which submits a job.
SubmitJobCliAction() - Constructor for class org.apache.oodt.cas.resource.cli.action.SubmitJobCliAction
 
submitJobFile(File) - Method in class org.apache.oodt.cas.resource.tools.JobSubmitter
 
submitJobFile(String) - Method in class org.apache.oodt.cas.resource.tools.JobSubmitter
 
submitJobFiles(File) - Method in class org.apache.oodt.cas.resource.tools.JobSubmitter
 
submitJobFiles(String) - Method in class org.apache.oodt.cas.resource.tools.JobSubmitter
 
submitRunDirJobFile(String, String) - Method in class org.apache.oodt.cas.resource.tools.RunDirJobSubmitter
 
SubProductExistenceCheckComparator - Class in org.apache.oodt.cas.metadata.preconditions
A PreConditionComparator that checks for the existence of an arbitrary file (a "sub-product") within the product directory.
SubProductExistenceCheckComparator() - Constructor for class org.apache.oodt.cas.metadata.preconditions.SubProductExistenceCheckComparator
 
SUBSTRING_OFFSET_GROUP - Static variable in interface org.apache.oodt.cas.metadata.extractors.FilenameTokenExtractorMetKeys
 
SUCCESS - Static variable in interface org.apache.oodt.cas.resource.structs.JobStatus
 
suggestFilename(QueryHandler, Result, HttpServletResponse) - Method in class org.apache.oodt.grid.ProductQueryServlet
We can suggest a filename (if the client happens to be a browser) using a content-disposition header.
SUPER_TYPE - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
swapRows(int, int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
SwitchTo(int) - Method in class org.apache.oodt.cas.catalog.query.parser.QueryParserTokenManager
 
sync(List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Synchronizes this Cache with the File Manager specified by the Cache.setFileManager(URL) method.
sync(String, List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Synchronizes this Cache with the File Manager specified by the Cache.setFileManager(URL) method.
sync() - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Synchronizes this Cache with the File Manager specified by the Cache.setFileManager(URL) method.
sync(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
sync(String, List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
sync() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
sync(List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Synchronizes this Cache with the File Manager specified by the RemoteableCache.setFileManager(URL) method.
sync(String, List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Synchronizes this Cache with the File Manager specified by the RemoteableCache.setFileManager(URL) method.
sync() - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Synchronizes this Cache with the File Manager specified by the RemoteableCache.setFileManager(URL) method.
sync(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
sync(String, List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
sync() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
sync(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
sync(String, List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
sync() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
synonyms - Variable in class org.apache.oodt.profile.ProfileElement
My synonyms.
SystemResource - Class in org.apache.oodt.cas.curation.service
 
SystemResource() - Constructor for class org.apache.oodt.cas.curation.service.SystemResource
 

T

TABLE_ATTR_BASE_TBL_JOIN_FLD - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
TABLE_ATTR_BASE_TBL_JOIN_TABLE - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
TABLE_ATTR_JOIN_FLD - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
TABLE_ATTR_NAME - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
TABLE_TAG - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
tableChanged(TableModelEvent) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.DefaultPropView.MyTableListener
 
TableListener - Class in org.apache.oodt.cas.filemgr.browser.controller
 
TableListener(TablePane) - Constructor for class org.apache.oodt.cas.filemgr.browser.controller.TableListener
 
TablePane - Class in org.apache.oodt.cas.filemgr.browser.view.panels
 
TablePane() - Constructor for class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
TABLES_OUTER_TAG - Static variable in interface org.apache.oodt.xmlps.mapping.MappingReaderMetKeys
 
tablesFile - Variable in class org.apache.oodt.cas.catalog.mapping.InMemoryIngestMapperFactory
 
tablesFile - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.InMemoryIndexFactory
 
tabSize - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
TAG_ATTR_NAME - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigReaderMetKeys
 
TAG_ATTR_SOURCE - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigReaderMetKeys
 
TAG_TAG - Static variable in interface org.apache.oodt.cas.product.rss.RSSConfigReaderMetKeys
 
tai93epoch - Static variable in class org.apache.oodt.commons.date.DateUtils
 
TAPE_LOCATION - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
TASK_ID - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 
TASK_ID - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
TASK_LOAD - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 
taskConfig - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
taskId - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
taskInstanceClassName - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
TaskJob - Class in org.apache.oodt.cas.workflow.structs
 
TaskJob() - Constructor for class org.apache.oodt.cas.workflow.structs.TaskJob
Default Constructor.
TaskJobInput - Class in org.apache.oodt.cas.workflow.structs
 
TaskJobInput() - Constructor for class org.apache.oodt.cas.workflow.structs.TaskJobInput
Default Constructor.
taskName - Variable in class org.apache.oodt.cas.workflow.structs.WorkflowTask
 
TaskProcessor - Class in org.apache.oodt.cas.workflow.engine.processor
WorkflowProcessor which handles running task workflows.
TaskProcessor(WorkflowLifecycleManager, WorkflowInstance) - Constructor for class org.apache.oodt.cas.workflow.engine.processor.TaskProcessor
 
TaskQuerier - Class in org.apache.oodt.cas.workflow.engine
The purpose of this class is to constantly pop off tasks that are run to run and made available by the WorkflowProcessorQueue, and then to set their state to Executing (running Category), so they will be picked up on the next WorkflowState change, and end up executing.
TaskQuerier(WorkflowProcessorQueue, PrioritySorter, WorkflowInstanceRepository, long) - Constructor for class org.apache.oodt.cas.workflow.engine.TaskQuerier
Constructs a new TaskQuerier with the given WorkflowProcessorQueue, and with the associated PrioritySorter which acts as a sorter of the runnable WorkflowProcessors.
TaskRunner - Class in org.apache.oodt.cas.workflow.engine
Implements the TaskRunner framework.
TaskRunner(TaskQuerier, EngineRunner) - Constructor for class org.apache.oodt.cas.workflow.engine.TaskRunner
 
TemporalQuery - Class in org.apache.oodt.pcs.query
A query with a StartDateTime and an EndDateTime range that identifies a set of matching Products.
TemporalQuery(FileManagerUtils, String, String, String) - Constructor for class org.apache.oodt.pcs.query.TemporalQuery
 
TERM - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
term - Variable in class org.apache.oodt.cas.catalog.query.TermQueryExpression
 
Term - Class in org.apache.oodt.cas.catalog.term
 
Term() - Constructor for class org.apache.oodt.cas.catalog.term.Term
 
Term(String) - Constructor for class org.apache.oodt.cas.catalog.term.Term
 
Term(String, List<String>) - Constructor for class org.apache.oodt.cas.catalog.term.Term
 
Term(String, List<String>, Term.Type) - Constructor for class org.apache.oodt.cas.catalog.term.Term
 
Term.Type - Enum in org.apache.oodt.cas.catalog.term
 
TermBucket - Class in org.apache.oodt.cas.catalog.term
 
TermBucket() - Constructor for class org.apache.oodt.cas.catalog.term.TermBucket
 
TermBucket(String) - Constructor for class org.apache.oodt.cas.catalog.term.TermBucket
 
TermBucket(String, Set<Term>) - Constructor for class org.apache.oodt.cas.catalog.term.TermBucket
 
terminate() - Method in class org.apache.oodt.commons.Executable
Terminate this process.
termNames - Variable in class org.apache.oodt.cas.catalog.cli.action.ReducedPagedQueryCliAction
 
termNames - Variable in class org.apache.oodt.cas.catalog.cli.action.ReducedQueryCliAction
 
TermQueryCriteria - Class in org.apache.oodt.cas.filemgr.structs
 
TermQueryCriteria() - Constructor for class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Default constructor.
TermQueryCriteria(String, String) - Constructor for class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Constructor for the TermQueryECriteria Class.
TermQueryExpression - Class in org.apache.oodt.cas.catalog.query
 
TermQueryExpression() - Constructor for class org.apache.oodt.cas.catalog.query.TermQueryExpression
 
TernaryAction - Class in org.apache.oodt.cas.crawl.action
While branching seems more along the lines of a workflow deal having support for decisions based on success or failure of an action can help support slightly more complex ingest scenarios.
TernaryAction() - Constructor for class org.apache.oodt.cas.crawl.action.TernaryAction
 
TEST_COUNTER - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
TEST_DATE - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
TEST_LOCATION - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
TEST_TAG - Static variable in interface org.apache.oodt.pcs.metadata.PCSMetadata
 
TestResmgr - Class in org.apache.oodt.cas.resource.examples
 
TestResmgr() - Constructor for class org.apache.oodt.cas.resource.examples.TestResmgr
 
text - Variable in class org.apache.oodt.cas.filemgr.browser.view.panels.Cell
 
text(Node) - Static method in class org.apache.oodt.commons.util.XML
Get the text from the given DOM node.
TextConfigFileWriter - Class in org.apache.oodt.cas.pge.writers
Text SciPgeConfigFileWriter which takes a template with envReplace metadata that gets dynamically filled out and written to a file.
TextConfigFileWriter() - Constructor for class org.apache.oodt.cas.pge.writers.TextConfigFileWriter
 
ThreadEvaluatorException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
ThreadEvaluatorException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ThreadEvaluatorException
 
ThreadEvaluatorException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ThreadEvaluatorException
 
ThreadPoolWorkflowEngine - Class in org.apache.oodt.cas.workflow.engine
The ThreadPooling portion of the WorkflowEngine.
ThreadPoolWorkflowEngine(WorkflowInstanceRepository, int, int, int, long, boolean, URL) - Constructor for class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
Default Constructor.
ThreadPoolWorkflowEngineFactory - Class in org.apache.oodt.cas.workflow.engine
A Factory class for creating ThreadPoolWorkflowEngines.
ThreadPoolWorkflowEngineFactory() - Constructor for class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngineFactory
 
ThreddsMetadataExtractor - Class in org.apache.oodt.opendapps.extractors
Implementation of MetadataExtractor that extracts metadata from a Thredds dataset.
ThreddsMetadataExtractor(InvDataset) - Constructor for class org.apache.oodt.opendapps.extractors.ThreddsMetadataExtractor
 
TikaCmdLineMetExtractor - Class in org.apache.oodt.cas.metadata.extractors
 
TikaCmdLineMetExtractor() - Constructor for class org.apache.oodt.cas.metadata.extractors.TikaCmdLineMetExtractor
 
time - Variable in class org.apache.oodt.commons.activity.Incident
Timestamp of this incident.
TIME_FORMAT_STRING_SCALAR - Static variable in interface org.apache.oodt.cas.metadata.extractors.FilenameTokenExtractorMetKeys
 
TimeAndThreadCount - Class in org.apache.oodt.cas.pushpull.retrievalsystem
 
TimeAndThreadCount(long, int) - Constructor for class org.apache.oodt.cas.pushpull.retrievalsystem.TimeAndThreadCount
 
TimeEvent - Class in org.apache.oodt.cas.filemgr.structs.query.filter
 
TimeEvent(long, long) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
TimeEvent(long, long, double) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
TimeEvent - Class in org.apache.oodt.commons.filter
 
TimeEvent(long, long) - Constructor for class org.apache.oodt.commons.filter.TimeEvent
 
TimeEvent(long, long, double) - Constructor for class org.apache.oodt.commons.filter.TimeEvent
 
TimeEventWeightedHash - Class in org.apache.oodt.commons.filter
 
TITLE - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
title - Variable in class org.apache.oodt.profile.ResourceAttributes
Titles.
TMAX - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
TN - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
TO_DATE_FORMAT - Variable in class org.apache.oodt.commons.util.JDBC_DB
 
toCalendar(String, DateUtils.FormatType) - Static method in class org.apache.oodt.commons.date.DateUtils
 
toCustomLocalFormat(Calendar, String) - Static method in class org.apache.oodt.commons.date.DateUtils
 
toDateStr(Date) - Method in class org.apache.oodt.commons.util.JDBC_DB
Convert Date to string in format for Oracle TO_DATE processing - DD-MM-YY HH24:MI:SS
toDir - Variable in class org.apache.oodt.cas.protocol.cli.action.DownloadCliAction
 
ToggleAction - Class in org.apache.oodt.cas.crawl.action
Allows for cases where there are one of two (or more) actions which needs to run.
ToggleAction() - Constructor for class org.apache.oodt.cas.crawl.action.ToggleAction
 
ToggleAction.Toggle - Class in org.apache.oodt.cas.crawl.action
 
ToggleAction.Toggle() - Constructor for class org.apache.oodt.cas.crawl.action.ToggleAction.Toggle
 
toISO8601(Date) - Static method in class org.apache.oodt.opendapps.util.ProfileUtils
 
token - Variable in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
Token - Class in org.apache.oodt.cas.catalog.query.parser
Describes the input token stream.
Token() - Constructor for class org.apache.oodt.cas.catalog.query.parser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.oodt.cas.catalog.query.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.oodt.cas.catalog.query.parser.Token
Constructs a new token for the specified Image and Kind.
TOKEN_DELIMETER_SCALAR - Static variable in interface org.apache.oodt.cas.metadata.extractors.FilenameTokenExtractorMetKeys
 
TOKEN_LIST_GROUP - Static variable in interface org.apache.oodt.cas.metadata.extractors.FilenameTokenExtractorMetKeys
 
TOKEN_MET_KEYS_VECTOR - Static variable in interface org.apache.oodt.cas.metadata.extractors.FilenameTokenExtractorMetKeys
 
token_source - Variable in class org.apache.oodt.cas.catalog.query.parser.QueryParser
 
tokenImage - Variable in exception org.apache.oodt.cas.catalog.query.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
TokenMgrError - Error in org.apache.oodt.cas.catalog.query.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.oodt.cas.catalog.query.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.oodt.cas.catalog.query.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.oodt.cas.catalog.query.parser.TokenMgrError
Full Constructor.
tokenStream(String, Reader) - Method in class org.apache.oodt.cas.filemgr.tools.CASAnalyzer
Constructs a StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter and a StopFilter.
toLDAPString(String) - Static method in class org.apache.oodt.commons.util.LDAP
Convert the given string into an LDAP-safe query string.
toLocal(Calendar) - Static method in class org.apache.oodt.commons.date.DateUtils
 
toLocalCustomFormatCalendar(String, String) - Static method in class org.apache.oodt.commons.date.DateUtils
 
ToManyFailedDownloadsException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
ToManyFailedDownloadsException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ToManyFailedDownloadsException
 
ToManyFailedDownloadsException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.ToManyFailedDownloadsException
 
Tool - Class in org.apache.oodt.cas.workflow.gui.toolbox
One of the tool buttons at the top of the Workflow Editor GUI.
Tool() - Constructor for class org.apache.oodt.cas.workflow.gui.toolbox.Tool
 
Tool(String) - Constructor for class org.apache.oodt.cas.workflow.gui.toolbox.Tool
 
Tool(Image, Image) - Constructor for class org.apache.oodt.cas.workflow.gui.toolbox.Tool
 
ToolBox - Class in org.apache.oodt.cas.workflow.gui.toolbox
The box button and its panel that wrap the Tool.
ToolBox(List<Tool>) - Constructor for class org.apache.oodt.cas.workflow.gui.toolbox.ToolBox
 
TOP_N_PRODUCTS - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
toProductNameList(List) - Static method in class org.apache.oodt.pcs.util.FileManagerUtils
 
toProductTypeList(List) - Method in class org.apache.oodt.pcs.util.FileManagerUtils
 
toScienceDataElement(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
toScienceDataProduct(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
toScienceDataProductType(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
toString() - Method in class org.apache.oodt.cas.catalog.page.CatalogReceipt
 
toString() - Method in class org.apache.oodt.cas.catalog.page.IngestReceipt
 
toString() - Method in class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
toString() - Method in enum org.apache.oodt.cas.catalog.query.ComparisonQueryExpression.Operator
 
toString() - Method in class org.apache.oodt.cas.catalog.query.ComparisonQueryExpression
 
toString() - Method in class org.apache.oodt.cas.catalog.query.CustomQueryExpression
 
toString() - Method in class org.apache.oodt.cas.catalog.query.CustomWrapperQueryExpression
 
toString() - Method in class org.apache.oodt.cas.catalog.query.FreeTextQueryExpression
Implementation of the abstract method inherited from QueryCriteria for generating a human-parsable string version of the query criteria.
toString() - Method in class org.apache.oodt.cas.catalog.query.NotQueryExpression
 
toString() - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
toString(String) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
toString() - Method in class org.apache.oodt.cas.catalog.query.parser.Token
Returns the image.
toString() - Method in class org.apache.oodt.cas.catalog.query.QueryExpression
 
toString() - Method in class org.apache.oodt.cas.catalog.query.QueryLogicalGroup
 
toString() - Method in class org.apache.oodt.cas.catalog.query.StdQueryExpression
 
toString() - Method in class org.apache.oodt.cas.catalog.query.WrapperQueryExpression
 
toString() - Method in class org.apache.oodt.cas.catalog.struct.TransactionId
Should override this method if NativeType.toString() does not properly represent the String value of the native type.
toString() - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
toString() - Method in class org.apache.oodt.cas.cli.option.CmdLineOptionInstance
 
toString() - Method in class org.apache.oodt.cas.cli.option.handler.ApplyToAction
 
toString() - Method in class org.apache.oodt.cas.cli.option.require.ActionDependencyRule
 
toString() - Method in class org.apache.oodt.cas.cli.option.SimpleCmdLineOption
 
toString() - Method in class org.apache.oodt.cas.cli.util.ParsedArg
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Method to convert the query to a string.
toString() - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for generating a human-parsable string version of the query criteria.
toString() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.Query
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.QueryCriteria
Abstract method for converting the QueryCriteria to a human-parsable String.
toString() - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for generating a human-parsable string version of the query criteria.
toString() - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for generating a human-parsable string version of the query criteria.
toString() - Method in class org.apache.oodt.cas.metadata.Metadata.Group
 
toString() - Method in enum org.apache.oodt.cas.pge.metadata.PgeTaskMetKeys
 
toString() - Method in enum org.apache.oodt.cas.pge.metadata.PgeTaskStatus
 
toString() - Method in class org.apache.oodt.cas.protocol.ProtocolFile
toString() - Method in class org.apache.oodt.cas.pushpull.config.DaemonInfo
 
toString() - Method in class org.apache.oodt.cas.pushpull.config.DownloadInfo
 
toString() - Method in class org.apache.oodt.cas.pushpull.config.PropFilesInfo
 
toString() - Method in class org.apache.oodt.cas.pushpull.daemon.Daemon
 
toString() - Method in class org.apache.oodt.cas.pushpull.expressions.Operator
 
toString() - Method in class org.apache.oodt.cas.pushpull.expressions.Punctuation
 
toString() - Method in interface org.apache.oodt.cas.pushpull.expressions.ValidInput
 
toString() - Method in class org.apache.oodt.cas.pushpull.expressions.Variable
 
toString() - Method in class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
toString() - Method in class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
 
toString() - Method in class org.apache.oodt.cas.pushpull.protocol.RemoteSite
 
toString(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
toString() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelGraph
 
toString() - Method in class org.apache.oodt.cas.workflow.gui.model.ModelNode
 
toString() - Method in class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository.ConfigGroup
 
toString() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.GlobalConfigView.StringNode
 
toString() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.IdentifiableEdge
 
toString() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
toString() - Method in class org.apache.oodt.cas.workflow.gui.util.Line
 
toString() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
 
toString() - Method in class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
toString() - Method in class org.apache.oodt.cas.workflow.structs.Graph
 
toString() - Method in class org.apache.oodt.cas.workflow.structs.ParentChildWorkflow
 
toString() - Method in class org.apache.oodt.cas.workflow.structs.Priority
 
toString() - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 
toString() - Method in class org.apache.oodt.commons.activity.Incident
 
toString(Calendar) - Static method in class org.apache.oodt.commons.date.DateUtils
 
toString(double) - Static method in class org.apache.oodt.commons.date.DateUtils
 
toString() - Method in class org.apache.oodt.commons.ExecServerConfig
 
toString() - Method in class org.apache.oodt.commons.filter.ObjectTimeEvent
 
toString() - Method in class org.apache.oodt.commons.filter.TimeEvent
 
toString() - Method in class org.apache.oodt.commons.filter.TimeEventWeightedHash
 
toString() - Method in class org.apache.oodt.commons.io.LogEvent
Return a string representation of this event.
toString() - Method in class org.apache.oodt.grid.ProductServer
 
toString() - Method in class org.apache.oodt.grid.ProfileServer
 
toString() - Method in class org.apache.oodt.grid.Server
 
toString() - Method in class org.apache.oodt.profile.Profile
 
toString() - Method in class org.apache.oodt.profile.ProfileAttributes
 
toString() - Method in class org.apache.oodt.profile.ProfileElement
 
toString() - Method in class org.apache.oodt.profile.ResourceAttributes
 
toString() - Method in class org.apache.oodt.security.sso.opensso.IdentityDetails
 
toString() - Method in class org.apache.oodt.security.sso.opensso.UserDetails
 
toString() - Method in class org.apache.oodt.xmlps.mapping.MappingField
 
toString() - Method in class org.apache.oodt.xmlps.structs.CDERow
 
toString() - Method in class org.apache.oodt.xmlps.structs.CDEValue
 
toString() - Method in class org.apache.oodt.xmlquery.Header
 
toString() - Method in class org.apache.oodt.xmlquery.QueryElement
 
toString() - Method in class org.apache.oodt.xmlquery.QueryHeader
 
toString() - Method in class org.apache.oodt.xmlquery.QueryResult
 
toString() - Method in class org.apache.oodt.xmlquery.Result
 
toString() - Method in class org.apache.oodt.xmlquery.XMLQuery
 
toStringList(VirtualFile) - Static method in class org.apache.oodt.cas.pushpull.filerestrictions.FileRestrictions
 
toTai(Calendar) - Static method in class org.apache.oodt.commons.date.DateUtils
 
totalPages - Variable in class org.apache.oodt.cas.catalog.page.IndexPager
 
totalPages - Variable in class org.apache.oodt.cas.catalog.page.ProcessedPageInfo
 
toTasks(WorkflowProcessor) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
toUtc(Calendar) - Static method in class org.apache.oodt.commons.date.DateUtils
 
toXML() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
toXML() - Method in class org.apache.oodt.cas.metadata.SerializableMetadata
 
toXML() - Method in class org.apache.oodt.commons.Configuration
Serialize this configuration into a serialized XML document.
toXML(Document) - Method in class org.apache.oodt.commons.Configuration
 
toXML(Document) - Method in class org.apache.oodt.commons.ExecServerConfig
 
toXML() - Method in class org.apache.oodt.commons.ExecServerConfig
Yield this exce-server configuration as serialized XML.
toXML(Document) - Method in interface org.apache.oodt.commons.util.Documentable
Document (aka serialize) this object into an XML DOM node.
toXML(Document) - Method in class org.apache.oodt.grid.Configuration
Convert the configuration to XML.
toXML(Document) - Method in class org.apache.oodt.grid.Server
Render this server into XML.
toXML(List<Profile>) - Static method in class org.apache.oodt.opendapps.util.ProfileSerializer
Function to serialize a list of Profiles to XML.
toXML(Document) - Method in class org.apache.oodt.profile.Profile
Serialize this profile as an XML node.
toXML(Document) - Method in class org.apache.oodt.profile.ProfileAttributes
Serialize this attributes as an XML node.
toXML(Document) - Method in class org.apache.oodt.profile.ProfileElement
Serialize this element as an XML node.
toXML(Document) - Method in class org.apache.oodt.profile.ResourceAttributes
Serialize this attributes as an XML node.
toXML(Document) - Method in class org.apache.oodt.xmlquery.Header
 
toXML(Document) - Method in class org.apache.oodt.xmlquery.QueryElement
 
toXML(Document) - Method in class org.apache.oodt.xmlquery.QueryHeader
 
toXML(Document) - Method in class org.apache.oodt.xmlquery.QueryResult
 
toXML(Document) - Method in class org.apache.oodt.xmlquery.Result
 
toXML(Document) - Method in class org.apache.oodt.xmlquery.Statistic
doc The org.w3c.dom.Document object.
toXMLString() - Method in class org.apache.oodt.profile.gui.pstructs.ProfileAttributesPrinter
 
toXMLString() - Method in class org.apache.oodt.profile.gui.pstructs.ProfileElementPrinter
 
toXMLString() - Method in class org.apache.oodt.profile.gui.pstructs.ProfilePrinter
 
toXMLString() - Method in class org.apache.oodt.profile.gui.pstructs.ResourceAttributesPrinter
 
toXMLWithoutElements(Document) - Method in class org.apache.oodt.profile.Profile
Serialize this profile as an XML node but without any elements.
toXMLWithoutValues(Document) - Method in class org.apache.oodt.profile.ProfileElement
Serialize this element as an XML node without any values.
tPane - Variable in class org.apache.oodt.cas.filemgr.browser.view.panels.MiddlePane
 
tPanel - Variable in class org.apache.oodt.cas.filemgr.browser.view.prompts.QueryBuilderPrompt
 
Trace - Class in org.apache.oodt.pcs.webcomponents.trace
A Trace web widget to expose the underlying PCS Pedigree functionality.
Trace(String, String, boolean, List<String>, Product) - Constructor for class org.apache.oodt.pcs.webcomponents.trace.Trace
 
TraceableProductBrowser - Class in org.apache.oodt.pcs.opsui.pedigree
Extends the existing ProductBrowser and adds a Web form and associated pedigree tree container to expose the Trace component.
TraceableProductBrowser(String, String, String, boolean, List<String>) - Constructor for class org.apache.oodt.pcs.opsui.pedigree.TraceableProductBrowser
 
TraceNode - Class in org.apache.oodt.pcs.webcomponents.trace
A node wrapper around a PedigreeTreeNode that exposes the node in a recursive way via Wicket and as a component of a Trace panel.
TraceNode(String, String, PedigreeTreeNode, int, int) - Constructor for class org.apache.oodt.pcs.webcomponents.trace.TraceNode
 
TransactionalMetadata - Class in org.apache.oodt.cas.catalog.metadata
 
TransactionalMetadata(TransactionReceipt, Metadata) - Constructor for class org.apache.oodt.cas.catalog.metadata.TransactionalMetadata
 
transactionDate - Variable in class org.apache.oodt.cas.catalog.page.CatalogReceipt
 
transactionDate - Variable in class org.apache.oodt.cas.catalog.page.IngestReceipt
 
transactionDate - Variable in class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
transactionId - Variable in class org.apache.oodt.cas.catalog.page.CatalogReceipt
 
transactionId - Variable in class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
TransactionId<NativeType> - Class in org.apache.oodt.cas.catalog.struct
 
TransactionId() - Constructor for class org.apache.oodt.cas.catalog.struct.TransactionId
 
TransactionId(NativeType) - Constructor for class org.apache.oodt.cas.catalog.struct.TransactionId
 
TransactionId(String) - Constructor for class org.apache.oodt.cas.catalog.struct.TransactionId
 
TransactionIdFactory - Interface in org.apache.oodt.cas.catalog.struct
 
transactionIdFactory - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
transactionIdFactory - Variable in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory
 
TransactionReceipt - Class in org.apache.oodt.cas.catalog.page
 
TransactionReceipt(TransactionId<?>, List<CatalogReceipt>) - Constructor for class org.apache.oodt.cas.catalog.page.TransactionReceipt
 
transferFile(String, byte[], int, int) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
transferFile(String, byte[], int, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
transferFile(String, byte[], int, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
transferProduct(Product) - Method in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransfer
 
transferProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferer
 
transferProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
 
transferProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferer
 
transferProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransferer
 
TransferResource - Class in org.apache.oodt.cas.product.jaxrs.resources
A JAX-RS resource representing a FileTransferStatus.
TransferResource() - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Default constructor required by JAXB.
TransferResource(Product, Metadata, FileTransferStatus) - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.TransferResource
Constructor that sets the FileTransferStatus for the resource.
transferringProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
transferringProduct(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
transferringProduct(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
TransfersResource - Class in org.apache.oodt.cas.product.jaxrs.resources
A JAX-RS resource representing currently active file transfers as transfer resources.
TransfersResource() - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.TransfersResource
Default constructor required by JAXB.
TransfersResource(String, List<TransferResource>) - Constructor for class org.apache.oodt.cas.product.jaxrs.resources.TransfersResource
Constructor that sets the product ID and list of TransferResource instances related to the product.
TransfersRssWriter - Class in org.apache.oodt.cas.product.jaxrs.writers
A Provider that writes transfers resources to output streams for HTTP responses with "application/rss+xml" content-type.
TransfersRssWriter() - Constructor for class org.apache.oodt.cas.product.jaxrs.writers.TransfersRssWriter
 
TransferStatusTracker - Class in org.apache.oodt.cas.filemgr.datatransfer
 
TransferStatusTracker(Catalog) - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
Default Constructor
transferToServerSide(List<PluginURL>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceClient
 
transferUrl(URL, URL) - Method in interface org.apache.oodt.cas.catalog.server.channel.CommunicationChannelClient
 
transferUrl(URL, URL) - Method in class org.apache.oodt.cas.catalog.server.channel.rmi.RmiCommunicationChannelClient
 
transferUrl(URL, URL) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
translate(CDEValue) - Method in interface org.apache.oodt.xmlps.mapping.funcs.MappingFunc
Translates the original CDE CDEValue into a local site's SDE CDEValue.
translate(CDEValue) - Method in class org.apache.oodt.xmlps.mapping.funcs.ReplaceFunc
 
translateToDomain(List<QueryElement>, boolean) - Method in class org.apache.oodt.xmlps.product.XMLPSProductHandler
 
translateToDomain(List<QueryElement>, boolean) - Method in class org.apache.oodt.xmlps.profile.XMLPSProfileHandler
 
traverseAndPrint(PedigreeTreeNode, int) - Method in class org.apache.oodt.pcs.pedigree.PedigreeTree
 
TreeProjectView - Class in org.apache.oodt.cas.workflow.gui.perspective.view.impl
Shows the files/workflows associated with a project in the Workflow Editor GUI.
TreeProjectView(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.impl.TreeProjectView
 
TrueCondition - Class in org.apache.oodt.cas.workflow.examples
 
TrueCondition() - Constructor for class org.apache.oodt.cas.workflow.examples.TrueCondition
 
tsFormat(Date) - Static method in class org.apache.oodt.commons.util.DateConvert
Format the given date and return the resulting string in a timestamp format.
tsParse(String) - Static method in class org.apache.oodt.commons.util.DateConvert
Parse the given date/time string in timestamp format and return the resulting Date object.
type - Variable in class org.apache.oodt.cas.catalog.term.Term
 
TYPE - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
type - Variable in class org.apache.oodt.profile.ProfileAttributes
Type, required.
type - Variable in class org.apache.oodt.profile.ProfileElement
My optional type.
TYPE_ATTR - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
TYPE_DETECTION_FILE - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
TYPE_INTEGER - Variable in class org.apache.oodt.cas.pushpull.expressions.Variable
 
TYPE_NSMAP_DEFAULT_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
TYPE_NSMAP_TAG - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
TYPE_NSMAP_TYPE_NAME_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
TYPE_NSMAP_TYPE_NS_ATTR - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
TYPE_NSMAP_TYPE_TAG - Static variable in interface org.apache.oodt.cas.product.rdf.RDFConfigReaderMetKeys
 
TYPE_STRING - Variable in class org.apache.oodt.cas.pushpull.expressions.Variable
 
TypeBrowser - Class in org.apache.oodt.cas.webcomponents.filemgr.browser.types
This page is mounted to: /browser/type/[TypeName].
TypeBrowser(String, String, String, int, Class<? extends WebPage>, Class<? extends WebPage>, Class<? extends WebPage>, Class<? extends WebPage>) - Constructor for class org.apache.oodt.cas.webcomponents.filemgr.browser.types.TypeBrowser
 
TypeBrowser.ExistingCriteriaForm - Class in org.apache.oodt.cas.webcomponents.filemgr.browser.types
 
TypeBrowser.ExistingCriteriaForm(String) - Constructor for class org.apache.oodt.cas.webcomponents.filemgr.browser.types.TypeBrowser.ExistingCriteriaForm
 
TypeBrowserPage - Class in org.apache.oodt.cas.filemgr.webapp.browser
Exposes the OODT Wicket TypeBrowser component in a web page.
TypeBrowserPage(PageParameters) - Constructor for class org.apache.oodt.cas.filemgr.webapp.browser.TypeBrowserPage
 
TypeBrowserPage - Class in org.apache.oodt.pcs.opsui
The type browser page that shows a table including all of the queried products for a given type and a query selection form.
TypeBrowserPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.TypeBrowserPage
 
TypeHandler - Class in org.apache.oodt.cas.filemgr.structs.type
A Metadata modification class that intercepts all Metadata flowing in and out of the Catalog.
TypeHandler() - Constructor for class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
 
typeMap - Variable in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalogFactory
 
Types - Class in org.apache.oodt.cas.webcomponents.filemgr.browser.types
This page is mounted to: /browser/types and shows a type plus its num product count.
Types(String, String, Class<? extends WebPage>) - Constructor for class org.apache.oodt.cas.webcomponents.filemgr.browser.types.Types
 
types - Variable in class org.apache.oodt.profile.ResourceAttributes
Types.
TypesPage - Class in org.apache.oodt.cas.filemgr.webapp.browser
Exposes the underlying OODT Wicket Types component on a web page.
TypesPage(PageParameters) - Constructor for class org.apache.oodt.cas.filemgr.webapp.browser.TypesPage
 
TypesPage - Class in org.apache.oodt.pcs.opsui
The types page that shows type names and bucket counts (that are clickable).
TypesPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.TypesPage
 
typesToList(Map<String, ProductType>) - Method in class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 

U

UID_ATTRIBUTE_NAME - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
Ulimit - Class in org.apache.oodt.cas.resource.util
 
Ulimit() - Constructor for class org.apache.oodt.cas.resource.util.Ulimit
 
UlimitMetKeys - Interface in org.apache.oodt.cas.resource.util
 
UlimitProperty - Class in org.apache.oodt.cas.resource.util
 
UlimitProperty() - Constructor for class org.apache.oodt.cas.resource.util.UlimitProperty
 
UlimitProperty(String, String) - Constructor for class org.apache.oodt.cas.resource.util.UlimitProperty
 
unbind(String) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
unbind(Name) - Method in class org.apache.oodt.commons.object.jndi.HTTPContext
 
unbind(String) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
unbind(Name) - Method in class org.apache.oodt.commons.object.jndi.RMIContext
 
UndefinedTypeException - Exception in org.apache.oodt.cas.pushpull.exceptions
 
UndefinedTypeException() - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.UndefinedTypeException
 
UndefinedTypeException(String) - Constructor for exception org.apache.oodt.cas.pushpull.exceptions.UndefinedTypeException
 
understands(QueryExpression) - Method in interface org.apache.oodt.cas.catalog.struct.Dictionary
 
understands(QueryExpression) - Method in class org.apache.oodt.cas.catalog.struct.impl.dictionary.WorkflowManagerDictionary
 
undo() - Method in class org.apache.oodt.cas.workflow.gui.perspective.Perspective
 
undo() - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
unhideCol(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.HeaderRow
 
unhideCol(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.Row
 
unhideColumn(int) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.TablePane
 
UNIQUE_ELEMENT - Static variable in interface org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFileMetKeys
 
uniqueElementName - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
unit - Variable in class org.apache.oodt.profile.ProfileElement
My optional unit.
UNITS - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
UNITS - Static variable in interface org.apache.oodt.opendapps.DapNames
 
UNKNOWN - Static variable in interface org.apache.oodt.cas.product.CASProductHandlerMetKeys
 
UNKNOWN - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
UNKNOWN_OUT_FORMAT - Static variable in class org.apache.oodt.cas.curation.service.CurationService
 
UNKNOWN_USER - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
unlinkKey(String) - Method in class org.apache.oodt.cas.pge.metadata.PgeMetadata
Removes a key link reference.
unparseSqlQuery(ComplexQuery) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
UNSET - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
UnspecifiedProfileElement - Class in org.apache.oodt.profile
A profile element with unspecified values.
UnspecifiedProfileElement(Profile) - Constructor for class org.apache.oodt.profile.UnspecifiedProfileElement
Creates a profile element.
UnspecifiedProfileElement(Profile, String, String, String, String, String, List, boolean, int, String) - Constructor for class org.apache.oodt.profile.UnspecifiedProfileElement
Create a profile element from constituent attributes.
untarFile(File, File) - Static method in class org.apache.oodt.cas.install.AntDecorator
 
untitledIter - Static variable in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
unwrappedText(Node) - Static method in class org.apache.oodt.commons.util.XML
Get unwrapped text from the given DOM node This method unwraps any wrapped text.
update(TransactionId<?>, List<TermBucket>) - Method in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
TermBucket updates to given TransactionId.
update(TransactionId<?>, List<TermBucket>) - Method in interface org.apache.oodt.cas.catalog.struct.IngestService
TermBucket updates to given TransactionId.
update(TransactionId<?>, Metadata) - Method in class org.apache.oodt.cas.catalog.system.Catalog
 
UPDATE - Static variable in class org.apache.oodt.cas.curation.service.MetadataResource
 
updateCatalogMetadata(Product, Metadata) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
Updates the cataloged Metadata for a Product in the CAS File Manager.
UpdateDatasetMetaDataServlet - Class in org.apache.oodt.cas.curation.servlet
This servlet processes form data submitted via POST from the dataset metadata management tool under development for the CAS Curator.
UpdateDatasetMetaDataServlet() - Constructor for class org.apache.oodt.cas.curation.servlet.UpdateDatasetMetaDataServlet
 
updateDynamicMetadata() - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
updateGraphModelId(ViewState, String, String) - Static method in class org.apache.oodt.cas.workflow.gui.util.GuiUtils
 
updateJob(JobSpec) - Method in interface org.apache.oodt.cas.resource.jobrepo.JobRepository
 
updateJob(JobSpec) - Method in class org.apache.oodt.cas.resource.jobrepo.MemoryJobRepository
 
updateJob(JobSpec) - Method in class org.apache.oodt.cas.resource.jobrepo.XStreamJobRepository
 
UpdateLineColumn(char) - Method in class org.apache.oodt.cas.catalog.query.parser.SimpleCharStream
 
updateMetadata(MultivaluedMap<String, String>, String, String, boolean, boolean) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
Method to update the catalog metadata for a given product.
updateMetadata(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
updateMetadata(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
updateMetadata(String, Metadata) - Method in class org.apache.oodt.cas.workflow.engine.PrioritizedQueueBasedWorkflowEngine
 
updateMetadata(String, Metadata) - Method in class org.apache.oodt.cas.workflow.engine.ThreadPoolWorkflowEngine
 
updateMetadata(String, Metadata) - Method in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
Updates the Metadata context for the WorkflowInstance identified by the given workflowInstId
updateMetadataForWorkflow(String, Hashtable) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
updateMetadataForWorkflow(String, Metadata) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
updateStatus(String) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
updateThreadCount(long, int) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.DownloadingFileInfo
 
updateTypes(String[]) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.QueryField
 
updateTypes(String[]) - Method in class org.apache.oodt.cas.filemgr.browser.view.panels.QueryPane
 
updateWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.DataSourceWorkflowInstanceRepository
 
updateWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.LuceneWorkflowInstanceRepository
 
updateWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.instrepo.MemoryWorkflowInstanceRepository
 
updateWorkflowInstance(WorkflowInstance) - Method in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
Updates and persists the specified WorkflowInstance to the instance repository.
updateWorkflowInstance(Hashtable) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
updateWorkflowInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
updateWorkflowInstanceStatus(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
updateWorkflowInstanceStatus(String, String) - Method in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
 
updateWorkflowInstanceStatus(String, String) - Method in class org.apache.oodt.pcs.util.WorkflowManagerUtils
 
UploadDatasetDefinitionServlet - Class in org.apache.oodt.cas.curation.servlet
 
UploadDatasetDefinitionServlet() - Constructor for class org.apache.oodt.cas.curation.servlet.UploadDatasetDefinitionServlet
 
UploadMetExtractorConfigServlet - Class in org.apache.oodt.cas.curation.servlet
 
UploadMetExtractorConfigServlet() - Constructor for class org.apache.oodt.cas.curation.servlet.UploadMetExtractorConfigServlet
 
UploadPolicyServlet - Class in org.apache.oodt.cas.curation.servlet
 
UploadPolicyServlet() - Constructor for class org.apache.oodt.cas.curation.servlet.UploadPolicyServlet
 
uri - Variable in class org.apache.oodt.cas.protocol.cli.action.DownloadCliAction
 
url - Variable in class org.apache.oodt.cas.catalog.util.PluginURL
 
url - Variable in class org.apache.oodt.cas.resource.cli.action.SubmitJobCliAction
 
URL - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
URLGetHandler - Class in org.apache.oodt.product.handlers.ofsn
A OFSNGetHandler for returning a URL listing pointing to files within an OFSN NOTE: Configuration parameters for this class include: 1.
URLGetHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
USE_LEGACY_PROPERTY - Static variable in enum org.apache.oodt.cas.pge.metadata.PgeTaskMetKeys
 
USE_LEGACY_STATUS_PROPERTY - Static variable in enum org.apache.oodt.cas.pge.metadata.PgeTaskStatus
 
USE_TRACKER - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
usedNode(String, String) - Method in class org.apache.oodt.cas.resource.scheduler.LRUQueueManager
 
usedProtocol - Variable in class org.apache.oodt.cas.protocol.cli.action.DownloadCliAction
 
usePluginUrls - Variable in class org.apache.oodt.cas.catalog.util.Serializer
 
user - Variable in class org.apache.oodt.cas.catalog.mapping.DataSourceIngestMapperFactory
 
user - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
user - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndexFactory
 
USER_COOKIE_KEY - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
USER_DETAILS_ATTR_NAME - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
USER_DETAILS_ATTR_VALUE - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
USER_DETAILS_ROLE - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
USER_DETAILS_TOKEN - Static variable in interface org.apache.oodt.security.sso.opensso.SSOMetKeys
 
UserDetails - Class in org.apache.oodt.security.sso.opensso
The response from a query to SSOMetKeys.IDENTITY_ATTRIBUTES_ENDPOINT.
UserDetails() - Constructor for class org.apache.oodt.security.sso.opensso.UserDetails
 
USERNAME_TAG - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigParserMetKeys
 
useTracker() - Method in class org.apache.oodt.cas.pushpull.config.Config
 
useUTF8 - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex
 
useUTF8 - Variable in class org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndexFactory
 
Utility - Class in org.apache.oodt.commons.util
Miscellaneous utilities.
Utility() - Constructor for class org.apache.oodt.commons.util.Utility
 
Utility - Class in org.apache.oodt.grid
Utility methods for web grid.
UUIDProductIdGenerator - Class in org.apache.oodt.cas.filemgr.catalog.solr
Implementation of ProductIdGenerator that assigns the product identifier as a newly generated UUID.
UUIDProductIdGenerator() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.UUIDProductIdGenerator
 
UuidTransactionIdFactory - Class in org.apache.oodt.cas.catalog.struct.impl.transaction
 
UuidTransactionIdFactory() - Constructor for class org.apache.oodt.cas.catalog.struct.impl.transaction.UuidTransactionIdFactory
 

V

VAL - Static variable in interface org.apache.oodt.cas.resource.monitor.ganglia.GangliaMetKeys
 
val - Variable in class org.apache.oodt.xmlps.queryparser.Literal
 
VAL_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
ValidatableCmdLineOption - Interface in org.apache.oodt.cas.cli.option
A CmdLineOption which has CmdLineOptionValidators should implement this interface.
validate(CmdLineArgs) - Static method in class org.apache.oodt.cas.cli.CmdLineUtility
Runs validation on CmdLineArgs and returns the validation results.
validate(CmdLineOptionInstance) - Method in class org.apache.oodt.cas.cli.option.validator.AllowedArgsCmdLineOptionValidator
 
validate(CmdLineOptionInstance) - Method in class org.apache.oodt.cas.cli.option.validator.ArgRegExpCmdLineOptionValidator
 
validate(CmdLineOptionInstance) - Method in class org.apache.oodt.cas.cli.option.validator.ClassExistsCmdLineOptionValidator
 
validate(CmdLineOptionInstance) - Method in interface org.apache.oodt.cas.cli.option.validator.CmdLineOptionValidator
Throws CmdLineValidationException if validation fails, otherwise method just returns.
validate(CmdLineOptionInstance) - Method in class org.apache.oodt.cas.cli.option.validator.FileExistCmdLineOptionValidator
 
validate(CmdLineOptionInstance) - Method in class org.apache.oodt.cas.cli.option.validator.NoRestrictionsCmdLineOptionValidator
 
validate(CmdLineOptionInstance) - Static method in class org.apache.oodt.cas.cli.util.CmdLineUtils
Validates the given CmdLineOptionInstance.
validate() - Method in class org.apache.oodt.cas.crawl.action.CrawlerAction
 
validate() - Method in class org.apache.oodt.cas.crawl.action.DeleteFile
 
validate() - Method in class org.apache.oodt.cas.crawl.action.EmailNotification
 
validate() - Method in class org.apache.oodt.cas.crawl.action.ExternAction
 
validate() - Method in class org.apache.oodt.cas.crawl.action.FilemgrUniquenessChecker
 
validate() - Method in class org.apache.oodt.cas.crawl.action.GroupAction
 
validate() - Method in class org.apache.oodt.cas.crawl.action.MimeTypeCrawlerAction
 
validate() - Method in class org.apache.oodt.cas.crawl.action.MoveFile
 
validate() - Method in class org.apache.oodt.cas.crawl.action.WorkflowMgrStatusUpdate
 
validate(RemoteSite) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
validateOFSN(String) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNUtils
 
validateProduct(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
validationLayer - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
validationLayer - Variable in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
ValidationLayer - Interface in org.apache.oodt.cas.filemgr.validation
 
ValidationLayerException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
ValidationLayerException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException
 
ValidationLayerException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException
 
ValidationLayerException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException
 
ValidationLayerException(Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException
 
ValidationLayerFactory - Interface in org.apache.oodt.cas.filemgr.validation
 
ValidInput - Interface in org.apache.oodt.cas.pushpull.expressions
 
VALUE - Static variable in interface org.apache.oodt.cas.catalog.query.parser.QueryParserConstants
 
value - Variable in class org.apache.oodt.cas.catalog.query.parser.SimpleNode
 
value - Variable in class org.apache.oodt.xmlquery.Result
The result instance.
valueChanged(ListSelectionEvent) - Method in class org.apache.oodt.cas.workflow.gui.perspective.view.impl.DefaultPropView.MyTableListener
 
valueOf(String) - Static method in enum org.apache.oodt.cas.catalog.query.ComparisonQueryExpression.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.cas.catalog.query.QueryLogicalGroup.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.cas.catalog.term.Term.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.cas.cli.option.require.RequirementRule.Relation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.cas.cli.option.validator.CmdLineOptionValidator.Result.Grade
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.cas.cli.util.ParsedArg.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.cas.crawl.action.CrawlerActionPhases
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.cas.crawl.status.IngestStatus.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.cas.pge.metadata.PgeMetadata.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.cas.pge.metadata.PgeTaskMetKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.cas.pge.metadata.PgeTaskStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.cas.workflow.gui.perspective.view.View.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.commons.date.DateUtils.FormatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.xmlps.mapping.FieldScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oodt.xmlps.mapping.FieldType
Returns the enum constant of this type with the specified name.
ValueReplaceTypeHandler - Class in org.apache.oodt.cas.filemgr.structs.type
A Subset-TypeHandler which only allows for metadata value modification.
ValueReplaceTypeHandler() - Constructor for class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
 
values() - Static method in enum org.apache.oodt.cas.catalog.query.ComparisonQueryExpression.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.cas.catalog.query.QueryLogicalGroup.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.cas.catalog.term.Term.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.oodt.cas.catalog.term.Term
 
values() - Static method in enum org.apache.oodt.cas.cli.option.require.RequirementRule.Relation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.cas.cli.option.validator.CmdLineOptionValidator.Result.Grade
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.cas.cli.util.ParsedArg.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.cas.crawl.action.CrawlerActionPhases
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.cas.crawl.status.IngestStatus.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.cas.pge.metadata.PgeMetadata.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.cas.pge.metadata.PgeTaskMetKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.cas.pge.metadata.PgeTaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.cas.workflow.gui.perspective.view.View.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.commons.date.DateUtils.FormatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.oodt.commons.util.CacheMap
 
values - Variable in class org.apache.oodt.profile.EnumeratedProfileElement
Valid values.
values() - Static method in enum org.apache.oodt.xmlps.mapping.FieldScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oodt.xmlps.mapping.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
Variable - Class in org.apache.oodt.cas.pushpull.expressions
 
Variable(String) - Constructor for class org.apache.oodt.cas.pushpull.expressions.Variable
 
Variable(String, Object) - Constructor for class org.apache.oodt.cas.pushpull.expressions.Variable
 
VARIABLES - Static variable in interface org.apache.oodt.opendapps.config.OpendapProfileMetKeys
 
VARIABLES_LONG_NAMES - Static variable in interface org.apache.oodt.opendapps.config.OpendapProfileMetKeys
 
VECTOR_ELEMENT_TAG - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
VECTOR_TAG_NAME - Static variable in interface org.apache.oodt.pcs.input.PGEDataParseKeys
 
VelocityConfigFileWriter - Class in org.apache.oodt.cas.pge.writers
A PGE input file writer based on Apache Velocity and Paul Ramirez's need to make my code better.
VelocityConfigFileWriter() - Constructor for class org.apache.oodt.cas.pge.writers.VelocityConfigFileWriter
 
VelocityMetadata - Class in org.apache.oodt.cas.pge.writers
Wrapper around CAS Metadata object to provide Velocity template semantics, e.g., a VelocityMetadata.get(String) method that allows for ${metadata.author} (the '.' is a call that Velocity then makes from the template to the VelocityMetadata.get(String) method in the class.
VelocityMetadata(Metadata) - Constructor for class org.apache.oodt.cas.pge.writers.VelocityMetadata
 
verify(Protocol, URI, Authentication) - Method in class org.apache.oodt.cas.protocol.verify.BasicProtocolVerifier
 
verify(Protocol, URI, Authentication) - Method in interface org.apache.oodt.cas.protocol.verify.ProtocolVerifier
 
verifyIngests(ProductCrawler) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
version - Variable in class org.apache.oodt.profile.ProfileAttributes
Version, optional.
VersionConverter - Interface in org.apache.oodt.cas.catalog.query.filter.time.conv
 
VersionConverter - Interface in org.apache.oodt.cas.filemgr.structs.query.conv
 
Versioner - Interface in org.apache.oodt.cas.filemgr.versioning
 
VersioningException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
VersioningException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException
 
VersioningException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException
 
VersioningException(Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException
 
VersioningException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException
 
VersioningUtils - Class in org.apache.oodt.cas.filemgr.versioning
 
VersioningUtils() - Constructor for class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
View - Class in org.apache.oodt.cas.workflow.gui.perspective.view
View abstract base class.
View(String) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.View
 
View.Mode - Enum in org.apache.oodt.cas.workflow.gui.perspective.view
 
ViewChange<T> - Class in org.apache.oodt.cas.workflow.gui.perspective.view
Represents a change in the Workflow GUI model view.
ViewChange(T, View) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.ViewChange
 
ViewChange.DELETE_VIEW - Class in org.apache.oodt.cas.workflow.gui.perspective.view
 
ViewChange.DELETE_VIEW(View, View) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.ViewChange.DELETE_VIEW
 
ViewChange.NEW_ACTIVE_STATE - Class in org.apache.oodt.cas.workflow.gui.perspective.view
 
ViewChange.NEW_ACTIVE_STATE(ViewState, View) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.ViewChange.NEW_ACTIVE_STATE
 
ViewChange.NEW_STATE - Class in org.apache.oodt.cas.workflow.gui.perspective.view
 
ViewChange.NEW_STATE(ViewState, View) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.ViewChange.NEW_STATE
 
ViewChange.NEW_VIEW - Class in org.apache.oodt.cas.workflow.gui.perspective.view
 
ViewChange.NEW_VIEW(ModelGraph, View) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.ViewChange.NEW_VIEW
 
ViewChange.REFRESH_VIEW - Class in org.apache.oodt.cas.workflow.gui.perspective.view
 
ViewChange.REFRESH_VIEW(View, View) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.ViewChange.REFRESH_VIEW
 
ViewChange.REMOVE_STATE - Class in org.apache.oodt.cas.workflow.gui.perspective.view
 
ViewChange.REMOVE_STATE(ViewState, View) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.ViewChange.REMOVE_STATE
 
ViewChange.STATE_NAME_CHANGE - Class in org.apache.oodt.cas.workflow.gui.perspective.view
 
ViewChange.STATE_NAME_CHANGE(ViewState, View) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.ViewChange.STATE_NAME_CHANGE
 
ViewChange.VIEW_MODEL - Class in org.apache.oodt.cas.workflow.gui.perspective.view
 
ViewChange.VIEW_MODEL(String, View) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.ViewChange.VIEW_MODEL
 
viewDaemonWaitingList() - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonLauncher
 
viewDaemonWaitingList() - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonLauncherMBean
 
ViewListener - Interface in org.apache.oodt.cas.workflow.gui.perspective.view
Interface for listening/notifying about Workflow View state changes.
ViewState - Class in org.apache.oodt.cas.workflow.gui.perspective.view
The current state of a particular Workflow GUI editor view.
ViewState(File, ModelGraph, List<ModelGraph>, Map<String, XmlWorkflowModelRepository.ConfigGroup>) - Constructor for class org.apache.oodt.cas.workflow.gui.perspective.view.ViewState
 
VirtualFile - Class in org.apache.oodt.cas.pushpull.filerestrictions
 
VirtualFile(String, boolean) - Constructor for class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
VirtualFile(VirtualFile, String, boolean) - Constructor for class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFile
 
VirtualFileStructure - Class in org.apache.oodt.cas.pushpull.filerestrictions
 
VirtualFileStructure(String, VirtualFile) - Constructor for class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFileStructure
 
VirtualFileStructure(RemoteSite, String, VirtualFile) - Constructor for class org.apache.oodt.cas.pushpull.filerestrictions.VirtualFileStructure
 
VisibilityToggler - Class in org.apache.oodt.pcs.webcomponents.health
Toggles a show/hide link for displaying PCSDaemonStatus and CrawlerStatus in the PCS OPSUI gui.
VisibilityToggler(String, String, String, String, ListModel) - Constructor for class org.apache.oodt.pcs.webcomponents.health.VisibilityToggler
 

W

waitFor() - Method in class org.apache.oodt.commons.Executable
Wait for the process to terminate.
waitUntilAllCurrentDownloadsAreComplete() - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.FileRetrievalSystem
 
wasPgeSuccessful(int) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
wasRegisteredWith(Daemon) - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonListener
 
wasRegisteredWith(Daemon) - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonManager
 
wasUnregisteredWith(Daemon) - Method in interface org.apache.oodt.cas.pushpull.daemon.DaemonListener
 
wasUnregisteredWith(Daemon) - Method in class org.apache.oodt.cas.pushpull.daemon.DaemonManager
 
WEB_PROTOCOL_PROPERTY - Static variable in class org.apache.oodt.commons.Configuration
Name of the system property that names the web protocol to use.
WeightedAverageLoadCalc - Class in org.apache.oodt.cas.resource.monitor.ganglia.loadcalc
 
WeightedAverageLoadCalc(double, double, double) - Constructor for class org.apache.oodt.cas.resource.monitor.ganglia.loadcalc.WeightedAverageLoadCalc
Make a new WeightedAverageLoadCalc LoadCalculator
WeightedAverageLoadCalcFactory - Class in org.apache.oodt.cas.resource.monitor.ganglia.loadcalc
 
WeightedAverageLoadCalcFactory() - Constructor for class org.apache.oodt.cas.resource.monitor.ganglia.loadcalc.WeightedAverageLoadCalcFactory
 
WildcardLiteral - Class in org.apache.oodt.xmlps.queryparser
A wildcard literal.
WildcardLiteral(String) - Constructor for class org.apache.oodt.xmlps.queryparser.WildcardLiteral
 
WINDOW_HEIGHT - Static variable in class org.apache.oodt.cas.filemgr.browser.view.GuiParams
 
WINDOW_WIDTH - Static variable in class org.apache.oodt.cas.filemgr.browser.view.GuiParams
 
WindowListener - Class in org.apache.oodt.cas.filemgr.browser.controller
 
WindowListener(MainWindow) - Constructor for class org.apache.oodt.cas.filemgr.browser.controller.WindowListener
 
WinPGETaskInstance - Class in org.apache.oodt.cas.pge
Runs a CAS-style Product Generation Executive based on the PCS Wrapper Architecture from mattmann et al.
WinPGETaskInstance() - Constructor for class org.apache.oodt.cas.pge.WinPGETaskInstance
 
with(WorkflowProcessorBuilder, Class<? extends WorkflowProcessor>) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorBuilder
 
withId(String) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorBuilder
 
withInstance(WorkflowInstance) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorBuilder
 
withLifecycleManager(WorkflowLifecycleManager) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorBuilder
 
withPriority(double) - Method in class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorBuilder
 
wm - Variable in class org.apache.oodt.cas.pge.PGETaskInstance
 
WM_URL - Static variable in interface org.apache.oodt.pcs.services.config.PCSServiceConfMetKeys
 
WMMonitorApp - Class in org.apache.oodt.cas.workflow.webapp.monitor
Describe your class here.
WMMonitorApp() - Constructor for class org.apache.oodt.cas.workflow.webapp.monitor.WMMonitorApp
 
WMMonitorAppBase - Class in org.apache.oodt.cas.webcomponents.workflow
Describe your class here.
WMMonitorAppBase() - Constructor for class org.apache.oodt.cas.webcomponents.workflow.WMMonitorAppBase
 
Workflow - Class in org.apache.oodt.cas.workflow.structs
A Workflow is an abstract representation of a set of interconnected processes.
Workflow() - Constructor for class org.apache.oodt.cas.workflow.structs.Workflow
Default Constructor
Workflow(String, String, List<WorkflowTask>, List<WorkflowCondition>) - Constructor for class org.apache.oodt.cas.workflow.structs.Workflow
Deprecated.
Workflow(String, String, List<WorkflowTask>, List<WorkflowCondition>, List<WorkflowCondition>) - Constructor for class org.apache.oodt.cas.workflow.structs.Workflow
 
WORKFLOW_ENGINE_FACTORY_PROPERTY - Static variable in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
WORKFLOW_INST_ID - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 
WORKFLOW_INST_ID - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
WORKFLOW_MANAGER_DAEMON_NAME - Static variable in interface org.apache.oodt.pcs.health.PCSHealthMonitorMetKeys
 
WORKFLOW_MANAGER_URL - Static variable in interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
 
WORKFLOW_MANAGER_URL - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
WORKFLOW_MET_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
WORKFLOW_MGR_URL - Static variable in interface org.apache.oodt.pcs.metadata.PCSConfigMetadata
 
WORKFLOW_REPOSITORY_FACTORY_PROPERTY - Static variable in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
WORKFLOW_STATES_GROUP - Static variable in interface org.apache.oodt.pcs.health.WorkflowStatesMetKeys
 
WORKFLOW_STATES_VECTOR - Static variable in interface org.apache.oodt.pcs.health.WorkflowStatesMetKeys
 
WORKFLOW_TAG_ID_ATTR - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 
WORKFLOW_TAG_NAME - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMapKeys
 
WorkflowCliAction - Class in org.apache.oodt.cas.workflow.cli.action
Base CmdLineAction for Workflow Manager.
WorkflowCliAction() - Constructor for class org.apache.oodt.cas.workflow.cli.action.WorkflowCliAction
 
WorkflowCondition - Class in org.apache.oodt.cas.workflow.structs
A WorkflowCondition is some pre-condition that must evaluate to true in order for a particular WorkflowTask to be permitted to execute .
WorkflowCondition() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowCondition
Default Constructor
WorkflowCondition(String, String, String, int) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowCondition
Constructs a new WorkflowCondition with the specified parameters.
WorkflowConditionConfiguration - Class in org.apache.oodt.cas.workflow.structs
Configuration for a WorkflowCondition.
WorkflowConditionConfiguration() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration
Default Constructor
WorkflowConditionConfiguration(Properties) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration
Construct a new WorkflowTaskConfiguration from a java Properties object.
WorkflowConditionInstance - Interface in org.apache.oodt.cas.workflow.structs
 
WorkflowConditionViewer - Class in org.apache.oodt.cas.webcomponents.workflow.conditions
Describe your class here.
WorkflowConditionViewer(String, String, String) - Constructor for class org.apache.oodt.cas.webcomponents.workflow.conditions.WorkflowConditionViewer
 
WorkflowConditionViewerPage - Class in org.apache.oodt.cas.workflow.webapp.monitor.condition
Describe your class here.
WorkflowConditionViewerPage(PageParameters) - Constructor for class org.apache.oodt.cas.workflow.webapp.monitor.condition.WorkflowConditionViewerPage
 
WorkflowConditionViewerPage - Class in org.apache.oodt.pcs.opsui
Page controller for the WorkflowConditionViewerPage.html file.
WorkflowConditionViewerPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.WorkflowConditionViewerPage
 
WorkflowCrumbedPage - Class in org.apache.oodt.pcs.opsui
Adds a bread crumb link to the OPSUI app home, the PCS status page.
WorkflowCrumbedPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.WorkflowCrumbedPage
 
WorkflowEngine - Interface in org.apache.oodt.cas.workflow.engine
The engine that executes and monitors WorkflowInstances, which are the physical executing representation of the abtract Workflows provided.
WorkflowEngineFactory - Interface in org.apache.oodt.cas.workflow.engine
A factory interface for creating WorkflowEngine objects.
WorkflowEventViewerPage - Class in org.apache.oodt.cas.workflow.webapp.monitor.events
Describe your class here.
WorkflowEventViewerPage() - Constructor for class org.apache.oodt.cas.workflow.webapp.monitor.events.WorkflowEventViewerPage
 
WorkflowGUI - Class in org.apache.oodt.cas.workflow.gui
Main driver shell and JFrame for the Workflow Editor GUI.
WorkflowGUI() - Constructor for class org.apache.oodt.cas.workflow.gui.WorkflowGUI
 
WorkflowInstance - Class in org.apache.oodt.cas.workflow.structs
A WorkflowInstance is an instantiation of the abstract description of a Workflow provided by the Workflow class.
WorkflowInstance() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowInstance
Default Constructor.
WorkflowInstance(Workflow, String, WorkflowState, String, Date, Date, Metadata, int, Priority) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowInstance
 
WorkflowInstanceMetadataReader - Class in org.apache.oodt.cas.workflow.instrepo
 
WorkflowInstanceMetMap - Class in org.apache.oodt.cas.workflow.instrepo
 
WorkflowInstanceMetMap() - Constructor for class org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceMetMap
 
WorkflowInstanceMetMapKeys - Interface in org.apache.oodt.cas.workflow.instrepo
 
WorkflowInstancePage - Class in org.apache.oodt.cas.workflow.structs
 
WorkflowInstancePage() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
Default Constructor
WorkflowInstancePage(int, int, int, List) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowInstancePage
 
WorkflowInstanceRepository - Interface in org.apache.oodt.cas.workflow.instrepo
 
WorkflowInstanceRepositoryFactory - Interface in org.apache.oodt.cas.workflow.instrepo
 
WorkflowInstancesViewer - Class in org.apache.oodt.cas.webcomponents.workflow.instance
Describe your class here.
WorkflowInstancesViewer(String, String, String, int, List<String>, String, String, Class<? extends WebPage>, Class<? extends WebPage>, Class<? extends WebPage>) - Constructor for class org.apache.oodt.cas.webcomponents.workflow.instance.WorkflowInstancesViewer
 
WorkflowInstanceViewerPage - Class in org.apache.oodt.cas.workflow.webapp.monitor.instance
Describe your class here.
WorkflowInstanceViewerPage(PageParameters) - Constructor for class org.apache.oodt.cas.workflow.webapp.monitor.instance.WorkflowInstanceViewerPage
 
WorkflowInstanceViewerPage - Class in org.apache.oodt.pcs.opsui
Shows a set of workflow instances.
WorkflowInstanceViewerPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.WorkflowInstanceViewerPage
 
workflowInstId - Variable in class org.apache.oodt.cas.pge.PGETaskInstance
 
WorkflowLifecycle - Class in org.apache.oodt.cas.workflow.lifecycle
Defines the lifecycle of a Workflow, identifying what WorkflowStatuses belong to a particular phase.
WorkflowLifecycle() - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Default Constructor.
WorkflowLifecycle(String, String) - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle
Constructs a new WorkflowLifecycle with the given parameters.
WorkflowLifecycleManager - Class in org.apache.oodt.cas.workflow.lifecycle
 
WorkflowLifecycleManager(String) - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleManager
Constructs a new WorkflowLifecycleManager with the WorkflowLifecycles identified in the provided file path.
WorkflowLifecycleMetKeys - Interface in org.apache.oodt.cas.workflow.lifecycle
 
WorkflowLifecyclesReader - Class in org.apache.oodt.cas.workflow.lifecycle
 
WorkflowLifecycleStage - Class in org.apache.oodt.cas.workflow.lifecycle
A particular step (or Stage) in a WorkflowLifecycle
WorkflowLifecycleStage() - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
Default Constructor.
WorkflowLifecycleStage(String, List<WorkflowState>, int) - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage
Constructs a new WorkflowLifecycleSage with the given parameters.
WorkflowManagerDataSourceIndex - Class in org.apache.oodt.cas.catalog.struct.impl.index
 
WorkflowManagerDataSourceIndex(String, String, String, String) - Constructor for class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndex
 
WorkflowManagerDataSourceIndexFactory - Class in org.apache.oodt.cas.catalog.struct.impl.index
 
WorkflowManagerDataSourceIndexFactory() - Constructor for class org.apache.oodt.cas.catalog.struct.impl.index.WorkflowManagerDataSourceIndexFactory
 
WorkflowManagerDictionary - Class in org.apache.oodt.cas.catalog.struct.impl.dictionary
 
WorkflowManagerDictionary() - Constructor for class org.apache.oodt.cas.catalog.struct.impl.dictionary.WorkflowManagerDictionary
 
WorkflowManagerDictionaryFactory - Class in org.apache.oodt.cas.catalog.struct.impl.dictionary
 
WorkflowManagerDictionaryFactory() - Constructor for class org.apache.oodt.cas.catalog.struct.impl.dictionary.WorkflowManagerDictionaryFactory
 
WorkflowManagerUtils - Class in org.apache.oodt.pcs.util
A set of utility methods that can be used by PCS that need to communicate with the Workflow Manager.
WorkflowManagerUtils(String) - Constructor for class org.apache.oodt.pcs.util.WorkflowManagerUtils
 
WorkflowManagerUtils(URL) - Constructor for class org.apache.oodt.pcs.util.WorkflowManagerUtils
 
WorkflowManagerUtils(XmlRpcWorkflowManagerClient) - Constructor for class org.apache.oodt.pcs.util.WorkflowManagerUtils
 
WorkflowMgrConn - Class in org.apache.oodt.cas.webcomponents.workflow
Describe your class here.
WorkflowMgrConn(String) - Constructor for class org.apache.oodt.cas.webcomponents.workflow.WorkflowMgrConn
 
WorkflowMgrStatusUpdate - Class in org.apache.oodt.cas.crawl.action
Updates the Workflow Manager and notifies it that the crawled Product has been ingested successfully.
WorkflowMgrStatusUpdate() - Constructor for class org.apache.oodt.cas.crawl.action.WorkflowMgrStatusUpdate
 
WorkflowPagePaginator - Class in org.apache.oodt.cas.webcomponents.workflow.pagination
A paginator component that expands to a +/- 5 page window to paginate a WorkflowInstancePage.
WorkflowPagePaginator(String, WorkflowInstancePage, String, Class<? extends WebPage>) - Constructor for class org.apache.oodt.cas.webcomponents.workflow.pagination.WorkflowPagePaginator
 
WorkflowProcessor - Class in org.apache.oodt.cas.workflow.engine.processor
The new Apache OODT workflow style of processor.
WorkflowProcessor(WorkflowLifecycleManager, WorkflowInstance) - Constructor for class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor
 
WorkflowProcessorBuilder - Class in org.apache.oodt.cas.workflow.engine.processor
WorkflowProcessorHelper - Class in org.apache.oodt.cas.workflow.engine.processor
Utilities for working with WorkflowProcessors and WorkflowModels.
WorkflowProcessorHelper() - Constructor for class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
WorkflowProcessorHelper(WorkflowLifecycleManager) - Constructor for class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorHelper
 
WorkflowProcessorListener - Interface in org.apache.oodt.cas.workflow.engine.processor
 
WorkflowProcessorQueue - Class in org.apache.oodt.cas.workflow.engine.processor
The queue of available WorkflowTasks, that will be fed into the TaskQuerier.
WorkflowProcessorQueue(WorkflowInstanceRepository, WorkflowLifecycleManager, WorkflowRepository) - Constructor for class org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessorQueue
 
WorkflowRepository - Interface in org.apache.oodt.cas.workflow.repository
A repository interface for obtaining Workflows, and managing the information about their WorkflowTasks.
WorkflowRepositoryFactory - Interface in org.apache.oodt.cas.workflow.repository
 
WorkflowState - Class in org.apache.oodt.cas.workflow.lifecycle
The state of a WorkflowProcessor
WorkflowState() - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
WorkflowState(String) - Constructor for class org.apache.oodt.cas.workflow.lifecycle.WorkflowState
 
WorkflowStatesFile - Class in org.apache.oodt.pcs.health
A file that manages the Workflow states that the PCSHealthMonitor tool will look up when obtaining status in the PCS.
WorkflowStatesFile(String) - Constructor for class org.apache.oodt.pcs.health.WorkflowStatesFile
Constructs a new WorkflowStatesFile with the specified parameters.
WorkflowStatesMetKeys - Interface in org.apache.oodt.pcs.health
Met keys for the WorkflowStatesFile
WorkflowStatus - Interface in org.apache.oodt.cas.workflow.structs
 
WorkflowsViewer - Class in org.apache.oodt.cas.webcomponents.workflow.model
Describe your class here.
WorkflowsViewer(String, String, Class<? extends WebPage>) - Constructor for class org.apache.oodt.cas.webcomponents.workflow.model.WorkflowsViewer
 
WorkflowsViewerPage - Class in org.apache.oodt.cas.workflow.webapp.monitor.workflow
Describe your class here.
WorkflowsViewerPage() - Constructor for class org.apache.oodt.cas.workflow.webapp.monitor.workflow.WorkflowsViewerPage
 
WorkflowsViewerPage - Class in org.apache.oodt.pcs.opsui
Page controller for the WorkflowsViewerPage.html.
WorkflowsViewerPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.WorkflowsViewerPage
 
WorkflowTask - Class in org.apache.oodt.cas.workflow.structs
A Workflow task, or job, or process.
WorkflowTask() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowTask
Default Constructor.
WorkflowTask(String, String, WorkflowTaskConfiguration, List, String, int) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowTask
Deprecated.
WorkflowTask(String, String, WorkflowTaskConfiguration, List<WorkflowCondition>, List<WorkflowCondition>, List<String>, String, Date, Date, int) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowTask
Constructs a new WorkflowTask.
WorkflowTaskConfiguration - Class in org.apache.oodt.cas.workflow.structs
 
WorkflowTaskConfiguration() - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowTaskConfiguration
Default Constructor
WorkflowTaskConfiguration(Properties) - Constructor for class org.apache.oodt.cas.workflow.structs.WorkflowTaskConfiguration
Construct a new WorkflowTaskConfiguration from a java Properties object.
WorkflowTaskInstance - Interface in org.apache.oodt.cas.workflow.structs
 
WorkflowTaskInstanceException - Exception in org.apache.oodt.cas.workflow.structs.exceptions
 
WorkflowTaskInstanceException() - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.WorkflowTaskInstanceException
 
WorkflowTaskInstanceException(String) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.WorkflowTaskInstanceException
 
WorkflowTaskInstanceException(Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.WorkflowTaskInstanceException
 
WorkflowTaskInstanceException(String, Throwable) - Constructor for exception org.apache.oodt.cas.workflow.structs.exceptions.WorkflowTaskInstanceException
 
WorkflowTaskViewer - Class in org.apache.oodt.cas.webcomponents.workflow.tasks
Describe your class here.
WorkflowTaskViewer(String, String, String, Class<? extends WebPage>) - Constructor for class org.apache.oodt.cas.webcomponents.workflow.tasks.WorkflowTaskViewer
 
WorkflowTaskViewerPage - Class in org.apache.oodt.cas.workflow.webapp.monitor.task
Describe your class here.
WorkflowTaskViewerPage(PageParameters) - Constructor for class org.apache.oodt.cas.workflow.webapp.monitor.task.WorkflowTaskViewerPage
 
WorkflowTaskViewerPage - Class in org.apache.oodt.pcs.opsui
Controller for the TaskViewerPage.html.
WorkflowTaskViewerPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.WorkflowTaskViewerPage
 
WorkflowViewer - Class in org.apache.oodt.cas.webcomponents.workflow.model
Describe your class here.
WorkflowViewer(String, String, String, Class<? extends WebPage>) - Constructor for class org.apache.oodt.cas.webcomponents.workflow.model.WorkflowViewer
 
WorkflowViewerPage - Class in org.apache.oodt.cas.workflow.webapp.monitor.workflow
Describe your class here.
WorkflowViewerPage(PageParameters) - Constructor for class org.apache.oodt.cas.workflow.webapp.monitor.workflow.WorkflowViewerPage
 
WorkflowViewerPage - Class in org.apache.oodt.pcs.opsui
Controller for the WorkflowViewerPage.html.
WorkflowViewerPage(PageParameters) - Constructor for class org.apache.oodt.pcs.opsui.WorkflowViewerPage
 
WORKING_DIR_ATTR - Static variable in interface org.apache.oodt.cas.metadata.extractors.ExternConfigReaderMetKeys
 
WrapperQueryExpression - Class in org.apache.oodt.cas.catalog.query
 
WrapperQueryExpression() - Constructor for class org.apache.oodt.cas.catalog.query.WrapperQueryExpression
 
WrapperQueryExpression(QueryExpression) - Constructor for class org.apache.oodt.cas.catalog.query.WrapperQueryExpression
 
write() - Method in class org.apache.oodt.cas.resource.structs.NameValueJobInput
 
write() - Method in interface org.apache.oodt.cas.resource.util.XmlRpcWriteable
 
write() - Method in class org.apache.oodt.cas.workflow.structs.TaskJobInput
 
write(int) - Method in class org.apache.oodt.commons.io.Base64EncodingOutputStream
Write a byte of data.
write(byte[], int, int) - Method in class org.apache.oodt.commons.io.Base64EncodingOutputStream
Write a bunch of bytes.
write(int) - Method in class org.apache.oodt.commons.io.CountingOutputStream
 
write(byte[]) - Method in class org.apache.oodt.commons.io.CountingOutputStream
 
write(byte[], int, int) - Method in class org.apache.oodt.commons.io.CountingOutputStream
 
write(int) - Method in class org.apache.oodt.commons.io.FixedBufferOutputStream
 
write(byte[], int, int) - Method in class org.apache.oodt.commons.io.FixedBufferOutputStream
 
write(int) - Method in class org.apache.oodt.commons.io.LoggerOutputStream
 
write(int) - Method in class org.apache.oodt.commons.io.LogWriter
Write a single character.
write(char[], int, int) - Method in class org.apache.oodt.commons.io.LogWriter
Write a portion of an array of characters.
write(char[]) - Method in class org.apache.oodt.commons.io.LogWriter
Write an array of characters.
write(String, int, int) - Method in class org.apache.oodt.commons.io.LogWriter
Write a portion of a string.
write(String) - Method in class org.apache.oodt.commons.io.LogWriter
Write a string.
write(int) - Method in class org.apache.oodt.commons.io.NullOutputStream
Write a byte to the output stream, which is thrown away.
write(byte[], int, int) - Method in class org.apache.oodt.commons.io.NullOutputStream
Write a byte array to the output stream, which is thrown away.
WRITE_MET_FILE - Static variable in interface org.apache.oodt.cas.pushpull.config.ConfigMetKeys
 
writeCsvFile(String, List<String>, List<List<String>>, String) - Method in class org.apache.oodt.cas.pge.writers.CsvConfigFileWriter
 
writeElementXmlDocument(List<Element>, String) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
writeFromMetadata(Metadata, String) - Method in class org.apache.oodt.cas.pge.PGETaskInstance
 
writeMetadataToXmlStream(OutputStream) - Method in class org.apache.oodt.cas.metadata.SerializableMetadata
Writes out this SerializableMetadata object in XML format to the OutputStream provided
writeMetFile(String, Metadata) - Method in class org.apache.oodt.cas.curation.service.MetadataResource
Writes a CAS Metadata File using the given identifier.
writeMetFileFromJSON(String, String) - Method in class org.apache.oodt.cas.curation.policymgr.CurationPolicyManager
 
writeProductTypeMapXmLDocument(HashMap<String, List<Element>>, HashMap<String, String>, String) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
writeProductTypeXmlDocument(List<ProductType>, String) - Static method in class org.apache.oodt.cas.curation.util.CurationXmlStructFactory
 
writeProductTypeXmlDocument(List<ProductType>, String) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
writer - Variable in class org.apache.oodt.commons.activity.WriterStorage
Where to send the text.
writer - Variable in class org.apache.oodt.commons.io.WriterLogger
The writer to which we write log messages.
WRITER_CLASS_ATTR - Static variable in interface org.apache.oodt.cas.pge.config.PgeConfigMetKeys
 
WriterLogger - Class in org.apache.oodt.commons.io
Log messages to a Writer.
WriterLogger(OutputStream) - Constructor for class org.apache.oodt.commons.io.WriterLogger
Constructor given an output stream.
WriterLogger(Writer) - Constructor for class org.apache.oodt.commons.io.WriterLogger
Constructor given a writer.
WriterLogger(Writer, boolean) - Constructor for class org.apache.oodt.commons.io.WriterLogger
General constructor.
WriterStorage - Class in org.apache.oodt.commons.activity
Storage that sends activity reports to a Writer as plain text.
WriterStorage(Writer) - Constructor for class org.apache.oodt.commons.activity.WriterStorage
Creates a new WriterStorage instance.
writeScriptFile(String) - Method in class org.apache.oodt.cas.workflow.util.CygwinScriptFile
 
writeScriptFile(String) - Method in class org.apache.oodt.cas.workflow.util.ScriptFile
 
writeTextFile(String, String) - Method in class org.apache.oodt.cas.pge.writers.TextConfigFileWriter
 
writeTo(DatasetResource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.oodt.cas.product.jaxrs.writers.DatasetRdfWriter
 
writeTo(DatasetResource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.oodt.cas.product.jaxrs.writers.DatasetRssWriter
 
writeTo(DatasetResource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.oodt.cas.product.jaxrs.writers.DatasetZipWriter
 
writeTo(ProductResource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ProductRssWriter
 
writeTo(ProductResource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ProductZipWriter
 
writeTo(ReferenceResource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ReferenceFileWriter
 
writeTo(ReferenceResource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ReferenceRssWriter
 
writeTo(ReferenceResource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.oodt.cas.product.jaxrs.writers.ReferenceZipWriter
 
writeTo(TransfersResource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.oodt.cas.product.jaxrs.writers.TransfersRssWriter
 
writeToPropEqValFile(String, String[]) - Method in class org.apache.oodt.cas.pushpull.retrievalsystem.RemoteFile
 
writeToXmlFile(String) - Method in class org.apache.oodt.pcs.input.PGEConfigFileWriter
Writes the ConfigurationFile to the specified filePath.
writeXmlFile(Document, String) - Static method in class org.apache.oodt.commons.xml.XMLUtils
This method writes a DOM document to a file
writeXmlToStream(Document, OutputStream) - Static method in class org.apache.oodt.commons.xml.XMLUtils
 

X

X_POINT_ID - Static variable in interface org.apache.oodt.cas.filemgr.catalog.Catalog
 
X_POINT_ID - Static variable in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransfer
 
X_POINT_ID - Static variable in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
 
X_POINT_ID - Static variable in interface org.apache.oodt.cas.filemgr.versioning.Versioner
 
X_POINT_ID - Static variable in interface org.apache.oodt.cas.workflow.engine.WorkflowEngine
 
X_POINT_ID - Static variable in interface org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository
 
XML - Class in org.apache.oodt.commons.util
XML services.
XML() - Constructor for class org.apache.oodt.commons.util.XML
 
XML_MIME_TYPE - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
XML_RPC_HANDLER_NAME - Static variable in class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
XmlFilePgeConfigBuilder - Class in org.apache.oodt.cas.pge.config
An implementation of the PgeConfigBuilder that reads an XML file representation of the PgeConfig.
XmlFilePgeConfigBuilder() - Constructor for class org.apache.oodt.cas.pge.config.XmlFilePgeConfigBuilder
 
XmlHelper - Class in org.apache.oodt.cas.pge.util
Help class with method for parsing XMLFilePgeConfigBuilder config XML file.
XmlNodeRepository - Class in org.apache.oodt.cas.resource.noderepo
 
XmlNodeRepository(List<String>) - Constructor for class org.apache.oodt.cas.resource.noderepo.XmlNodeRepository
 
XmlNodeRepositoryFactory - Class in org.apache.oodt.cas.resource.noderepo
 
XmlNodeRepositoryFactory() - Constructor for class org.apache.oodt.cas.resource.noderepo.XmlNodeRepositoryFactory
 
XMLPSProductHandler - Class in org.apache.oodt.xmlps.product
An XML configurable version of a Product Server that requires no code to be written to plug into a local site's relational backend DBMS.
XMLPSProductHandler(String) - Constructor for class org.apache.oodt.xmlps.product.XMLPSProductHandler
 
XMLPSProductHandler() - Constructor for class org.apache.oodt.xmlps.product.XMLPSProductHandler
 
XMLPSProfileHandler - Class in org.apache.oodt.xmlps.profile
An implementation of a ProfileHandler that extends the capabilities of the XMLPSProductHandler, and uses the XML Specification defined by the mapping file to represent its field mapping information.
XMLPSProfileHandler() - Constructor for class org.apache.oodt.xmlps.profile.XMLPSProfileHandler
 
XMLQuery - Class in org.apache.oodt.xmlquery
EDA XML query class.
XMLQuery(String, String, String, String, String, String, String, String, int) - Constructor for class org.apache.oodt.xmlquery.XMLQuery
Constructor.
XMLQuery(String, String, String, String, String, String, String, String, int, boolean) - Constructor for class org.apache.oodt.xmlquery.XMLQuery
Constructor.
XMLQuery(String, String, String, String, String, String, String, String, int, List) - Constructor for class org.apache.oodt.xmlquery.XMLQuery
Constructor.
XMLQuery(String, String, String, String, String, String, String, String, int, List, boolean) - Constructor for class org.apache.oodt.xmlquery.XMLQuery
Constructor.
XMLQuery(String) - Constructor for class org.apache.oodt.xmlquery.XMLQuery
Instantiates an XMLQuery instance from an XML query structure in string format.
XMLQuery(Node) - Constructor for class org.apache.oodt.xmlquery.XMLQuery
Instantiates an XMLQuery instance from an XML query structure in DOM node format.
XMLQUERY_AND - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
XMLQUERY_EQUAL - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
XMLQUERY_GREATER_THAN - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
XMLQUERY_GREATER_THAN_OR_EQUAL_TO - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
XMLQUERY_LESS_THAN - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
XMLQUERY_LESS_THAN_OR_EQUAL_TO - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
XMLQUERY_LIKE - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
XMLQUERY_LITERAL - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
XMLQUERY_LOGOP - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
XMLQUERY_OR - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
XMLQUERY_QUERYELEM_ROLE_ELEM - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OODTMetKeys
 
XMLQUERY_RELOP - Static variable in interface org.apache.oodt.xmlps.queryparser.ParseConstants
 
XMLQueryHelper - Class in org.apache.oodt.xmlps.util
Helper methods to handle those pesky XMLQuery objects.
XMLQueryHelper() - Constructor for class org.apache.oodt.xmlps.util.XMLQueryHelper
 
XMLQueryKeys - Interface in org.apache.oodt.xmlps.util
Met Keys for dealing with XMLQuerys
XMLQueryMetKeys - Interface in org.apache.oodt.product.handlers.ofsn.metadata
 
XmlQueueRepository - Class in org.apache.oodt.cas.resource.queuerepo
 
XmlQueueRepository(List<String>) - Constructor for class org.apache.oodt.cas.resource.queuerepo.XmlQueueRepository
 
XmlQueueRepositoryFactory - Class in org.apache.oodt.cas.resource.queuerepo
 
XmlQueueRepositoryFactory() - Constructor for class org.apache.oodt.cas.resource.queuerepo.XmlQueueRepositoryFactory
 
XMLRepositoryManager - Class in org.apache.oodt.cas.filemgr.repository
 
XMLRepositoryManager(List<String>) - Constructor for class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
XMLRepositoryManagerFactory - Class in org.apache.oodt.cas.filemgr.repository
 
XMLRepositoryManagerFactory() - Constructor for class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManagerFactory
Default Constructor
XMLRPC - Class in org.apache.oodt.commons.util
XML-RPC utilities.
xmlrpc_addCatalog(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_addCatalog(String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_addCatalog(String, String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_addCatalog(String, String, String, String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_addDictionary(String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_addPluginUrls(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_delete(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getAllPages(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getCalalogProperties() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getCalalogProperties(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getCatalogServiceTransactionId(String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getCatalogServiceTransactionId2(String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getCatalogServiceTransactionIds(String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getCurrentCatalogIds() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getMetadata(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getMetadataFromTransactionIds(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getMetadataFromTransactionIdStrings(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getNextPage(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getNextPage2(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getPage(String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getPage(String, String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getPluginStorageDir() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getPluginUrls() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_getProperty(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_ingest(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_isRestrictIngestPermissions() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_isRestrictQueryPermissions() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_modifyIngestPermission(String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_modifyQueryPermission(String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_query(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_query(String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_removeCatalog(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_replaceCatalog(String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_replaceDictionaries(String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_replaceIndex(String, String) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_shutdown() - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
xmlrpc_transferFile(String, byte[], int, int) - Method in class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
XmlRpcBatchMgr - Class in org.apache.oodt.cas.resource.batchmgr
 
XmlRpcBatchMgr() - Constructor for class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgr
 
XmlRpcBatchMgrFactory - Class in org.apache.oodt.cas.resource.batchmgr
 
XmlRpcBatchMgrFactory() - Constructor for class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgrFactory
 
XmlRpcBatchMgrProxy - Class in org.apache.oodt.cas.resource.batchmgr
 
XmlRpcBatchMgrProxy(JobSpec, ResourceNode, XmlRpcBatchMgr) - Constructor for class org.apache.oodt.cas.resource.batchmgr.XmlRpcBatchMgrProxy
 
XmlRpcBatchStub - Class in org.apache.oodt.cas.resource.system.extern
 
XmlRpcBatchStub(int) - Constructor for class org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub
 
XmlRpcCommunicationChannelClient - Class in org.apache.oodt.cas.catalog.server.channel.xmlrpc
 
XmlRpcCommunicationChannelClient(URL, int, int, int) - Constructor for class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClient
 
XmlRpcCommunicationChannelClientFactory - Class in org.apache.oodt.cas.catalog.server.channel.xmlrpc
 
XmlRpcCommunicationChannelClientFactory() - Constructor for class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelClientFactory
 
XmlRpcCommunicationChannelServer - Class in org.apache.oodt.cas.catalog.server.channel.xmlrpc
 
XmlRpcCommunicationChannelServer() - Constructor for class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServer
 
XmlRpcCommunicationChannelServerFactory - Class in org.apache.oodt.cas.catalog.server.channel.xmlrpc
 
XmlRpcCommunicationChannelServerFactory() - Constructor for class org.apache.oodt.cas.catalog.server.channel.xmlrpc.XmlRpcCommunicationChannelServerFactory
 
XMLRPCFault - Exception in org.apache.oodt.commons.util
XML-RPC fault.
XMLRPCFault(int, String) - Constructor for exception org.apache.oodt.commons.util.XMLRPCFault
Constructor.
XmlRpcFileManager - Class in org.apache.oodt.cas.filemgr.system
 
XmlRpcFileManager(int) - Constructor for class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
Creates a new XmlRpcFileManager with the given metadata store factory, and the given data store factory, on the given port.
XmlRpcFileManagerClient - Class in org.apache.oodt.cas.filemgr.system
 
XmlRpcFileManagerClient(URL) - Constructor for class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
XmlRpcFileManagerClient(URL, boolean) - Constructor for class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
Constructs a new XmlRpcFileManagerClient with the given url.
XmlRpcFilemgrBrowser - Class in org.apache.oodt.cas.filemgr.browser.system
 
XmlRpcFilemgrBrowser() - Constructor for class org.apache.oodt.cas.filemgr.browser.system.XmlRpcFilemgrBrowser
 
XmlRpcResourceManager - Class in org.apache.oodt.cas.resource.system
 
XmlRpcResourceManager(int) - Constructor for class org.apache.oodt.cas.resource.system.XmlRpcResourceManager
 
XmlRpcResourceManagerClient - Class in org.apache.oodt.cas.resource.system
 
XmlRpcResourceManagerClient(URL) - Constructor for class org.apache.oodt.cas.resource.system.XmlRpcResourceManagerClient
Constructs a new XmlRpcResourceManagerClient with the given url.
XmlRpcStructFactory - Class in org.apache.oodt.cas.filemgr.util
 
XmlRpcStructFactory - Class in org.apache.oodt.cas.resource.util
 
XmlRpcStructFactory - Class in org.apache.oodt.cas.workflow.util
A Struct Factory for creating and unpacking Workflow Objects to be sent and received across the XML-RPC wire.
XmlRpcWorkflowManager - Class in org.apache.oodt.cas.workflow.system
An XML RPC-based Workflow manager.
XmlRpcWorkflowManager() - Constructor for class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
XmlRpcWorkflowManager(int) - Constructor for class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager
 
XmlRpcWorkflowManagerClient - Class in org.apache.oodt.cas.workflow.system
 
XmlRpcWorkflowManagerClient(URL) - Constructor for class org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManagerClient
Constructs a new XmlRpcWorkflowManagerClient with the given url.
XmlRpcWriteable - Interface in org.apache.oodt.cas.resource.util
 
XMLStandardOutputStorage - Class in org.apache.oodt.commons.activity
Simple storage that writes XML documents describing activities to the standard output.
XMLStandardOutputStorage() - Constructor for class org.apache.oodt.commons.activity.XMLStandardOutputStorage
Creates a new XMLStandardOutputStorage instance.
XMLStorage - Class in org.apache.oodt.commons.activity
Storage that saves activities as XML documents.
XMLStorage() - Constructor for class org.apache.oodt.commons.activity.XMLStorage
Creates a new XMLStorage instance.
XmlStructFactory - Class in org.apache.oodt.cas.filemgr.util
 
XmlStructFactory - Class in org.apache.oodt.cas.resource.util
 
XmlStructFactory - Class in org.apache.oodt.cas.workflow.util
* A class for constructing Workflow Manager objects from XML Nodes and Elements.
XMLUtils - Class in org.apache.oodt.commons.xml
 
XMLUtils() - Constructor for class org.apache.oodt.commons.xml.XMLUtils
 
XMLValidationLayer - Class in org.apache.oodt.cas.filemgr.validation
 
XMLValidationLayer(List<String>) - Constructor for class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
XMLValidationLayerFactory - Class in org.apache.oodt.cas.filemgr.validation
 
XMLValidationLayerFactory() - Constructor for class org.apache.oodt.cas.filemgr.validation.XMLValidationLayerFactory
Default Constructor
XmlWorkflowModelRepository - Class in org.apache.oodt.cas.workflow.gui.model.repo
Model Repository which stores models in xml files
XmlWorkflowModelRepository(File) - Constructor for class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository
 
XmlWorkflowModelRepository.ConfigGroup - Class in org.apache.oodt.cas.workflow.gui.model.repo
 
XmlWorkflowModelRepository.ConfigGroup(String, Metadata) - Constructor for class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepository.ConfigGroup
 
XmlWorkflowModelRepositoryFactory - Class in org.apache.oodt.cas.workflow.gui.model.repo
Factory for creating xml model repositories
XmlWorkflowModelRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.gui.model.repo.XmlWorkflowModelRepositoryFactory
 
XMLWorkflowRepository - Class in org.apache.oodt.cas.workflow.repository
 
XMLWorkflowRepository(List) - Constructor for class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepository
Constructs a new XMLWorkflowRepository with the given parameter uris.
XMLWorkflowRepositoryFactory - Class in org.apache.oodt.cas.workflow.repository
 
XMLWorkflowRepositoryFactory() - Constructor for class org.apache.oodt.cas.workflow.repository.XMLWorkflowRepositoryFactory
Default Constructor
XslTransformWriter - Class in org.apache.oodt.cas.pge.writers.xslt
 
XslTransformWriter() - Constructor for class org.apache.oodt.cas.pge.writers.xslt.XslTransformWriter
 
XStreamJobRepository - Class in org.apache.oodt.cas.resource.jobrepo
 
XStreamJobRepository(File, int) - Constructor for class org.apache.oodt.cas.resource.jobrepo.XStreamJobRepository
 
XStreamJobRepositoryFactory - Class in org.apache.oodt.cas.resource.jobrepo
 
XStreamJobRepositoryFactory() - Constructor for class org.apache.oodt.cas.resource.jobrepo.XStreamJobRepositoryFactory
 

Y

ymdFormat(Date) - Static method in class org.apache.oodt.commons.util.DateConvert
Format the given date and return the resulting string in a year-month-day format.
ymdParse(String) - Static method in class org.apache.oodt.commons.util.DateConvert
Parse the given date/time string in year-month-day format and return the resulting Date object.

Z

ZOOM_CURSOR - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
ZOOM_IN - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
ZOOM_IN_SELECTED - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
ZOOM_OUT - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 
ZOOM_OUT_SELECTED - Static variable in class org.apache.oodt.cas.workflow.gui.util.IconLoader
 

_

_query(QueryExpression, Set<String>) - Method in class org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

Copyright © 1999-2014 Apache OODT. All Rights Reserved.