Package | Description |
---|---|
com.orchestranetworks.addon.rpfl |
Classes and interfaces to create business rules and permission rules.
|
com.orchestranetworks.addon.rpfl.controller |
Classes and interfaces that control the execution of business rules and permission rules.
|
Modifier and Type | Field and Description |
---|---|
static Hook |
Hook.AfterCreate
Defines the 'After create' hook.
|
static Hook |
Hook.AfterDelete
Defines the 'After delete' hook.
|
static Hook |
Hook.AfterUpdate
Defines the 'After update' hook.
|
static Hook |
Hook.BeforeCreate
Defines the 'Before create' hook.
|
static Hook |
Hook.BeforeDelete
Defines the 'Before delete' hook.
|
static Hook |
Hook.BeforeUpdate
Defines the 'Before update' hook.
|
static Hook |
Hook.OnConstraint
Defines the 'On constraint' hook.
|
static Hook |
Hook.OnDemand
Defines the 'On demand' hook.
|
Modifier and Type | Method and Description |
---|---|
Hook |
RuleExecutionContext.getWhen()
Returns the event from which the rule is executed.
|
static Hook |
Hook.parse(String name)
Returns the instance that corresponds to the value specified.
|
Modifier and Type | Method and Description |
---|---|
Hook |
ExecutionContextOnTrigger.getWhen()
Returns the event from which the rule is executed.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContextOnTrigger.setWhen(Hook when)
Defines the event from which the rule is executed.
|