Interface SequenceValueQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<SequenceValueQuery,
SequenceValue>
- All Known Implementing Classes:
SequenceValueQueryImpl
public interface SequenceValueQuery
extends org.flowable.common.engine.api.query.Query<SequenceValueQuery,SequenceValue>
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.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 idMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
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
-