| Package | Description |
|---|---|
| com.flowable.engage.engine.impl.message | |
| com.flowable.engage.engine.impl.persistence.entity | |
| com.flowable.engage.message.api |
| Modifier and Type | Field and Description |
|---|---|
protected Category |
MessageQueryImpl.category |
protected Category |
MessageBuilderImpl.category |
| Modifier and Type | Method and Description |
|---|---|
Category |
MessageQueryImpl.getCategory() |
Category |
MessageBuilderImpl.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
MessageQuery |
MessageQueryImpl.category(Category category) |
void |
MessageBuilderImpl.setCategory(Category category) |
| Modifier and Type | Field and Description |
|---|---|
protected Category |
MessageEntityImpl.category |
| Modifier and Type | Method and Description |
|---|---|
Category |
MessageEntityImpl.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageEntityImpl.setCategory(Category category) |
void |
MessageEntity.setCategory(Category category) |
| Modifier and Type | Method and Description |
|---|---|
static Category |
Category.fromName(String name) |
Category |
Message.getCategory()
|
static Category |
Category.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.
|
| Modifier and Type | Method and Description |
|---|---|
MessageQuery |
MessageQuery.category(Category category) |
Copyright © 2019. All rights reserved.