Class TranslationQueryRequest
java.lang.Object
org.flowable.common.rest.api.PaginateRequest
com.flowable.platform.service.translation.TranslationQueryRequest
public class TranslationQueryRequest
extends org.flowable.common.rest.api.PaginateRequest
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier 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
Constructors -
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) Methods inherited from class org.flowable.common.rest.api.PaginateRequest
getOrder, getSize, getSort, getStart, setOrder, setSize, setSort, setStart
-
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
-