Uses of Class
com.flowable.engage.message.api.Category
-
Uses of Category in com.flowable.engage.engine.impl.message
Fields in com.flowable.engage.engine.impl.message declared as Category Modifier and Type Field Description protected Category
MessageBuilderImpl. category
protected Category
MessageQueryImpl. category
Methods in com.flowable.engage.engine.impl.message that return Category Modifier and Type Method Description Category
MessageBuilderImpl. getCategory()
Category
MessageQueryImpl. getCategory()
Methods in com.flowable.engage.engine.impl.message with parameters of type Category Modifier and Type Method Description MessageQuery
MessageQueryImpl. category(Category category)
void
MessageBuilderImpl. setCategory(Category category)
-
Uses of Category in com.flowable.engage.engine.impl.persistence.entity
Fields in com.flowable.engage.engine.impl.persistence.entity declared as Category Modifier and Type Field Description protected Category
MessageEntityImpl. category
Methods in com.flowable.engage.engine.impl.persistence.entity that return Category Modifier and Type Method Description Category
MessageEntityImpl. getCategory()
Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type Category Modifier and Type Method Description void
MessageEntity. setCategory(Category category)
void
MessageEntityImpl. setCategory(Category category)
-
Uses of Category in com.flowable.engage.message.api
Methods in com.flowable.engage.message.api that return Category Modifier and Type Method Description static Category
Category. fromName(java.lang.String name)
Category
Message. getCategory()
static Category
Category. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Category[]
Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flowable.engage.message.api with parameters of type Category Modifier and Type Method Description MessageQuery
MessageQuery. category(Category category)
-
Uses of Category in com.flowable.engage.rest.service.api.mapper
Methods in com.flowable.engage.rest.service.api.mapper that return Category Modifier and Type Method Description static Category
MessageQueryRequestMapper. toCategory(java.lang.String category)
-
Uses of Category in com.flowable.engage.rest.service.mapper.message
Methods in com.flowable.engage.rest.service.mapper.message with parameters of type Category Modifier and Type Method Description static java.lang.String
MessageComplianceMapper. fromCategory(Category category)
static java.lang.String
MessageMapper. fromCategory(Category category)