Only select event definitions that are deployed in a deployment with the given deployment id
Select event definitions that are deployed in deployments with the given set of ids
Only select event definitions with the given category.
Only select event definitions where the category matches the given parameter.
Only select event definitions that have a different category then the given one.
Only select eventdefinition with the given id.
Only select forms with the given ids.
Only select event definition with the given key.
Only select event definitions where the key matches the given parameter.
Only select event definitions where the key matches the given parameter (case-insensitive).
Only select event definitions with the given name.
Only select event definitions where the name matches the given parameter.
Only select event definitions where the name matches the given parameter (case-insensitive).
Only select event definition with the given resource name.
Only select event definition with a resource name like the given .
Only select event definitions with a certain version.
Only select event definitions which version are greater than a certain version.
Only select event definitions which version are greater than or equals a certain version.
Only select event definitions which version are lower than a certain version.
Only select event definitions which version are lower than or equals a certain version.
Only select the event definitions which are the latest deployed (ie. which have the highest version number for the given key).
Order by deployment id (needs to be followed by Query.asc()
or Query.desc()
).
Order by the category of the event definitions (needs to be followed by Query.asc()
or Query.desc()
).
Order by the id of the event definitions (needs to be followed by Query.asc()
or Query.desc()
).
Order by event definition key (needs to be followed by Query.asc()
or Query.desc()
).
Order by the name of the event definitions (needs to be followed by Query.asc()
or Query.desc()
).
Order by tenant id (needs to be followed by Query.asc()
or Query.desc()
).
Only select event definitions that are deployed in a deployment with the given parent deployment id
Only select event definitions that have the given tenant id.
Only select event definitions with a tenant id like the given one.
Only select event definitions that do not have a tenant id.