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

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.FilterQuery
 
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()
failedTimeoutTimestamp() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
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.
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.
fileref(File) - Method in interface ch.ivyteam.ivy.htmldialog.IHtmlDialogContext
Returns the url to the specified file for download (empty string if file is null).
fileref(String, boolean) - Method in interface ch.ivyteam.ivy.htmldialog.IHtmlDialogContext
Returns the url to the specified file for download (empty string if path is null).
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(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
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.
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
Find cases using a filter
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
findCreatedAndResumedWorkTasks(int, int) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Gets all tasks the workflow session user can work on that are in state TaskState.RESUMED or TaskState.CREATED.
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
Gets the tasks that ended on this task end
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
Finds an intermedite event element
findIntermediateEvents(IPropertyFilter<IntermediateEventProperty>, List<PropertyOrder<IntermediateEventProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IIntermediateEventElement
Gets the intermediate events that were created by this intermediate event element
findIntermediateEvents(IPropertyFilter<IntermediateEventProperty>, List<PropertyOrder<IntermediateEventProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Finds intermediate events
findInvolvedCases(IPropertyFilter<CaseProperty>, List<PropertyOrder<CaseProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Finds cases in which the session user is involved.
findInvolvedCasesByRole(InvolvedCasesByRoleQuery) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Finds cases in which the session user is involved.
findInvolvedCasesByRole(List<IRole>, IPropertyFilter<CaseProperty>, List<PropertyOrder<CaseProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Finds cases in which the session user is involved.
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
Gets all tasks the workflow session user could work if they were in state TaskState.SUSPENDED but are currently in state TaskState.RESUMED or TaskState.PARKED because other users are working on them.
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
Gets all tasks the workflow session user can work on that are in state TaskState.PARKED.
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
Finds a process start
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
Gets all tasks the workflow session user can work on that are in state TaskState.RESUMED.
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.
findStartableSideSteps() - Method in interface ch.ivyteam.ivy.casemap.runtime.ICaseMapService
Gets the startable sidesteps for the given business case and user combination
findStartedCases(int, int, Date) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Finds all cases that the session users has started.
findStartedCases(IPropertyFilter<CaseProperty>, List<PropertyOrder<CaseProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Finds all cases that the session users has started.
findStartedCasesByRole(List<IRole>, IPropertyFilter<CaseProperty>, List<PropertyOrder<CaseProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Gets all cases somebody has started who needs a role to start the case which the current session user also owns.
findStartedTasks(IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.ITaskStart
Gets the tasks that were started from this task start
findStartElement(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Finds a start element
findStartElementByUserFriendlyRequestPath(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Finds a start element by its user friendly request path
findStartEventElement(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Finds a start event element
findSubProcessStarts(SubProcessSearchFilter) - Static method in class ch.ivyteam.ivy.process.call.SubProcessRunner
findSuspendedAndParkedWorkTasks(int, int) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Gets all tasks the workflow session user can work on that are in state TaskState.SUSPENDED or TaskState.PARKED.
findSuspendedWorkTasks(int, int) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Gets all tasks the workflow session user can work on that are in state TaskState.SUSPENDED.
findTask(long) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Finds a task by its ID.
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
Finds task elements with the given task element kinds
findTasks(IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Find tasks using a filter.
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
Finds task switch events that were executed at this task element
findUser(long) - 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().find(long) instead
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.
findWorkedOnTasks(int, int, Date) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Finds all tasks that the session users has ever worked on.
findWorkedOnTasks(IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Finds all tasks that the session user has ever worked on
findWorkedOnTasksByRole(List<IRole>, IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Returns all tasks the session user has worked on or could have worked on as member of the given roles.
findWorkflowEvents(IPropertyFilter<WorkflowEventProperty>, List<PropertyOrder<WorkflowEventProperty>>, int, int, boolean) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Finds workflow events.
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.
findWorkTasks(IUser, int, int) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Finds tasks that a given user can work on (currently working or can start).
findWorkTasks(IUser, IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean, EnumSet<TaskState>) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Finds tasks that a given user can work on (currently working or can start).
findWorkTasks(IPropertyFilter<TaskProperty>, List<PropertyOrder<TaskProperty>>, int, int, boolean, EnumSet<TaskState>) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Gets all tasks the workflow session user can work on.
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
Fires a start event request to the process engine.
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.
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
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
fullName() - Method in class ch.ivyteam.ivy.security.query.UserQuery.FilterQuery
 
fullName() - Method in class ch.ivyteam.ivy.security.query.UserQuery.GroupByQuery
 
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() - Method in class ch.ivyteam.ivy.security.query.UserQuery.OrderByQuery
 
fullName(String) - Method in class ch.ivyteam.ivy.security.user.NewUser.Builder
 
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