|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuleType
Rule type interface.
Field Summary | |
---|---|
static java.lang.String |
INBOUND
Some rule type constants |
static java.lang.String |
OUTBOUND
|
static java.lang.String |
UPDATE
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final java.lang.String INBOUND
static final java.lang.String UPDATE
static final java.lang.String OUTBOUND
Method Detail |
---|
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 upon
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |