Only select channel definitions with the given category.
Only select channel definitions where the category matches the given parameter.
Only select channel definitions that have a different category then the given one.
Only select channel definitions where the create time is equal to a certain date.
Only select channel definitions which create time is after a certain date.
Only select channel definitions which create time is before a certain date.
Only select channel definition with the given id.
Only select channel definitions with the given ids.
Only select channel definition with the given key.
Only select channel definitions where the key matches the given parameter.
Only select channel definitions where the key matches the given parameter (case-insensitive).
Only select channel definitions with the given name.
Only select channel definitions where the name matches the given parameter.
Only select channel definitions where the name matches the given parameter (case-insensitive).
Only select channel definition with the given resource name.
Only select channel definition with a resource name like the given .
Only select channel definitions with a certain version.
Only select channel definitions which version are greater than a certain version.
Only select channel definitions which version are greater than or equals a certain version.
Only select channel definitions which version are lower than a certain version.
Only select channel definitions which version are lower than or equals a certain version.
Only select channel definitions that are deployed in a deployment with the given deployment id
Select channel definitions that are deployed in deployments with the given set of ids
Only select the channel definitions with the given implementation.
Only select the channel definitions which are the latest deployed (ie. which have the highest version number for the given key).
Only select the inbound channel definitions.
Only select the outbound channel definitions.
Order by the category of the channel definitions (needs to be followed by Query.asc()
or Query.desc()
).
Order by the id of the channel definitions (needs to be followed by Query.asc()
or Query.desc()
).
Order by channel definition key (needs to be followed by Query.asc()
or Query.desc()
).
Order by the name of the channel definitions (needs to be followed by Query.asc()
or Query.desc()
).
Order by create time (needs to be followed by Query.asc()
or Query.desc()
).
Order by deployment id (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 channel definitions that are deployed in a deployment with the given parent deployment id
Only select channel definitions that have the given tenant id.
Only select channel definitions with a tenant id like the given one.
Only select channel definitions that do not have a tenant id.