public static class GraphNode.EscalationRule extends Object implements Comparable<GraphNode.EscalationRule>
Constructor and Description |
---|
GraphNode.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) |
public GraphNode.EscalationRule(GraphNode node, Property p) throws ClientException
ClientException
public int compareTo(GraphNode.EscalationRule o)
compareTo
in interface Comparable<GraphNode.EscalationRule>
public String getLabel()
public String getChain()
public GraphNode getNode()
public void setExecuted(boolean executed) throws ClientException
ClientException
public boolean isExecuted()
public String getId()
public boolean isMultipleExecution()
public Calendar getLastExecutionTime()
Copyright © 2015 Nuxeo SA. All rights reserved.