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

D

DATABASE_NAME - Static variable in class ch.ivyteam.ivy.bpm.error.BpmError.AttributeNames
Available on errors with error code ivy:error:database
DatabaseConnectionConfiguration - Class in ch.ivyteam.db.jdbc
Holds the configuration of a jdbc database connection.
DatabaseConnectionConfiguration() - Constructor for class ch.ivyteam.db.jdbc.DatabaseConnectionConfiguration
 
DatabaseConnectionConfiguration(String, String) - Constructor for class ch.ivyteam.db.jdbc.DatabaseConnectionConfiguration
 
DatabaseConnectionConfiguration(String, String, String, String) - Constructor for class ch.ivyteam.db.jdbc.DatabaseConnectionConfiguration
 
datacache - Variable in class ch.ivyteam.ivy.environment.Ivy
Provides access to data cache context to manage application (global) and session (user-specific) data caches.
datacache() - Static method in class ch.ivyteam.ivy.environment.Ivy
Provides access to data cache context to manage application (global) and session (user-specific) data caches.
Date - Class in ch.ivyteam.ivy.scripting.objects
Ivy Date objects have a year, a month and a day, but no day-time.
Date() - Constructor for class ch.ivyteam.ivy.scripting.objects.Date
Creates a new Date object representing the actual day.
Date(int, int, int) - Constructor for class ch.ivyteam.ivy.scripting.objects.Date
Creates a new date object.
Date(String) - Constructor for class ch.ivyteam.ivy.scripting.objects.Date
Parses a Date literal and creates a new corresponding Date object.
DateTime - Class in ch.ivyteam.ivy.scripting.objects
A Timestamp object.
DateTime() - Constructor for class ch.ivyteam.ivy.scripting.objects.DateTime
Creates a new DateTime object representing the actual day.
DateTime(int, int, int, int, int, int) - Constructor for class ch.ivyteam.ivy.scripting.objects.DateTime
Creates a new date object.
DateTime(Date, Time) - Constructor for class ch.ivyteam.ivy.scripting.objects.DateTime
Creates a new DateTime object from a date and a day-time.
DateTime(String) - Constructor for class ch.ivyteam.ivy.scripting.objects.DateTime
Parses a DateTime literal and creates a new corresponding Date object.
dateTimeField(String) - Method in interface ch.ivyteam.ivy.business.data.store.search.FieldOrSubFilter
Filter the values of the DateTime field with the given name or name path.
DateTimeFieldOperation<T> - Interface in ch.ivyteam.ivy.business.data.store.search
Operations to filter DateTime fields
DB - ch.ivyteam.ivy.application.RuntimeLogCategory
Runtime log category to log database relevant things
deactivate() - Method in interface ch.ivyteam.ivy.application.IActivity
Deactivates the object
The object changes from active or active and locked to deactivating and after a while to inactive
deactivateDependentProcessModelVersions() - Method in interface ch.ivyteam.ivy.application.IProcessModelVersion
Deactivates this and all depending process model versions.
DEACTIVATING - ch.ivyteam.ivy.application.ActivityOperationState
State DEACTIVATING The object is going to state inactive.
debug(String, Object...) - Method in interface ch.ivyteam.log.ILogger
Formats and logs a message with level DEBUG.
debug(String, Object...) - Method in class ch.ivyteam.log.Logger
 
debug(String, Throwable, Object...) - Method in interface ch.ivyteam.log.ILogger
Formats and logs a message with level DEBUG.
debug(String, Throwable, Object...) - Method in class ch.ivyteam.log.Logger
 
declareAndInitializeVariable(IIvyScriptContext, String, String, Object) - Method in class ch.ivyteam.ivy.process.extension.impl.AbstractProcessExtension
Declares a variable inside the given context and initializes it with the given value
declareCallAndWaitProcessElement(String, String, String) - Method in interface ch.ivyteam.ivy.process.element.IExtensibleProcessElementFactory
Declare a new process element that is based on the Call&Wait process element.
declareIntermediateEventProcessElement(String, String, String) - Method in interface ch.ivyteam.ivy.process.element.IExtensibleProcessElementFactory
Declare a new process element that is based on a process intermediate event process element.
declareProcessElements(IExtensibleProcessElementFactory) - Method in interface ch.ivyteam.ivy.process.element.IExtensibleStandardProcessElementExtension
Declares process elements that are based on standard process elements that are extensible with a java bean class
declareProgramInterfaceProcessElement(String, String, String) - Method in interface ch.ivyteam.ivy.process.element.IExtensibleProcessElementFactory
Declare a new process element that is based on a program interface process element.
declareProgramUserInterfaceProcessElement(String, String, String) - Method in interface ch.ivyteam.ivy.process.element.IExtensibleProcessElementFactory
Declare a new process element that is based on a program user interface process element.
declareStartEventProcessElement(String, String, String) - Method in interface ch.ivyteam.ivy.process.element.IExtensibleProcessElementFactory
Declare a new process element that is based on a start event process element.
declareVariable(IIvyScriptContext, String, String) - Method in class ch.ivyteam.ivy.process.extension.impl.AbstractProcessExtension
Declares a variable inside the given context
deepClone() - Method in class ch.ivyteam.ivy.scripting.objects.CompositeObject
 
deepClone() - Method in class ch.ivyteam.ivy.scripting.objects.File
Creates a clone; the same as clone().
deepClone() - Method in class ch.ivyteam.ivy.scripting.objects.List
Returns a deep copy of this List.
deepClone() - Method in class ch.ivyteam.ivy.scripting.objects.NestedObject
Creates a deep clone.
deepClone() - Method in class ch.ivyteam.ivy.scripting.objects.Record
Clones this record (deep copy).
deepClone() - Method in class ch.ivyteam.ivy.scripting.objects.Recordset
 
deepClone() - Method in class ch.ivyteam.ivy.scripting.objects.Tree
Clones this Tree (deep copy).
deepClone() - Method in interface ch.ivyteam.ivy.scripting.objects.util.IIvyDataObject
Creates a deep clone.
DEFAULT - Static variable in class ch.ivyteam.ivy.deployment.DeploymentOptions
 
DELAY_TIMESTAMP - ch.ivyteam.ivy.workflow.TaskProperty
The delay timestamp property property
DELAYED - ch.ivyteam.ivy.workflow.TaskState
Initial state of a task for which a delay period was configured.
delayTimestamp() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
delayTimestamp() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
delayTimestamp() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column DelayTimestamp.
Must be followed by a call to a condition method.
delayTimestamp() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field DelayTimestamp.
delayTimestamp() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column DelayTimestamp in the default direction ascending.
To change the order to descending use delayTimestamp().descending()
delayTimestamp() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
delete() - Method in interface ch.ivyteam.ivy.application.IProcessModelVersion
Sets the release state of this process model version to DELETED.
delete() - Method in interface ch.ivyteam.ivy.cm.IContentObject
Deletes this content object and all its children and children's children
delete() - Method in class ch.ivyteam.ivy.scripting.objects.File
Deletes this file or directory.
delete() - Method in interface ch.ivyteam.ivy.workflow.custom.field.ICustomField
Deletes the value of this field
delete(long) - Method in interface ch.ivyteam.ivy.workflow.document.IDocumentService
Deletes the document with the given document identifier.
delete(ILocation) - Method in interface ch.ivyteam.ivy.location.ILocationService
Deletes the given location.
delete(IDocument) - Method in interface ch.ivyteam.ivy.workflow.document.IDocumentService
Deletes the given document.
delete(Path) - Method in interface ch.ivyteam.ivy.workflow.document.IDocumentService
Deletes the document with the given path.
delete(String) - Method in interface ch.ivyteam.ivy.application.property.ICustomProperties
Deletes the custom property with the given name.
delete(String) - Method in interface ch.ivyteam.ivy.cm.IContentObjectValue
Deletes this content object value
delete(String) - Method in interface ch.ivyteam.ivy.security.user.IUserRepository
Deletes a well-known user
delete(T) - Method in interface ch.ivyteam.ivy.business.data.store.BusinessDataRepository
Deletes the given business data value in the repository.
deleteAbsence(IUserAbsence) - Method in interface ch.ivyteam.ivy.security.IUser
Deletes a absence
deleteAllThatMatch(LocationQuery) - Method in interface ch.ivyteam.ivy.location.ILocationService
Deletes all locations that match the given query
deleteApplication(String) - Method in interface ch.ivyteam.ivy.application.IApplicationConfigurationManager
Deletes a application
deleteBusinessCalendarConfiguration(IBusinessCalendarConfiguration) - Method in interface ch.ivyteam.ivy.application.calendar.IBusinessCalendarSettings
Deletes the IBusinessCalendarConfiguration businessCalendarConfiguration.
deleteById(String) - Method in interface ch.ivyteam.ivy.business.data.store.BusinessDataRepository
Deletes the business data value with the given id in the repository.
deleteCompletedCase(ICase) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Deletes the given completed case and all belonging objects (tasks, workflow events, notes, process data etc.).
DELETED - ch.ivyteam.ivy.application.ReleaseState
Process Model Version Release State DELETED.
deleteEnvironmentConfiguration(IExternalDatabaseConfiguration) - Method in interface ch.ivyteam.ivy.application.IExternalDatabaseDefaultConfiguration
Remove an environment configuration for the external database configuration
deleteExternalDatabaseConfiguration(String) - Method in interface ch.ivyteam.ivy.application.IApplication
Deletes an external database configuration
deleteIntermediateEventElement(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Deletes an intermediate event element
deleteLibrary() - Method in interface ch.ivyteam.ivy.application.IProcessModelVersion
Deletes the library
deleteMaximumVersion() - Method in interface ch.ivyteam.ivy.application.ILibrarySpecification
Deletes the maximum version specification
deleteMinimumVersion() - Method in interface ch.ivyteam.ivy.application.ILibrarySpecification
Deletes the minimum version specification
deleteNote(INote) - Method in interface ch.ivyteam.ivy.workflow.INoteable
Deletes the given note
deleteProcessModel(String) - Method in interface ch.ivyteam.ivy.application.IApplication
Deletes a process model
deleteRequiredLibrarySpecification(String) - Method in interface ch.ivyteam.ivy.application.ILibrary
Deletes the required library specification
deleteStartElement(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Deletes a start element
deleteStartEventElement(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Deletes a start event element
deleteSubstitute(IUserSubstitute) - Method in interface ch.ivyteam.ivy.security.IUser
Deletes a substitute
deleteUser(String) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Deletes a well-known user
DENIED - ch.ivyteam.ivy.security.AccessState
The security member has not a access denied.
denyPermission(IPermission, ISecurityMember) - Method in interface ch.ivyteam.ivy.security.ISecurityDescriptor
Denies a permission to a security member
denyPermissions(IPermissionGroup, ISecurityMember) - Method in interface ch.ivyteam.ivy.security.ISecurityDescriptor
Denies a all permissions of a permission group to a security member
deploy(File, IProcessModelVersion, DeploymentContext) - Static method in class ch.ivyteam.ivy.deployment.ProjectDeployment
Deploys an ivy project from projectDirectory to the processModelVersion.
deploy(File, IProcessModelVersion, String, String, IProgressMonitor, IDeploymentLogger) - Static method in class ch.ivyteam.ivy.deployment.ProjectDeployment
Deploys an ivy project from projectDirectory to the processModelVersion.
DeploymentContext - Class in ch.ivyteam.ivy.deployment
 
DeploymentContext.Builder - Class in ch.ivyteam.ivy.deployment
 
deploymentLogger(IDeploymentLogger) - Method in class ch.ivyteam.ivy.deployment.DeploymentContext.Builder
 
DeploymentOptions - Class in ch.ivyteam.ivy.deployment
 
DeploymentOptions.Builder - Class in ch.ivyteam.ivy.deployment
 
DeploymentOptions.Cleanup - Enum in ch.ivyteam.ivy.deployment
 
DeploymentOptions.TargetFileFormat - Enum in ch.ivyteam.ivy.deployment
 
DeploymentOptions.TargetState - Enum in ch.ivyteam.ivy.deployment
 
DeploymentOptions.TargetVersion - Enum in ch.ivyteam.ivy.deployment
 
DeploymentOptions.TestUser - Enum in ch.ivyteam.ivy.deployment
 
deployTestUsers(DeploymentOptions.TestUser) - Method in class ch.ivyteam.ivy.deployment.DeploymentOptions.Builder
 
DEPRECATED - ch.ivyteam.ivy.application.ReleaseState
Process Model Version Release State DEPRECATED.
descending() - Method in interface ch.ivyteam.ivy.business.data.store.search.OrderByOperation
Orders the result descending (Z..A)
descending() - Method in class ch.ivyteam.ivy.location.LocationQuery.LocationOrder.OrderDirection
Order direction descending.
descending() - Method in class ch.ivyteam.ivy.security.query.UserQuery.OrderByColumnQuery
Sorts the column in descending direction.
descending() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByColumnQuery
Sorts the column in descending direction.
descending() - Method in class ch.ivyteam.ivy.workflow.query.SignalEventQuery.OrderByColumnQuery
Sorts the column in descending direction.
descending() - Method in class ch.ivyteam.ivy.workflow.query.StartSignalEventElementQuery.OrderByColumnQuery
Sorts the column in descending direction.
descending() - Method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.OrderByColumnQuery
Sorts the column in descending direction.
descending() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByColumnQuery
Sorts the column in descending direction.
DESCENDING - ch.ivyteam.ivy.business.data.store.search.OrderByOperation.Direction
Order from higher to lower (Z..A)
DESCENDING - ch.ivyteam.ivy.persistence.OrderDirection
Order in descending direction
descendingNullFirst() - Method in class ch.ivyteam.ivy.security.query.UserQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the beginning of the list.
descendingNullFirst() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the beginning of the list.
descendingNullFirst() - Method in class ch.ivyteam.ivy.workflow.query.SignalEventQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the beginning of the list.
descendingNullFirst() - Method in class ch.ivyteam.ivy.workflow.query.StartSignalEventElementQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the beginning of the list.
descendingNullFirst() - Method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the beginning of the list.
descendingNullFirst() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the beginning of the list.
descendingNullLast() - Method in class ch.ivyteam.ivy.security.query.UserQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the end of the list.
descendingNullLast() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the end of the list.
descendingNullLast() - Method in class ch.ivyteam.ivy.workflow.query.SignalEventQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the end of the list.
descendingNullLast() - Method in class ch.ivyteam.ivy.workflow.query.StartSignalEventElementQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the end of the list.
descendingNullLast() - Method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the end of the list.
descendingNullLast() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByColumnQuery
Sorts the column in descending direction, with NULL values at the end of the list.
description() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.FilterQuery
 
description() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.GroupByQuery
 
description() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterableColumns
Prepares a where statement for the column Description.
Must be followed by a call to a condition method.
description() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IGroupByQueryColumns
Groups the result of the query by the field Description.
description() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IOrderByQueryColumns
Adds an order by statement for the column Description in the default direction ascending.
To change the order to descending use description().descending()
description() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByQuery
 
description() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
description() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
description() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column Description.
Must be followed by a call to a condition method.
description() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field Description.
description() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column Description in the default direction ascending.
To change the order to descending use description().descending()
description() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
DESIGNER - Static variable in class ch.ivyteam.ivy.deployment.DeploymentOptions
 
DESIGNER_APPLICATION_NAME - Static variable in interface ch.ivyteam.ivy.application.IApplication
The name of the application on the designer (is always the same)
destroy() - Method in interface ch.ivyteam.ivy.workflow.businesscase.IBusinessCase
Destroys this business case and all sub cases that belong to business case.
destroy() - Method in interface ch.ivyteam.ivy.workflow.ICase
Destroys this case and all tasks that belongs to the case
destroy() - Method in interface ch.ivyteam.ivy.workflow.ITask
Destroys this task
DESTROY_CASE - ch.ivyteam.ivy.workflow.SystemTaskFailureBehaviour
In case the system task fails, the case will be destroyed.
DESTROY_TASK - ch.ivyteam.ivy.workflow.IntermediateEventTimeoutAction
Deletes the task that is waiting for the event
DESTROY_TASK - ch.ivyteam.ivy.workflow.SystemTaskFailureBehaviour
In case the system task fails, the task will be destroyed.
DESTROYED - ch.ivyteam.ivy.workflow.CaseState
Destroyed means somebody destroyed the case, in order to stop any work on it.
DESTROYED - ch.ivyteam.ivy.workflow.TaskState
Final task state if a task was destroyed.
destroyServer() - Static method in class ch.ivyteam.ivy.server.ServerFactory
Destroys the server instance
destroySession(int) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Destroys a session
destroySession(ISession) - Method in interface ch.ivyteam.ivy.process.eventstart.IProcessStartEventBeanRuntime
Destroys the given session.
DEVELOPER_USER_NAME - Static variable in interface ch.ivyteam.ivy.security.ISecurityConstants
Developer user name.
direction(OrderByOperation.Direction) - Method in interface ch.ivyteam.ivy.business.data.store.search.OrderByOperation
Orders the result according to the given direction.
displayDescriptionTemplate() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.FilterQuery
 
displayDescriptionTemplate() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.GroupByQuery
 
displayDescriptionTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterableColumns
Prepares a where statement for the column DisplayDescriptionTemplate.
Must be followed by a call to a condition method.
displayDescriptionTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IGroupByQueryColumns
Groups the result of the query by the field DisplayDescriptionTemplate.
displayDescriptionTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IOrderByQueryColumns
Adds an order by statement for the column DisplayDescriptionTemplate in the default direction ascending.
To change the order to descending use displayDescriptionTemplate().descending()
displayDescriptionTemplate() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByQuery
 
displayDescriptionTemplate() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
displayDescriptionTemplate() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
displayDescriptionTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column DisplayDescriptionTemplate.
Must be followed by a call to a condition method.
displayDescriptionTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field DisplayDescriptionTemplate.
displayDescriptionTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column DisplayDescriptionTemplate in the default direction ascending.
To change the order to descending use displayDescriptionTemplate().descending()
displayDescriptionTemplate() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
displayNameTemplate() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.FilterQuery
 
displayNameTemplate() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.GroupByQuery
 
displayNameTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterableColumns
Prepares a where statement for the column DisplayNameTemplate.
Must be followed by a call to a condition method.
displayNameTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IGroupByQueryColumns
Groups the result of the query by the field DisplayNameTemplate.
displayNameTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IOrderByQueryColumns
Adds an order by statement for the column DisplayNameTemplate in the default direction ascending.
To change the order to descending use displayNameTemplate().descending()
displayNameTemplate() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByQuery
 
displayNameTemplate() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
displayNameTemplate() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
displayNameTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column DisplayNameTemplate.
Must be followed by a call to a condition method.
displayNameTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field DisplayNameTemplate.
displayNameTemplate() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column DisplayNameTemplate in the default direction ascending.
To change the order to descending use displayNameTemplate().descending()
displayNameTemplate() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
Distance - Class in ch.ivyteam.ivy.location
Distance between two positions
divide(Number) - Method in class ch.ivyteam.ivy.scripting.objects.BusinessDuration
Divides the BusinessDuration by a divisor.
divide(Number) - Method in class ch.ivyteam.ivy.scripting.objects.Duration
Divides the Duration by a divisor.
DOCUMENT - ch.ivyteam.ivy.cm.CoTypeGroup
Document type
DOCUMENT_OF_INVOLVED_CASE_READ - Static variable in interface ch.ivyteam.ivy.security.IPermission
 
DOCUMENT_OF_INVOLVED_CASE_WRITE - Static variable in interface ch.ivyteam.ivy.security.IPermission
 
DOCUMENT_READ - Static variable in interface ch.ivyteam.ivy.security.IPermission
 
DOCUMENT_WRITE - Static variable in interface ch.ivyteam.ivy.security.IPermission
 
documents() - Method in interface ch.ivyteam.ivy.workflow.ICase
Returns a service for managing documents that are attached to the case.
documents() - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Returns a service for managing documents of this workflow context.
DONE - ch.ivyteam.ivy.workflow.CaseState
Done means all Tasks of the Case are done.
DONE - ch.ivyteam.ivy.workflow.TaskState
Final task state if the task was successfully done.
DOWNLOAD_DATA - ch.ivyteam.ivy.application.ExternalDatabaseConfigurationAccessFlag
Deprecated.
Allows the download of the data
DOWNLOAD_META - ch.ivyteam.ivy.application.ExternalDatabaseConfigurationAccessFlag
Deprecated.
Allows the download of the meta data (TABLE, COLUMNS etc)
Duration - Class in ch.ivyteam.ivy.scripting.objects
Durations are a component of time intervals and define the amount of intervening time in a time interval.
Duration(int, int, int, int, int, int) - Constructor for class ch.ivyteam.ivy.scripting.objects.Duration
Creates a new duration object.
Duration(long) - Constructor for class ch.ivyteam.ivy.scripting.objects.Duration
Creates a normalized duration with a given amount of seconds.
Duration(String) - Constructor for class ch.ivyteam.ivy.scripting.objects.Duration
Parses a Duration literal and creates a new corresponding Date object.
Duration(String, int...) - Constructor for class ch.ivyteam.ivy.scripting.objects.Duration
Creates a new Duration object.
DVI - ch.ivyteam.ivy.cm.CoType
Dvi type
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages