Uses of Interface
com.flowable.platform.api.sequence.SequenceValueQuery
-
Packages that use SequenceValueQuery Package Description com.flowable.platform.api.sequence com.flowable.platform.engine.impl.sequence -
-
Uses of SequenceValueQuery in com.flowable.platform.api.sequence
Methods in com.flowable.platform.api.sequence that return SequenceValueQuery Modifier and Type Method Description SequenceValueQuery
SequenceService. createSequenceValueQuery()
SequenceValueQuery
SequenceValueQuery. id(String id)
Query for sequence values with the given idSequenceValueQuery
SequenceValueQuery. name(String name)
Query for sequence values with the given nameSequenceValueQuery
SequenceValueQuery. tenantId(String tenantId)
Query for sequence values with the given tenant id -
Uses of SequenceValueQuery in com.flowable.platform.engine.impl.sequence
Classes in com.flowable.platform.engine.impl.sequence that implement SequenceValueQuery Modifier and Type Class Description class
SequenceValueQueryImpl
Methods in com.flowable.platform.engine.impl.sequence that return SequenceValueQuery Modifier and Type Method Description SequenceValueQuery
SequenceValueQueryImpl. asc()
SequenceValueQuery
SequenceServiceImpl. createSequenceValueQuery()
SequenceValueQuery
SequenceValueQueryImpl. desc()
SequenceValueQuery
SequenceValueQueryImpl. id(String id)
SequenceValueQuery
SequenceValueQueryImpl. name(String name)
SequenceValueQuery
SequenceValueQueryImpl. orderBy(QueryProperty property)
SequenceValueQuery
SequenceValueQueryImpl. orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder)
SequenceValueQuery
SequenceValueQueryImpl. tenantId(String tenantId)
-