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 Type
    Method
    Description
    id(String id)
    Query for sequence values with the given id
    name(String name)
    Query for sequence values with the given name
    tenantId(String tenantId)
    Query for sequence values with the given tenant id

    Methods inherited from interface org.flowable.common.engine.api.query.Query

    asc, count, desc, list, listPage, orderBy, orderBy, singleResult