public interface RuleType
| Modifier and Type | Field and Description |
|---|---|
static String |
INBOUND
Some rule type constants
|
static String |
OUTBOUND |
static String |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayLabel()
Get the display label of the rule type.
|
String |
getName()
Get the name of the rule type.
|
void |
triggerRuleType(NodeRef nodeRef,
NodeRef actionedUponNodeRef,
boolean executeRuleImmediately)
Trigger the rules of the rule type for the node on the actioned upon node.
|
static final String INBOUND
static final String UPDATE
static final String OUTBOUND
String getName()
The name is unique and is used to identify the rule type.
String getDisplayLabel()
void triggerRuleType(NodeRef nodeRef, NodeRef actionedUponNodeRef, boolean executeRuleImmediately)
nodeRef - the node ref whos rule of rule type are to be triggeredactionedUponNodeRef - the node ref that the triggered rule will action uponexecuteRuleImmediately - indicates whether the rule should be executed immediately or notCopyright © 2005–2021 Alfresco Software. All rights reserved.