Class SequenceValueImpl
- java.lang.Object
-
- com.flowable.platform.engine.impl.sequence.SequenceValueImpl
-
- All Implemented Interfaces:
SequenceValue
public class SequenceValueImpl extends Object implements SequenceValue
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurationPropertyproperty
-
Constructor Summary
Constructors Constructor Description SequenceValueImpl(ConfigurationProperty property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCurrentValue()StringgetId()StringgetSequenceName()StringgetTenantId()StringtoString()
-
-
-
Field Detail
-
property
protected final ConfigurationProperty property
-
-
Constructor Detail
-
SequenceValueImpl
public SequenceValueImpl(ConfigurationProperty property)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceSequenceValue
-
getSequenceName
public String getSequenceName()
- Specified by:
getSequenceNamein interfaceSequenceValue
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceSequenceValue
-
getCurrentValue
public long getCurrentValue()
- Specified by:
getCurrentValuein interfaceSequenceValue
-
-