public static class GraphNode.EscalationRule extends Object implements Comparable<GraphNode.EscalationRule>
Modifier and Type | Field and Description |
---|---|
protected String |
chain |
protected String |
condition |
protected boolean |
executed |
protected String |
id |
protected String |
label |
protected Calendar |
lastExcutionTime |
protected boolean |
multipleExecution |
protected GraphNode |
node |
protected MapProperty |
prop |
Constructor and Description |
---|
EscalationRule(GraphNode node,
Property p) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(GraphNode.EscalationRule o) |
String |
getChain() |
String |
getId() |
String |
getLabel() |
Calendar |
getLastExecutionTime() |
GraphNode |
getNode() |
boolean |
isExecuted() |
boolean |
isMultipleExecution() |
void |
setExecuted(boolean executed) |
protected void |
setExecutionTime(Calendar time) |
protected boolean multipleExecution
protected boolean executed
protected MapProperty prop
protected Calendar lastExcutionTime
public EscalationRule(GraphNode node, Property p)
public int compareTo(GraphNode.EscalationRule o)
compareTo
in interface Comparable<GraphNode.EscalationRule>
public void setExecuted(boolean executed)
protected void setExecutionTime(Calendar time)
public boolean isExecuted()
public boolean isMultipleExecution()
public Calendar getLastExecutionTime()
Copyright © 2018 Nuxeo. All rights reserved.