Index

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

O

OAuth2BearerFilter - Class in ch.ivyteam.ivy.rest.client.oauth2
Filter to simplify OAUTH2 authorization flows.
OAuth2BearerFilter(OAuth2TokenRequester, OAuth2UriProvider) - Constructor for class ch.ivyteam.ivy.rest.client.oauth2.OAuth2BearerFilter
 
OAuth2FlowProvider.CallbackContext - Record Class in ch.ivyteam.ivy.security.identity.core.auth.oauth2
 
OAuth2FlowProvider.InitContext - Record Class in ch.ivyteam.ivy.security.identity.core.auth.oauth2
 
OAuth2StateCache.OAuth2State - Record Class in ch.ivyteam.ivy.security.identity.core.auth.oauth2
 
OAuth2TokenRequester - Interface in ch.ivyteam.ivy.rest.client.oauth2
Requests a OAuth2 bearer access token
OAuth2TokenRequester.AuthContext - Class in ch.ivyteam.ivy.rest.client.oauth2
The authentication context to be used to fire an 'accessToken' request.
OAuth2UriProperty - Class in ch.ivyteam.ivy.rest.client.oauth2.uri
Provides OAUTH2 authentication URIs with Rest Client property support.
OAuth2UriProperty(FeatureConfig, String) - Constructor for class ch.ivyteam.ivy.rest.client.oauth2.uri.OAuth2UriProperty
 
OAuth2UriProperty(FeatureConfig, String, String) - Constructor for class ch.ivyteam.ivy.rest.client.oauth2.uri.OAuth2UriProperty
 
OAuth2UriProvider - Interface in ch.ivyteam.ivy.rest.client.oauth2.uri
Provides URIs to the OAUTH2 authority.
OAuth2UriStatic - Class in ch.ivyteam.ivy.rest.client.oauth2.uri
Configures the OAuth2BearerFilter to use a static pre-configured accessToken URI.
of(IApplication) - Static method in interface ch.ivyteam.ivy.vars.Variables
Gets the variables of a given application and its active environment.
of(IApplication, String) - Static method in interface ch.ivyteam.ivy.vars.Variables
Deprecated, for removal: This API element is subject to removal in a future version.
of(ILibrarySpecification) - Static method in class ch.ivyteam.ivy.application.value.VersionRange
 
of(ILibraryVersionSpecification) - Static method in class ch.ivyteam.ivy.application.value.VersionBound
 
of(IProcessModelVersion) - Static method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Gets the @link IWorkflowProcessModelVersion} of the given IProcessModelVersion
of(IProject) - Static method in interface ch.ivyteam.ivy.application.IProcessModelVersion
Gets the current process model version of given project.
ofEnvironment(String) - Method in interface ch.ivyteam.ivy.vars.Variables
Gets a variables for a specific environment.
ofUser(IUser) - Method in interface ch.ivyteam.ivy.security.session.ISessionRepository
Gets all sessions of the given user.
ok() - Method in enum class ch.ivyteam.ivy.event.ISystemEventDispatcher.DispatchStatus
Check if this status is ok and event has been dispatched.
OK - Enum constant in enum class ch.ivyteam.ivy.event.ISystemEventDispatcher.DispatchStatus
Event has been dispatched
ON_ABSENCE - Enum constant in enum class ch.ivyteam.ivy.security.SubstitutionType
The substitution is only active if the user is absent.
onElement(BpmElement) - Method in class ch.ivyteam.ivy.bpm.engine.client.ProcessData
Gets all process data for every execution of the given process element.
options(DeploymentOptions) - Method in class ch.ivyteam.ivy.deployment.DeploymentContext.Builder
 
or() - Method in interface ch.ivyteam.ivy.business.data.store.search.Filter
Combines filters with a logical OR operation.
or() - Method in class ch.ivyteam.ivy.security.query.UserQuery.FilterLink
 
or() - Method in interface ch.ivyteam.ivy.security.query.UserQuery.IFilterLink
Adds an OR statement to the where condition.
or() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.FilterLink
 
or() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterLink
Adds an OR statement to the where condition.
or() - Method in class ch.ivyteam.ivy.workflow.query.SignalEventQuery.FilterLink
 
or() - Method in interface ch.ivyteam.ivy.workflow.query.SignalEventQuery.IFilterLink
Adds an OR statement to the where condition.
or() - Method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.FilterLink
 
or() - Method in interface ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.IFilterLink
Adds an OR statement to the where condition.
or() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterLink
 
or() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterLink
Adds an OR statement to the where condition.
or(UserQuery) - Method in class ch.ivyteam.ivy.security.query.UserQuery.FilterLink
 
or(UserQuery) - Method in interface ch.ivyteam.ivy.security.query.UserQuery.IFilterLink
Adds and OR statement with the given filter subQuery.
Only the where condition of the given subQuery is considered.
or(IPropertyFilter<T>) - Method in interface ch.ivyteam.ivy.workflow.IPropertyFilter
Returns a new filter that associates this filter with the given other filter with a logical or operation
or(CaseQuery) - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.FilterLink
 
or(CaseQuery) - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterLink
Adds and OR statement with the given filter subQuery.
Only the where condition of the given subQuery is considered.
or(SignalEventQuery) - Method in class ch.ivyteam.ivy.workflow.query.SignalEventQuery.FilterLink
 
or(SignalEventQuery) - Method in interface ch.ivyteam.ivy.workflow.query.SignalEventQuery.IFilterLink
Adds and OR statement with the given filter subQuery.
Only the where condition of the given subQuery is considered.
or(TaskBoundarySignalEventReceiverQuery) - Method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.FilterLink
 
or(TaskBoundarySignalEventReceiverQuery) - Method in interface ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.IFilterLink
Adds and OR statement with the given filter subQuery.
Only the where condition of the given subQuery is considered.
or(TaskQuery) - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterLink
 
or(TaskQuery) - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterLink
Adds and OR statement with the given filter subQuery.
Only the where condition of the given subQuery is considered.
or(T, RelationalOperator, Object) - Method in interface ch.ivyteam.ivy.workflow.IPropertyFilter
Returns a new filter that associates this filter with the new filter created with the given arguments with a logical and operation
orderBy() - Method in interface ch.ivyteam.ivy.business.data.store.search.OrderBy
Orders the result.
orderBy() - Method in class ch.ivyteam.ivy.location.LocationQuery
Orders the results of the query.
orderBy() - Method in class ch.ivyteam.ivy.security.query.UserQuery
Returns an object which contains the order by part for this query.
It provides methods to order the result by certain columns.
orderBy() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery
Returns an object which contains the order by part for this query.
It provides methods to order the result by certain columns.
orderBy() - Method in class ch.ivyteam.ivy.workflow.query.SignalEventQuery
Returns an object which contains the order by part for this query.
It provides methods to order the result by certain columns.
orderBy() - Method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery
Returns an object which contains the order by part for this query.
It provides methods to order the result by certain columns.
orderBy() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery
Returns an object which contains the order by part for this query.
It provides methods to order the result by certain columns.
OrderBy<T> - Interface in ch.ivyteam.ivy.business.data.store.search
orderBy operation
OrderByField<T> - Interface in ch.ivyteam.ivy.business.data.store.search
Order by field
OrderByFieldOrLimit<T> - Interface in ch.ivyteam.ivy.business.data.store.search
Order by field operations and limit/execute operations
OrderByOperation<T> - Interface in ch.ivyteam.ivy.business.data.store.search
Order by ascending or descending operations and limit/execute operations.
OrderByOperation.Direction - Enum Class in ch.ivyteam.ivy.business.data.store.search
 
OrderDirection - Enum Class in ch.ivyteam.ivy.persistence
Defines the order direction
org.eclipse.albireo.core - package org.eclipse.albireo.core
 
org.eclipse.albireo.internal - package org.eclipse.albireo.internal
 
org.eclipse.wb.swt - package org.eclipse.wb.swt
 
org.glassfish.jersey.filter - package org.glassfish.jersey.filter
 
org.hibernate.validator - package org.hibernate.validator
 
org.primefaces.context - package org.primefaces.context
 
org.primefaces.util - package org.primefaces.util
 
ORIGINAL_ACTIVATOR_ID - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskProperty
The original activator security member ID property
ORIGINAL_ACTIVATOR_NAME - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskProperty
The original activator name property
originalActivator() - Method in interface ch.ivyteam.ivy.workflow.ITask
Access to the original activator
originalActivatorDisplayName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
originalActivatorDisplayName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
originalActivatorDisplayName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column OriginalActivatorDisplayName.
Must be followed by a call to a condition method.
originalActivatorDisplayName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field OriginalActivatorDisplayName.
originalActivatorDisplayName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column OriginalActivatorDisplayName in the default direction ascending.
To change the order to descending use originalActivatorDisplayName().descending()
originalActivatorDisplayName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
originalActivatorId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
originalActivatorId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
originalActivatorId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column OriginalActivatorId.
Must be followed by a call to a condition method.
originalActivatorId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field OriginalActivatorId.
originalActivatorId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column OriginalActivatorId in the default direction ascending.
To change the order to descending use originalActivatorId().descending()
originalActivatorId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
originalActivatorName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
originalActivatorName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
originalActivatorName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column OriginalActivatorName.
Must be followed by a call to a condition method.
originalActivatorName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field OriginalActivatorName.
originalActivatorName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column OriginalActivatorName in the default direction ascending.
To change the order to descending use originalActivatorName().descending()
originalActivatorName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
originalPriority() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
originalPriority() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
originalPriority() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column OriginalPriority.
Must be followed by a call to a condition method.
originalPriority() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field OriginalPriority.
originalPriority() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column OriginalPriority in the default direction ascending.
To change the order to descending use originalPriority().descending()
originalPriority() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
originatesFromHtmlClient() - Method in interface ch.ivyteam.ivy.request.IHttpRequest
Indicates whether the request was sent by a HTML based client such as a browser
originSource() - Method in interface ch.ivyteam.ivy.vars.Variable
Get the origin source of this variable
ORIGNAL_PRIORITY - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskProperty
The original priority property
overwrite(T) - Method in interface ch.ivyteam.ivy.business.data.store.BusinessDataRepository
Inserts or overwrites the given business data value regardless of the version.
overwrite(T, String) - Method in interface ch.ivyteam.ivy.business.data.store.BusinessDataRepository
Overwrites only the specified field of the given business data value.
Concurrently updated values of other fields by other participants are preserved.
overwriteConfiguration(boolean) - Method in class ch.ivyteam.ivy.deployment.DeploymentOptions.Builder
Deprecated.
configuration deployment options are no longer respected by the deployment
own() - Method in interface ch.ivyteam.ivy.workflow.task.ITasks
Returns own tasks.
ownActive() - Method in interface ch.ivyteam.ivy.workflow.task.ITasks
Returns own tasks in active state.
OWNER_ID - Enum constant in enum class ch.ivyteam.ivy.workflow.CaseProperty
The creator security member id property
ownerDisplayName() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.FilterQuery
 
ownerDisplayName() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.GroupByQuery
 
ownerDisplayName() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterableColumns
Prepares a where statement for the column OwnerDisplayName.
Must be followed by a call to a condition method.
ownerDisplayName() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IGroupByQueryColumns
Groups the result of the query by the field OwnerDisplayName.
ownerDisplayName() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IOrderByQueryColumns
Adds an order by statement for the column OwnerDisplayName in the default direction ascending.
To change the order to descending use ownerDisplayName().descending()
ownerDisplayName() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByQuery
 
ownerId() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.FilterQuery
 
ownerId() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.GroupByQuery
 
ownerId() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterableColumns
Prepares a where statement for the column OwnerId.
Must be followed by a call to a condition method.
ownerId() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IGroupByQueryColumns
Groups the result of the query by the field OwnerId.
ownerId() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IOrderByQueryColumns
Adds an order by statement for the column OwnerId in the default direction ascending.
To change the order to descending use ownerId().descending()
ownerId() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByQuery
 
ownerName() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.FilterQuery
 
ownerName() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.GroupByQuery
 
ownerName() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterableColumns
Prepares a where statement for the column OwnerName.
Must be followed by a call to a condition method.
ownerName() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IGroupByQueryColumns
Groups the result of the query by the field OwnerName.
ownerName() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IOrderByQueryColumns
Adds an order by statement for the column OwnerName in the default direction ascending.
To change the order to descending use ownerName().descending()
ownerName() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByQuery
 
A B C D E F G H I J L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form