Class TranslationQueryRequest
java.lang.Object
org.flowable.common.rest.api.PaginateRequest
com.flowable.platform.service.translation.TranslationQueryRequest
- Author:
- Filip Hrisafov
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.flowable.common.rest.api.PaginateRequest
order, size, sort, start
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getKey()
getValue()
void
void
void
void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
void
setValueLike
(String valueLike) void
setValueLikeIgnoreCase
(String valueLikeIgnoreCase)
-
Field Details
-
id
-
scopeId
-
scopeType
-
key
-
locale
-
value
-
valueLike
-
valueLikeIgnoreCase
-
-
Constructor Details
-
TranslationQueryRequest
public TranslationQueryRequest()
-
-
Method Details
-
getId
-
setId
-
getScopeId
-
setScopeId
-
getScopeType
-
setScopeType
-
getKey
-
setKey
-
getLocale
-
setLocale
-
getValue
-
setValue
-
getValueLike
-
setValueLike
-
getValueLikeIgnoreCase
-
setValueLikeIgnoreCase
-