Interface SequenceValueQuery
-
- All Superinterfaces:
Query<SequenceValueQuery,SequenceValue>
- All Known Implementing Classes:
SequenceValueQueryImpl
public interface SequenceValueQuery extends Query<SequenceValueQuery,SequenceValue>
- Author:
- Filip Hrisafov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SequenceValueQuery
id(String id)
Query for sequence values with the given idSequenceValueQuery
name(String name)
Query for sequence values with the given nameSequenceValueQuery
tenantId(String tenantId)
Query for sequence values with the given tenant id
-
-
-
Method Detail
-
id
SequenceValueQuery id(String id)
Query for sequence values with the given id
-
name
SequenceValueQuery name(String name)
Query for sequence values with the given name
-
tenantId
SequenceValueQuery tenantId(String tenantId)
Query for sequence values with the given tenant id
-
-