Interface TranslationQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<TranslationQuery,
Translation>
- All Known Implementing Classes:
TranslationQueryImpl
public interface TranslationQuery
extends org.flowable.common.engine.api.query.Query<TranslationQuery,Translation>
Query for querying translations.
- Author:
- Filip Hrisafov
-
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 TypeMethodDescriptionscopeIds
(Collection<String> scopeIds) valueLikeIgnoreCase
(String valueLikeIgnoreCase) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
id
-
scopeId
-
scopeIds
-
scopeType
-
key
-
locale
-
value
-
valueLike
-
valueLikeIgnoreCase
-