public interface RuleType
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INBOUND
Some rule type constants
|
static java.lang.String |
OUTBOUND |
static java.lang.String |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayLabel()
Get the display label of the rule type.
|
java.lang.String |
getName()
Get the name of the rule type.
|
void |
triggerRuleType(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
boolean executeRuleImmediately)
Trigger the rules of the rule type for the node on the actioned upon node.
|
static final java.lang.String INBOUND
static final java.lang.String UPDATE
static final java.lang.String OUTBOUND
java.lang.String getName()
The name is unique and is used to identify the rule type.
java.lang.String getDisplayLabel()
void triggerRuleType(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.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 uponCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.