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

F

FAIL_TASK_DO_NOT_RETRY - ch.ivyteam.ivy.workflow.SystemTaskFailureBehaviour
In case the system task fails, put the task into state TaskState.FAILED.
FAIL_TASK_DO_RETRY - ch.ivyteam.ivy.workflow.SystemTaskFailureBehaviour
In case the system task fails, put the task into state TaskState.FAILED.
FAILED - 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
 
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.
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 - 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.
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> - Interface in ch.ivyteam.ivy.business.data.store.search
Boolean AND and OR operation and orderBy, limit, execute operations
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(long) - Method in interface ch.ivyteam.ivy.security.user.IUserRepository
Find a user by its identifier
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.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
Returns all custom properties which names start with the given namePrefix
findApplication(long) - Method in interface ch.ivyteam.ivy.application.IApplicationConfigurationManager
Find an application by its identifier
findApplication(String) - Method in interface ch.ivyteam.ivy.application.IApplicationConfigurationManager
Finds an application by its name
findBusinessCalendarConfiguration(String) - Method in interface ch.ivyteam.ivy.application.calendar.IBusinessCalendarSettings
Finds the IBusinessCalendarConfiguration identified by the name.
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.
findCaseMap() - Method in interface ch.ivyteam.ivy.casemap.runtime.ICaseMapService
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.
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
Gets the content object with the given uri.
findContentObjectValue(String, Locale) - Method in interface ch.ivyteam.ivy.cm.IContentManagementSystem
Gets the currently valid content object value with the given uri and language.
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
findEnvironmentConfiguration(String) - Method in interface ch.ivyteam.ivy.application.IExternalDatabaseDefaultConfiguration
Returns the database configuration for the given environment.
findExternalDatabaseConfiguration(String) - Method in interface ch.ivyteam.ivy.application.IApplication
Find an external database configuration with a name of the configuration.
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.
findInvolvedCasesByRoleCategories(List<IRole>, IPropertyFilter<CaseProperty>, CaseProperty, OrderDirection) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated.
findInvolvedCasesCategories(IPropertyFilter<CaseProperty>, CaseProperty, OrderDirection) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated.
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.
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(long) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Find a role by its identifier
findRole(String) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Finds a role by its name
findSecurityMember(String) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Finds a security member with its name
findSession(int) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Find session
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.
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
For a nicer fluent PublicAPI see SubProcessCall Finds sub processes on the basis of a SubProcessSearchFilter.
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.
findTaskElement(String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowProcessModelVersion
Finds task element with the given process element id
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.
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
Find a user by its identifier
findUser(String) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Find a user by its name.
findUserWithoutLookup(String) - Method in interface ch.ivyteam.ivy.security.ISecurityContext
Finds a user by its name.
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.
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(int) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Deprecated.
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.
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.
finishValidation() - Method in class ch.ivyteam.ivy.deployment.ProjectDeploymentValidator
Call this when the validation is finished to clean up temporary allocated resources.
fireIntermediateEvent(IIntermediateEventElement, String, Object, String) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowContext
Fires an intermediate event.
fireProcessIntermediateEvent(String, Object, String) - Method in interface ch.ivyteam.ivy.process.intermediateevent.IProcessIntermediateEventBeanRuntime
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
 
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 - ch.ivyteam.ivy.cm.CoType
Macromedia Flash type
FOLDER - ch.ivyteam.ivy.cm.CoType
Folder type
forceDelete() - Method in class ch.ivyteam.ivy.scripting.objects.File
Deletes this file or directory.
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
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 - 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 K L M N O P Q R S T U V W X Z 
All Classes All Packages