A C D E F G H I L M N P Q R S T U V

A

AbstractQueryContext - Class in edu.utah.further.fqe.ds.api.domain
A base class of QueryContext implementations.
AbstractQueryContext() - Constructor for class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Default constructor, for JAXB-related implementations.
AbstractQueryContext.PrivateSection - Interface in edu.utah.further.fqe.ds.api.domain
This section contains methods that should be called only within this class.
AbstractResultContext - Class in edu.utah.further.fqe.ds.api.domain
A base class of ResultContext implementations.
AbstractResultContext() - Constructor for class edu.utah.further.fqe.ds.api.domain.AbstractResultContext
 
AbstractResultContextKey - Class in edu.utah.further.fqe.ds.api.domain
A convenient JavaBean that holds the key fields of a result context, for map indexing.
AbstractResultContextKey() - Constructor for class edu.utah.further.fqe.ds.api.domain.AbstractResultContextKey
 
AbstractStatusMetaData - Class in edu.utah.further.fqe.ds.api.domain
A convenient base class for StatusMetaData implementations.
AbstractStatusMetaData() - Constructor for class edu.utah.further.fqe.ds.api.domain.AbstractStatusMetaData
 
addChild(Data) - Method in class edu.utah.further.fqe.ds.api.domain.Data
Add a child datum to the data list.
addChild(QueryContext) - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
Add a child context to the children context list.
addChild(QueryContext) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Add a child context to the children context list.
addChildren(Collection<? extends QueryContext>) - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
Add children contexts to the children context list.
addChildren(Collection<? extends QueryContext>) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Add children contexts to the children context list.
addDependencyRule(DependencyRule) - Method in interface edu.utah.further.fqe.ds.api.domain.plan.Plan
Add a send rule.
addDependencyRule(DependencyRule) - Method in class edu.utah.further.fqe.ds.api.to.plan.PlanToImpl
 
addDependencyRules(Collection<? extends DependencyRule>) - Method in interface edu.utah.further.fqe.ds.api.domain.plan.Plan
Add multiple send rules.
addDependencyRules(Collection<? extends DependencyRule>) - Method in class edu.utah.further.fqe.ds.api.to.plan.PlanToImpl
 
addExecutionRule(ExecutionRule) - Method in interface edu.utah.further.fqe.ds.api.domain.plan.Plan
Add a send rule.
addExecutionRule(ExecutionRule) - Method in class edu.utah.further.fqe.ds.api.to.plan.PlanToImpl
 
addExecutionRules(Collection<? extends ExecutionRule>) - Method in interface edu.utah.further.fqe.ds.api.domain.plan.Plan
Add multiple send rules.
addExecutionRules(Collection<? extends ExecutionRule>) - Method in class edu.utah.further.fqe.ds.api.to.plan.PlanToImpl
 
addQueries(Collection<? extends SearchQuery>) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
addQueries(Collection<? extends SearchQuery>) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Add multiple queries to this context.
addQuery(SearchQuery) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Add a query to this object.
addQuery(SearchQuery) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Add a query to this context.
addResultView(ResultType, Integer, ResultContext) - Method in interface edu.utah.further.fqe.ds.api.domain.HasResultViews
 
addResultView(ResultType, Integer, ResultContext) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
addResultViewTo(QueryContext, ResultType, Integer, long) - Static method in class edu.utah.further.fqe.ds.api.util.FqeDsQueryContextUtil
 
afterPropertiesSet() - Method in class edu.utah.further.fqe.ds.api.factory.DefaultStaleDateTimeFactory
Initialize the sealer.
afterPropertiesSet() - Method in class edu.utah.further.fqe.ds.api.factory.ResettingStaleDateTimeFactory
Initialize the sealer.

C

cancel(I) - Method in interface edu.utah.further.fqe.ds.api.service.CommandCancel
Issues a cancel command against a given life cycle.
clearResultViews() - Method in interface edu.utah.further.fqe.ds.api.domain.HasResultViews
Remove all result views.
clearResultViews() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
COMMAND_TYPE_NAME - Static variable in enum edu.utah.further.fqe.ds.api.util.MessageHeader
An unfortunate duplication of MessageHeader.COMMAND_TYPE's name, required for the constancy of camel annotation expressions.
CommandCancel<I extends Serializable> - Interface in edu.utah.further.fqe.ds.api.service
A generic interface for all objects that have cancel-able commands.
CommandTrigger<I,O> - Interface in edu.utah.further.fqe.ds.api.service
A generic interface for all objects that trigger FURTHeR commands.
CommandType - Enum in edu.utah.further.fqe.ds.api.util
FQE command types.
compareTo(ResultContextKey) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractResultContextKey
Result of comparing two keys.
compareTo(DependencyRule) - Method in class edu.utah.further.fqe.ds.api.to.plan.DependencyRuleToImpl
Result of comparing two edges.
compareTo(ExecutionRule) - Method in class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
Result of comparing two keys.
computeStaleDateTime() - Static method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Compute the stale date of this query context upon its creation.
copy() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Create a copy of this instance (not a full deep-copy; behaves like QueryContextToImpl.copyFrom(QueryContext)).
copyFrom(QueryContext) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
copyFrom(QueryContext) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Note: the resultEntity reference field is not copied.
copyFrom(ResultContext) - Method in class edu.utah.further.fqe.ds.api.to.ResultContextToImpl
 
copyFrom(StatusMetaData) - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
 
copyFrom(ImmutableTimeInterval) - Method in class edu.utah.further.fqe.ds.api.to.TimeIntervalToImpl
 
copyResultViews(QueryContext) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 

D

Data - Class in edu.utah.further.fqe.ds.api.domain
A composite service transfer object for a single piece of data within the FQE.
Data() - Constructor for class edu.utah.further.fqe.ds.api.domain.Data
Sets no fields.
Data(String, String) - Constructor for class edu.utah.further.fqe.ds.api.domain.Data
Sets all fields.
DATA_SOURCE_ID - Static variable in class edu.utah.further.fqe.ds.api.util.FqeNames
Camel header name: data source identifier column name.
DefaultStaleDateTimeFactory - Class in edu.utah.further.fqe.ds.api.factory
Based on configuration and current time, this class produces the default stale date and time for a given QueryContext.
DefaultStaleDateTimeFactory() - Constructor for class edu.utah.further.fqe.ds.api.factory.DefaultStaleDateTimeFactory
 
DependencyRule - Interface in edu.utah.further.fqe.ds.api.domain.plan
A query plan dependency rule (an edge of the query plan graph).
DependencyRuleToImpl - Class in edu.utah.further.fqe.ds.api.to.plan
A query plan dependency rule (an edge of the query plan graph) JAXB transfer object.
DependencyRuleToImpl() - Constructor for class edu.utah.further.fqe.ds.api.to.plan.DependencyRuleToImpl
No-argument constructor, required for a JAXB entity.
DependencyRuleToImpl(String, String) - Constructor for class edu.utah.further.fqe.ds.api.to.plan.DependencyRuleToImpl
 
DsMetaData - Class in edu.utah.further.fqe.ds.api.domain
A data source's meta data transfer object.
DsMetaData() - Constructor for class edu.utah.further.fqe.ds.api.domain.DsMetaData
Sets no fields.
DsMetaData(String, String) - Constructor for class edu.utah.further.fqe.ds.api.domain.DsMetaData
Sets all fields.
DsMetaData(DsMetaData) - Constructor for class edu.utah.further.fqe.ds.api.domain.DsMetaData
Copy-constructor.
DsState - Enum in edu.utah.further.fqe.ds.api.domain
Data source activation state.

E

edu.utah.further.fqe.ds.api - package edu.utah.further.fqe.ds.api
 
edu.utah.further.fqe.ds.api.domain - package edu.utah.further.fqe.ds.api.domain
 
edu.utah.further.fqe.ds.api.domain.plan - package edu.utah.further.fqe.ds.api.domain.plan
 
edu.utah.further.fqe.ds.api.factory - package edu.utah.further.fqe.ds.api.factory
 
edu.utah.further.fqe.ds.api.service - package edu.utah.further.fqe.ds.api.service
 
edu.utah.further.fqe.ds.api.to - package edu.utah.further.fqe.ds.api.to
Source File: package-info.java
edu.utah.further.fqe.ds.api.to.plan - package edu.utah.further.fqe.ds.api.to.plan
 
edu.utah.further.fqe.ds.api.util - package edu.utah.further.fqe.ds.api.util
 
ENTITY_NAME - Static variable in class edu.utah.further.fqe.ds.api.domain.Data
JAXB name of this entity.
ENTITY_NAME - Static variable in class edu.utah.further.fqe.ds.api.to.StatusesMetaDataToImpl
Entity name
ENTITY_NAME - Static variable in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
The name of the element
ENTITY_NS - Static variable in class edu.utah.further.fqe.ds.api.domain.Data
JAXB namespace of this entity.
equals(Object) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
equals(Object) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractResultContextKey
 
equals(Object) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractStatusMetaData
 
equals(Object) - Method in class edu.utah.further.fqe.ds.api.domain.Data
 
equals(Object) - Method in class edu.utah.further.fqe.ds.api.to.plan.DependencyRuleToImpl
 
equals(Object) - Method in class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
 
execute(QueryContext, Object...) - Method in enum edu.utah.further.fqe.ds.api.domain.QueryAction
 
EXECUTION_ID - Static variable in class edu.utah.further.fqe.ds.api.util.FqeNames
Camel header name: execution identifier within a federated query plan, if this command is part of a non-broadcast plan.
ExecutionRule - Interface in edu.utah.further.fqe.ds.api.domain.plan
A query plan send rule.
ExecutionRuleToImpl - Class in edu.utah.further.fqe.ds.api.to.plan
A query plan send rule JAXB transfer object.
ExecutionRuleToImpl() - Constructor for class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
No-argument constructor, required for a JAXB entity.
ExecutionRuleToImpl(String, Long, String) - Constructor for class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
 

F

fail() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
FEDERATED_RESULT - Static variable in class edu.utah.further.fqe.ds.api.util.FqeEndpointNames
The result topic to which federated query contexts are submitted.
finish() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
FqeDsApiResourceLocator - Class in edu.utah.further.fqe.ds.api.util
A convenient resource-locating class to inject services into non-Spring-managed classes.
FqeDsApiResourceLocator() - Constructor for class edu.utah.further.fqe.ds.api.util.FqeDsApiResourceLocator
 
FqeDsQueryContextUtil - Class in edu.utah.further.fqe.ds.api.util
A stateless test utility class related to QueryContexts that does not require JUnit.
FqeDsQueryContextUtil() - Constructor for class edu.utah.further.fqe.ds.api.util.FqeDsQueryContextUtil
 
FqeEndpointNames - Class in edu.utah.further.fqe.ds.api.util
This class centralizes FQE camel endpoint naming conventions that both the FQE and data sources agree on and are aware of in their routes.
FqeEndpointNames() - Constructor for class edu.utah.further.fqe.ds.api.util.FqeEndpointNames
 
FqeNames - Class in edu.utah.further.fqe.ds.api.util
This class centralizes general-purpose FQE constants.
FqeNames() - Constructor for class edu.utah.further.fqe.ds.api.util.FqeNames
 

G

generateExecutionId(AbstractQueryContext) - Static method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Generate a random child ID.
getActions() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Returns a sorted set of permissible actions based upon the current state.
getActions() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextStateTo
 
getAmount() - Method in class edu.utah.further.fqe.ds.api.factory.DefaultStaleDateTimeFactory
 
getChildren() - Method in class edu.utah.further.fqe.ds.api.domain.Data
Returns a defensive copy of the children list.
getChildren() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getCurrentStatus() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Returns the status metadata about the current context if applicable.
getCurrentStatus() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getDataSourceId() - Method in interface edu.utah.further.fqe.ds.api.domain.plan.ExecutionRule
Return the dataSourceId property.
getDataSourceId() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the unique identifier of the data source that generated this this message.
getDataSourceId() - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Return the unique identifier of the data source that generated this this message.
getDataSourceId() - Method in class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
 
getDataSourceId() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the dataSourceId property.
getDataSourceId() - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
Return the dataSourceId property.
getDate() - Method in class edu.utah.further.fqe.ds.api.domain.Data
Return the date property.
getDependencyExecutionId() - Method in interface edu.utah.further.fqe.ds.api.domain.plan.DependencyRule
Return the dependencyExecutionId property.
getDependencyExecutionId() - Method in class edu.utah.further.fqe.ds.api.to.plan.DependencyRuleToImpl
 
getDependencyRules() - Method in interface edu.utah.further.fqe.ds.api.domain.plan.Plan
Return the dependencyRules property.
getDependencyRules() - Method in class edu.utah.further.fqe.ds.api.to.plan.PlanToImpl
Return the dependencyRules property.
getDescription() - Method in class edu.utah.further.fqe.ds.api.domain.Data
Return the description property.
getDuration() - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Return the duration of the process reporting this status, in milliseconds.
getDuration() - Method in interface edu.utah.further.fqe.ds.api.domain.TimeInterval
Return the duration of the interval (end-start) in milliseconds.
getDuration() - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
 
getDuration() - Method in class edu.utah.further.fqe.ds.api.to.TimeIntervalToImpl
Return the duration of the interval (end-start) in milliseconds.
getEnd() - Method in interface edu.utah.further.fqe.ds.api.domain.ImmutableTimeInterval
Return the ending point of the interval.
getEnd() - Method in class edu.utah.further.fqe.ds.api.to.TimeIntervalToImpl
Return the end property.
getEndDate() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the date at which query execution ended.
getEndDate() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the endDate property.
getEndTime() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
getEndTime() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the time at which query execution ended.
getExecutionId() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the executionId property.
getExecutionId() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the executionId property.
getExecutionRules() - Method in interface edu.utah.further.fqe.ds.api.domain.plan.Plan
Return the executionRules property.
getExecutionRules() - Method in class edu.utah.further.fqe.ds.api.to.plan.PlanToImpl
Return the executionRules property.
getHasChildren() - Method in class edu.utah.further.fqe.ds.api.domain.Data
 
getHasChildren() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getId() - Method in class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
Return the id property.
getId() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextIdentifierTo
 
getId() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextStateTo
 
getId() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getId() - Method in class edu.utah.further.fqe.ds.api.to.ResultContextToImpl
 
getId() - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
 
getInstance() - Static method in class edu.utah.further.fqe.ds.api.util.FqeDsApiResourceLocator
Return the instance property.
getIntersectionIndex() - Method in interface edu.utah.further.fqe.ds.api.domain.ResultContextKey
Return the intersection index.
getIntersectionIndex() - Method in class edu.utah.further.fqe.ds.api.to.ResultContextKeyToImpl
Return the intersectionIndex property.
getKey() - Method in class edu.utah.further.fqe.ds.api.to.ResultContextMapEntryToImpl
Return the key property.
getLabel() - Method in enum edu.utah.further.fqe.ds.api.util.CommandType
Returns a label to be used as a chain request header value relating to this command type.
getMaxRespondingDataSources() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the maxRespondingDataSources property.
getMaxRespondingDataSources() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the maxRespondingDataSources property.
getMinRespondingDataSources() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the minRespondingDataSources property.
getMinRespondingDataSources() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the minRespondingDataSources property.
getName() - Method in class edu.utah.further.fqe.ds.api.domain.Data
 
getName() - Method in enum edu.utah.further.fqe.ds.api.util.CommandType
 
getName() - Method in enum edu.utah.further.fqe.ds.api.util.MessageHeader
Return this header's name.
getNamespaceId() - Method in class edu.utah.further.fqe.ds.api.domain.DsMetaData
Return the namespaceId property.
getNumChildren() - Method in class edu.utah.further.fqe.ds.api.domain.Data
 
getNumChildren() - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
 
getNumChildren() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getNumDependencyRules() - Method in interface edu.utah.further.fqe.ds.api.domain.plan.Plan
 
getNumDependencyRules() - Method in class edu.utah.further.fqe.ds.api.to.plan.PlanToImpl
 
getNumExecutionRules() - Method in interface edu.utah.further.fqe.ds.api.domain.plan.Plan
 
getNumExecutionRules() - Method in class edu.utah.further.fqe.ds.api.to.plan.PlanToImpl
 
getNumQueries() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
getNumQueries() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the number of queries in this context.
getNumRecords() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
getNumRecords() - Method in interface edu.utah.further.fqe.ds.api.domain.HasNumRecords
Return the numRecords property.
getNumRecords() - Method in class edu.utah.further.fqe.ds.api.to.ResultContextToImpl
 
getOriginId() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the unique identifier of the originating query that was used to form this query (e.g.
getOriginId() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the originId property.
getOutcomeExecutionId() - Method in interface edu.utah.further.fqe.ds.api.domain.plan.DependencyRule
Return the outcomeExecutionId property.
getOutcomeExecutionId() - Method in class edu.utah.further.fqe.ds.api.to.plan.DependencyRuleToImpl
 
getParent() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the parent QueryContext of this object, if this is a child QueryContext.
getParent() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the parent QueryContext of this object, if this is a child QueryContext.
getParentId() - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
Return the parent context's ID property.
getParentId() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the parent context's ID property.
getPlan() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Return the plan property.
getPlan() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the plan property.
getPlan() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the plan property.
getPrivateSectionExecutor() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Return the implementation of the private method section of this class.
getPrivateSectionExecutor() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getQueries() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the queries property.
getQueries() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the queries property.
getQuery() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Return the first query.
getQuery() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Returns the SearchQuery
getQueryByQid(Long) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Return a search query with a specified QID (unique SQ identifier within this QC).
getQueryByQid(Long) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return a search query with a specified QID (unique SQ identifier within this QC).
getQueryContext() - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Return the queryContext property.
getQueryContext() - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
Return the queryContext property.
getQueryContextId() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractStatusMetaData
 
getQueryContextId() - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Return the owning query context's ID property.
getQueryContextId() - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
Return the owning query context's ID property.
getQueueDate() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the date at which query was queued in the FQE.
getQueueDate() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the queueDate property.
getQueueTime() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
getQueueTime() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the time at which query was queued in the FQE.
getResult() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractResultContext
Return the raw query result type.
getResult() - Method in interface edu.utah.further.fqe.ds.api.domain.ResultContext
Return the raw query result type.
getResultContext() - Method in interface edu.utah.further.fqe.ds.api.domain.HasResultContext
Return the primary result context associated with this query.
getResultContext() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the resultContext property.
getResultView(ResultType, Integer) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Return a resultContext by key parameters.
getResultView(ResultContextKey) - Method in interface edu.utah.further.fqe.ds.api.domain.HasResultViews
 
getResultView(ResultType, Integer) - Method in interface edu.utah.further.fqe.ds.api.domain.HasResultViews
Return a resultContext by key.
getResultView(ResultContextKey) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getResultViews() - Method in interface edu.utah.further.fqe.ds.api.domain.HasResultViews
 
getResultViews() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the resultViews property.
getRootEntityClass() - Method in interface edu.utah.further.fqe.ds.api.domain.ResultContext
Return the rootEntityClass property.
getRootEntityClass() - Method in class edu.utah.further.fqe.ds.api.to.ResultContextToImpl
 
getSearchQueryId() - Method in interface edu.utah.further.fqe.ds.api.domain.plan.ExecutionRule
Return the searchQueryId property.
getSearchQueryId() - Method in class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
 
getStaleDateTime() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the date & time at which this query is stale.
getStaleDateTime() - Method in class edu.utah.further.fqe.ds.api.factory.DefaultStaleDateTimeFactory
 
getStaleDateTime() - Method in class edu.utah.further.fqe.ds.api.factory.ResettingStaleDateTimeFactory
Get the current stale date
getStaleDateTime() - Method in interface edu.utah.further.fqe.ds.api.factory.StaleDateTimeFactory
Get the current stale date.
getStaleDateTime() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getStaleDateTimeFactory() - Method in class edu.utah.further.fqe.ds.api.util.FqeDsApiResourceLocator
Return the stale date & time factory
getStaleDateTimeInPast() - Static method in class edu.utah.further.fqe.ds.api.util.FqeDsQueryContextUtil
 
getStart() - Method in interface edu.utah.further.fqe.ds.api.domain.ImmutableTimeInterval
Return the starting point of the interval.
getStart() - Method in class edu.utah.further.fqe.ds.api.to.TimeIntervalToImpl
Return the start property.
getStartDate() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the date at which query execution began.
getStartDate() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the startDate property.
getStartTime() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
getStartTime() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the time at which query execution began.
getState() - Method in class edu.utah.further.fqe.ds.api.domain.DsMetaData
Return the state property.
getState() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextStateTo
 
getState() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getStatus() - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Returns the status message.
getStatus() - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
 
getStatusDate() - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Gets the instance in time when this status was set
getStatusDate() - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
 
getStatuses() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Returns all statuses for this QueryContext
getStatuses() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getStatuses() - Method in class edu.utah.further.fqe.ds.api.to.StatusesMetaDataToImpl
 
getStatusTime() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractStatusMetaData
 
getStatusTime() - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Return the status date in milliseconds since the beginning of the epoch.
getTargetNamespaceId() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Returns the target namespace id
getTargetNamespaceId() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getTimeInterval() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return a time interval [query_start_date,query_end_date].
getTimeInterval() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
getTransferObjectClass() - Method in interface edu.utah.further.fqe.ds.api.domain.ResultContext
Returns a String representing the fully qualified transfer object class
getTransferObjectClass() - Method in class edu.utah.further.fqe.ds.api.to.ResultContextToImpl
 
getType() - Method in interface edu.utah.further.fqe.ds.api.domain.plan.Plan
Return the type of this plan.
getType() - Method in interface edu.utah.further.fqe.ds.api.domain.ResultContextKey
For federated result sets: return the result type (sum/intersection/...).
getType() - Method in class edu.utah.further.fqe.ds.api.to.plan.PlanToImpl
 
getType() - Method in class edu.utah.further.fqe.ds.api.to.ResultContextKeyToImpl
Return the type property.
getUnit() - Method in class edu.utah.further.fqe.ds.api.factory.DefaultStaleDateTimeFactory
 
getUserId() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return the userId property.
getValue() - Method in class edu.utah.further.fqe.ds.api.to.ResultContextMapEntryToImpl
Return the value property.

H

hashCode() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
hashCode() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractResultContextKey
Return the hash code of this object.
hashCode() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractStatusMetaData
Return the hash code of this object.
hashCode() - Method in class edu.utah.further.fqe.ds.api.domain.Data
Return the hash code of this object.
hashCode() - Method in class edu.utah.further.fqe.ds.api.to.plan.DependencyRuleToImpl
 
hashCode() - Method in class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
Return the hash code of this object.
HasNumRecords - Interface in edu.utah.further.fqe.ds.api.domain
An abstraction of classes that have a number-of-records JavaBean property.
HasResultContext - Interface in edu.utah.further.fqe.ds.api.domain
An object that holds a query result set.
HasResultViews - Interface in edu.utah.further.fqe.ds.api.domain
An object that holds a query result's federated join aggregated counts.

I

ImmutableTimeInterval - Interface in edu.utah.further.fqe.ds.api.domain
An immutable time interval [start,end].
initializeStaticAccess() - Method in class edu.utah.further.fqe.ds.api.util.FqeDsApiResourceLocator
Set a static reference to the Spring-managed instance so that we can refer to it in domain classes without LTW/Configurable annotation.
isFailed() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
isFailed() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Is this query currently in a failed state.
isInFinalState() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
isInFinalState() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Is the query in a state (that cannot transition to any other state).
isPersistent() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Is this entity persistent or not.
isPersistent() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Is this entity persistent or not.
isStale() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Is this QueryContext stale or not.
isStale() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
isStarted() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
isStopped() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 

L

list - Variable in class edu.utah.further.fqe.ds.api.ResultContextMapAdapter.ValueType
 
LOCAL_NAMESPACE_ID - Static variable in class edu.utah.further.fqe.ds.api.util.FqeNames
Result set translation - local DTS namespace ID (e.g.

M

MARSHAL_REQUEST - Static variable in class edu.utah.further.fqe.ds.api.util.FqeEndpointNames
The topic to which FQE posts federated requests.
MASK_STRING - Static variable in class edu.utah.further.fqe.ds.api.util.FqeNames
The mask string to display when results are less than the mask value but greater than zero.
MessageHeader - Enum in edu.utah.further.fqe.ds.api.util
An enum centralizing all JMS message header naming conventions that the FQE and DS agree upon.

N

newChildInstance(QueryContext, String) - Static method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
A copy-constructor factory method for creating children.
newCopy(QueryContext) - Static method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
A copy-constructor factory method.
newCopy(ResultContext) - Static method in class edu.utah.further.fqe.ds.api.to.ResultContextToImpl
A copy-constructor factory method.
newCopy(StatusMetaData) - Static method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
A copy-constructor factory method.
newCopyWithGeneratedExecutionId(QueryContext) - Static method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
A copy-constructor factory method.
newInstance(long) - Static method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
A factory method that only sets the ID field.
newInstance() - Static method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
A factory method that constructs an instance with a blank state.
newInstance() - Static method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
Generates a new blank StatusMetaData instance.
newInstance(String, String) - Static method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
Generates a new StatusMetaData message instance.
newInstance(String, String, long) - Static method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
Generates a new StatusMetaData message instance with a duration.
newInstance(String, Named) - Static method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
Generates a new StatusMetaData message instance from a Named type
newInstanceWithExecutionId() - Static method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Generate a new query context transfer object with a child ID.
newKey(ResultType, Integer) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
newKey(ResultType, Integer) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
newQueryContextToInstance() - Static method in class edu.utah.further.fqe.ds.api.util.FqeDsQueryContextUtil
 
newResultContext() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Return an empty instance (using no-argument constructor) of the implementation type of the result set field.
newResultContext() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
newResultContextTo() - Static method in class edu.utah.further.fqe.ds.api.util.FqeDsQueryContextUtil
 
newResultContextTo(long) - Static method in class edu.utah.further.fqe.ds.api.util.FqeDsQueryContextUtil
 
newSearchQuery(SearchQuery) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Return a deep copy of a search query suitable for insertion into the QueryContext.getQueries() collection.
newSearchQuery(SearchQuery) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Return a deep copy of a search query suitable for insertion into the QueryContextToImpl.getQueries() collection.
NUM_RECORDS - Static variable in class edu.utah.further.fqe.ds.api.util.FqeDsQueryContextUtil
Fictitious number of records to set on a QueryContext test object.
NUM_RESULTS_IN_VIEW - Static variable in class edu.utah.further.fqe.ds.api.util.FqeDsQueryContextUtil
For result view testing.

P

Plan - Interface in edu.utah.further.fqe.ds.api.domain.plan
A QueryContext execution plan.
Plan.Type - Enum in edu.utah.further.fqe.ds.api.domain.plan
 
PlanToImpl - Class in edu.utah.further.fqe.ds.api.to.plan
A QueryContext execution plan - JAXB transfer object.
PlanToImpl() - Constructor for class edu.utah.further.fqe.ds.api.to.plan.PlanToImpl
 
print(QueryContext) - Static method in class edu.utah.further.fqe.ds.api.util.FqeDsQueryContextUtil
Print a query context to the console.
PROPERTY_STATUS_DATE - Static variable in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
State date property JAXB and database column name.

Q

QUERY_ID - Static variable in class edu.utah.further.fqe.ds.api.util.FqeNames
Query ID object property, column name, etc.
QueryAction - Enum in edu.utah.further.fqe.ds.api.domain
A query context action.
QueryContext - Interface in edu.utah.further.fqe.ds.api.domain
Keeps track of the search criteria, progress and results of a federated query.
QueryContextIdentifier - Interface in edu.utah.further.fqe.ds.api.to
The identifier of a QueryContext separated into it's own class for use when the whole QueryContext does not need to be passed.
QueryContextIdentifierTo - Class in edu.utah.further.fqe.ds.api.to
A lightweight transfer object of a QueryContextIdentifier
QueryContextIdentifierTo() - Constructor for class edu.utah.further.fqe.ds.api.to.QueryContextIdentifierTo
 
QueryContextState - Interface in edu.utah.further.fqe.ds.api.to
The state of a QueryContext separated for passing around just the state instead of the whole QueryContext.
QueryContextStateTo - Class in edu.utah.further.fqe.ds.api.to
A lightweight transfer object which holds the state of a given QueryContext.
QueryContextStateTo() - Constructor for class edu.utah.further.fqe.ds.api.to.QueryContextStateTo
 
QueryContextTo - Interface in edu.utah.further.fqe.ds.api.to
A transfer object counterpart of QueryContext.
QueryContextToImpl - Class in edu.utah.further.fqe.ds.api.to
A QueryContext transfer object implementation.
QueryContextToImpl() - Constructor for class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Default constructor, no fields set.
QueryState - Enum in edu.utah.further.fqe.ds.api.domain
Query context state.
queue() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 

R

removeResultView(ResultContextKey) - Method in interface edu.utah.further.fqe.ds.api.domain.HasResultViews
 
removeResultView(ResultContextKey) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
REQUEST - Static variable in class edu.utah.further.fqe.ds.api.util.FqeEndpointNames
The topic to which FQE posts federated requests.
ResettingStaleDateTimeFactory - Class in edu.utah.further.fqe.ds.api.factory
Resets the stale date and time of QueryContext to null.
ResettingStaleDateTimeFactory() - Constructor for class edu.utah.further.fqe.ds.api.factory.ResettingStaleDateTimeFactory
 
RESULT - Static variable in class edu.utah.further.fqe.ds.api.util.FqeEndpointNames
The result topic to which raw (non-aggregated) data source responses are returned.
ResultContext - Interface in edu.utah.further.fqe.ds.api.domain
A QueryContext's result set information placeholder.
ResultContextKey - Interface in edu.utah.further.fqe.ds.api.domain
An immutable QueryContext result set information placeholder.
ResultContextKeyToImpl - Class in edu.utah.further.fqe.ds.api.to
A convenient JAXB entity that holds the key fields of a result context, for map indexing.
ResultContextKeyToImpl() - Constructor for class edu.utah.further.fqe.ds.api.to.ResultContextKeyToImpl
Required for JAXB.
ResultContextKeyToImpl(ResultContextKey) - Constructor for class edu.utah.further.fqe.ds.api.to.ResultContextKeyToImpl
 
ResultContextKeyToImpl(ResultType, Integer) - Constructor for class edu.utah.further.fqe.ds.api.to.ResultContextKeyToImpl
 
ResultContextMapAdapter - Class in edu.utah.further.fqe.ds.api
A JAXB adapter of the DtsConceptToImpl#properties map.
ResultContextMapAdapter() - Constructor for class edu.utah.further.fqe.ds.api.ResultContextMapAdapter
 
ResultContextMapAdapter.ValueType - Class in edu.utah.further.fqe.ds.api
 
ResultContextMapAdapter.ValueType() - Constructor for class edu.utah.further.fqe.ds.api.ResultContextMapAdapter.ValueType
 
ResultContextMapEntryToImpl - Class in edu.utah.further.fqe.ds.api.to
Used in adapting a ResultContext Map to a JAXB entity.
ResultContextMapEntryToImpl() - Constructor for class edu.utah.further.fqe.ds.api.to.ResultContextMapEntryToImpl
 
ResultContextTo - Interface in edu.utah.further.fqe.ds.api.to
A query result context transfer object.
ResultContextToImpl - Class in edu.utah.further.fqe.ds.api.to
A result set meta data transfer object.
ResultContextToImpl() - Constructor for class edu.utah.further.fqe.ds.api.to.ResultContextToImpl
 

S

setAmount(int) - Method in class edu.utah.further.fqe.ds.api.factory.DefaultStaleDateTimeFactory
 
setCurrentStatus(StatusMetaData) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Sets the status metadata about the current context.
setCurrentStatus(StatusMetaData) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setDataSourceId(String) - Method in interface edu.utah.further.fqe.ds.api.domain.plan.ExecutionRule
Set a new value for the dataSourceId property.
setDataSourceId(String) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Set a new value for the dataSourceId property.
setDataSourceId(String) - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Set a new value for the dataSourceId property.
setDataSourceId(String) - Method in class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
 
setDataSourceId(String) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the dataSourceId property.
setDataSourceId(String) - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
Set a new value for the dataSourceId property.
setDependencyExecutionId(String) - Method in interface edu.utah.further.fqe.ds.api.domain.plan.DependencyRule
Set a new value for the dependencyExecutionId property.
setDependencyExecutionId(String) - Method in class edu.utah.further.fqe.ds.api.to.plan.DependencyRuleToImpl
 
setDescription(String) - Method in class edu.utah.further.fqe.ds.api.domain.Data
Set a new value for the description property.
setDuration(long) - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Set a new value for the duration property.
setDuration(long) - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
 
setEnd(Timestamp) - Method in interface edu.utah.further.fqe.ds.api.domain.TimeInterval
 
setEnd(Timestamp) - Method in class edu.utah.further.fqe.ds.api.to.TimeIntervalToImpl
Set a new value for the end property.
setEndDate(AbstractQueryContext, Timestamp) - Method in interface edu.utah.further.fqe.ds.api.domain.AbstractQueryContext.PrivateSection
Set a new value for the end date.
setEndDate(Timestamp) - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
 
setEndDate(Timestamp) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the endDate property.
setEndTime(Long) - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
 
setEndTime(Long) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setExecutionId(String) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Only to be used in constructors/copy instance methods.
setExecutionId(String) - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
Only to be used in constructors/copy instance methods.
setExecutionId(String) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the executionId property.
setId(String) - Method in class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
 
setId(Long) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextIdentifierTo
 
setId(Long) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextStateTo
 
setId(Long) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setKey(ResultContextKeyToImpl) - Method in class edu.utah.further.fqe.ds.api.to.ResultContextMapEntryToImpl
Set a new value for the key property.
setMaxRespondingDataSources(int) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Set a new value for the maxRespondingDataSources property.
setMaxRespondingDataSources(int) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the maxRespondingDataSources property.
setMinRespondingDataSources(int) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Set a new value for the minRespondingDataSources property.
setMinRespondingDataSources(int) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the minRespondingDataSources property.
setName(String) - Method in class edu.utah.further.fqe.ds.api.domain.Data
Set a new value for the name property.
setNamespaceId(Long) - Method in class edu.utah.further.fqe.ds.api.domain.DsMetaData
Set a new value for the namespaceId property.
setNumRecords(long) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
setNumRecords(long) - Method in interface edu.utah.further.fqe.ds.api.domain.HasNumRecords
Set a new value for the numRecords property.
setNumRecords(long) - Method in class edu.utah.further.fqe.ds.api.to.ResultContextToImpl
 
setOriginId(Long) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Set a new value for the originId property.
setOriginId(Long) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the originId property.
setOutcomeExecutionId(String) - Method in interface edu.utah.further.fqe.ds.api.domain.plan.DependencyRule
Set a new value for the outcomeExecutionId property.
setOutcomeExecutionId(String) - Method in class edu.utah.further.fqe.ds.api.to.plan.DependencyRuleToImpl
 
setParent(QueryContext) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Set a new value for the parent property.
setParent(QueryContext) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the parent property.
setPlan(Plan) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Set a new value for the plan property.
setPlan(Plan) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Set a new value for the plan property.
setPlan(Plan) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the plan property.
setQueries(Collection<? extends SearchQuery>) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
setQueries(List<? extends SearchQuery>) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Set the query collection on this object.
setQueries(Collection<? extends SearchQuery>) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Set the query list of this context.
setQueries(List<? extends SearchQuery>) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setQuery(SearchQuery) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Set a new single query on this object.
setQuery(SearchQuery) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Set a new single query on this object.
setQuery(SearchQuery) - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
Set a new value for the search query TO property.
setQueryContext(QueryContext) - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Set a new value for the queryContext property.
setQueryContext(QueryContext) - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
Set a new value for the queryContext property.
setQueueDate(AbstractQueryContext, Timestamp) - Method in interface edu.utah.further.fqe.ds.api.domain.AbstractQueryContext.PrivateSection
Set a new value for the queue date.
setQueueDate(Timestamp) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
Set a new value for the queueDate property.
setQueueDate(Timestamp) - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
Set a new value for the queue date.
setQueueDate(Timestamp) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the queueDate property.
setQueueTime(Long) - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
Set a new value for the queue date.
setQueueTime(Long) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setResult(Object) - Method in class edu.utah.further.fqe.ds.api.domain.AbstractResultContext
Set a new value for the entityList property.
setResult(Object) - Method in interface edu.utah.further.fqe.ds.api.domain.ResultContext
Set a new value for the resultEntity property.
setResultContext(ResultContext) - Method in interface edu.utah.further.fqe.ds.api.domain.HasResultContext
Set a new value for the resultContext property.
setResultContext(ResultContext) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the resultContext property.
setResultViews(Map<? extends ResultContextKey, ? extends ResultContext>) - Method in interface edu.utah.further.fqe.ds.api.domain.HasResultViews
 
setResultViews(Map<? extends ResultContextKey, ? extends ResultContext>) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setRootEntityClass(String) - Method in interface edu.utah.further.fqe.ds.api.to.ResultContextTo
 
setRootEntityClass(String) - Method in class edu.utah.further.fqe.ds.api.to.ResultContextToImpl
 
setSearchQueryId(Long) - Method in interface edu.utah.further.fqe.ds.api.domain.plan.ExecutionRule
Set a new value for the searchQueryId property.
setSearchQueryId(Long) - Method in class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
 
setStale() - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Marks this QueryContext as stale.
setStale() - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setStaleDateTime(Date) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Return the date & time at which this query is stale.
setStaleDateTime(Date) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setStaleDateTimeInPast(QueryContextTo) - Static method in class edu.utah.further.fqe.ds.api.util.FqeDsQueryContextUtil
 
setStart(Timestamp) - Method in interface edu.utah.further.fqe.ds.api.domain.TimeInterval
 
setStart(Timestamp) - Method in class edu.utah.further.fqe.ds.api.to.TimeIntervalToImpl
Set a new value for the start property.
setStartDate(AbstractQueryContext, Timestamp) - Method in interface edu.utah.further.fqe.ds.api.domain.AbstractQueryContext.PrivateSection
Set a new value for the start date.
setStartDate(Timestamp) - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
 
setStartDate(Timestamp) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the startDate property.
setStartTime(Long) - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextTo
 
setStartTime(Long) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setState(AbstractQueryContext, QueryState) - Method in interface edu.utah.further.fqe.ds.api.domain.AbstractQueryContext.PrivateSection
Set the state field of this object to a new value.
setState(DsState) - Method in class edu.utah.further.fqe.ds.api.domain.DsMetaData
Set a new value for the state property.
setState(QueryState) - Method in interface edu.utah.further.fqe.ds.api.to.QueryContextState
Set a new value for the state property.
setState(QueryState) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextStateTo
 
setState(QueryState) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setStatus(String) - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Sets the status message.
setStatus(String) - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
 
setStatusDate(Date) - Method in interface edu.utah.further.fqe.ds.api.domain.StatusMetaData
Explicitly sets the instance in time for when this status was set.
setStatusDate(Date) - Method in class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
 
setStatuses(List<StatusMetaDataToImpl>) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setStatuses(List<? extends StatusMetaData>) - Method in class edu.utah.further.fqe.ds.api.to.StatusesMetaDataToImpl
 
setTargetNamespaceId(Long) - Method in interface edu.utah.further.fqe.ds.api.domain.QueryContext
Sets the target namespace id if applicable.
setTargetNamespaceId(Long) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
 
setTransferObjectClass(String) - Method in interface edu.utah.further.fqe.ds.api.to.ResultContextTo
 
setTransferObjectClass(String) - Method in class edu.utah.further.fqe.ds.api.to.ResultContextToImpl
 
setUnit(Calendar) - Method in class edu.utah.further.fqe.ds.api.factory.DefaultStaleDateTimeFactory
 
setUserId(String) - Method in class edu.utah.further.fqe.ds.api.to.QueryContextToImpl
Set a new value for the userId property.
setValue(ResultContextToImpl) - Method in class edu.utah.further.fqe.ds.api.to.ResultContextMapEntryToImpl
Set a new value for the value property.
sortChildrenByName() - Method in class edu.utah.further.fqe.ds.api.domain.Data
Effect deterministic children sorting of sources by ascending Data name.
StaleDateTimeFactory - Interface in edu.utah.further.fqe.ds.api.factory
Produces the default stale date and time for a given QueryContext.
start() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
StatusesMetaDataToImpl - Class in edu.utah.further.fqe.ds.api.to
A wrapper for a list of StatusMetaDataToImpls.
StatusesMetaDataToImpl() - Constructor for class edu.utah.further.fqe.ds.api.to.StatusesMetaDataToImpl
Default constructor
StatusesMetaDataToImpl(List<? extends StatusMetaData>) - Constructor for class edu.utah.further.fqe.ds.api.to.StatusesMetaDataToImpl
 
StatusMetaData - Interface in edu.utah.further.fqe.ds.api.domain
Represents the current status of a given QueryContext as it is passed through the data source lifecycle.
StatusMetaDataToImpl - Class in edu.utah.further.fqe.ds.api.to
Transfer Object (XML Representation) implementation of StatusMetaData.
StatusMetaDataToImpl() - Constructor for class edu.utah.further.fqe.ds.api.to.StatusMetaDataToImpl
 
stop() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 

T

TimeInterval - Interface in edu.utah.further.fqe.ds.api.domain
A mutable time interval [start,end]; usually used as a transfer object.
TimeIntervalTo - Interface in edu.utah.further.fqe.ds.api.to
A mutable time interval [start,end]; usually used as a transfer object.
TimeIntervalToImpl - Class in edu.utah.further.fqe.ds.api.to
A transfer object for a time interval.
TimeIntervalToImpl() - Constructor for class edu.utah.further.fqe.ds.api.to.TimeIntervalToImpl
Default constructor, no fields set.
TimeIntervalToImpl(Timestamp, Timestamp) - Constructor for class edu.utah.further.fqe.ds.api.to.TimeIntervalToImpl
 
TimeIntervalToImpl(ImmutableTimeInterval) - Constructor for class edu.utah.further.fqe.ds.api.to.TimeIntervalToImpl
A copy-constructor.
toString() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractQueryContext
 
toString() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractResultContext
 
toString() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractResultContextKey
 
toString() - Method in class edu.utah.further.fqe.ds.api.domain.AbstractStatusMetaData
 
toString() - Method in class edu.utah.further.fqe.ds.api.domain.Data
 
toString() - Method in class edu.utah.further.fqe.ds.api.domain.DsMetaData
 
toString() - Method in class edu.utah.further.fqe.ds.api.to.plan.DependencyRuleToImpl
 
toString() - Method in class edu.utah.further.fqe.ds.api.to.plan.ExecutionRuleToImpl
 
toString() - Method in class edu.utah.further.fqe.ds.api.to.StatusesMetaDataToImpl
 
toString() - Method in class edu.utah.further.fqe.ds.api.to.TimeIntervalToImpl
 
triggerCommand(I) - Method in interface edu.utah.further.fqe.ds.api.service.CommandTrigger
Trigger the execution of an FQE command against this data source with optional input parameters.

U

unmarshalSearchQuery(XmlService, String) - Static method in class edu.utah.further.fqe.ds.api.util.FqeDsQueryContextUtil
Unmarshal a search query XML document into an object graph.

V

valueOf(String) - Static method in enum edu.utah.further.fqe.ds.api.domain.DsState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.utah.further.fqe.ds.api.domain.plan.Plan.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.utah.further.fqe.ds.api.domain.QueryAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.utah.further.fqe.ds.api.domain.QueryState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.utah.further.fqe.ds.api.util.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.utah.further.fqe.ds.api.util.MessageHeader
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.utah.further.fqe.ds.api.domain.DsState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.utah.further.fqe.ds.api.domain.plan.Plan.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.utah.further.fqe.ds.api.domain.QueryAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.utah.further.fqe.ds.api.domain.QueryState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.utah.further.fqe.ds.api.util.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.utah.further.fqe.ds.api.util.MessageHeader
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G H I L M N P Q R S T U V

Copyright © 2011 Office of the AVP for Health Sci. IT. All Rights Reserved.