JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.flowable.platform.api.sequence
SequenceValue
Contents
Description
Method Summary
Method Details
getId()
getSequenceName()
getTenantId()
getCurrentValue()
Hide sidebar
Show sidebar
Interface SequenceValue
All Known Implementing Classes:
SequenceValueImpl
public interface
SequenceValue
Author:
Filip Hrisafov
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
getCurrentValue
()
String
getId
()
String
getSequenceName
()
String
getTenantId
()
Method Details
getId
String
getId
()
getSequenceName
String
getSequenceName
()
getTenantId
String
getTenantId
()
getCurrentValue
long
getCurrentValue
()