| Package | Description |
|---|---|
| org.activiti.engine.delegate.event.impl | |
| org.flowable.idm.api.event | |
| org.flowable.idm.engine.delegate.event.impl |
| Modifier and Type | Method and Description |
|---|---|
static FlowableIdmMembershipEvent |
ActivitiEventBuilder.createMembershipEvent(FlowableIdmEventType type,
String groupId,
String userId) |
| Constructor and Description |
|---|
ActivitiMembershipEventImpl(FlowableIdmEventType type) |
| Modifier and Type | Field and Description |
|---|---|
static FlowableIdmEventType[] |
FlowableIdmEventType.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
static FlowableIdmEventType[] |
FlowableIdmEventType.getTypesFromString(String string) |
static FlowableIdmEventType |
FlowableIdmEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowableIdmEventType[] |
FlowableIdmEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected FlowableIdmEventType |
FlowableIdmEventImpl.type |
| Modifier and Type | Method and Description |
|---|---|
FlowableIdmEventType |
FlowableIdmEventImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
static FlowableEntityEvent |
FlowableIdmEventBuilder.createEntityEvent(FlowableIdmEventType type,
Object entity) |
static FlowableEvent |
FlowableIdmEventBuilder.createGlobalEvent(FlowableIdmEventType type) |
static FlowableIdmMembershipEvent |
FlowableIdmEventBuilder.createMembershipEvent(FlowableIdmEventType type,
String groupId,
String userId) |
void |
FlowableIdmEventImpl.setType(FlowableIdmEventType type) |
| Constructor and Description |
|---|
FlowableIdmEntityEventImpl(Object entity,
FlowableIdmEventType type) |
FlowableIdmEventImpl(FlowableIdmEventType type)
Creates a new event implementation, not part of an execution context.
|
FlowableIdmMembershipEventImpl(FlowableIdmEventType type) |
Copyright © 2023 Flowable. All rights reserved.