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

W

WAITING - Enum constant in enum class ch.ivyteam.ivy.workflow.IntermediateEventState
The system is waiting for the intermediate event
WAITING_FOR_INTERMEDIATE_EVENT - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskState
This is an initial state if the task is waiting for an intermediate event.
waitingTaskId() - Method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.FilterQuery
 
waitingTaskId() - Method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.GroupByQuery
 
waitingTaskId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.IFilterableColumns
Prepares a where statement for the column WaitingTaskId.
Must be followed by a call to a condition method.
waitingTaskId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.IGroupByQueryColumns
Groups the result of the query by the field WaitingTaskId.
waitingTaskId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.IOrderByQueryColumns
Adds an order by statement for the column WaitingTaskId in the default direction ascending.
To change the order to descending use waitingTaskId().descending()
waitingTaskId() - Method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.OrderByQuery
 
waitingTasks(TaskQuery) - Method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.FilterQuery
 
waitingTasks(TaskQuery) - Method in interface ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery.IFilterableColumns
Adds an expression to the where clause that selects those signal boundaries that have at least one waiting task for the given taskQuery.
warn(Object) - Method in interface ch.ivyteam.log.ILogger
Logs a message with level WARN.
warn(Object) - Method in class ch.ivyteam.log.Logger
 
warn(String, Object...) - Method in interface ch.ivyteam.log.ILogger
Formats and logs a message with level WARNING.
warn(String, Object...) - Method in class ch.ivyteam.log.Logger
 
warn(String, Throwable, Object...) - Method in interface ch.ivyteam.log.ILogger
Formats and logs a message with level WARNING.
warn(String, Throwable, Object...) - Method in class ch.ivyteam.log.Logger
 
warning(String) - Method in interface ch.ivyteam.ivy.resource.datamodel.IProtocolWriter
 
warning(String, Throwable) - Method in interface ch.ivyteam.ivy.resource.datamodel.IProtocolWriter
 
WEB_SERVICE - Enum constant in enum class ch.ivyteam.ivy.application.RuntimeLogCategory
Runtime log category to log web service relevant things
WEB_SERVICE_CONFIG_ID - Static variable in class ch.ivyteam.ivy.bpm.error.BpmError.AttributeNames
Available on errors with error codes: ivy:error:webservice:exception ivy:error:webservice:timeout The id of a web service can be found in the web service config file webservice.wsconfig
WEB_SERVICE_NAME - Static variable in class ch.ivyteam.ivy.bpm.error.BpmError.AttributeNames
Available on errors with error codes: ivy:error:webservice:exception ivy:error:webservice:timeout
WEB_SERVICE_PROCESS - Enum constant in enum class ch.ivyteam.ivy.application.RuntimeLogCategory
Runtime log category to log WS process relevant things
WebLink - Class in ch.ivyteam.ivy.model.value
Value object which provides methods to handle a web link (aka URI or URL).
webPage() - Method in interface ch.ivyteam.ivy.bpm.engine.client.element.TypeSelector
Selects Web Page process elements
WebServiceClientFeature - Interface in ch.ivyteam.ivy.webservice.exec.feature
A WebServiceClientFeature dynamically extends a WebServiceClient.
WebServiceClientFeatureContext - Class in ch.ivyteam.ivy.webservice.exec.feature
A WebServiceClientFeatureContext provides context informations for the feature itself.
WebStartableValue - Record Class in ch.ivyteam.ivy.workflow.restricted.start
 
WEDNESDAY - Enum constant in enum class ch.ivyteam.util.date.Weekday
Wednesday
Weekday - Enum Class in ch.ivyteam.util.date
Days of the week
WEST - Enum constant in enum class ch.ivyteam.ivy.location.Longitude.Direction
 
wf - Variable in class ch.ivyteam.ivy.environment.Ivy
Provides access to runtime information of the workflow subsystem (with respect to the current session).
wf() - Static method in class ch.ivyteam.ivy.environment.Ivy
Returns the workflow context (with respect to the current session) to access runtime information of the workflow subsystem.
wfCase - Variable in class ch.ivyteam.ivy.environment.Ivy
The currently executed case.
wfCase() - Static method in class ch.ivyteam.ivy.environment.Ivy
Returns the currently executed case.
wfTask - Variable in class ch.ivyteam.ivy.environment.Ivy
The currently executed task.
wfTask() - Static method in class ch.ivyteam.ivy.environment.Ivy
Returns the currently executed task.
where() - Method in class ch.ivyteam.ivy.security.query.UserQuery
Returns an object which contains the where part for this query.
It provides methods to filter the result by certain columns.
where() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery
Returns an object which contains the where part for this query.
It provides methods to filter the result by certain columns.
where() - Method in class ch.ivyteam.ivy.workflow.query.SignalEventQuery
Returns an object which contains the where part for this query.
It provides methods to filter the result by certain columns.
where() - Method in class ch.ivyteam.ivy.workflow.query.TaskBoundarySignalEventReceiverQuery
Returns an object which contains the where part for this query.
It provides methods to filter the result by certain columns.
where() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery
Returns an object which contains the where part for this query.
It provides methods to filter the result by certain columns.
window(int, int) - Method in interface ch.ivyteam.ivy.persistence.query.IPagedResult
Gets the objects in a certain page window.
with(Mocker.DataMapper<T>) - Method in interface ch.ivyteam.ivy.bpm.engine.client.Mocker.WithMock
Mocks the element with the given data mapper.
with(Mocker.MockedCall) - Method in interface ch.ivyteam.ivy.bpm.engine.client.Mocker.WithMockedCall
Mocks the Call/UI part of the element with the given mocked call operator.
with(Class<T>, Mocker.DataMapper<T>) - Method in interface ch.ivyteam.ivy.bpm.engine.client.Mocker.WithMock
Mocks the element with the given data mapper.
with(Class<T>, UnaryOperator<T>) - Method in interface ch.ivyteam.ivy.bpm.engine.client.Mocker.WithMock
Mocks the element with the given mock operator.
with(UnaryOperator<T>) - Method in interface ch.ivyteam.ivy.bpm.engine.client.Mocker.WithMock
Mocks the element with the given mock operator.
withAddress(String) - Method in class ch.ivyteam.ivy.location.LocationBuilder
Sets the postal address.
withAttribute(Object) - Method in class ch.ivyteam.ivy.bpm.error.BpmErrorBuilder
Add the given value as attribute
withAttribute(String, Object) - Method in class ch.ivyteam.ivy.bpm.error.BpmErrorBuilder
Add the given value as attribute with the given name
withAttributes(Map<String, Object>) - Method in class ch.ivyteam.ivy.bpm.error.BpmErrorBuilder
Add all given attributes to this builder
withCause(Throwable) - Method in class ch.ivyteam.ivy.bpm.error.BpmErrorBuilder
Sets the given cause
withContentFrom(Binary) - Method in interface ch.ivyteam.ivy.workflow.document.IDocumentContentWriter
Writes the content of the given binary to the document
withContentFrom(File) - Method in interface ch.ivyteam.ivy.workflow.document.IDocumentContentWriter
Writes the content of the given file to the document
withContentFrom(IDocument) - Method in interface ch.ivyteam.ivy.workflow.document.IDocumentContentWriter
Writes the content of the given document to this document
withContentFrom(File) - Method in interface ch.ivyteam.ivy.workflow.document.IDocumentContentWriter
Writes the content of the given file to the document
withContentFrom(InputStream) - Method in interface ch.ivyteam.ivy.workflow.document.IDocumentContentWriter
Writes the content of the input stream to the document
withContentFrom(Reader) - Method in interface ch.ivyteam.ivy.workflow.document.IDocumentContentWriter
Writes the content of the given reader to the document
withContentFrom(String) - Method in interface ch.ivyteam.ivy.workflow.document.IDocumentContentWriter
Writes the content of the given string to the document
withErrorCode(String) - Method in class ch.ivyteam.ivy.bpm.error.BpmErrorBuilder
Sets the given errorCode
withMessage(String) - Method in class ch.ivyteam.ivy.bpm.error.BpmErrorBuilder
Sets the given message
withName(String) - Method in class ch.ivyteam.ivy.location.LocationBuilder
Sets the name.
withNoAction() - Method in interface ch.ivyteam.ivy.bpm.engine.client.Mocker.WithMock
Mocks the element with no action.
withNoAction() - Method in interface ch.ivyteam.ivy.bpm.engine.client.Mocker.WithMockedCall
Mocks the Call/UI part of the element with no action.
withNote(String) - Method in class ch.ivyteam.ivy.location.LocationBuilder
Sets the note.
withParam(String, Object) - Method in class ch.ivyteam.ivy.bpm.engine.client.sub.SubRequestBuilder
Add input parameters for the chosen callable sub process.
withParam(String, Object) - Method in interface ch.ivyteam.ivy.process.call.SubProcessCallStartParam
Adds a parameter which must exist on a CallSubStart and defines the value of it.
withParam(String, String) - Method in class ch.ivyteam.ivy.bpm.engine.client.RequestBuilder
Add start parameters for the chosen process.
withPath(String) - Static method in class ch.ivyteam.ivy.process.call.SubProcessCall
Find sub process by path.
withPathOverrides(String, boolean) - Static method in class ch.ivyteam.ivy.process.call.SubProcessCall
Find sub process by path with overrides.
withPid(String) - Static method in class ch.ivyteam.ivy.process.call.SubProcessCall
Find sub process by process id.
withStart(String, Class<?>...) - Method in interface ch.ivyteam.ivy.process.call.SubProcess
Select the CallSubStart by method name and parameter types
withStartName(String) - Method in interface ch.ivyteam.ivy.process.call.SubProcess
Pre-select the CallSubStart by method name
withStartSignature(String) - Method in interface ch.ivyteam.ivy.process.call.SubProcess
Select the CallSubStart by method signature
withType(String) - Method in class ch.ivyteam.ivy.location.LocationBuilder
Sets the type.
WORKER_ID - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskProperty
The worker security member id property
WORKER_USER_NAME - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskProperty
The worker user name property
workerId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
workerId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
workerId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column WorkerId.
Must be followed by a call to a condition method.
workerId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field WorkerId.
workerId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column WorkerId in the default direction ascending.
To change the order to descending use workerId().descending()
workerId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
workerSessionId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
workerSessionId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
workerSessionId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column WorkerSessionId.
Must be followed by a call to a condition method.
workerSessionId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field WorkerSessionId.
workerSessionId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column WorkerSessionId in the default direction ascending.
To change the order to descending use workerSessionId().descending()
workerSessionId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
workerUserDisplayName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
workerUserDisplayName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
workerUserDisplayName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column WorkerUserDisplayName.
Must be followed by a call to a condition method.
workerUserDisplayName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field WorkerUserDisplayName.
workerUserDisplayName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column WorkerUserDisplayName in the default direction ascending.
To change the order to descending use workerUserDisplayName().descending()
workerUserDisplayName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
workerUserName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
workerUserName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
workerUserName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column WorkerUserName.
Must be followed by a call to a condition method.
workerUserName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field WorkerUserName.
workerUserName() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column WorkerUserName in the default direction ascending.
To change the order to descending use workerUserName().descending()
workerUserName() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
workflow() - Method in interface ch.ivyteam.ivy.bpm.engine.client.ExecutionResult
Provides access to the workflow data like task and case.
Workflow - Class in ch.ivyteam.ivy.bpm.engine.client
Workflow data like task, case and session
WORKFLOW - Enum constant in enum class ch.ivyteam.ivy.event.SystemEventCategory
Used for events that originate in the workflow system
WORKFLOW_EVENT_READ_ALL - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission WorkflowEventReadAll
WorkflowBean - Class in ch.ivyteam.ivy.jsf.bean.wf
CancelBean for reset your current Task and redirection to a DefaultPage.
WorkflowEventKind - Enum Class in ch.ivyteam.ivy.workflow
Workflow event kinds
WorkflowEventProperty - Enum Class in ch.ivyteam.ivy.workflow
The properties of the workflow event
WorkflowPriority - Enum Class in ch.ivyteam.ivy.workflow
The priority of a task or case
WorkflowSystemEvent - Class in ch.ivyteam.ivy.workflow
This class is a factory for SystemEvents with the category SystemEventCategory.WORKFLOW.
WorkflowSystemEventParameter - Class in ch.ivyteam.ivy.workflow
The parameter object which is sent along with SystemEvents that are created with the WorkflowSystemEvent.
WORKING_TIME - Enum constant in enum class ch.ivyteam.ivy.workflow.CaseProperty
The working time
WORKING_TIME - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskProperty
The working time
workingTime() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.FilterQuery
 
workingTime() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.GroupByQuery
 
workingTime() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterableColumns
Prepares a where statement for the column WorkingTime.
Must be followed by a call to a condition method.
workingTime() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IGroupByQueryColumns
Groups the result of the query by the field WorkingTime.
workingTime() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IOrderByQueryColumns
Adds an order by statement for the column WorkingTime in the default direction ascending.
To change the order to descending use workingTime().descending()
workingTime() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByQuery
 
workingTime() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
workingTime() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
workingTime() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column WorkingTime.
Must be followed by a call to a condition method.
workingTime() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field WorkingTime.
workingTime() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column WorkingTime in the default direction ascending.
To change the order to descending use workingTime().descending()
workingTime() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
WorkingTime - Class in ch.ivyteam.ivy.application.calendar
Defines a time span during the day when work is done.
WorkingTime(Time, Time) - Constructor for class ch.ivyteam.ivy.application.calendar.WorkingTime
 
WorkingTime(Time, Time, String) - Constructor for class ch.ivyteam.ivy.application.calendar.WorkingTime
 
wr(String) - Method in interface ch.ivyteam.ivy.htmldialog.IHtmlDialogContext
Creates a link to a file in the static webContent folder of the current project.
writableTuple() - Method in class ch.ivyteam.ivy.scripting.objects.Tuple
Creates a writable version of the given tuple.
write() - Method in interface ch.ivyteam.ivy.cm.ContentObjectValue
Returns the accessory to write the content.
write() - Method in interface ch.ivyteam.ivy.workflow.document.IDocument
Provides methods to write the content of the document.
write(String) - Method in class ch.ivyteam.ivy.scripting.objects.File
Writes a given String in a file with the default encoding.
write(String, String) - Method in class ch.ivyteam.ivy.scripting.objects.File
Writes a given String in a file with a given encoding.
writeBinary(Binary) - Method in class ch.ivyteam.ivy.scripting.objects.File
Writes a given Binary in a file.
writeToFile(File) - Method in class ch.ivyteam.ivy.scripting.objects.Xml
Write this XML object to a file.
writeToFile(String) - Method in class ch.ivyteam.ivy.scripting.objects.Xml
Write this XML object to a file.
WRONG_TOKEN - Enum constant in enum class ch.ivyteam.ivy.event.ISystemEventDispatcher.DispatchStatus
Not sent, wrong or missing token
WSPROCESS_START - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskElementKind
WS process start element
WSSecurityAuthenticationFeature - Class in ch.ivyteam.ivy.webservice.exec.cxf.feature
Authenticates the client with Web Service Security (WSS) - UsernameToken.
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