Class RuleDefinition
java.lang.Object
org.alfresco.rest.rm.community.model.rules.RuleDefinition
A class describing the rule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyToChildren(boolean applyToChildren) contentDescription(String contentDescription) contentTitle(String contentTitle) static RuleDefinitionCreates a new object of type Rule DefinitioncreateRecordPath(boolean createRecordPath) description(String description) disabled(boolean disabled) getId()getPath()booleangetTitle()booleanbooleanrejectReason(String rejectReason) runInBackground(boolean runInBackground)
-
Constructor Details
-
RuleDefinition
public RuleDefinition()
-
-
Method Details
-
createNewRule
Creates a new object of type Rule Definition- Returns:
- the object
-
getId
-
id
-
getTitle
-
title
-
getDescription
-
description
-
isDisabled
public boolean isDisabled() -
disabled
-
isApplyToChildren
public boolean isApplyToChildren() -
applyToChildren
-
getRunInBackground
public boolean getRunInBackground() -
runInBackground
-
getRuleType
-
ruleType
-
getPath
-
path
-
getCreateRecordPath
-
createRecordPath
-
getContentTitle
-
contentTitle
-
getContentDescription
-
contentDescription
-
getRejectReason
-
rejectReason
-
getActions
-
actions
-