Uses of Interface
com.flowable.platform.api.sequence.SequenceValue
-
Packages that use SequenceValue Package Description com.flowable.platform.engine.impl.sequence -
-
Uses of SequenceValue in com.flowable.platform.engine.impl.sequence
Classes in com.flowable.platform.engine.impl.sequence that implement SequenceValue Modifier and Type Class Description class
SequenceValueImpl
Methods in com.flowable.platform.engine.impl.sequence that return SequenceValue Modifier and Type Method Description protected SequenceValue
SequenceValueQueryImpl. asSequenceValue(ConfigurationProperty property)
SequenceValue
SequenceValueQueryImpl. singleResult()
Methods in com.flowable.platform.engine.impl.sequence that return types with arguments of type SequenceValue Modifier and Type Method Description List<SequenceValue>
SequenceValueQueryImpl. list()
List<SequenceValue>
SequenceValueQueryImpl. listPage(int firstResult, int maxResults)
-