Class Rule
java.lang.Object
org.alfresco.rest.api.model.rules.Rule
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Rule.Builder
builder()
boolean
getId()
boolean
boolean
boolean
getName()
int
hashCode()
void
setActions
(List<Action> actions) void
setConditions
(CompositeCondition conditions) void
setDescription
(String description) void
setErrorScript
(String errorScript) void
void
setIsAsynchronous
(boolean isAsynchronous) void
setIsEnabled
(boolean isEnabled) void
setIsInheritable
(boolean isInheritable) void
setIsShared
(Boolean shared) void
void
setRuleTriggers
(List<RuleTrigger> triggers) void
setTriggers
(List<String> triggers) toString()
-
Constructor Details
-
Rule
public Rule()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getIsEnabled
public boolean getIsEnabled() -
setIsEnabled
public void setIsEnabled(boolean isEnabled) -
getIsInheritable
public boolean getIsInheritable() -
setIsInheritable
public void setIsInheritable(boolean isInheritable) -
getIsAsynchronous
public boolean getIsAsynchronous() -
setIsAsynchronous
public void setIsAsynchronous(boolean isAsynchronous) -
getErrorScript
-
setErrorScript
-
getTriggers
-
setTriggers
-
setRuleTriggers
-
getConditions
-
setConditions
-
getActions
-
setActions
-
toString
-
equals
-
hashCode
public int hashCode() -
builder
-