A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages

A

AAAS - Static variable in class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration.Paths
 
activate(IAquimaSessionActivationContext) - Method in interface com.blueriq.component.api.session.IAquimaSessionLifecycle
Activates the session.
activateSession(IAquimaSession) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Activates the given session.
ActivateSessionListener - Annotation Type in com.blueriq.component.api.annotation
This annotation can be used on controller methods in order to automatically register a SessionListener on the current session before the controller method is invoked, and to automatically unregister the SessionListener after the controller method returns.
ACTUATOR - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
addApplicationInfo(ApplicationID) - Static method in class com.aquima.web.util.BlueriqLogMdcUtil
 
addChildSession(String, IAquimaSession) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Adds the Aquima session and sets the unique session id, it will also be registered as a child session of the specified parent session
addListener(IKeyPattern, IKeyspaceEventListener) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyspaceMonitor
Registers the given listener for the given key pattern.
addListener(String, IKeyspaceEventListener) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyspaceMonitor
Registers the given listener for the given key.
addSession(IAquimaSession) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Adds the Aquima session.
addSessionInfo(HttpServletRequest, IPortalSession) - Static method in class com.aquima.web.util.BlueriqLogMdcUtil
 
addTenantInfo(String) - Static method in class com.aquima.web.util.BlueriqLogMdcUtil
 
addTestPath(String, Version) - Method in class com.blueriq.component.api.shortcut.Shortcut
 
addUserInfo(IUserData) - Static method in class com.aquima.web.util.BlueriqLogMdcUtil
 
AggregateCreateParams - Class in com.blueriq.component.api.aggregate
 
AggregateCreateParams(IEntityInstance, String, String, IEntityInstance...) - Constructor for class com.blueriq.component.api.aggregate.AggregateCreateParams
 
AggregateDeleteParams - Class in com.blueriq.component.api.aggregate
 
AggregateDeleteParams(String, Long, Long) - Constructor for class com.blueriq.component.api.aggregate.AggregateDeleteParams
 
AggregateReadParams - Class in com.blueriq.component.api.aggregate
 
AggregateReadParams(String, Long, Long, IEntityInstance, String) - Constructor for class com.blueriq.component.api.aggregate.AggregateReadParams
 
AggregateService - Interface in com.blueriq.component.api.aggregate
Defines high level methods for aggregate manipulation.
AggregateUpdateParams - Class in com.blueriq.component.api.aggregate
 
AggregateUpdateParams(long, boolean, IEntityInstance, String, IEntityInstance...) - Constructor for class com.blueriq.component.api.aggregate.AggregateUpdateParams
 
ALWAYS - com.blueriq.component.api.FlushMode
Indicates that the session should always be flushed.
ANONYMOUS_KEY - Static variable in interface com.blueriq.component.api.security.IAuthorisationManager
The key which identifies an anonymous user.
anyCharacter() - Method in interface com.blueriq.component.api.store.keyvalue.IKeyPatternBuilder
Appends a pattern element which matches any character, once.
anyString() - Method in interface com.blueriq.component.api.store.keyvalue.IKeyPatternBuilder
Appends a pattern element which matches any string.
AquimaActionHandler - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima action handlers.
AquimaActionHandlerFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima action handler factory.
AquimaApiRendererFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima api renderer factory.
AquimaAuthorizationAlgorithm - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima authorization algorithm.
AquimaBeanProvider - Interface in com.blueriq.component.api
A provider interface that allows injecting beans into various components that cannot be injected directly due to circular dependencies.
AquimaConnection - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are aquima connections.
AquimaConnectionManager - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima connection managers.
AquimaContentManagerFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is a IContentManagerFactory
AquimaDataSerializerFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima connection managers.
AquimaDataSource - Class in com.blueriq.component.api.datasource
Wraps a portalEngine data source and provides an extra unique prefix.
AquimaDataSource(String, IPortalEngineDsFactory) - Constructor for class com.blueriq.component.api.datasource.AquimaDataSource
Creates a AquimaDataSource object.
AquimaDataSource(String, IPortalEngineDsFactory, String, String) - Constructor for class com.blueriq.component.api.datasource.AquimaDataSource
Creates a AquimaDataSource object.
AquimaDocumentRenderer - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima document renderer.
AquimaDomain - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are aquima domains.
AquimaDomainFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima domain factory.
AquimaExpander - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima container expanders (e.g.
AquimaExpanderFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima container/render factory.
AquimaLicenseProvider - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima license providers.
AquimaMask - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima mask.
AquimaMaskFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima mask factory.
AquimaMatchTypeFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima match type factory.
AquimaMode - Enum in com.blueriq.component.api
Enum for setting the mode in which the server is running.
AquimaModuleScope - Annotation Type in com.blueriq.component.api.annotation
Specifies that an Aquima Annotation is only valid for the specified Aquima modules.
AquimaPlugin - Annotation Type in com.blueriq.component.api.annotation
Annotation for registering a plugin
AquimaPriorityAlgorithm - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima priority algorithm.
AquimaProcessExtensionFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima Process Extension Factoryy.
AquimaProjectScope - Annotation Type in com.blueriq.component.api.annotation
Specifies that an Aquima Annotation is only valid for the specified Aquima projects.
AquimaRendererFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima renderer factory.
AquimaResourceManager - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima resource managers.
AquimaRoutingAlgorithm - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima routing algorithm.
AquimaRuleFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima rule factory.
AquimaService - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are aquima services.
AquimaServiceFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima service factory.
AquimaSessionId - Annotation Type in com.blueriq.component.api.annotation
An annotation used to identify a controller method parameter which represents an AquimaSession ID.
AquimaSoapMessageHandler - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are soap message handlers.
AquimaSoapMessageHandlerFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima soap handler factory.
AquimaTestApplication - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that extend ApplicationTemplate.
AquimaTimelineDao - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima timeline daos.
AquimaTraceDao - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima trace daos.
AquimaUserScopeDao - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are Aquima userscope dao's.
AquimaValidator - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima validator.
AquimaValidatorFactory - Annotation Type in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima validator factory.
AquimaWebConfiguration - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that contain the configuration for applications.
AquimaXmlRenderer - Annotation Type in com.blueriq.component.api.annotation
Annotation for classes that are an xml renderer.
ATTRIBUTE_NAME - Static variable in class com.blueriq.component.api.shortcut.StoreTestPathActionHandler
 
AUTHENTICATION - Static variable in class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration.Mappings
 
AUTO - com.blueriq.component.api.FlushMode
Indicates that the flush mode should automatically be determined based on context.
AutoWiringSpringBeanJobFactory - Class in com.blueriq.component.api.quartz
Creates job instances assuming that there is a prototype-scoped bean defined in the Spring Application Context for every job class defined in JobDetail instances.
AutoWiringSpringBeanJobFactory(ApplicationContext) - Constructor for class com.blueriq.component.api.quartz.AutoWiringSpringBeanJobFactory
 

B

BlueriqAuthentication - Interface in com.blueriq.component.api.security
Interface for custom authentication provider that allows the IAuthorisationManager to pick up roles, teams and properties and map them to IUserData without the need for custom code
BlueriqLogMdcUtil - Class in com.aquima.web.util
 
BlueriqProfiles - Class in com.blueriq.component.api
 
BlueriqProfiles() - Constructor for class com.blueriq.component.api.BlueriqProfiles
 
BlueriqServiceAccount - Interface in com.blueriq.component.api.security
Represents the service account of the current Runtime instance.
build() - Method in interface com.blueriq.component.api.store.keyvalue.IKeyPatternBuilder
Builds a key pattern from the elements appended so far.
buildDataSource(String) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
buildJndiDataSource() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 

C

CASE_ENGINE - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
CASE_ENGINE_CLIENT - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
cleanIdleSessions() - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Closes and removes idle (expired) sessions.
clearAuthorisation() - Method in interface com.blueriq.component.api.security.IAuthorisationManager
Clears the current authorisation, e.g no user is logged in.
close() - Method in interface com.blueriq.component.api.IAquimaSession
Closes this portal session.
close() - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore.IKeyIterator
 
closeSession(String) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Requests that an aquima session be closed and removed, including all its child sessions.
CMIS_CLIENT - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
com.aquima.web.boot.annotation - package com.aquima.web.boot.annotation
 
com.aquima.web.filter - package com.aquima.web.filter
 
com.aquima.web.util - package com.aquima.web.util
 
com.blueriq.component.api - package com.blueriq.component.api
 
com.blueriq.component.api.aggregate - package com.blueriq.component.api.aggregate
 
com.blueriq.component.api.annotation - package com.blueriq.component.api.annotation
 
com.blueriq.component.api.comments.dao - package com.blueriq.component.api.comments.dao
 
com.blueriq.component.api.comments.exception - package com.blueriq.component.api.comments.exception
 
com.blueriq.component.api.connection - package com.blueriq.component.api.connection
 
com.blueriq.component.api.datasource - package com.blueriq.component.api.datasource
 
com.blueriq.component.api.dcm.event - package com.blueriq.component.api.dcm.event
 
com.blueriq.component.api.dcm.lists - package com.blueriq.component.api.dcm.lists
 
com.blueriq.component.api.exception - package com.blueriq.component.api.exception
 
com.blueriq.component.api.externalflow - package com.blueriq.component.api.externalflow
 
com.blueriq.component.api.i18n - package com.blueriq.component.api.i18n
 
com.blueriq.component.api.oauth2 - package com.blueriq.component.api.oauth2
 
com.blueriq.component.api.plugin - package com.blueriq.component.api.plugin
 
com.blueriq.component.api.publisher.client.model - package com.blueriq.component.api.publisher.client.model
 
com.blueriq.component.api.publisher.client.repository - package com.blueriq.component.api.publisher.client.repository
 
com.blueriq.component.api.publisher.datasource - package com.blueriq.component.api.publisher.datasource
 
com.blueriq.component.api.push.channel - package com.blueriq.component.api.push.channel
 
com.blueriq.component.api.quartz - package com.blueriq.component.api.quartz
 
com.blueriq.component.api.scheduler - package com.blueriq.component.api.scheduler
 
com.blueriq.component.api.security - package com.blueriq.component.api.security
 
com.blueriq.component.api.session - package com.blueriq.component.api.session
 
com.blueriq.component.api.shortcut - package com.blueriq.component.api.shortcut
 
com.blueriq.component.api.shortcut.function - package com.blueriq.component.api.shortcut.function
 
com.blueriq.component.api.store - package com.blueriq.component.api.store
 
com.blueriq.component.api.store.externalflow - package com.blueriq.component.api.store.externalflow
 
com.blueriq.component.api.store.externalflow.exception - package com.blueriq.component.api.store.externalflow.exception
 
com.blueriq.component.api.store.keyvalue - package com.blueriq.component.api.store.keyvalue
 
com.blueriq.component.api.store.keyvalue.exception - package com.blueriq.component.api.store.keyvalue.exception
 
com.blueriq.component.api.ui - package com.blueriq.component.api.ui
 
com.blueriq.component.api.ui.mvc - package com.blueriq.component.api.ui.mvc
 
com.blueriq.component.api.workunit - package com.blueriq.component.api.workunit
 
COMMENTS_SQL_STORE - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
CommentsDataAccessException - Exception in com.blueriq.component.api.comments.exception
Exception used to notify that operation on comments dao failed due to data access problems.
CommentsDataAccessException(Throwable) - Constructor for exception com.blueriq.component.api.comments.exception.CommentsDataAccessException
 
CommentSearchCriteria - Class in com.blueriq.component.api.comments.dao
Search criteria for searching comments.
CommentSearchCriteria() - Constructor for class com.blueriq.component.api.comments.dao.CommentSearchCriteria
 
connectionType() - Method in annotation type com.blueriq.component.api.annotation.AquimaConnection
Returns the name of the connection type.
createAggregate(IPortalContext, AggregateCreateParams, IAggregateDefinition) - Method in interface com.blueriq.component.api.aggregate.AggregateService
Creates an aggregate based on the information in the profile (accessible via the portal context), the parameters and the aggregate definition
createAnonymousUser() - Method in interface com.blueriq.component.api.security.IAuthorisationManager
This methods creates an anonymous user if this is required for the current authorisation method.
createChildSession(IAquimaSessionsMap, String, ApplicationID, ModuleID, Channel, IUserData, String) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Creates a child portal session for the specified application and module and saves the session.
createChildSession(IAquimaSessionsMap, String, ApplicationID, String, IUserData, String) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Creates a portal session for the specified application.
createDataSource() - Method in interface com.blueriq.component.api.datasource.IPortalEngineDsFactory
This method returns the datasource.
createJobInstance(TriggerFiredBundle) - Method in class com.blueriq.component.api.quartz.AutoWiringSpringBeanJobFactory
 
createNonInteractiveSession(ApplicationID, IUserData) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Creates a portal session for the specified application and saves the session.
createSession(IAquimaSessionsMap, ApplicationID, String, IUserData, String) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Creates a web portal session for the specified application and saves the session.
createVersionFromString(String, String) - Static method in class com.blueriq.component.api.plugin.PluginVersion
 
Csrf - Annotation Type in com.blueriq.component.api.annotation
Controls CSRF behaviour for a controller method.
CUSTOMERDATA_CLIENT - Static variable in class com.blueriq.component.api.BlueriqProfiles
 

D

DASHBOARD - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
DATAMAPPING_SIMULATOR - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
DATASOURCE_PREFIX - Static variable in interface com.blueriq.component.api.publisher.datasource.PublisherDataSource
 
DATASOURCE_TYPE - Static variable in interface com.blueriq.component.api.publisher.datasource.PublisherDataSource
 
DataSourceProfile - Class in com.blueriq.component.api.datasource
The class defines the possible datasource profiles.
DatasourceProperties - Class in com.blueriq.component.api.datasource
 
DatasourceProperties() - Constructor for class com.blueriq.component.api.datasource.DatasourceProperties
 
DatasourcePropertiesUtil - Class in com.blueriq.component.api.datasource
Util class for creating a properties object for hibernate settings (like the dialect) based for a specific datasource.
DcmEvent - Interface in com.blueriq.component.api.dcm.event
 
DcmEventBase - Class in com.blueriq.component.api.dcm.event
 
DcmEventBase() - Constructor for class com.blueriq.component.api.dcm.event.DcmEventBase
 
DcmEventBase(String, String, String) - Constructor for class com.blueriq.component.api.dcm.event.DcmEventBase
 
DcmEventCaseCreate - Class in com.blueriq.component.api.dcm.event
 
DcmEventCaseCreate() - Constructor for class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
DcmEventCaseCreate(String, String, String, String, String, String, String, String, Set<String>, Set<String>, AggregateModel, List<IExpression>, AggregateModel, List<IExpression>, String, String, String, String, String, String, String, String) - Constructor for class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
DcmEventStartAutomaticTask - Class in com.blueriq.component.api.dcm.event
 
DcmEventStartAutomaticTask() - Constructor for class com.blueriq.component.api.dcm.event.DcmEventStartAutomaticTask
 
DcmEventStartAutomaticTask(String, String, String, String, String, String, String, String, Set<String>, Set<String>, long) - Constructor for class com.blueriq.component.api.dcm.event.DcmEventStartAutomaticTask
 
DcmEventTaskAborted - Class in com.blueriq.component.api.dcm.event
 
DcmEventTaskAborted() - Constructor for class com.blueriq.component.api.dcm.event.DcmEventTaskAborted
 
DcmEventTaskAborted(String, String, String, String, String, String, String, String, Set<String>, Set<String>, long) - Constructor for class com.blueriq.component.api.dcm.event.DcmEventTaskAborted
 
DcmEventTaskAborted(String, String, String, String, String, Set<String>, Set<String>, long) - Constructor for class com.blueriq.component.api.dcm.event.DcmEventTaskAborted
 
DcmEventTaskCompleted - Class in com.blueriq.component.api.dcm.event
 
DcmEventTaskCompleted() - Constructor for class com.blueriq.component.api.dcm.event.DcmEventTaskCompleted
 
DcmEventTaskCompleted(String, String, String, String, String, String, Map<String, Map<String, Object>>, String, String, Set<String>, Set<String>, long, String, String) - Constructor for class com.blueriq.component.api.dcm.event.DcmEventTaskCompleted
 
DcmEventTaskCompleted(String, String, String, Map<String, Map<String, Object>>, String, String, Set<String>, Set<String>, long, String, String) - Constructor for class com.blueriq.component.api.dcm.event.DcmEventTaskCompleted
 
DcmEventThrowMessageEvent - Class in com.blueriq.component.api.dcm.event
 
DcmEventThrowMessageEvent() - Constructor for class com.blueriq.component.api.dcm.event.DcmEventThrowMessageEvent
 
DcmEventThrowMessageEvent(String, String, String, String, String, Set<String>, Set<String>, String, Map<String, Object>, Set<Long>) - Constructor for class com.blueriq.component.api.dcm.event.DcmEventThrowMessageEvent
 
DCMLISTS_CLIENT - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
DcmProcessEvent - Interface in com.blueriq.component.api.dcm.event
 
DcmProcessEventBase - Class in com.blueriq.component.api.dcm.event
 
DcmProcessEventBase() - Constructor for class com.blueriq.component.api.dcm.event.DcmProcessEventBase
 
DcmProcessEventBase(String, String, String, String, String, String, String, String, Set<String>, Set<String>) - Constructor for class com.blueriq.component.api.dcm.event.DcmProcessEventBase
 
DcmScheduledEvent - Interface in com.blueriq.component.api.dcm.event
 
DcmScheduledEventImpl - Class in com.blueriq.component.api.dcm.event
 
DcmScheduledEventImpl() - Constructor for class com.blueriq.component.api.dcm.event.DcmScheduledEventImpl
 
DcmScheduledEventImpl(ScheduledEventType, String, long, long, String, String, String, Date) - Constructor for class com.blueriq.component.api.dcm.event.DcmScheduledEventImpl
 
DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_NUM_TESTS_PER_EVICTION_RUN - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_POOL_INITIAL_SIZE - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_POOL_MAX_IDLE - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_POOL_MAX_TOTAL - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_POOL_MAX_WAIT - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_POOL_MIN_IDLE - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_TEST_ON_BORROW - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_TEST_ON_RETURN - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_TEST_WHILE_IDLE - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_VALIDATION_QUERY - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
DEFAULT_VALIDATION_QUERY_TIMEOUT - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 
delete(String) - Method in interface com.blueriq.component.api.store.externalflow.IExternalFlowStore
Removes the specified key.
delete(String) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Removes the specified key
DELETE - com.blueriq.component.api.store.keyvalue.KeyspaceEvent
This event indicates a key has been deleted.
deleteAggregate(IPortalContext, AggregateDeleteParams) - Method in interface com.blueriq.component.api.aggregate.AggregateService
Deletes an aggregate based on the parameters provided
deleteAll(String...) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Removes the specified keys.
deserialize(byte[], Class<T>) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Deserializes the given byte array as an instance of the given class.
determineCurrentLookupKey() - Method in class com.blueriq.component.api.datasource.TenantAwareRoutingSource
 
DEVELOPMENT - com.blueriq.component.api.AquimaMode
 
DEVELOPMENT_TOOLS_V1 - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
DEVELOPMENT_TOOLS_V2 - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.aquima.web.filter.FilterDelegate
 
DuplicateSessionException - Exception in com.blueriq.component.api.exception
Exception thrown when two sessions with the same ID are registered in an IAquimaSessionsMap.
DuplicateSessionException(String) - Constructor for exception com.blueriq.component.api.exception.DuplicateSessionException
 
DynamicShortcutReference - Class in com.blueriq.component.api.shortcut
 
DynamicShortcutReference(IShortcut, ApplicationID) - Constructor for class com.blueriq.component.api.shortcut.DynamicShortcutReference
 

E

elementClass() - Method in annotation type com.blueriq.component.api.annotation.AquimaXmlRenderer
Returns the element class.
EmbeddedCondition - Class in com.blueriq.component.api.datasource
 
EmbeddedCondition() - Constructor for class com.blueriq.component.api.datasource.EmbeddedCondition
 
EmptyDataSource - Class in com.blueriq.component.api.datasource
Empty datasource so that non configured datasource bean can return this instead of null which leads to problems with RefreshScope annotation
EmptyDataSource() - Constructor for class com.blueriq.component.api.datasource.EmptyDataSource
 
equals(Object) - Method in class com.blueriq.component.api.dcm.event.DcmEventBase
 
equals(Object) - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
equals(Object) - Method in class com.blueriq.component.api.dcm.event.DcmEventStartAutomaticTask
 
equals(Object) - Method in class com.blueriq.component.api.dcm.event.DcmEventTaskAborted
 
equals(Object) - Method in class com.blueriq.component.api.dcm.event.DcmEventTaskCompleted
 
equals(Object) - Method in class com.blueriq.component.api.dcm.event.DcmEventThrowMessageEvent
 
equals(Object) - Method in class com.blueriq.component.api.dcm.event.DcmProcessEventBase
 
equals(Object) - Method in class com.blueriq.component.api.dcm.event.DcmScheduledEventImpl
 
equals(Object) - Method in class com.blueriq.component.api.plugin.PluginMetadata
 
equals(Object) - Method in class com.blueriq.component.api.plugin.PluginVersion
 
equals(Object) - Method in class com.blueriq.component.api.ProjectReference
 
equals(Object) - Method in class com.blueriq.component.api.shortcut.Shortcut
 
execute() - Method in interface com.blueriq.component.api.workunit.ITypedWorkUnit
Executes this work unit and returns the result.
execute() - Method in interface com.blueriq.component.api.workunit.IWorkUnit
Executes the work in this work unit.
executeAction(String, Map<String, ?>) - Method in interface com.blueriq.component.api.IAquimaSession
This method will invoke an action handler using the current portal session context.
executeInlineAction(IActionHandler, Map<String, ?>) - Method in interface com.blueriq.component.api.IAquimaSession
This method will invoke an action handler using the current portal session context.
EXPIRATION - com.blueriq.component.api.dcm.event.ScheduledEventType
 
expire(String, long, TimeUnit) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Sets the expiration time for the given key.
EXPIRED - com.blueriq.component.api.store.keyvalue.KeyspaceEvent
This event indicates a key has expired.
EXTERNAL_DATASOURCE_PROFILE_NAME - Static variable in class com.blueriq.component.api.datasource.DataSourceProfile
 
EXTERNAL_FLOW - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
ExternalFlowStoreException - Exception in com.blueriq.component.api.store.externalflow.exception
Exception thrown if the communication with external flow store fails for various reasons.
ExternalFlowStoreException(String) - Constructor for exception com.blueriq.component.api.store.externalflow.exception.ExternalFlowStoreException
Basic constructor with only a message explaining the cause of the error.
ExternalFlowStoreException(String, Throwable) - Constructor for exception com.blueriq.component.api.store.externalflow.exception.ExternalFlowStoreException
Constructor with both a message and an exception explaining the cause of the error.
ExternalFlowStoreException(Throwable) - Constructor for exception com.blueriq.component.api.store.externalflow.exception.ExternalFlowStoreException
Basic constructor with only the cause of the error.

F

FilterDelegate - Class in com.aquima.web.filter
Filter responsible for delegating requests to org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
FilterDelegate(Filter) - Constructor for class com.aquima.web.filter.FilterDelegate
 
find(CommentSearchCriteria) - Method in interface com.blueriq.component.api.comments.dao.ICommentsDao
Search for comments, orderer by date descending.
flush() - Method in interface com.blueriq.component.api.IAquimaSessionsMap
When sessions are stored in an external session store, flushing the session manager causes all sessions that may have locally been cached to be written in the external session store and the cache to be cleared.
flushMode() - Method in annotation type com.blueriq.component.api.annotation.AquimaSessionId
Indicates whether the session should be flushed to the external session store after the current request completes.
FlushMode - Enum in com.blueriq.component.api
Members of this enum are used to indicate to the IAquimaSessionsMap session manager the intent for a requested session.
FunctionShortcut - Class in com.blueriq.component.api.shortcut.function
 
FunctionShortcut() - Constructor for class com.blueriq.component.api.shortcut.function.FunctionShortcut
 

G

generateNewWard() - Method in interface com.blueriq.component.api.ui.IPageWard
 
get(String, Class<T>) - Method in interface com.blueriq.component.api.store.externalflow.IExternalFlowStore
Returns the value specified fot the given key.
get(String, Class<T>) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Returns the value for the specified key
getAccessTime() - Method in interface com.blueriq.component.api.IAquimaSession
This method returns the date when this session was last accessed.
getAccessToken(Oauth2AccessTokenProviderParameters) - Method in interface com.blueriq.component.api.oauth2.Oauth2AccessTokenProvider
 
getAggregateId() - Method in class com.blueriq.component.api.aggregate.AggregateDeleteParams
 
getAggregateId() - Method in class com.blueriq.component.api.aggregate.AggregateReadParams
 
getAggregateId() - Method in class com.blueriq.component.api.aggregate.AggregateUpdateParams
 
getAggregateReferenceEntity() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getAggregateType() - Method in class com.blueriq.component.api.aggregate.AggregateDeleteParams
 
getAggregateType() - Method in class com.blueriq.component.api.aggregate.AggregateReadParams
 
getAllParameters() - Method in interface com.blueriq.component.api.IProjectReference
This method returns all the parameters.
getAllParameters() - Method in class com.blueriq.component.api.ProjectReference
This method returns all the parameters set with with ProjectReference.setParameters(Map).
getApplication() - Method in interface com.blueriq.component.api.IProjectDetails
This method should not be used, but the other methods in this class.
getApplicationId() - Method in interface com.blueriq.component.api.comments.dao.ICommentEntry
Returns the id of the application.
getApplicationId() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getApplicationId() - Method in class com.blueriq.component.api.shortcut.DynamicShortcutReference
 
getApplicationId() - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
getApplicationId() - Method in interface com.blueriq.component.api.ui.IRenderContext
 
getAquimaEngineConfiguration() - Method in interface com.blueriq.component.api.session.IAquimaSessionActivationContext
 
getAquimaEngineFacade() - Method in interface com.blueriq.component.api.AquimaBeanProvider
 
getAquimaMode() - Method in interface com.blueriq.component.api.IAquimaEngineConfiguration
This method returns the method where the engine is running in.
getAquimaUi() - Method in interface com.blueriq.component.api.IAquimaSession
Returns the current web render engine.
getAquimaUi() - Method in interface com.blueriq.component.api.IProjectReference
 
getAquimaUi() - Method in class com.blueriq.component.api.ProjectReference
 
getAquimaUi(String) - Method in interface com.blueriq.component.api.IAquimaEngineConfiguration
This method returns the Aquima UI for the specified name.
getAquimaUi(String) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Returns the render engine by name.
getAquimaUiNames() - Method in interface com.blueriq.component.api.IAquimaEngineConfiguration
This method return a list with all the names of the registered Aquima User Interfaces.
getArtifactId() - Method in interface com.blueriq.component.api.plugin.IPluginMetadata
This method returns the artifactId.
getArtifactId() - Method in class com.blueriq.component.api.plugin.PluginMetadata
 
getAvailableAquimaUIs() - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Returns the list of the name of configured Aquima user interfaces.
getAvailableFlows() - Method in interface com.blueriq.component.api.IProjectDetails
 
getAvailableSessionIds() - Method in interface com.blueriq.component.api.IAquimaSessionsMap
This method returns all the available session ids.
getBranch() - Method in class com.blueriq.component.api.plugin.PluginVersion
This method returns the branch.
getBranch() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getBuildNumber() - Method in class com.blueriq.component.api.plugin.PluginVersion
This method returns the build number set by Hudson.
getCaseAggregate() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getCaseDataAggregate() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getCaseId() - Method in interface com.blueriq.component.api.dcm.event.DcmScheduledEvent
 
getCaseId() - Method in class com.blueriq.component.api.dcm.event.DcmScheduledEventImpl
 
getChannel() - Method in interface com.blueriq.component.api.IProjectReference
 
getChannel() - Method in class com.blueriq.component.api.ProjectReference
 
getChannels() - Method in interface com.blueriq.component.api.IGeneralProjectDetails
 
getChildSessions(String) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Returns the child sessions of the specified parent session
getChildSessions(String, String) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Returns the child sessions of the specified parent session which were created on the specified page.
getClientId() - Method in interface com.blueriq.component.api.oauth2.Oauth2AccessTokenProviderParameters
 
getClientSecret() - Method in interface com.blueriq.component.api.oauth2.Oauth2AccessTokenProviderParameters
 
getComment() - Method in interface com.blueriq.component.api.comments.dao.ICommentEntry
The comment.
getComment() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getContent() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getCreateMessageEventName() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getCsrfToken() - Method in interface com.blueriq.component.api.IAquimaSession
This method returns the current CSRF token of this session.
getCurrentChannel() - Method in interface com.blueriq.component.api.IAquimaSession
This method returns the current channel.
getCurrentLanguage() - Method in interface com.blueriq.component.api.IAquimaSession
Returns the current selected language.
getCurrentPage() - Method in interface com.blueriq.component.api.IAquimaSession
Returns the current page.
getCurrentUser() - Method in interface com.blueriq.component.api.IAquimaSession
This method will return the current user.
getData() - Method in class com.blueriq.component.api.push.channel.PushMessage
 
getDate() - Method in interface com.blueriq.component.api.comments.dao.ICommentEntry
Returns the date of insertion.
getDefaultLanguage() - Method in interface com.blueriq.component.api.IProjectDetails
 
getDefaultLanguage() - Method in interface com.blueriq.component.api.ui.IRenderContext
 
getDefaultProjectRequest() - Method in interface com.blueriq.component.api.shortcut.IShortcutManager
This method returns the default project request for the default shortcut.
getDefaultShortcut() - Method in interface com.blueriq.component.api.shortcut.IShortcutManager
 
getDefaultVersion(String) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Returns the default version of the project.
getDescription() - Method in class com.blueriq.component.api.datasource.AquimaDataSource
 
getDescription() - Method in interface com.blueriq.component.api.plugin.IPluginMetadata
This method returns the description of the plugin.
getDescription() - Method in class com.blueriq.component.api.plugin.PluginMetadata
 
getDisplayPeriod() - Method in class com.blueriq.component.api.comments.dao.CommentSearchCriteria
Returns the filtered display period.
getDriver() - Method in class com.blueriq.component.api.connection.SqlConnectionData
 
getDriverClassName() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getDriverClassName() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getEffectiveFlushMode(FlushMode, FlushMode) - Static method in enum com.blueriq.component.api.FlushMode
When there is a choice between two flush modes to be used, this method determines the effective flush mode between the two choices, the one with the highest precedence.
getEmitter(String) - Method in interface com.blueriq.component.api.push.channel.PushChannel
Obtain a Flux of PushMessages
getEnvironmentName() - Method in interface com.blueriq.component.api.publisher.client.repository.IPublishedProjectRepository
Returns the environmentName for which this repository can read projects from the publisher client database
getExportDate() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getFlow() - Method in interface com.blueriq.component.api.IProjectReference
 
getFlow() - Method in class com.blueriq.component.api.ProjectReference
 
getFromSession(HttpSession) - Method in interface com.blueriq.component.api.push.channel.PushChannelRetriever
 
getFromSessionAndCreateIfAbsent(HttpSession) - Method in interface com.blueriq.component.api.push.channel.PushChannelRetriever
 
getFunction() - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
getFunctionShortcut(String) - Method in interface com.blueriq.component.api.shortcut.function.IFunctionShortcutManager
 
getFunctionShortcuts() - Method in interface com.blueriq.component.api.shortcut.function.IFunctionShortcutManager
 
getGrantType() - Method in interface com.blueriq.component.api.oauth2.Oauth2AccessTokenProviderParameters
 
getGroupId() - Method in interface com.blueriq.component.api.plugin.IPluginMetadata
This method returns the groupId of the plugin.
getGroupId() - Method in class com.blueriq.component.api.plugin.PluginMetadata
 
getHibernateProperties(ConfigurableEnvironment, String) - Static method in class com.blueriq.component.api.datasource.DatasourcePropertiesUtil
This method returns the hibernate properties for a datasource.
getId() - Method in interface com.blueriq.component.api.IProjectDetails
 
getId() - Method in class com.blueriq.component.api.push.channel.PushMessage
 
getIdAsString() - Method in class com.blueriq.component.api.push.channel.PushMessage
 
getIdAttribute() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getInstancesToStore() - Method in class com.blueriq.component.api.aggregate.AggregateCreateParams
 
getInstancesToStore() - Method in class com.blueriq.component.api.aggregate.AggregateUpdateParams
 
getInstancesToStoreWithCase() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getInstancesToStoreWithCaseData() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getJndi() - Method in class com.blueriq.component.api.connection.SqlConnectionData
 
getJndiDataSource() - Method in class com.blueriq.component.api.connection.SqlConnectionData
This method returns the datasource for the jndi name (if set).
getJndiName() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getJndiName() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getKey() - Method in interface com.blueriq.component.api.ui.IPageWard
 
getKeyPatternBuilder() - Method in interface com.blueriq.component.api.store.keyvalue.IKeyspaceMonitor
Returns a builder for creating key patterns.
getKeyPatternBuilder() - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Returns a builder for creating key patterns.
getLanguage() - Method in interface com.blueriq.component.api.ui.IRenderContext
 
getLanguageCode() - Method in interface com.blueriq.component.api.dcm.event.DcmProcessEvent
 
getLanguageCode() - Method in class com.blueriq.component.api.dcm.event.DcmProcessEventBase
 
getLanguageCode() - Method in interface com.blueriq.component.api.IProjectReference
 
getLanguageCode() - Method in class com.blueriq.component.api.ProjectReference
 
getLanguages() - Method in interface com.blueriq.component.api.IGeneralProjectDetails
 
getLink(String) - Method in interface com.blueriq.component.api.ui.IAquimaUi
This method return the url link of aquima ui for the given session id.
getLocation() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getMainSessionIds() - Method in interface com.blueriq.component.api.IAquimaSessionsMap
This method returns only sessions that are not child sessions
getMajor() - Method in class com.blueriq.component.api.plugin.PluginVersion
This method returns the major number.
getMessage(String) - Method in interface com.blueriq.component.api.i18n.IMessageProvider
Returns the message with the given key in the default language.
getMessage(String, String) - Method in interface com.blueriq.component.api.i18n.IMessageProvider
Returns the message with the given key in the given language.
getMessageAsJson() - Method in class com.blueriq.component.api.push.channel.PushMessage
 
getMessageEventFields() - Method in class com.blueriq.component.api.dcm.event.DcmEventThrowMessageEvent
 
getMessageEventName() - Method in class com.blueriq.component.api.dcm.event.DcmEventThrowMessageEvent
 
getMessageType() - Method in class com.blueriq.component.api.push.channel.PushMessage
 
getMetadata() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getMinEvictableIdleTimeMillis() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The minimum amount of time an object may sit idle in the pool before it is eligable for eviction by the idle object evictor (if any).
getMinEvictableIdleTimeMillis() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getMinEvictableIdleTimeMillis() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getMinor() - Method in class com.blueriq.component.api.plugin.PluginVersion
This method returns the minor number.
getModule() - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
getModuleId() - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
getModuleName() - Method in interface com.blueriq.component.api.dcm.event.DcmProcessEvent
 
getModuleName() - Method in class com.blueriq.component.api.dcm.event.DcmProcessEventBase
 
getModuleVersion() - Method in interface com.blueriq.component.api.dcm.event.DcmProcessEvent
 
getModuleVersion() - Method in class com.blueriq.component.api.dcm.event.DcmProcessEventBase
 
getMonitor() - Method in interface com.blueriq.component.api.IAquimaSession
This method will return a session monitor object containing information about this portal session.
getName() - Method in class com.blueriq.component.api.connection.SqlConnectionData
This method returns the name of the the connection
getName() - Method in interface com.blueriq.component.api.IAquimaSession
Returns the name of the session.
getName() - Method in interface com.blueriq.component.api.plugin.IPluginMetadata
This method returns the name of the plugin.
getName() - Method in class com.blueriq.component.api.plugin.PluginMetadata
 
getName() - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
getName() - Method in interface com.blueriq.component.api.shortcut.IShortcut
 
getName() - Method in class com.blueriq.component.api.shortcut.Shortcut
 
getName() - Method in interface com.blueriq.component.api.ui.IAquimaUi
This method should return the unique name for this Aquima user interface.
getNamespaceSeparator() - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Returns the string which is used to separate namespaces in the key-value store.
getNodeId() - Method in interface com.blueriq.component.api.dcm.event.DcmScheduledEvent
 
getNodeId() - Method in class com.blueriq.component.api.dcm.event.DcmScheduledEventImpl
 
getNumTestsPerEvictionRun() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The number of objects to examine during each run of the idle object evictor thread (if any).
getNumTestsPerEvictionRun() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getNumTestsPerEvictionRun() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getOnFlowAccessExceptionUrl() - Method in interface com.blueriq.component.api.security.IAuthorisationManager
This methods returns the url the user should be directed to when the current user does not have the needed roles for the selected flow.
getPagename() - Method in interface com.blueriq.component.api.ui.IRenderContext
 
getPageUrl() - Method in interface com.blueriq.component.api.ui.IRenderContext
 
getPageWard() - Method in interface com.blueriq.component.api.ui.IRenderContext
 
getParameter(String) - Method in interface com.blueriq.component.api.IProjectReference
This method returns the request parameter value.
getParameter(String) - Method in class com.blueriq.component.api.ProjectReference
This method returns the request parameter set with ProjectReference.setParameters(Map).
getParameters() - Method in interface com.blueriq.component.api.IProjectReference
This method returns the request parameters without the standard request parameters ("project", "flow", "version", "languageCode", "ui", "theme", "channel").
getParameters() - Method in class com.blueriq.component.api.ProjectReference
This method returns the request parameters set with ProjectReference.setParameters(Map) without the standard request parameters ("project", "flow", "version", "languageCode", "ui", "theme", "channel").
getParameters() - Method in interface com.blueriq.component.api.ui.IRenderContext
 
getParent() - Method in class com.blueriq.component.api.externalflow.HostSessionId
 
getPassword() - Method in class com.blueriq.component.api.connection.SqlConnectionData
 
getPassword() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getPassword() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getPatch() - Method in class com.blueriq.component.api.plugin.PluginVersion
This method returns the patch (only for release version).
getPath(String) - Method in interface com.blueriq.component.api.ui.IAquimaUi
This method return the url path of aquima ui for the given session id.
getPoolInitialSize() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The initial number of connections that are created when the pool is started.
getPoolInitialSize() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getPoolInitialSize() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getPoolMaxIdle() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The maximum number of connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
getPoolMaxIdle() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getPoolMaxIdle() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getPoolMaxTotal() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The maximum number of active connections that can be allocated from this pool at the same time, or negative for no limit.
getPoolMaxTotal() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getPoolMaxTotal() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getPoolMaxWait() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
getPoolMaxWait() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getPoolMaxWait() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getPoolMinIdle() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The minimum number of connections that can remain idle in the pool, without extra ones being created, or zero to create none.
getPoolMinIdle() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getPoolMinIdle() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getPortalEngineDs() - Method in class com.blueriq.component.api.datasource.AquimaDataSource
 
getPortalSession() - Method in interface com.blueriq.component.api.IAquimaSession
This methods returns the portal session of this aquima session.
getPrefix() - Method in class com.blueriq.component.api.datasource.AquimaDataSource
 
getProcessCaseData() - Method in class com.blueriq.component.api.dcm.event.DcmEventTaskCompleted
 
getProcessIdAttribute() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getProject() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getProject() - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
getProject(ApplicationID, Version) - Method in interface com.blueriq.component.api.publisher.client.repository.IPublishedProjectRepository
Returns the published project for the given ApplicationId and Version
getProject(String, String) - Method in interface com.blueriq.component.api.publisher.client.repository.IPublishedProjectRepository
Returns the published project for the given projectName and revision
getProjectDataSource(IAquimaConfiguration) - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getProjectDetails() - Method in interface com.blueriq.component.api.IAquimaSession
This method returns the details about the application started running this session.
getProjectDetails(ApplicationID) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
This method returns the details about the application started running this session.
getProjectDetails(IShortcut, String) - Method in interface com.blueriq.component.api.IProjectDetailsProvider
Returns details about the application to be started by a shortcut
getProjectName() - Method in interface com.blueriq.component.api.dcm.event.DcmEvent
 
getProjectName() - Method in class com.blueriq.component.api.dcm.event.DcmEventBase
 
getProjectName() - Method in interface com.blueriq.component.api.IProjectReference
 
getProjectName() - Method in class com.blueriq.component.api.ProjectReference
 
getProjectNames() - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Returns the list with project names.
getProjectRequest(String) - Method in interface com.blueriq.component.api.shortcut.IShortcutManager
This method returns the project request for the specified shortcut.
getProjectRequest(String, boolean) - Method in interface com.blueriq.component.api.shortcut.IShortcutManager
This method returns the project request for the specified shortcut.
getProjectRevision() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getProjects() - Method in interface com.blueriq.component.api.publisher.client.repository.IPublishedProjectRepository
Returns a list of all published projects.
getProjectsIdentifyingData() - Method in interface com.blueriq.component.api.publisher.client.repository.IPublishedProjectRepository
Returns a list with IPublishedProject for all projects in the repository, containing only the project(name), exportDate, revision and version.
getProjectVersion() - Method in interface com.blueriq.component.api.dcm.event.DcmEvent
 
getProjectVersion() - Method in class com.blueriq.component.api.dcm.event.DcmEventBase
 
getProperties() - Method in class com.blueriq.component.api.plugin.PluginMetadata
This method returns the properties where this metadata is based on.
getProperty(String) - Method in interface com.blueriq.component.api.security.BlueriqAuthentication
 
getPropertyNames() - Method in interface com.blueriq.component.api.security.BlueriqAuthentication
 
getRaw(String) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
This method reads the byte array stored at the given key and returns the raw byte array without deserializing it first.
getReferenceId() - Method in class com.blueriq.component.api.comments.dao.CommentSearchCriteria
Returns the referenceId filter.
getReferenceId() - Method in interface com.blueriq.component.api.comments.dao.ICommentEntry
Returns the reference id.
getRequestWard() - Method in interface com.blueriq.component.api.IAquimaSession
Returns the current request ward for this session.
getRevision() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getRoles() - Method in interface com.blueriq.component.api.dcm.event.DcmProcessEvent
 
getRoles() - Method in class com.blueriq.component.api.dcm.event.DcmProcessEventBase
 
getRoles() - Method in interface com.blueriq.component.api.security.BlueriqAuthentication
 
getRootSession(String) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Retrieves the root session from the current session id.
getRuntimeKeyPrinter() - Method in interface com.blueriq.component.api.ui.IRenderContext
 
getScheduledEventType() - Method in interface com.blueriq.component.api.dcm.event.DcmScheduledEvent
 
getScheduledEventType() - Method in class com.blueriq.component.api.dcm.event.DcmScheduledEventImpl
 
getScheduledFireTime() - Method in interface com.blueriq.component.api.dcm.event.DcmScheduledEvent
 
getScheduledFireTime() - Method in class com.blueriq.component.api.dcm.event.DcmScheduledEventImpl
 
getScope() - Method in interface com.blueriq.component.api.oauth2.Oauth2AccessTokenProviderParameters
 
getSession() - Method in interface com.blueriq.component.api.ui.IRenderContext
 
getSession(String) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Returns the session with the specified id.
getSession(String, FlushMode) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Returns the session with the specified id.
getSessionId() - Method in exception com.blueriq.component.api.exception.DuplicateSessionException
The session id that was already registered when trying to register a second session with the same id.
getSessionId() - Method in exception com.blueriq.component.api.exception.UnknownSessionException
This method returns the session id that has not correspond to a valid session.
getSessionId() - Method in class com.blueriq.component.api.externalflow.HostSessionId
 
getSessionId() - Method in interface com.blueriq.component.api.IAquimaSession
This method return the sessionId of this session.
getSessionId() - Method in interface com.blueriq.component.api.ui.IRenderContext
 
getSessionScopeAttribute(String) - Method in interface com.blueriq.component.api.IAquimaSession
This method will return the value that has been added to the session scope for the specified attribute key.
getSessionTimeoutMillis() - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Returns the session timeout in milliseconds used by this session manager.
getShortcut(String) - Method in interface com.blueriq.component.api.shortcut.IShortcutManager
 
getShortcutNames() - Method in interface com.blueriq.component.api.shortcut.IShortcutManager
 
getShortcuts() - Method in interface com.blueriq.component.api.shortcut.IShortcutManager
 
getSourceContentType() - Method in interface com.blueriq.component.api.ui.IAquimaUi
This method returns the content type of the element source.
getSpecificCaseIds() - Method in class com.blueriq.component.api.dcm.event.DcmEventThrowMessageEvent
 
getSqlConnectionData(String) - Method in interface com.blueriq.component.api.connection.ISqlConnectionManager
 
getStartMessageEventCaseIdParameterName() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getStartMessageEventName() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getStartTime() - Method in interface com.blueriq.component.api.IAquimaSession
This method returns the time when this session was started/created.
getString() - Method in class com.blueriq.component.api.plugin.PluginVersion
This method returns the string representation of this version.
getTags() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getTargetAttributeAggregateId() - Method in class com.blueriq.component.api.aggregate.AggregateCreateParams
 
getTargetAttributeAggregateVersion() - Method in class com.blueriq.component.api.aggregate.AggregateCreateParams
 
getTargetAttributeAggregateVersion() - Method in class com.blueriq.component.api.aggregate.AggregateUpdateParams
 
getTargetInstance() - Method in class com.blueriq.component.api.aggregate.AggregateCreateParams
 
getTargetInstance() - Method in class com.blueriq.component.api.aggregate.AggregateReadParams
 
getTargetInstance() - Method in class com.blueriq.component.api.aggregate.AggregateUpdateParams
 
getTargetVersionAttribute() - Method in class com.blueriq.component.api.aggregate.AggregateReadParams
 
getTaskExitLabel() - Method in class com.blueriq.component.api.dcm.event.DcmEventTaskCompleted
 
getTaskExitType() - Method in class com.blueriq.component.api.dcm.event.DcmEventTaskCompleted
 
getTaskId() - Method in class com.blueriq.component.api.dcm.event.DcmEventStartAutomaticTask
 
getTaskId() - Method in class com.blueriq.component.api.dcm.event.DcmEventTaskAborted
 
getTaskId() - Method in class com.blueriq.component.api.dcm.event.DcmEventTaskCompleted
 
getTaskId() - Method in interface com.blueriq.component.api.dcm.event.DcmScheduledEvent
 
getTaskId() - Method in class com.blueriq.component.api.dcm.event.DcmScheduledEventImpl
 
getTeams() - Method in interface com.blueriq.component.api.dcm.event.DcmProcessEvent
 
getTeams() - Method in class com.blueriq.component.api.dcm.event.DcmProcessEventBase
 
getTeams() - Method in interface com.blueriq.component.api.security.BlueriqAuthentication
 
getTenantId() - Method in interface com.blueriq.component.api.dcm.event.DcmEvent
 
getTenantId() - Method in class com.blueriq.component.api.dcm.event.DcmEventBase
 
getTestPath() - Method in interface com.blueriq.component.api.IAquimaSession
This method returns the testPath for the current session.
getTestPath() - Method in interface com.blueriq.component.api.IProjectReference
 
getTestPath() - Method in class com.blueriq.component.api.ProjectReference
 
getTestPath() - Method in class com.blueriq.component.api.shortcut.GetTestPathActionResult
 
GetTestPathActionHandler - Class in com.blueriq.component.api.shortcut
 
GetTestPathActionHandler() - Constructor for class com.blueriq.component.api.shortcut.GetTestPathActionHandler
 
GetTestPathActionResult - Class in com.blueriq.component.api.shortcut
 
GetTestPathActionResult(String) - Constructor for class com.blueriq.component.api.shortcut.GetTestPathActionResult
 
getTestPaths() - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
getTestPaths() - Method in interface com.blueriq.component.api.shortcut.IShortcut
 
getTestPaths() - Method in class com.blueriq.component.api.shortcut.Shortcut
 
getTestPathVersion(String) - Method in interface com.blueriq.component.api.shortcut.IShortcut
 
getTestPathVersion(String) - Method in class com.blueriq.component.api.shortcut.Shortcut
 
getTheme() - Method in interface com.blueriq.component.api.IAquimaSession
Returns the current theme.
getTheme() - Method in interface com.blueriq.component.api.IProjectReference
 
getTheme() - Method in class com.blueriq.component.api.ProjectReference
 
getTheme() - Method in interface com.blueriq.component.api.ui.IRenderContext
 
getThemes() - Method in interface com.blueriq.component.api.ui.IAquimaUi
This method returns the names of themes (css styles) for this AquimaUI.
getTimeBetweenEvictionRunsMillis() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The number of milliseconds to sleep between runs of the idle object evictor thread.
getTimeBetweenEvictionRunsMillis() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getTimeBetweenEvictionRunsMillis() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getTitle() - Method in interface com.blueriq.component.api.comments.dao.ICommentEntry
The title of the comment.
getTokenEndpoint() - Method in interface com.blueriq.component.api.oauth2.Oauth2AccessTokenProviderParameters
 
getType() - Method in class com.blueriq.component.api.datasource.AquimaDataSource
 
getType() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getType() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getTypeAttribute() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getUltimateTarget() - Method in interface com.blueriq.component.api.IWrapper
Deprecated.
Recursively unwraps all wrappers and returns the originally wrapped object.
getUrl() - Method in class com.blueriq.component.api.connection.SqlConnectionData
 
getUrl() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getUrl() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getUrl() - Method in interface com.blueriq.component.api.plugin.IPluginMetadata
This method returns the url for more information about the plugin.
getUrl() - Method in class com.blueriq.component.api.plugin.PluginMetadata
 
getUserData() - Method in interface com.blueriq.component.api.security.IAuthorisationManager
This method creates user data for the current user containing the roles of the current user.
getUserId() - Method in class com.blueriq.component.api.comments.dao.CommentSearchCriteria
Returns the filtered userId.
getUserId() - Method in interface com.blueriq.component.api.comments.dao.ICommentEntry
Returns the id of the user.
getUserId() - Method in interface com.blueriq.component.api.dcm.event.DcmProcessEvent
 
getUserId() - Method in class com.blueriq.component.api.dcm.event.DcmProcessEventBase
 
getUsername() - Method in class com.blueriq.component.api.connection.SqlConnectionData
 
getUsername() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getUsername() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getUsername() - Method in interface com.blueriq.component.api.dcm.event.DcmProcessEvent
 
getUsername() - Method in class com.blueriq.component.api.dcm.event.DcmProcessEventBase
 
getUsername() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getValidationQuery() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The SQL query that will be used to validate connections from this pool before returning them to the caller.
getValidationQuery() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getValidationQuery() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getValidationQueryTimeout() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The timeout in seconds before connection validation queries fail.
getValidationQueryTimeout() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
getValidationQueryTimeout() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
getValueFormatDefinition(DataType) - Method in interface com.blueriq.component.api.IAquimaSession
This method returns the configured ValueFormatDefinition for the specified datatype.
getVersion() - Method in class com.blueriq.component.api.aggregate.AggregateDeleteParams
 
getVersion() - Method in class com.blueriq.component.api.aggregate.AggregateReadParams
 
getVersion() - Method in interface com.blueriq.component.api.IProjectReference
 
getVersion() - Method in interface com.blueriq.component.api.plugin.IPluginMetadata
This method returns the version the plugin.
getVersion() - Method in class com.blueriq.component.api.plugin.PluginMetadata
 
getVersion() - Method in class com.blueriq.component.api.ProjectReference
 
getVersion() - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
getVersionAttribute() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
getVersions(String) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Returns the versions of the project.
getWard() - Method in interface com.blueriq.component.api.ui.IPageWard
 
getXmlExportR12() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
getXmlExportR8() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 

H

handle(IActionContext) - Method in class com.blueriq.component.api.shortcut.GetTestPathActionHandler
 
handle(IActionContext) - Method in class com.blueriq.component.api.shortcut.StoreTestPathActionHandler
 
handleEvent(PortalEvent) - Method in interface com.blueriq.component.api.IAquimaSession
This method will process the event passed, and continue the flow if needed.
hasCache() - Method in interface com.blueriq.component.api.ui.IAquimaUi
This method indicated if the web renderer has a cache (that can be reset).
hasDisplayPeriod() - Method in class com.blueriq.component.api.comments.dao.CommentSearchCriteria
Indicator if a display period filter has been set.
hashCode() - Method in class com.blueriq.component.api.dcm.event.DcmEventBase
 
hashCode() - Method in class com.blueriq.component.api.dcm.event.DcmEventCaseCreate
 
hashCode() - Method in class com.blueriq.component.api.dcm.event.DcmEventStartAutomaticTask
 
hashCode() - Method in class com.blueriq.component.api.dcm.event.DcmEventTaskAborted
 
hashCode() - Method in class com.blueriq.component.api.dcm.event.DcmEventTaskCompleted
 
hashCode() - Method in class com.blueriq.component.api.dcm.event.DcmEventThrowMessageEvent
 
hashCode() - Method in class com.blueriq.component.api.dcm.event.DcmProcessEventBase
 
hashCode() - Method in class com.blueriq.component.api.dcm.event.DcmScheduledEventImpl
 
hashCode() - Method in class com.blueriq.component.api.plugin.PluginMetadata
 
hashCode() - Method in class com.blueriq.component.api.plugin.PluginVersion
 
hashCode() - Method in class com.blueriq.component.api.ProjectReference
 
hashCode() - Method in class com.blueriq.component.api.shortcut.Shortcut
 
hasHigherPrecedence(FlushMode) - Method in enum com.blueriq.component.api.FlushMode
Returns whether this flush mode has higher precendence than the other flush mode.
hasKey(String) - Method in interface com.blueriq.component.api.store.externalflow.IExternalFlowStore
Checks if the given key exists in the external flow store.
hasKey(String) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Checks if the given key exists in the key-value store.
hasPrivateAccess() - Method in interface com.blueriq.component.api.IProjectReference
This method indicates if the project reference is private or not
hasPrivateAccess() - Method in class com.blueriq.component.api.ProjectReference
 
hasReferenceId() - Method in class com.blueriq.component.api.comments.dao.CommentSearchCriteria
Indicator if a referenceId filter has been set.
hasSession(String) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Returns an indicator whether the session actually exists.
hasUserId() - Method in class com.blueriq.component.api.comments.dao.CommentSearchCriteria
Indicator if a userId filter has been set.
HEADER_NAME - Static variable in class com.blueriq.component.api.shortcut.TestPathParameters
 
HostSessionId - Class in com.blueriq.component.api.externalflow
Represents the host session hierarchy of an external session.
HostSessionId(String) - Constructor for class com.blueriq.component.api.externalflow.HostSessionId
Creates the root of the hierarchy.
HostSessionId(String, HostSessionId) - Constructor for class com.blueriq.component.api.externalflow.HostSessionId
Creates an element in the hierarchy.

I

IAquimaEngineConfiguration - Interface in com.blueriq.component.api
This interface defines is the main configuration for the Aquima Engine Facade.
IAquimaEngineFacade - Interface in com.blueriq.component.api
Interface for portal engines used in web based applications.
IAquimaSession - Interface in com.blueriq.component.api
Interface for portal sessions used in web based applications.
IAquimaSessionActivationContext - Interface in com.blueriq.component.api.session
Objects implementing the IAquimaSessionLifecycle or ISessionLifecycle interface may obtain their transitive dependencies from this context.
IAquimaSessionLifecycle - Interface in com.blueriq.component.api.session
Specifies the activation-passivation lifecycle for IAquimaSession instances.
IAquimaSessionsMap - Interface in com.blueriq.component.api
Session manager class for managing multiple portal sessions.
IAquimaUi - Interface in com.blueriq.component.api.ui
Interface for Aquima user interfaces.
IAuthorisationManager - Interface in com.blueriq.component.api.security
Interface for authorisation.
ICommentEntry - Interface in com.blueriq.component.api.comments.dao
Represents a single comment.
ICommentsDao - Interface in com.blueriq.component.api.comments.dao
Dao interface for storing comments.
IDatasourceProperties - Interface in com.blueriq.component.api.datasource
 
IDynamicShortcutResolver - Interface in com.blueriq.component.api.shortcut
Determines the application a shortcut should start
IExternalFlowStore - Interface in com.blueriq.component.api.store.externalflow
Abstraction for the external flow store.
IFunctionShortcutManager - Interface in com.blueriq.component.api.shortcut.function
 
IGeneralProjectDetails - Interface in com.blueriq.component.api
A lightweight object that provides details about a project without having to load the full project.
ignore() - Method in annotation type com.blueriq.component.api.annotation.Csrf
Indicates whether CSRF verification should be skipped for this method.
IInitialListIndexingService - Interface in com.blueriq.component.api.dcm.lists
 
IKeyPattern - Interface in com.blueriq.component.api.store.keyvalue
Represents a pattern for keys in a key-value store.
IKeyPatternBuilder - Interface in com.blueriq.component.api.store.keyvalue
A builder for creating key patterns that a given IKeyValueStore implementation understands.
IKeyspaceEventListener - Interface in com.blueriq.component.api.store.keyvalue
Objects that which to register with a IKeyspaceMonitor and be notified of keyspace events must implement this interface.
IKeyspaceMonitor - Interface in com.blueriq.component.api.store.keyvalue
A keyspace monitor is capable of "monitoring" the keys in a key-value store and notify listeners when a key is set, deleted or when a key expires.
IKeyValueStore - Interface in com.blueriq.component.api.store.keyvalue
Abstraction for key-value store systems.
IKeyValueStore.IKeyIterator - Interface in com.blueriq.component.api.store.keyvalue
An iterator over keys in a key-value store.
IMessageProvider - Interface in com.blueriq.component.api.i18n
Provides internationalized messages.
index() - Method in interface com.blueriq.component.api.dcm.lists.IInitialListIndexingService
 
insert(String, String, String, Date, IMultilingualText, String) - Method in interface com.blueriq.component.api.comments.dao.ICommentsDao
Inserts a comment.
INVALID_SHORTCUT_DOMAIN - Static variable in class com.blueriq.component.api.shortcut.ShortcutErrorCodes
Indicates that a domain (value list) whose values are intended to represent shortcuts has a value that is not defined as a shortcut in the runtime.
IPageWard - Interface in com.blueriq.component.api.ui
A ward is a boundary which signals when one crosses it.
IPluginMetadata - Interface in com.blueriq.component.api.plugin
Interface for defining the metadata for plugins.
IPortalEngineDsFactory - Interface in com.blueriq.component.api.datasource
Factory for creating a data source which can be used to reload data sources.
IProjectDetails - Interface in com.blueriq.component.api
This interface represents the details about the current application.
IProjectDetailsProvider - Interface in com.blueriq.component.api
A interface implemented by objects that can provide details about a project.
IProjectReference - Interface in com.blueriq.component.api
Represents an project request to start which can be put on the session.
IPublishedProject - Interface in com.blueriq.component.api.publisher.client.model
Published Project Model.
IPublishedProjectRepository - Interface in com.blueriq.component.api.publisher.client.repository
 
IRenderContext - Interface in com.blueriq.component.api.ui
Interface for context class for rendering with Xslt and Json.
isAnonymous() - Method in interface com.blueriq.component.api.security.BlueriqAuthentication
 
isAutomatic() - Method in interface com.blueriq.component.api.security.BlueriqAuthentication
 
ISchedulerMigrationService - Interface in com.blueriq.component.api.scheduler
Interface which provides basic methods for migrating tasks to scheduler jobs.
isDecorator() - Method in annotation type com.blueriq.component.api.annotation.AquimaTraceDao
True if the ITraceDao is a decorator class.
isDevtoolsEnabled() - Method in interface com.blueriq.component.api.IProjectReference
 
isDevtoolsEnabled() - Method in class com.blueriq.component.api.ProjectReference
 
isDynamicVersion() - Method in interface com.blueriq.component.api.shortcut.IShortcut
 
isDynamicVersion() - Method in class com.blueriq.component.api.shortcut.Shortcut
 
isExpectedSubmit(WebRequest, String) - Method in interface com.blueriq.component.api.ui.IPageWard
 
IShortcut - Interface in com.blueriq.component.api.shortcut
 
IShortcutManager - Interface in com.blueriq.component.api.shortcut
Manager that reads the configured shortcuts and can create ProjectRequests from it.
isJndi() - Method in class com.blueriq.component.api.connection.SqlConnectionData
This method returns true if the connection is configured via jndi,
isNewVersion() - Method in class com.blueriq.component.api.aggregate.AggregateUpdateParams
 
ISqlConnectionManager - Interface in com.blueriq.component.api.connection
Connection Manager that can return the Sql connection data that can be used by plugins.
isReadOnly() - Method in class com.blueriq.component.api.shortcut.GetTestPathActionHandler
 
isReadOnly() - Method in class com.blueriq.component.api.shortcut.StoreTestPathActionHandler
 
isSecurityEnabled() - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
isSecurityEnabled() - Method in interface com.blueriq.component.api.shortcut.IShortcut
 
isSecurityEnabled() - Method in class com.blueriq.component.api.shortcut.Shortcut
 
isSnapshot() - Method in class com.blueriq.component.api.plugin.PluginVersion
This method returns true if this version is a snapshot.
isTestOnBorrow() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The indication of whether objects will be validated before being borrowed from the pool.
isTestOnBorrow() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
isTestOnBorrow() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
isTestOnReturn() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The indication of whether objects will be validated before being returned to the pool.
isTestOnReturn() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
isTestOnReturn() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
isTestPathAvailable(String) - Method in interface com.blueriq.component.api.shortcut.IShortcut
 
isTestPathAvailable(String) - Method in class com.blueriq.component.api.shortcut.Shortcut
 
isTestWhileIdle() - Method in class com.blueriq.component.api.connection.SqlConnectionData
The indication of whether objects will be validated by the idle object evictor (if any).
isTestWhileIdle() - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
isTestWhileIdle() - Method in interface com.blueriq.component.api.datasource.IDatasourceProperties
 
ITypedWorkUnit<T> - Interface in com.blueriq.component.api.workunit
A work unit which can return a result.
IWorkUnit - Interface in com.blueriq.component.api.workunit
A work unit which can be submitted to an IWorkUnitExecutor for execution.
IWorkUnitExecutor - Interface in com.blueriq.component.api.workunit
An object which can execute a work unit within a specific context.
IWrapper<T> - Interface in com.blueriq.component.api
Deprecated, for removal: This API element is subject to removal in a future version.
Interface is unused from 15.2, will be removed in R16

J

JNDI_DATASOURCE_PROFILE_NAME - Static variable in class com.blueriq.component.api.datasource.DataSourceProfile
 

K

keepAlive(String) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Sets the timeout of the session with the given id to the specified timeout.
keyIterator(IKeyPattern) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Provides a means to enumerate all keys in the key-value store, optionally matching a pattern.
KeyspaceEvent - Enum in com.blueriq.component.api.store.keyvalue
Defines the set of events for which IKeyspaceEventListeners can register with an IKeyspaceMonitor.
KEYVALUE_REDIS_STORE - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
KeyValueStoreException - Exception in com.blueriq.component.api.store.keyvalue.exception
 
KeyValueStoreException(String) - Constructor for exception com.blueriq.component.api.store.keyvalue.exception.KeyValueStoreException
Basic constructor with only a message explaining the cause of the error.
KeyValueStoreException(String, Throwable) - Constructor for exception com.blueriq.component.api.store.keyvalue.exception.KeyValueStoreException
Constructor with both a message and an exception explaining the cause of the error.
KeyValueStoreException(Throwable) - Constructor for exception com.blueriq.component.api.store.keyvalue.exception.KeyValueStoreException
Basic constructor with only the cause of the error.

L

literal(String) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyPatternBuilder
Appends the given literal string to the pattern.
LOG - Static variable in class com.blueriq.component.api.connection.SqlConnectionData
 

M

Mappings() - Constructor for class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration.Mappings
 
matches(ConditionContext, AnnotatedTypeMetadata) - Method in class com.blueriq.component.api.datasource.EmbeddedCondition
 
migrateAutomaticRecoveryTasks() - Method in interface com.blueriq.component.api.scheduler.ISchedulerMigrationService
Creates and schedules a job for each automatic task.
migrateExpirationTasks() - Method in interface com.blueriq.component.api.scheduler.ISchedulerMigrationService
Creates and schedules a job for the tasks which have an expiration date.
migrateTasksWithPriority() - Method in interface com.blueriq.component.api.scheduler.ISchedulerMigrationService
Creates and schedules a job for the tasks which were modelled with a priority algorithm.
migrateTimerTasks() - Method in interface com.blueriq.component.api.scheduler.ISchedulerMigrationService
Creates and schedules a job for each timer task.
MVC - Static variable in class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration.Mappings
 
MVC - Static variable in class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration.Paths
 
MvcUrlConfiguration - Class in com.blueriq.component.api.ui.mvc
 
MvcUrlConfiguration() - Constructor for class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration
 
MvcUrlConfiguration.Mappings - Class in com.blueriq.component.api.ui.mvc
 
MvcUrlConfiguration.Paths - Class in com.blueriq.component.api.ui.mvc
 

N

name() - Method in annotation type com.blueriq.component.api.annotation.AquimaTimelineDao
Returns the optional name for the timeline dao.
name() - Method in annotation type com.blueriq.component.api.annotation.AquimaTraceDao
Returns the optional name for the trace dao.
NEVER - com.blueriq.component.api.FlushMode
Indicates that the session should never be flushed.
notifyAccess() - Method in interface com.blueriq.component.api.IAquimaSession
This method updates the last access date.

O

Oauth2AccessTokenProvider - Interface in com.blueriq.component.api.oauth2
This interface defines a method to retrieve an OAuth2 access token, based on Oauth2AccessTokenProviderParameters.
Oauth2AccessTokenProviderParameters - Interface in com.blueriq.component.api.oauth2
This interface defines the parameters that can be used to obtain an access token from an Oauth2AccessTokenProvider.
onEvent(KeyspaceEvent, String) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyspaceEventListener
This method is called by the IKeyspaceMonitor to notify the listener of an event.

P

parameterName() - Method in annotation type com.blueriq.component.api.annotation.AquimaSessionId
 
passivate() - Method in interface com.blueriq.component.api.session.IAquimaSessionLifecycle
Passivates the session.
passivateSession(IAquimaSession) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Passivates the given session.
Paths() - Constructor for class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration.Paths
 
pattern(IKeyPattern) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyPatternBuilder
Appends the given pattern.
PluginMetadata - Class in com.blueriq.component.api.plugin
Class for reading plugin meta data from a properties file.
PluginMetadata(String) - Constructor for class com.blueriq.component.api.plugin.PluginMetadata
Creates a new PluginMetadata instance for the plugin artifact by reading "[pluginArtifact].plugin" from the classpath.
PluginMetadata(Properties) - Constructor for class com.blueriq.component.api.plugin.PluginMetadata
Creates a new PluginMetadata instance for the plugin with the specified properties.
PluginVersion - Class in com.blueriq.component.api.plugin
Plugin version class for releases and snapshots.
PRIORITY_REEVALUATION - com.blueriq.component.api.dcm.event.ScheduledEventType
 
PROCESS_SQL_STORE - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
PRODUCTION - com.blueriq.component.api.AquimaMode
 
ProjectReference - Class in com.blueriq.component.api
Mutable project reference implementation.
ProjectReference(IProjectReference) - Constructor for class com.blueriq.component.api.ProjectReference
Copy constructor
ProjectReference(String) - Constructor for class com.blueriq.component.api.ProjectReference
Constructs a new application request for the specified application/project.
PUBLISHER_CLIENT - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
PUBLISHER_CLIENT_ARTIFACTORY - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
PublisherDataSource - Interface in com.blueriq.component.api.publisher.datasource
 
PushChannel - Interface in com.blueriq.component.api.push.channel
Defines an interface to push messages to a listener
PushChannelRetriever - Interface in com.blueriq.component.api.push.channel
 
PushMessage - Class in com.blueriq.component.api.push.channel
 
PushMessage(String, Object) - Constructor for class com.blueriq.component.api.push.channel.PushMessage
 
pushMessageToBrowser(PushMessage) - Method in interface com.blueriq.component.api.push.channel.PushChannel
Push a message

R

readAggregate(IPortalContext, AggregateReadParams) - Method in interface com.blueriq.component.api.aggregate.AggregateService
Reads an existing aggregate and loads it into the profile.
recompose() - Method in interface com.blueriq.component.api.IAquimaSession
This method recomposes the current page.
reload() - Method in class com.blueriq.component.api.datasource.AquimaDataSource
 
reloadProject(String) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Reloads the project definition.
reloadProjects() - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Reloads the all the project definitions.
reloadProjects(String, String...) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
Reloads the projects definition.
removeApplicationInfo() - Static method in class com.aquima.web.util.BlueriqLogMdcUtil
 
removeListener(IKeyPattern, IKeyspaceEventListener) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyspaceMonitor
Unregisters the given listener from the given key pattern.
removeListener(String, IKeyspaceEventListener) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyspaceMonitor
Unregisters the given listener from the given key.
removeSessionInfo() - Static method in class com.aquima.web.util.BlueriqLogMdcUtil
 
removeTenantInfo() - Static method in class com.aquima.web.util.BlueriqLogMdcUtil
 
removeUserInfo() - Static method in class com.aquima.web.util.BlueriqLogMdcUtil
 
renew() - Method in annotation type com.blueriq.component.api.annotation.RequestWard
Indicates whether the request-ward should be renewed when this controller method is invoked.
renewCsrfToken() - Method in interface com.blueriq.component.api.IAquimaSession
This method generates a new CSRF token for this session and returns the new token.
renewRequestWard() - Method in interface com.blueriq.component.api.IAquimaSession
Generates and returns a new request ward for this session.
REPORTING_SQL_STORE - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
RequestWard - Annotation Type in com.blueriq.component.api.annotation
Controls request-ward behaviour for a controller method.
resetCache() - Method in interface com.blueriq.component.api.ui.IAquimaUi
This method may be called to reset the cache of this web render engine.
resolveShortcut(IShortcut, ApplicationID) - Method in interface com.blueriq.component.api.shortcut.IDynamicShortcutResolver
Determines the Application ID for the session of the external widget.
resolveShortcut(IShortcut, ApplicationID, String) - Method in interface com.blueriq.component.api.shortcut.IDynamicShortcutResolver
Determines the Application ID for the session of the external widget.
resolveVersion(String) - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
REST - Static variable in class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration.Mappings
 
REST - Static variable in class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration.Paths
 
RestApiContext - Annotation Type in com.aquima.web.boot.annotation
This qualifier annotation indicates that the annotated element has some association with the application context of the /api/v1 servlet.
restoreSession(IAquimaSessionsMap, ApplicationID, ISessionState, String, IPortalMessageBus, IPortalEventBus) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
This method may be used to restore a session from binary data containing a saved session state.
restoreSession(IAquimaSessionsMap, ApplicationID, String, String, IPortalMessageBus, IPortalEventBus) - Method in interface com.blueriq.component.api.IAquimaEngineFacade
This method may be used to restore a session from an XML containing a saved session state.
REVISION_PREFIX - Static variable in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
The revision prefix used by the publisher to delimiter . version and .
RunAsServiceAccount - Annotation Type in com.blueriq.component.api.scheduler
Indicates that the annotated job should run as the Blueriq Service Account.

S

ScheduledEventType - Enum in com.blueriq.component.api.dcm.event
 
SCHEDULER_QUARTZ - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
serialize(Serializable) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Serializes the given value, so it may be saved in raw byte-array for using IKeyValueStore.setRaw(String, byte[]).
ServerContext - Annotation Type in com.blueriq.component.api.annotation
This qualifier annotation indicates that the annotated element has some association with the application context of the /server servlet.
SessionStoreNotLicensedException - Exception in com.blueriq.component.api.store
Indicates a licensing problem for external session stores.
SessionStoreNotLicensedException(String) - Constructor for exception com.blueriq.component.api.store.SessionStoreNotLicensedException
 
SessionStoreNotLicensedException(String, LicenseKey) - Constructor for exception com.blueriq.component.api.store.SessionStoreNotLicensedException
 
SessionStoreNotLicensedException(String, Throwable) - Constructor for exception com.blueriq.component.api.store.SessionStoreNotLicensedException
 
set(String, Serializable) - Method in interface com.blueriq.component.api.store.externalflow.IExternalFlowStore
Saves a Serializable object in the external flow store.
set(String, Serializable) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Saves a Serializable object in the key-value store.
set(String, Serializable, long, TimeUnit) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Saves a Serializable object in the key-value store with a specified expiration time.
SET - com.blueriq.component.api.store.keyvalue.KeyspaceEvent
This event indicates a key has been set.
setAquimaMode(AquimaMode) - Method in interface com.blueriq.component.api.IAquimaEngineConfiguration
This methods sets the mode the engine is running in.
setAquimaUi(String) - Method in interface com.blueriq.component.api.IAquimaSession
Sets the current web renderer.
setAquimaUi(String) - Method in class com.blueriq.component.api.ProjectReference
 
setBranch(String) - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
setChannel(String) - Method in class com.blueriq.component.api.ProjectReference
 
setComment(String) - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
setContent(byte[]) - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
setDevtoolsEnabled(boolean) - Method in class com.blueriq.component.api.ProjectReference
 
setDisplayPeriod(DateTimeValue) - Method in class com.blueriq.component.api.comments.dao.CommentSearchCriteria
Sets the display period filter.
setDriverClassName(String) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setDynamicVersion(boolean) - Method in class com.blueriq.component.api.shortcut.Shortcut
 
setExportDate(Date) - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
setFlow(String) - Method in class com.blueriq.component.api.ProjectReference
 
setFunction(String) - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
setId(int) - Method in class com.blueriq.component.api.push.channel.PushMessage
 
setJndiName(String) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setLanguage(String) - Method in interface com.blueriq.component.api.IAquimaSession
Sets the current language.
setLanguageCode(String) - Method in class com.blueriq.component.api.ProjectReference
 
setLocation(String) - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
setMetadata(byte[]) - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
setMinEvictableIdleTimeMillis(long) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setModule(String) - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
setName(String) - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
setNumTestsPerEvictionRun(int) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setPageWard(IPageWard) - Method in interface com.blueriq.component.api.ui.IRenderContext
 
setParameter(String, Object) - Method in interface com.blueriq.component.api.ui.IRenderContext
 
setParameters(Map<String, String[]>) - Method in class com.blueriq.component.api.ProjectReference
This method sets the (additional) parameters from the request (often an httpServletRequest).
setPassword(String) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setPoolInitialSize(int) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setPoolMaxIdle(int) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setPoolMaxTotal(int) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setPoolMaxWait(long) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setPoolMinIdle(int) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setPrivateAccess(boolean) - Method in class com.blueriq.component.api.ProjectReference
 
setProject(String) - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
setProject(String) - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
setProjectName(String) - Method in class com.blueriq.component.api.ProjectReference
 
setRaw(String, byte[]) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Similar to IKeyValueStore.set(String, Serializable), except the byte array value is written in the key-value store as-is, without serializing it first.
setRaw(String, byte[], long, TimeUnit) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Similar to IKeyValueStore.set(String, Serializable, long, TimeUnit), except the byte array value is written in the key-value store as-is, without serializing it first.
setReferenceId(String) - Method in class com.blueriq.component.api.comments.dao.CommentSearchCriteria
Sets the referenceIds filter.
setRevision(String) - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
setSecurityEnabled(boolean) - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
setSecurityEnabled(boolean) - Method in class com.blueriq.component.api.shortcut.Shortcut
 
setSessionScopeAttribute(String, Serializable) - Method in interface com.blueriq.component.api.IAquimaSession
This method will set the value in the session scope under the specified key, and will return the value that might have been replaced by this action.
setTags(String) - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
setTestOnBorrow(boolean) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setTestOnReturn(boolean) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setTestPath(String) - Method in class com.blueriq.component.api.ProjectReference
 
setTestPaths(Map<String, String>) - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
setTestWhileIdle(boolean) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setTheme(String) - Method in interface com.blueriq.component.api.IAquimaSession
Sets the current theme.
setTheme(String) - Method in class com.blueriq.component.api.ProjectReference
 
setTimeBetweenEvictionRunsMillis(long) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setType(String) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setUrl(String) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setUserId(String) - Method in class com.blueriq.component.api.comments.dao.CommentSearchCriteria
Sets the userId filter.
setUsername(String) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setUsername(String) - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
setValidationQuery(String) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setValidationQueryTimeout(int) - Method in class com.blueriq.component.api.datasource.DatasourceProperties
 
setVersion(String) - Method in class com.blueriq.component.api.ProjectReference
 
setVersion(String) - Method in class com.blueriq.component.api.shortcut.function.FunctionShortcut
 
Shortcut - Class in com.blueriq.component.api.shortcut
 
Shortcut(IShortcut) - Constructor for class com.blueriq.component.api.shortcut.Shortcut
 
Shortcut(String, String) - Constructor for class com.blueriq.component.api.shortcut.Shortcut
 
ShortcutErrorCodes - Class in com.blueriq.component.api.shortcut
This class defines the various initialization errors related to shortcuts.
ShortcutErrorCodes() - Constructor for class com.blueriq.component.api.shortcut.ShortcutErrorCodes
 
shouldNotFilter(HttpServletRequest) - Method in class com.aquima.web.filter.FilterDelegate
 
SqlConnectionData - Class in com.blueriq.component.api.connection
Class used by the Configurable connection manager to allow plugins to use the connections.
SqlConnectionData(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.blueriq.component.api.connection.SqlConnectionData
Constructs a new SqlConnection data.
START - Static variable in class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration.Mappings
 
START - Static variable in class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration.Paths
 
startFlow(String) - Method in interface com.blueriq.component.api.IAquimaSession
This method will start the exposed flow with the specified name.
startFlow(String, boolean, Map<String, String>) - Method in interface com.blueriq.component.api.IAquimaSession
This method starts a flow.
stopFlow(boolean) - Method in interface com.blueriq.component.api.IAquimaSession
This method will stop the current flow and commit or rollback any pending changes.
StoreTestPathActionHandler - Class in com.blueriq.component.api.shortcut
 
StoreTestPathActionHandler() - Constructor for class com.blueriq.component.api.shortcut.StoreTestPathActionHandler
 
submit(ITypedWorkUnit<T>) - Method in interface com.blueriq.component.api.workunit.IWorkUnitExecutor
Submits for work a unit of work which returns a result.
submit(IWorkUnit) - Method in interface com.blueriq.component.api.workunit.IWorkUnitExecutor
Submits for execution a unit of work.

T

TenantAwareRoutingSource - Class in com.blueriq.component.api.datasource
 
TenantAwareRoutingSource() - Constructor for class com.blueriq.component.api.datasource.TenantAwareRoutingSource
 
terminateSession(String) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Closes and removes an aquima session, including all its child sessions.
TestPathParameters - Class in com.blueriq.component.api.shortcut
 
TIMER - com.blueriq.component.api.dcm.event.ScheduledEventType
 
toString() - Method in class com.blueriq.component.api.externalflow.HostSessionId
 
toString() - Method in class com.blueriq.component.api.plugin.PluginMetadata
 
toString() - Method in class com.blueriq.component.api.plugin.PluginVersion
 
toString() - Method in class com.blueriq.component.api.ProjectReference
 
toUrl() - Method in class com.blueriq.component.api.ProjectReference
 
toUrl(Map<String, String[]>) - Method in interface com.blueriq.component.api.IProjectReference
This method returns the url to start this project reference.
toUrl(Map<String, String[]>) - Method in class com.blueriq.component.api.ProjectReference
 
TRACE_EVENT_PUBLISHER_AMQP - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
TRACE_SQL_STORE - Static variable in class com.blueriq.component.api.BlueriqProfiles
 

U

UnknownSessionException - Exception in com.blueriq.component.api.exception
Exception that is used by the session manager when a session is request with an unknown id.
UnknownSessionException(String) - Constructor for exception com.blueriq.component.api.exception.UnknownSessionException
Create an exception with the session id that does not correspond to a valid session.
unwrap() - Method in interface com.blueriq.component.api.IWrapper
Deprecated.
Unwraps this wrapper, returning the wrapped object.
unwrap(Class<U>) - Method in interface com.blueriq.component.api.IWrapper
Deprecated.
Recursively unwraps until an object of the given type is encountered.
updateAggregate(IPortalContext, AggregateUpdateParams, IAggregateDefinition) - Method in interface com.blueriq.component.api.aggregate.AggregateService
Updates an existing aggregate based on the information in the profile (accessible via the portal context) and the update parameters.
updateSession(IAquimaSession) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
This method updates the session with the same id as the specified session.

V

validate() - Method in annotation type com.blueriq.component.api.annotation.RequestWard
Indicates whether request-ward validation should be enabled for this method.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaActionHandler
Returns the name of the action handler.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaAuthorizationAlgorithm
Returns the name of the algorithm.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaConnection
Returns the name of the service.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaDomain
Returns the name of the domain.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaExpander
Returns the name of the expander (container).
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaMask
Returns the name of the mask.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaModuleScope
Returns the Aquima module names this annotation is valid for.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaPlugin
Returns the name of the plugin metadata file.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaPriorityAlgorithm
Returns the name of the algorithm.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaProjectScope
Returns the Aquima project names this annotation is valid for.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaRoutingAlgorithm
Returns the name of the algorithm.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaService
Returns the name of the service.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaSessionId
The name of the request parameter (default: sessionId).
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaSoapMessageHandler
Returns the name of the action handler.
value() - Method in annotation type com.blueriq.component.api.annotation.AquimaValidator
Returns the name of the validator.
valueOf(String) - Static method in enum com.blueriq.component.api.AquimaMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blueriq.component.api.dcm.event.ScheduledEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blueriq.component.api.FlushMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blueriq.component.api.store.keyvalue.KeyspaceEvent
Returns the enum constant of this type with the specified name.
valueOfProperties(Properties) - Static method in class com.blueriq.component.api.plugin.PluginVersion
This method constructs a PluginVersion based on the specified properties.
valueOfRelease(int, int) - Static method in class com.blueriq.component.api.plugin.PluginVersion
This method creates a new Release Plugin version without a patch.
valueOfRelease(int, int, String) - Static method in class com.blueriq.component.api.plugin.PluginVersion
This method creates a new Release Plugin version with a patch.
valueOfSnapshot(int, int, long) - Static method in class com.blueriq.component.api.plugin.PluginVersion
This method creates a new Snapshot Plugin version with a build number.
valueOfSnapshot(int, int, String, long) - Static method in class com.blueriq.component.api.plugin.PluginVersion
This method creates a new Snapshot Plugin version with a build number.
valueOfSnapshot(int, long) - Static method in class com.blueriq.component.api.plugin.PluginVersion
This method creates a new Snapshot Plugin version with a build number.
valueOfSnapshot(int, String, long) - Static method in class com.blueriq.component.api.plugin.PluginVersion
This method creates a new Snapshot Plugin version with a build number.
values() - Static method in enum com.blueriq.component.api.AquimaMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blueriq.component.api.dcm.event.ScheduledEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blueriq.component.api.FlushMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blueriq.component.api.store.keyvalue.KeyspaceEvent
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeSource(ICompositeElement, IRenderContext, Writer) - Method in interface com.blueriq.component.api.ui.IAquimaUi
This method may be used to write an elements source to a writer.
A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages