Uses of Class
org.alfresco.rest.rm.community.model.rules.RuleDefinition
Packages that use RuleDefinition
-
Uses of RuleDefinition in org.alfresco.rest.rm.community.model.rules
Methods in org.alfresco.rest.rm.community.model.rules that return RuleDefinitionModifier and TypeMethodDescriptionRuleDefinition.applyToChildren(boolean applyToChildren) RuleDefinition.contentDescription(String contentDescription) RuleDefinition.contentTitle(String contentTitle) static RuleDefinitionRuleDefinition.createNewRule()Creates a new object of type Rule DefinitionRuleDefinition.createRecordPath(boolean createRecordPath) RuleDefinition.description(String description) RuleDefinition.disabled(boolean disabled) RuleDefinition.rejectReason(String rejectReason) RuleDefinition.runInBackground(boolean runInBackground) -
Uses of RuleDefinition in org.alfresco.rest.v0
Methods in org.alfresco.rest.v0 that return types with arguments of type RuleDefinitionModifier and TypeMethodDescriptionRulesAPI.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 RuleDefinitionModifier and TypeMethodDescriptionorg.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