Interface MasterDataInstanceQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<MasterDataInstanceQuery,
MasterDataInstance>
- All Known Implementing Classes:
MasterDataInstanceQueryImpl
public interface MasterDataInstanceQuery
extends org.flowable.common.engine.api.query.Query<MasterDataInstanceQuery,MasterDataInstance>
The query interface to create a query to search for master data instances.
Either the master data definition id, key or external id needs to be present in order to query for instances as there is no way (and not necessary) to query
across different master data types.
- Author:
- Micha Kiener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptiondefinitionExternalId
(String externalId) definitionId
(String id) definitionKey
(String key) externalId
(String externalId) externalIdLike
(String externalIdLike) nameLikeIgnoreCase
(String nameLikeIgnoreCase) searchTranslationLocale
(String locale) variableValueEquals
(String name, Object value) variableValueEqualsIgnoreCase
(String name, String value) variableValueLike
(String name, String valueLike) variableValueLikeIgnoreCase
(String name, String valueLike) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
definitionId
-
definitionExternalId
-
definitionKey
-
id
-
tenantId
-
externalId
-
externalIdLike
-
key
-
keyLike
-
name
-
nameLike
-
nameLikeIgnoreCase
-
state
-
onlyActive
MasterDataInstanceQuery onlyActive() -
variableValueEquals
-
variableValueEqualsIgnoreCase
-
variableValueLike
-
variableValueLikeIgnoreCase
-
includeVariables
MasterDataInstanceQuery includeVariables() -
includeTranslations
MasterDataInstanceQuery includeTranslations() -
searchTranslationLocale
-
orderByName
MasterDataInstanceQuery orderByName() -
orderByKey
MasterDataInstanceQuery orderByKey() -
orderByExternalId
MasterDataInstanceQuery orderByExternalId() -
orderByCreationTime
MasterDataInstanceQuery orderByCreationTime() -
orderByUpdateTime
MasterDataInstanceQuery orderByUpdateTime() -
executeExport
String executeExport()
-