Package org.kie.internal.task.api.model
Interface Escalation
- All Superinterfaces:
Externalizable,Serializable
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getName()voidsetConstraints(List<BooleanExpression> constraints) voidsetId(long id) voidvoidsetNotifications(List<Notification> notifications) voidsetReassignments(List<Reassignment> reassignments) Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
Method Details
-
getId
long getId() -
setId
void setId(long id) -
getName
String getName() -
setName
-
getConstraints
List<BooleanExpression> getConstraints() -
setConstraints
-
getNotifications
List<Notification> getNotifications() -
setNotifications
-
getReassignments
List<Reassignment> getReassignments() -
setReassignments
-