Uses of Enum Class
com.flowable.engage.message.api.Category
Packages that use Category
Package
Description
-
Uses of Category in com.flowable.engage.engine.impl.message
Fields in com.flowable.engage.engine.impl.message declared as CategoryModifier and TypeFieldDescriptionprotected Category
MessageBuilderImpl.category
protected Category
MessageQueryImpl.category
Methods in com.flowable.engage.engine.impl.message that return CategoryModifier and TypeMethodDescriptionMessageBuilderImpl.getCategory()
MessageQueryImpl.getCategory()
Methods in com.flowable.engage.engine.impl.message with parameters of type Category -
Uses of Category in com.flowable.engage.engine.impl.persistence.entity
Fields in com.flowable.engage.engine.impl.persistence.entity declared as CategoryMethods in com.flowable.engage.engine.impl.persistence.entity that return CategoryMethods in com.flowable.engage.engine.impl.persistence.entity with parameters of type CategoryModifier and TypeMethodDescriptionvoid
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 CategoryModifier and TypeMethodDescriptionstatic Category
Message.getCategory()
static Category
Returns the enum constant of this class with the specified name.static Category[]
Category.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowable.engage.message.api with parameters of type Category