Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

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 Interface 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
 
addBlueriqSessionInfoToMdc(IPortalSession) - 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
 
addUserIp(String) - Static method in class com.aquima.web.util.BlueriqLogMdcUtil
 
AggregateCreateParams - Class in com.blueriq.component.api.aggregate
 
AggregateCreateParams() - Constructor for class com.blueriq.component.api.aggregate.AggregateCreateParams
 
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 - Enum constant in enum class 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.
ApplicationFinder - Interface in com.blueriq.component.api
This interface describes a method to find the application that matches some criteria that have been coded into the implementing classes.
AquimaActionHandler - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are Aquima action handlers.
AquimaActionHandlerFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima action handler factory.
AquimaApiRendererFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima api renderer factory.
AquimaAuthorizationAlgorithm - Annotation Interface 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 Interface in com.blueriq.component.api.annotation
Annotation for classes that are aquima connections.
AquimaConnectionManager - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are Aquima connection managers.
AquimaContentManagerFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is a IContentManagerFactory
AquimaDataSerializerFactory - Annotation Interface 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 Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima document renderer.
AquimaDocumentXmlRenderer - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are document renderers This annotation can be used on custom converter classes in order to automatically register one to be used in document generation.
AquimaDomain - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are aquima domains.
AquimaDomainFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima domain factory.
AquimaExpander - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are Aquima container expanders (e.g.
AquimaExpanderFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima container/render factory.
AquimaLicenseProvider - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are Aquima license providers.
AquimaMask - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima mask.
AquimaMaskFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima mask factory.
AquimaMatchTypeFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima match type factory.
AquimaMode - Enum Class in com.blueriq.component.api
Enum for setting the mode in which the server is running.
AquimaModuleScope - Annotation Interface in com.blueriq.component.api.annotation
Specifies that an Aquima Annotation is only valid for the specified Aquima modules.
AquimaPlugin - Annotation Interface in com.blueriq.component.api.annotation
Annotation for registering a plugin
AquimaPriorityAlgorithm - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are Aquima priority algorithm.
AquimaProcessExtensionFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima Process Extension Factoryy.
AquimaProjectScope - Annotation Interface in com.blueriq.component.api.annotation
Deprecated, for removal: This API element is subject to removal in a future version.
We don't intend to support custom code for certain projects only, since Blueriq is a platform where any project can run on. If certain custom components are only required for certain projects, we advise to run these on a separate Runtime with the required custom components included. Scheduled for removal in Blueriq 16.
AquimaRendererFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima renderer factory.
AquimaResourceManager - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are Aquima resource managers.
AquimaRoutingAlgorithm - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are Aquima routing algorithm.
AquimaRuleFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima rule factory.
AquimaService - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are aquima services.
AquimaServiceFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima service factory.
AquimaSessionId - Annotation Interface in com.blueriq.component.api.annotation
An annotation used to identify a controller method parameter which represents an AquimaSession ID.
AquimaSoapMessageHandler - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are soap message handlers.
AquimaSoapMessageHandlerFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima soap handler factory.
AquimaTestApplication - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that extend ApplicationTemplate.
AquimaTimelineDao - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are Aquima timeline daos.
AquimaTraceDao - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are Aquima trace daos.
AquimaUserScopeDao - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that are Aquima userscope dao's.
AquimaValidator - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima validator.
AquimaValidatorFactory - Annotation Interface in com.blueriq.component.api.annotation
Annotation for a class that is an Aquima validator factory.
AquimaWebConfiguration - Annotation Interface in com.blueriq.component.api.annotation
Annotation for classes that contain the configuration for applications.
AquimaXmlRenderer - Annotation Interface 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
 
AUDIT - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
AUTHENTICATION - Static variable in class com.blueriq.component.api.ui.mvc.MvcUrlConfiguration.Mappings
 
AUTO - Enum constant in enum class 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
 
collectHeaders(List<String>, Map<String, String>, IServiceContext) - Method in interface com.blueriq.component.api.headers.ConnectionHeaderService
 
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 - package com.blueriq.component.api.dcm
 
com.blueriq.component.api.documents - package com.blueriq.component.api.documents
 
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.headers - package com.blueriq.component.api.headers
 
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.properties - package com.blueriq.component.api.properties
 
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
 
ConnectionHeaderService - Interface in com.blueriq.component.api.headers
Service that collects headers for REST service client and SOAP service client connections, combining session headers and static headers while taking globally configured session headers and static headers, and the test path header into account
connectionType() - Element in annotation interface 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 Interface 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.
DCM_DASHBOARD - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
Dcm2Condition - Class in com.blueriq.component.api.dcm
This condition can be used to check if this is a DCM 2.0 application running, which is the case for the runtime part when the case-engine-client profile is enabled, or for the case engine itself (with the case-engine profile enabled)
Dcm2Condition() - Constructor for class com.blueriq.component.api.dcm.Dcm2Condition
 
DCMLISTS_CLIENT - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
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 - Enum constant in enum class 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 - Enum constant in enum class com.blueriq.component.api.AquimaMode
 
DEVELOPMENT_TOOLS - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
DOCUMENT_RENDERER_CLIENT - 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() - Element in annotation interface com.blueriq.component.api.annotation.AquimaDocumentXmlRenderer
Returns the element class.
elementClass() - Element in annotation interface com.blueriq.component.api.annotation.AquimaXmlRenderer
Returns the element class.
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.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.
expire(String, long, TimeUnit) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Sets the expiration time for the given key.
EXPIRED - Enum constant in enum class 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() - Element in annotation interface 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 Class 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
 
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.
getApplication(ApplicationID) - Method in interface com.blueriq.component.api.ApplicationFinder
 
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.
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.
getClaim(String) - Method in interface com.blueriq.component.api.security.BlueriqAuthentication
 
getClaimNames() - Method in interface com.blueriq.component.api.security.BlueriqAuthentication
 
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.publisher.client.model.IPublishedProject
 
getContent() - Method in interface com.blueriq.component.api.publisher.client.model.IPublishedProject
 
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
 
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
 
getDocumentXmlRenderers() - Method in interface com.blueriq.component.api.documents.IAnnotatedRendererStore
Returns the map of IXmlElement class names and corresponding XML document renderers.
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 class 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
 
getImages(ICompositeElement, ILanguage, ApplicationID, IPortalContext) - Method in interface com.blueriq.component.api.documents.IDocumentImageProvider
This method is used to provide images to be used in a PDF document generated by the Blueriq Document Renderer.
getInstancesToStore() - Method in class com.blueriq.component.api.aggregate.AggregateCreateParams
 
getInstancesToStore() - Method in class com.blueriq.component.api.aggregate.AggregateUpdateParams
 
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.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
 
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
 
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.
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
 
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.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.
getProperties() - Method in class com.blueriq.component.api.plugin.PluginMetadata
This method returns the properties where this metadata is based on.
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.
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.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
 
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.
getSqlConnectionData(String) - Method in interface com.blueriq.component.api.connection.ISqlConnectionManager
 
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
 
getTeams() - Method in interface com.blueriq.component.api.security.BlueriqAuthentication
 
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
 
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
 
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.
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.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
 
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
 
getXmlPageRenderers() - Method in interface com.blueriq.component.api.documents.IAnnotatedRendererStore
Returns the map of IXmlElement class names and corresponding XML page renderers.

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).
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 class 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
 
hasSession(String) - Method in interface com.blueriq.component.api.IAquimaSessionsMap
Returns an indicator whether the session actually exists.
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

IAnnotatedRendererStore - Interface in com.blueriq.component.api.documents
Interface for services used to get Map of registered renderers.
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.
ICommentsDao - Interface in com.blueriq.component.api.comments.dao
Dao interface for storing comments.
IDatasourceProperties - Interface in com.blueriq.component.api.datasource
 
IDocumentImageProvider - Interface in com.blueriq.component.api.documents
Register a Spring bean that implements this interface to provide images to be used in a PDF document generated by the Blueriq Document Renderer.
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() - Element in annotation interface com.blueriq.component.api.annotation.Csrf
Indicates whether CSRF verification should be skipped for this method.
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.
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 a 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
 
isDecorator() - Element in annotation interface 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.
keys(IKeyPattern) - Method in interface com.blueriq.component.api.store.keyvalue.IKeyValueStore
Returns all keys in the key-value store, optionally with a pattern to scope to a namespace.
KeyspaceEvent - Enum Class 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.dcm.Dcm2Condition
 
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() - Element in annotation interface com.blueriq.component.api.annotation.AquimaTimelineDao
Returns the optional name for the timeline dao.
name() - Element in annotation interface com.blueriq.component.api.annotation.AquimaTraceDao
Returns the optional name for the trace dao.
NEVER - Enum constant in enum class 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() - Element in annotation interface 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.
PERFORMANCE_TEST - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
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.
PROCESS_SQL_STORE - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
PRODUCTION - Enum constant in enum class 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.
PropertyService - Interface in com.blueriq.component.api.properties
Interface for a service that reads configuration properties in several formats
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.
readInteger(String) - Method in interface com.blueriq.component.api.properties.PropertyService
Returns the integer value for the given key
readInteger(String, int) - Method in interface com.blueriq.component.api.properties.PropertyService
Returns the integer value for the given key
readMap(String) - Method in interface com.blueriq.component.api.properties.PropertyService
Returns a map containing all configured key-value pairs for the given key
readMultiValueString(String) - Method in interface com.blueriq.component.api.properties.PropertyService
Returns the string values for the given key.
readString(String) - Method in interface com.blueriq.component.api.properties.PropertyService
Returns the string value for the given key
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
 
removeUserIp() - Static method in class com.aquima.web.util.BlueriqLogMdcUtil
 
renew() - Element in annotation interface 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 Interface 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 Interface 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.
retrieveAggregate(String, long) - Method in interface com.blueriq.component.api.aggregate.AggregateService
Retrieves a specific aggregate
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 Interface in com.blueriq.component.api.scheduler
Indicates that the annotated job should run as the Blueriq Service Account.

S

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 Interface 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 - Enum constant in enum class 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
 
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.
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
 
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, Serializable>) - 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
 
TIMELINE_EVENT_PUBLISHER_AMQP - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
TIMELINE_SQL_STORE - Static variable in class com.blueriq.component.api.BlueriqProfiles
 
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() - Element in annotation interface com.blueriq.component.api.annotation.RequestWard
Indicates whether request-ward validation should be enabled for this method.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaActionHandler
Returns the name of the action handler.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaAuthorizationAlgorithm
Returns the name of the algorithm.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaConnection
Returns the name of the service.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaDomain
Returns the name of the domain.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaExpander
Returns the name of the expander (container).
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaMask
Returns the name of the mask.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaModuleScope
Returns the Aquima module names this annotation is valid for.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaPlugin
Returns the name of the plugin metadata file.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaPriorityAlgorithm
Returns the name of the algorithm.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaProjectScope
Deprecated.
Returns the Aquima project names this annotation is valid for.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaRoutingAlgorithm
Returns the name of the algorithm.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaService
Returns the name of the service.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaSessionId
The name of the request parameter (default: sessionId).
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaSoapMessageHandler
Returns the name of the action handler.
value() - Element in annotation interface com.blueriq.component.api.annotation.AquimaValidator
Returns the name of the validator.
valueOf(String) - Static method in enum class com.blueriq.component.api.AquimaMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.blueriq.component.api.FlushMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.blueriq.component.api.store.keyvalue.KeyspaceEvent
Returns the enum constant of this class 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 class com.blueriq.component.api.AquimaMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.blueriq.component.api.FlushMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.blueriq.component.api.store.keyvalue.KeyspaceEvent
Returns an array containing the constants of this enum class, 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 and Interfaces|All Packages|Constant Field Values|Serialized Form