public interface IssueConstraint
Represent objects that describes application-layer constraints.
Application-layer constraints usualy defines how application must perform, when the domain-layer define how logic must perform.
In other words, application constraints more technical and defines concrete use-case constaints, while the domain constraints defines broad domain logic constraints.
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(java.lang.Object taskForm)
Deprecated.
|
@Deprecated
void evaluate(java.lang.Object taskForm)
throws IssueConstratintException
IssueConstratintException