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 CategoryMessageBuilderImpl.categoryprotected CategoryMessageQueryImpl.categoryMethods 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 TypeMethodDescriptionvoidMessageEntity.setCategory(Category category) voidMessageEntityImpl.setCategory(Category category) -
Uses of Category in com.flowable.engage.message.api
Subclasses with type arguments of type Category in com.flowable.engage.message.apiMethods in com.flowable.engage.message.api that return CategoryModifier and TypeMethodDescriptionstatic CategoryMessage.getCategory()Returns the category of this data object, which might be aCategory.MESSAGE,Category.EVENT,Category.ACTION.static CategoryReturns 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