Package ch.ivyteam.ivy.workflow.query
Class IntermediateEventQuery
java.lang.Object
ch.ivyteam.ivy.persistence.query.Query<IIntermediateEvent>
ch.ivyteam.ivy.workflow.query.IntermediateEventQuery
- Direct Known Subclasses:
IntermediateEventQuery.FilterLink,IntermediateEventQuery.OrderByQuery
@Generated("ch.ivyteam.db.meta.generator.internal.query.JavaQueryClassGenerator")
public class IntermediateEventQuery
extends Query<IIntermediateEvent>
Fluent API to query
IIntermediateEvent.- API:
- This is a public API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interfaceProvides boolean filter functionality for a complex column ofIIntermediateEventstatic interfaceBasic filter functionality provider for a column ofIIntermediateEventstatic interfaceProvides filter functionality for a date column ofIIntermediateEventstatic interfacestatic interfaceLinks a where condition with another.static interfacestatic interfaceProvides filter functionality for an integer column ofIIntermediateEventstatic interfaceProvides filter functionality for a decimal number column ofIIntermediateEventstatic interfaceProvides methods to order the result by columns ofIIntermediateEvent.static interfaceProvides filter functionality for columns ofIIntermediateEventthat can be filter by string patterns (isLike)static interfaceProvides filter functionality for a string column ofIIntermediateEventstatic classProvides methods to define the direction of the sorting either ascending or descending.static class -
Method Summary
Modifier and TypeMethodDescriptionstatic IntermediateEventQuerycreate()Creates a new queryexecutor()Provides a fluent API to execute this query and fetch its results.orderBy()Returns an object which contains the order by part for this query.
It provides methods to order the result by certain columns.where()Returns an object which contains the where part for this query.
It provides methods to filter the result by certain columns.
-
Method Details
-
create
Creates a new query- Returns:
- A new instance of IntermediateEventQuery
- API:
- This public API is available in Java.
-
executor
Provides a fluent API to execute this query and fetch its results.
- Returns:
- fluent API to execute this query.
- API:
- This public API is available in Java.
-
orderBy
Returns an object which contains the order by part for this query.
It provides methods to order the result by certain columns.- Returns:
- An order by query builder to add order by statements
- API:
- This public API is available in Java.
-
where
Returns an object which contains the where part for this query.
It provides methods to filter the result by certain columns.- Returns:
- An filter query builder to add where statements
- API:
- This public API is available in Java.
-