Package | Description |
---|---|
org.alfresco.repo.rule | |
org.alfresco.repo.web.scripts.rule | |
org.alfresco.repo.web.scripts.rule.ruleset | |
org.alfresco.service.cmr.rule | |
org.alfresco.web.bean.rules |
Modifier and Type | Field and Description |
---|---|
protected Rule |
RuleServiceImpl.ExecutedRuleData.rule |
Modifier and Type | Method and Description |
---|---|
Rule |
RuleServiceImpl.ExecutedRuleData.getRule() |
Rule |
RuleServiceImpl.getRule(org.alfresco.service.cmr.repository.NodeRef ruleNodeRef)
Create the rule object from the rule node reference
|
Modifier and Type | Method and Description |
---|---|
List<Rule> |
RuleServiceImpl.getRules(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
List<Rule> |
RuleServiceImpl.getRules(org.alfresco.service.cmr.repository.NodeRef nodeRef,
boolean includeInherited) |
List<Rule> |
RuleServiceImpl.getRules(org.alfresco.service.cmr.repository.NodeRef nodeRef,
boolean includeInherited,
String ruleTypeName) |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeRuleService.addRulePendingExecution(org.alfresco.service.cmr.repository.NodeRef actionableNodeRef,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
Rule rule)
Add a rule to the pending execution list
|
void |
RuleServiceImpl.addRulePendingExecution(org.alfresco.service.cmr.repository.NodeRef actionableNodeRef,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
Rule rule) |
void |
RuntimeRuleService.addRulePendingExecution(org.alfresco.service.cmr.repository.NodeRef actionableNodeRef,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
Rule rule,
boolean executeAtEnd)
Add a rule to the pending execution list
|
void |
RuleServiceImpl.addRulePendingExecution(org.alfresco.service.cmr.repository.NodeRef actionableNodeRef,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
Rule rule,
boolean executeAtEnd) |
void |
RuleServiceImpl.disableRule(Rule rule) |
void |
RuleServiceImpl.enableRule(Rule rule) |
void |
RuntimeRuleService.executeRule(Rule rule,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
Set<RuleServiceImpl.ExecutedRuleData> executedRules)
Execute a rule
|
void |
RuleServiceImpl.executeRule(Rule rule,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
Set<RuleServiceImpl.ExecutedRuleData> executedRules) |
org.alfresco.service.cmr.repository.NodeRef |
RuleServiceImpl.getOwningNodeRef(Rule rule) |
void |
RuleServiceImpl.removeRule(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rule rule) |
void |
RuleServiceImpl.saveRule(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rule rule) |
void |
RuleServiceImpl.saveRule(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rule rule,
int index) |
void |
RuleServiceImpl.setRulePosition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rule rule,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
RuleServiceImpl.setNodeRulesCache(org.alfresco.repo.cache.SimpleCache<org.alfresco.service.cmr.repository.NodeRef,List<Rule>> nodeRulesCache)
Set the cache to hold node's individual rules.
|
Constructor and Description |
---|
ExecutedRuleData(org.alfresco.service.cmr.repository.NodeRef actionableNodeRef,
Rule rule) |
Modifier and Type | Method and Description |
---|---|
protected Rule |
AbstractRuleWebScript.parseJsonRule(org.json.JSONObject jsonRule) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRuleWebScript.checkRule(Rule rule) |
protected void |
RulePut.updateRuleFromJSON(org.json.JSONObject jsonRule,
Rule ruleToUpdate) |
Modifier and Type | Method and Description |
---|---|
Rule |
RuleRef.getRule()
Return the rule
|
Modifier and Type | Method and Description |
---|---|
void |
RuleRef.setRule(Rule rule)
Set the rule
|
Constructor and Description |
---|
RuleRef(Rule rule,
FileInfo owningFileInfo) |
Modifier and Type | Method and Description |
---|---|
Rule |
RuleService.getRule(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Get the rule given its node reference
|
Modifier and Type | Method and Description |
---|---|
List<Rule> |
RuleService.getRules(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Get all the rules associated with an actionable node, including those
inherited from parents.
|
List<Rule> |
RuleService.getRules(org.alfresco.service.cmr.repository.NodeRef nodeRef,
boolean includeInhertied)
Get the rules associated with an actionable node.
|
List<Rule> |
RuleService.getRules(org.alfresco.service.cmr.repository.NodeRef nodeRef,
boolean includeInhertiedRuleType,
String ruleTypeName)
Get the rules associated with an actionable node that are of a specific rule type.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleService.disableRule(Rule rule)
Disables a rule, preventing it from being fired.
|
void |
RuleService.enableRule(Rule rule)
Enables a rule previously disabled.
|
org.alfresco.service.cmr.repository.NodeRef |
RuleService.getOwningNodeRef(Rule rule)
Returns the owning node reference for a rule.
|
void |
RuleService.removeRule(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rule rule)
Removes a rule from the given rule actionable node
|
void |
RuleService.saveRule(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rule rule)
Saves the details of the rule to the specified node reference.
|
void |
RuleService.saveRule(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rule rule,
int index) |
void |
RuleService.setRulePosition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rule rule,
int index) |
Modifier and Type | Method and Description |
---|---|
Rule |
DeleteRuleDialog.getCurrentRule()
Returns the current rule
|
Rule |
RulesDialog.getCurrentRule()
Returns the current rule
|
Rule |
RulesDialog.WrappedRule.getRule()
Returns the rule being wrapped
|
Modifier and Type | Method and Description |
---|---|
protected CompositeAction |
CreateRuleWizard.getCompositeAction(Rule rule) |
protected String |
CreateRuleWizard.setupRule(FacesContext context,
Rule rule,
String outcome)
Sets up the given rule using the current state of the wizard
|
Constructor and Description |
---|
WrappedRule(Rule rule,
boolean isLocal,
Date createdDate,
Date modifiedDate)
Constructs a RuleWrapper object
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.