Index

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 and Interfaces|All Packages|Constant Field Values|Serialized Form

F

FAIL_TASK_DO_NOT_RETRY - Enum constant in enum class ch.ivyteam.ivy.workflow.SystemTaskFailureBehaviour
In case the system task fails, put the task into state TaskState.FAILED.
FAIL_TASK_DO_RETRY - Enum constant in enum class ch.ivyteam.ivy.workflow.SystemTaskFailureBehaviour
In case the system task fails, put the task into state TaskState.FAILED.
FAILED - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskState
Only system tasks are in this state.
failedTimeoutTimestamp() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
failedTimeoutTimestamp() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column FailedTimeoutTimestamp.
Must be followed by a call to a condition method.
failedTimeoutTimestamp() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field FailedTimeoutTimestamp.
failedTimeoutTimestamp() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column FailedTimeoutTimestamp in the default direction ascending.
To change the order to descending use failedTimeoutTimestamp().descending()
fatal(String, Object...) - Method in interface ch.ivyteam.log.ILogger
Formats and logs a message with level FATAL.
fatal(String, Object...) - Method in class ch.ivyteam.log.Logger
 
fatal(String, Throwable, Object...) - Method in interface ch.ivyteam.log.ILogger
Formats and logs a message with level FATAL.
fatal(String, Throwable, Object...) - Method in class ch.ivyteam.log.Logger
 
FeatureConfig - Class in ch.ivyteam.ivy.rest.client
Accessor to Feature configurations with common fail behavior for mandatory properties.
FeatureConfig(Function<String, Object>, Class<?>) - Constructor for class ch.ivyteam.ivy.rest.client.FeatureConfig
 
FeatureConfig(Configuration, Class<?>) - Constructor for class ch.ivyteam.ivy.rest.client.FeatureConfig
 
field(String) - Method in interface ch.ivyteam.ivy.business.data.store.search.OrderByField
Orders the result by the values stored in the field with the given name or name path.
fieldId(String) - Method in interface ch.ivyteam.ivy.bpm.engine.client.element.ElementSelector
Selects a process element by the given field identifier.
FieldOperation<T> - Interface in ch.ivyteam.ivy.business.data.store.search
Field operation
FieldOrSubFilter<T> - Interface in ch.ivyteam.ivy.business.data.store.search
Append another filter either using a text, number or date field or a sub filter or inverse a filter by using not.
file(String, String) - Method in interface ch.ivyteam.ivy.cm.ContentObjectChildAccessor
Returns a file content object with the given name and file extension.
File - Class in ch.ivyteam.ivy.scripting.objects
A class for files; files are characterized by a path.
File() - Constructor for class ch.ivyteam.ivy.scripting.objects.File
Creates a new File which points to the application's persistent file area (i.e. the created file will be a directory).
File(String) - Constructor for class ch.ivyteam.ivy.scripting.objects.File
Creates a new persistent File with the given relative path.
File(String, boolean) - Constructor for class ch.ivyteam.ivy.scripting.objects.File
Creates a new File with the given relative path.
FILE - Enum constant in enum class ch.ivyteam.ivy.cm.ContentObjectType
the content object values are stored in files
fileContentType() - Method in interface ch.ivyteam.ivy.cm.ContentObjectMeta
Returns the file content type.
FileContentType - Enum Class in ch.ivyteam.ivy.cm
File Content Type
fileExtension() - Method in interface ch.ivyteam.ivy.cm.ContentObjectMeta
File extension of the content object.
fileLink(String, boolean) - Method in interface ch.ivyteam.ivy.htmldialog.IHtmlDialogContext
Returns a WebLink to download the file with the given path (WebLink.EMPTY if path is null).
fileref(File) - Method in interface ch.ivyteam.ivy.htmldialog.IHtmlDialogContext
Deprecated.
use IHtmlDialogContext.fileLink(File) instead
fileref(String, boolean) - Method in interface ch.ivyteam.ivy.htmldialog.IHtmlDialogContext
filter(Filter<T>) - Method in interface ch.ivyteam.ivy.business.data.store.search.FieldOrSubFilter
Filter using the given subFilter.
filter(T) - Method in interface ch.ivyteam.ivy.workflow.custom.field.ICustomFieldNames.NameQuery
Returns only names of custom fields of tasks or cases matching the given query.
Filter<T> - Interface in ch.ivyteam.ivy.business.data.store.search
Boolean AND and OR operation and orderBy, limit, execute operations
FilterMetaConverter - Class in ch.ivyteam.ivy.jsf.primefaces.filter
Converts maps of FilterMeta to other data formats like list of FilterMeta.
find() - Method in interface ch.ivyteam.ivy.casemap.runtime.ICaseMapService
Returns a case map finder, which can be used to find a case map.
find(int) - Method in interface ch.ivyteam.ivy.security.session.ISessionRepository
Finds a session by its identifier
find(long) - Method in interface ch.ivyteam.ivy.security.user.IUserRepository
Deprecated, for removal: This API element is subject to removal in a future version.
find(SubProcessSearchFilter) - Static method in class ch.ivyteam.ivy.process.call.SubProcessCall
Finds sub process starts on the basis of a filter.
find(SubProcessSearchFilter) - Static method in interface ch.ivyteam.ivy.process.call.SubProcessCallStart
Finds sub process starts on the basis of a filter.
find(IBusinessCase, Class<T>) - Method in interface ch.ivyteam.ivy.business.data.store.BusinessDataRepository
Retrieves a business data value from a given business case.
find(Class<T>, Object) - Method in interface ch.ivyteam.ivy.process.data.persistence.IIvyEntityManager
Find an entity by the given primary key on the database
find(String) - Method in interface ch.ivyteam.ivy.security.member.IMemberRepository
Finds a security member with its name.
find(String) - Method in interface ch.ivyteam.ivy.security.role.IRoleRepository
Finds a role by its name
find(String) - Method in interface ch.ivyteam.ivy.security.user.IUserRepository
Finds a user by its name.
find(String, Class<T>) - Method in interface ch.ivyteam.ivy.business.data.store.BusinessDataRepository
Retrieves a business data value by its id and type.
findAll() - Method in class ch.ivyteam.ivy.location.LocationQuery
Finds all locations that match the filter criteria.
findAll() - Method in class ch.ivyteam.ivy.location.LocationQuery.LocationOrder
Finds all locations that match the filter criteria.
findAll(Class<T>) - Method in interface ch.ivyteam.ivy.process.data.persistence.IIvyEntityManager
Find all entities instances of the given type on the database
findAllStartingWith(String) - Method in interface ch.ivyteam.ivy.application.property.ICustomProperties
Deprecated, for removal: This API element is subject to removal in a future version.
use Ivy.var()
findApplication(long) - Method in interface ch.ivyteam.ivy.application.IApplicationConfigurationManager
Deprecated, for removal: This API element is subject to removal in a future version.
use IApplicationRepository.findById(long)
findApplication(String) - Method in interface ch.ivyteam.ivy.application.IApplicationConfigurationManager
Deprecated, for removal: This API element is subject to removal in a future version.
use IApplicationRepository.findByName(String)
findBusinessCalendarConfiguration(Long) - Method in interface ch.ivyteam.ivy.application.calendar.IBusinessCalendarSettings
Deprecated, for removal: This API element is subject to removal in a future version.
findBusinessCalendarConfiguration(String) - Method in interface ch.ivyteam.ivy.application.calendar.IBusinessCalendarSettings
Finds the IBusinessCalendarConfiguration identified by the name.
findById(String) - Method in interface ch.ivyteam.ivy.security.member.IMemberRepository
Finds a security member with its security member id.
findById(String) - Method in interface ch.ivyteam.ivy.security.role.IRoleRepository
Finds a role by its id
findById(String) - Method in interface ch.ivyteam.ivy.security.user.IUserRepository
Find a user by its identifier
findCase(long) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Finds a case by its ID.
findCase(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Finds a case by its UUID.
findCaseCategories(IPropertyFilter<CaseProperty>, CaseProperty, OrderDirection) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Deprecated, for removal: This API element is subject to removal in a future version.
findCaseMap() - Method in interface ch.ivyteam.ivy.casemap.runtime.ICaseMapService
Deprecated, for removal: This API element is subject to removal in a future version.
findCases(IPropertyFilter<CaseProperty>, List<PropertyOrder<CaseProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Deprecated, for removal: This API element is subject to removal in a future version.
use CaseQuery.create().executor().results(startIndex, count) instead
findCases(String, String, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Deprecated, for removal: This API element is subject to removal in a future version.
use CaseQuery.create().where().customField().textField(propertyName).isLike(propertyValue).executor().results(startIndex, count) instead
findChildRole(String) - Method in interface ch.ivyteam.ivy.security.IRole
Finds the child role with it's name
findContentObject(String) - Method in interface ch.ivyteam.ivy.cm.IContentManagementSystem
Deprecated, for removal: This API element is subject to removal in a future version.
Use ivy.cm.findObject(String) instead
Migration Example: ivy.cms.findContentObject("/my/content") ==> ivy.cm.findObject("/my/content").orElse(null)
findContentObjectValue(String, Locale) - Method in interface ch.ivyteam.ivy.cm.IContentManagementSystem
Deprecated, for removal: This API element is subject to removal in a future version.
use ivy.cm.findValue(String) instead
Migration Example: ivy.cms.findContentObjectValue("/my/content", Locale.ENGLISH) ==> ivy.cm.findValue("/my/content").resolve(Locale.ENGLISH).orElse(null)
findCreatedAndResumedWorkTasks(int, int) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findCurrentStage() - Method in interface ch.ivyteam.ivy.casemap.runtime.ICaseMapService
Get the current stage of the business case
findEndedTasks(IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.ITaskEnd
Deprecated, for removal: This API element is subject to removal in a future version.
findFirst() - Method in class ch.ivyteam.ivy.location.LocationQuery
Finds a location that matches the filter criteria and is at top position in the order specified with LocationQuery.orderBy().
findFirst() - Method in class ch.ivyteam.ivy.location.LocationQuery.LocationOrder
Finds a location that matches the filter criteria and is at top position in the order specified with LocationQuery.orderBy().
findIntermediateEventElement(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Deprecated, for removal: This API element is subject to removal in a future version.
findIntermediateEvents(IPropertyFilter<IntermediateEventProperty>, List<PropertyOrder<IntermediateEventProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IIntermediateEventElement
Deprecated, for removal: This API element is subject to removal in a future version.
findIntermediateEvents(IPropertyFilter<IntermediateEventProperty>, List<PropertyOrder<IntermediateEventProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Deprecated, for removal: This API element is subject to removal in a future version.
findInvolvedCases(IPropertyFilter<CaseProperty>, List<PropertyOrder<CaseProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findInvolvedCasesByRole(InvolvedCasesByRoleQuery) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findInvolvedCasesByRole(List<IRole>, IPropertyFilter<CaseProperty>, List<PropertyOrder<CaseProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findInvolvedCasesByRoleCategories(List<IRole>, IPropertyFilter<CaseProperty>, CaseProperty, OrderDirection) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findInvolvedCasesCategories(IPropertyFilter<CaseProperty>, CaseProperty, OrderDirection) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findLatest() - Method in class ch.ivyteam.ivy.location.LocationQuery
Finds a location that matches the filter criteria and is the latest location available.
findLibraryInRequiredHierarchie(String) - Method in interface ch.ivyteam.ivy.application.ILibrary
 
findLockedWorkTasks(IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean, EnumSet<TaskState>) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findMatchingLibraries() - Method in interface ch.ivyteam.ivy.application.ILibrarySpecification
 
findMatchingLibrarySpecifications() - Method in interface ch.ivyteam.ivy.application.ILibrary
Gets all library requirement specifications which match this library id and version.
The returned libraries are candidates which could depend on this library.
findObject(String) - Method in interface ch.ivyteam.ivy.cm.exec.ContentManagement
Searches the content object by the following rule: 1.
findParkedWorkTasks(int, int) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findProcessModel(Object) - Method in interface ch.ivyteam.ivy.application.IApplication
Finds a process model by its identifier
findProcessModel(String) - Method in interface ch.ivyteam.ivy.application.IApplication
Finds a process model by its name
findProcessModelVersion(int) - Method in interface ch.ivyteam.ivy.application.IProcessModel
Gets the process model version with the version number
findProcessModelVersion(String) - Method in interface ch.ivyteam.ivy.application.IApplication
Finds a process model version with the procesModelVersionUrl or procesModelUrl
findProcessModelVersionByIdentifier(long) - Method in interface ch.ivyteam.ivy.application.IProcessModel
Gets the process model version with the given version id
findProcessStart(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Deprecated, for removal: This API element is subject to removal in a future version.
findProcessStartsBySignature(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Finds all process starts that have the given signature.
findRequiredLibrarySpecification(String) - Method in interface ch.ivyteam.ivy.application.ILibrary
Finds a required library specification with it's id
findResumedWorkTasks(int, int) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findRole(long) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Deprecated, for removal: This API element is subject to removal in a future version.
findRole(String) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Deprecated, for removal: This API element is subject to removal in a future version.
instead use ISecurityContext.roles().find(roleName)
Migration Example: ivy.session().getSecurityContext().findRole("ivy") ==> ivy.security.roles().find("ivy")
findSecurityMember(String) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Deprecated, for removal: This API element is subject to removal in a future version.
findSession(int) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Deprecated, for removal: This API element is subject to removal in a future version.
findStartable(IUser, String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Returns an optional startable for the given id that the user can start.
findStartable(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Returns an optional startable for the given id.
findStartable(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Returns an optional startable for the given id that the current user can start.
findStartableSideSteps() - Method in interface ch.ivyteam.ivy.casemap.runtime.ICaseMapService
Gets the startable sidesteps for the given business case and user combination
findStartedCaseCategories(IPropertyFilter<CaseProperty>, CaseProperty, OrderDirection) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findStartedCases(int, int, Date) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findStartedCases(IPropertyFilter<CaseProperty>, List<PropertyOrder<CaseProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findStartedCasesByRole(List<IRole>, IPropertyFilter<CaseProperty>, List<PropertyOrder<CaseProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findStartedTasks(IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.ITaskStart
Deprecated, for removal: This API element is subject to removal in a future version.
findStartElement(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Deprecated, for removal: This API element is subject to removal in a future version.
findStartElementByUserFriendlyRequestPath(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Deprecated, for removal: This API element is subject to removal in a future version.
findStartEventElement(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Deprecated, for removal: This API element is subject to removal in a future version.
findSubProcessStarts(SubProcessSearchFilter) - Static method in class ch.ivyteam.ivy.process.call.SubProcessRunner
findSuspendedAndParkedWorkTasks(int, int) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findSuspendedWorkTasks(int, int) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findTask(long) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Finds a task by its ID.
findTask(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Finds a task by its UUID.
findTaskCategories(IPropertyFilter<TaskProperty>, TaskProperty, OrderDirection) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Deprecated, for removal: This API element is subject to removal in a future version.
findTaskElements(EnumSet<TaskElementKind>) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Deprecated, for removal: This API element is subject to removal in a future version.
findTasks(IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Deprecated, for removal: This API element is subject to removal in a future version.
use TaskQuery.create().executor().results(startIndex, count) instead
findTasks(String, String, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Deprecated, for removal: This API element is subject to removal in a future version.
use TaskQuery.create().where().customField().textField(propertyName).isLike(propertyValue).executor().results(startIndex, count) instead
findTaskSwitchEvents(IPropertyFilter<TaskSwitchEventProperty>, List<PropertyOrder<TaskSwitchEventProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.ITaskElement
Deprecated, for removal: This API element is subject to removal in a future version.
findUser(long) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Deprecated, for removal: This API element is subject to removal in a future version.
findUser(String) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Deprecated, for removal: This API element is subject to removal in a future version.
use ISecurityContext.users().findWithExternalLookup(String) instead
Migration Example: ivy.session().getSecurityContext().findUser("ivy") ==> ivy.security.users().findWithExternalLookup("ivy")
findUserWithoutLookup(String) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Deprecated, for removal: This API element is subject to removal in a future version.
findValue(ContentObject) - Method in interface ch.ivyteam.ivy.cm.exec.ContentManagement
Returns the content object value resolver.
findValue(String) - Method in interface ch.ivyteam.ivy.cm.exec.ContentManagement
Returns the content object value resolver.
findWebServiceProcessStartElement(String) - Method in interface ch.ivyteam.ivy.workflow.IWebServiceProcess
Finds a web service process start element with the given signature
findWithExternalLookup(String) - Method in interface ch.ivyteam.ivy.security.user.IUserRepository
Find a user by its name.
findWorkedOnTaskCategories(IPropertyFilter<TaskProperty>, TaskProperty, OrderDirection) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findWorkedOnTasks(int, int, Date) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findWorkedOnTasks(IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findWorkedOnTasksByRole(List<IRole>, IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findWorkflowEvents(IPropertyFilter<WorkflowEventProperty>, List<PropertyOrder<WorkflowEventProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Deprecated, for removal: This API element is subject to removal in a future version.
findWorkingTask(long) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Finds a task the current session user is working on (task state TaskState.RESUMED or TaskState.CREATED) with its identifier.
findWorkTaskCategories(IPropertyFilter<TaskProperty>, TaskProperty, OrderDirection, EnumSet<TaskState>) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
findWorkTasks(IUser, int, int) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Deprecated, for removal: This API element is subject to removal in a future version.
use TaskQuery.canWorkOn(..).executor().results(startIndex, count) instead
findWorkTasks(IUser, IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean, EnumSet<TaskState>) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Deprecated, for removal: This API element is subject to removal in a future version.
use TaskQuery.canWorkOn(..).executor().results(startIndex, count) instead
findWorkTasks(IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean, EnumSet<TaskState>) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated, for removal: This API element is subject to removal in a future version.
fireIntermediateEvent(IIntermediateEventElement, String, Object, String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Fires an intermediate event.
fireProcessIntermediateEventEx(String, Object, String) - Method in interface ch.ivyteam.ivy.process.intermediateevent.IProcessIntermediateEventBeanRuntime
Fires a process intermediate event.
fireProcessStartEventRequest(ISession, String, Map<String, Object>) - Method in interface ch.ivyteam.ivy.process.eventstart.IProcessStartEventBeanRuntime
first() - Method in interface ch.ivyteam.ivy.process.call.SubProcessCallResult
 
first(Class<T>) - Method in interface ch.ivyteam.ivy.process.call.SubProcessCallResult
 
firstParam() - Method in class ch.ivyteam.ivy.bpm.engine.client.sub.SubProcessCallResult
Gets the value of the first result parameter
firstParam(Class<T>) - Method in class ch.ivyteam.ivy.bpm.engine.client.sub.SubProcessCallResult
Gets the value of the first result parameter
firstResult() - Method in interface ch.ivyteam.ivy.persistence.query.IFluentQueryExecutor
Gets the first business objects that matches the given query.
firstValue() - Method in interface ch.ivyteam.ivy.persistence.query.IFluentQueryExecutor
Gets the value of the first column and first record that matches the given query.
FLASH - Enum constant in enum class ch.ivyteam.ivy.cm.CoType
Deprecated, for removal: This API element is subject to removal in a future version.
folder(String) - Method in interface ch.ivyteam.ivy.cm.ContentObjectChildAccessor
Returns a folder content object with the given name.
FOLDER - Enum constant in enum class ch.ivyteam.ivy.cm.ContentObjectType
the content object is only a folder
FOLDER - Enum constant in enum class ch.ivyteam.ivy.cm.CoType
Deprecated, for removal: This API element is subject to removal in a future version.
forceDelete() - Method in class ch.ivyteam.ivy.scripting.objects.File
Forcedly deletes this file or directory (even if it's not empty).
format() - Method in class ch.ivyteam.ivy.scripting.objects.Date
Formats this Date with the default format.
The default format is defined in the configuration under Formats > Date > default.
format() - Method in class ch.ivyteam.ivy.scripting.objects.DateTime
Formats this DateTime with the default format.
The default format is defined in the configuration under Formats > DateTime > default.
format() - Method in class ch.ivyteam.ivy.scripting.objects.Time
Formats this Time object with default format.
The default format is defined in the configuration under Formats > Time > default.
format(String) - Method in class ch.ivyteam.ivy.scripting.objects.Date
Formats this Date with the given format config.
format(String) - Method in class ch.ivyteam.ivy.scripting.objects.DateTime
Formats this DateTime with the given format config.
format(String) - Method in class ch.ivyteam.ivy.scripting.objects.Time
Formats this Time object with given format.
format(String, String) - Method in class ch.ivyteam.ivy.scripting.objects.DateTime
Formats this DateTime with the given format configurations for the date and time part.
formatEnglishUnits() - Method in class ch.ivyteam.ivy.location.Distance
Returns a string representation with english units miles (mi) or feets (ft).
formatFeets() - Method in class ch.ivyteam.ivy.location.Altitude
Example: Alt 1225 ft
formatSexagesimal() - Method in class ch.ivyteam.ivy.location.Angle
Example: 12° 37' 66"
formatSexagesimal() - Method in class ch.ivyteam.ivy.location.GeoPosition
Example:Lat 47° 10' 257" N Long 8° 31' 744" E Alt 425 m
formatSexagesimal() - Method in class ch.ivyteam.ivy.location.Latitude
Example: Lat 12° 37' 66" N
formattingLanguage(Locale) - Method in class ch.ivyteam.ivy.security.user.NewUser.Builder
 
FreeDate - Class in ch.ivyteam.ivy.application.calendar
Free non-recurring date.
FreeDate(Date) - Constructor for class ch.ivyteam.ivy.application.calendar.FreeDate
 
FreeDate(Date, String) - Constructor for class ch.ivyteam.ivy.application.calendar.FreeDate
 
FreeDayOfWeek - Class in ch.ivyteam.ivy.application.calendar
A free day recurring every week.
FreeDayOfWeek(Weekday) - Constructor for class ch.ivyteam.ivy.application.calendar.FreeDayOfWeek
 
FreeDayOfWeek(Weekday, String) - Constructor for class ch.ivyteam.ivy.application.calendar.FreeDayOfWeek
 
FreeDayOfYear - Class in ch.ivyteam.ivy.application.calendar
Free day recurring every Year.
FreeDayOfYear(int, int) - Constructor for class ch.ivyteam.ivy.application.calendar.FreeDayOfYear
 
FreeDayOfYear(int, int, String) - Constructor for class ch.ivyteam.ivy.application.calendar.FreeDayOfYear
 
FreeEasterRelativeDay - Class in ch.ivyteam.ivy.application.calendar
Free day relative to Easter Day.
FreeEasterRelativeDay(int) - Constructor for class ch.ivyteam.ivy.application.calendar.FreeEasterRelativeDay
 
FreeEasterRelativeDay(int, String) - Constructor for class ch.ivyteam.ivy.application.calendar.FreeEasterRelativeDay
 
FRIDAY - Enum constant in enum class ch.ivyteam.util.date.Weekday
Friday
fromCms(String, Object...) - Method in interface ch.ivyteam.ivy.notification.business.BusinessNotification.MessageBuilder
Defines the path to a message string located in the CMS
fromJson(String) - Static method in class ch.ivyteam.ivy.workflow.query.CaseQuery
Deprecated.
Do not serialize and deserialize CaseQuery. There is no guarantee that the serialized form is compatible with each version of ivy.
fromJson(String) - Static method in class ch.ivyteam.ivy.workflow.query.SignalEventQuery
Deprecated.
Do not serialize and deserialize SignalEventQuery. There is no guarantee that the serialized form is compatible with each version of ivy.
fromJson(String) - Static method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery
Deprecated.
Do not serialize and deserialize TaskBoundarySignalEventReceiverQuery. There is no guarantee that the serialized form is compatible with each version of ivy.
fromJson(String) - Static method in class ch.ivyteam.ivy.workflow.query.TaskQuery
Deprecated.
Do not serialize and deserialize TaskQuery. There is no guarantee that the serialized form is compatible with each version of ivy.
fullName() - Method in interface ch.ivyteam.ivy.security.query.UserQuery.IFilterableColumns
Prepares a where statement for the column FullName.
Must be followed by a call to a condition method.
fullName() - Method in interface ch.ivyteam.ivy.security.query.UserQuery.IGroupByQueryColumns
Groups the result of the query by the field FullName.
fullName() - Method in interface ch.ivyteam.ivy.security.query.UserQuery.IOrderByQueryColumns
Adds an order by statement for the column FullName in the default direction ascending.
To change the order to descending use fullName().descending()
fullName(String) - Method in class ch.ivyteam.ivy.security.user.NewUser.Builder
 
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 and Interfaces|All Packages|Constant Field Values|Serialized Form