Uses of Class
com.flowable.engage.message.api.Category
-
Packages that use Category Package Description com.flowable.engage.engine.impl.message com.flowable.engage.engine.impl.persistence.entity com.flowable.engage.message.api -
-
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 CategoryMessageBuilderImpl. categoryprotected CategoryMessageQueryImpl. categoryMethods in com.flowable.engage.engine.impl.message that return Category Modifier and Type Method Description CategoryMessageBuilderImpl. getCategory()CategoryMessageQueryImpl. getCategory()Methods in com.flowable.engage.engine.impl.message with parameters of type Category Modifier and Type Method Description MessageQueryMessageQueryImpl. category(Category category)voidMessageBuilderImpl. 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 CategoryMessageEntityImpl. categoryMethods in com.flowable.engage.engine.impl.persistence.entity that return Category Modifier and Type Method Description CategoryMessageEntityImpl. getCategory()Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type Category Modifier and Type Method Description voidMessageEntity. setCategory(Category category)voidMessageEntityImpl. 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 CategoryCategory. fromName(String name)CategoryMessage. getCategory()static CategoryCategory. valueOf(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 MessageQueryMessageQuery. category(Category category)
-