Class SequenceValueQueryImpl
java.lang.Object
com.flowable.platform.engine.impl.sequence.SequenceValueQueryImpl
- All Implemented Interfaces:
SequenceValueQuery
,Query<SequenceValueQuery,
SequenceValue>
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSequenceValueQueryImpl
(ConfigurationPropertyQuery configurationPropertyQuery) -
Method Summary
Modifier and TypeMethodDescriptionasc()
protected SequenceValue
asSequenceValue
(ConfigurationProperty property) long
count()
desc()
Query for sequence values with the given idlist()
listPage
(int firstResult, int maxResults) Query for sequence values with the given nameorderBy
(QueryProperty property) orderBy
(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) Query for sequence values with the given tenant id
-
Field Details
-
configurationPropertyQuery
-
-
Constructor Details
-
SequenceValueQueryImpl
-
-
Method Details
-
id
Description copied from interface:SequenceValueQuery
Query for sequence values with the given id- Specified by:
id
in interfaceSequenceValueQuery
-
name
Description copied from interface:SequenceValueQuery
Query for sequence values with the given name- Specified by:
name
in interfaceSequenceValueQuery
-
tenantId
Description copied from interface:SequenceValueQuery
Query for sequence values with the given tenant id- Specified by:
tenantId
in interfaceSequenceValueQuery
-
asc
- Specified by:
asc
in interfaceQuery<SequenceValueQuery,
SequenceValue>
-
desc
- Specified by:
desc
in interfaceQuery<SequenceValueQuery,
SequenceValue>
-
orderBy
- Specified by:
orderBy
in interfaceQuery<SequenceValueQuery,
SequenceValue>
-
orderBy
public SequenceValueQuery orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) - Specified by:
orderBy
in interfaceQuery<SequenceValueQuery,
SequenceValue>
-
count
public long count()- Specified by:
count
in interfaceQuery<SequenceValueQuery,
SequenceValue>
-
singleResult
- Specified by:
singleResult
in interfaceQuery<SequenceValueQuery,
SequenceValue>
-
list
- Specified by:
list
in interfaceQuery<SequenceValueQuery,
SequenceValue>
-
listPage
- Specified by:
listPage
in interfaceQuery<SequenceValueQuery,
SequenceValue>
-
asSequenceValue
-