Interface SequenceValueQuery
- All Superinterfaces:
Query<SequenceValueQuery,
SequenceValue>
- All Known Implementing Classes:
SequenceValueQueryImpl
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptionQuery for sequence values with the given idQuery for sequence values with the given nameQuery for sequence values with the given tenant id
-
Method Details
-
id
Query for sequence values with the given id -
name
Query for sequence values with the given name -
tenantId
Query for sequence values with the given tenant id
-