Uses of Class
org.alfresco.rest.rm.community.model.rules.RuleDefinition
-
Packages that use RuleDefinition Package Description org.alfresco.rest.rm.community.model.rules org.alfresco.rest.v0 -
-
Uses of RuleDefinition in org.alfresco.rest.rm.community.model.rules
Methods in org.alfresco.rest.rm.community.model.rules that return RuleDefinition Modifier and Type Method Description RuleDefinitionRuleDefinition. actions(List<String> actions)RuleDefinitionRuleDefinition. applyToChildren(boolean applyToChildren)RuleDefinitionRuleDefinition. contentDescription(String contentDescription)RuleDefinitionRuleDefinition. contentTitle(String contentTitle)static RuleDefinitionRuleDefinition. createNewRule()Creates a new object of type Rule DefinitionRuleDefinitionRuleDefinition. createRecordPath(boolean createRecordPath)RuleDefinitionRuleDefinition. description(String description)RuleDefinitionRuleDefinition. disabled(boolean disabled)RuleDefinitionRuleDefinition. id(String id)RuleDefinitionRuleDefinition. path(String path)RuleDefinitionRuleDefinition. rejectReason(String rejectReason)RuleDefinitionRuleDefinition. ruleType(String ruleType)RuleDefinitionRuleDefinition. runInBackground(boolean runInBackground)RuleDefinitionRuleDefinition. title(String title) -
Uses of RuleDefinition in org.alfresco.rest.v0
Methods in org.alfresco.rest.v0 that return types with arguments of type RuleDefinition Modifier and Type Method Description List<RuleDefinition>RulesAPI. getRulesSetOnContainer(String username, String password, String containerNodeRef)Gets all the rules for the specified container with given rule propertiesMethods in org.alfresco.rest.v0 with parameters of type RuleDefinition Modifier and Type Method Description org.apache.http.HttpResponseRulesAPI. createRule(String username, String password, String containerNodeRef, RuleDefinition ruleProperties)Creates a rule for the specified container with given rule propertiesorg.json.JSONObjectRulesAPI. updateRule(String username, String password, String containerNodeRef, RuleDefinition ruleProperties)Updates a rule for the specified container with given rule properties
-