| Interface | Description |
|---|---|
| AbstractCheckApprovalCmd |
This class is an abstract interface for the command that is responsible for
checking if a noun requires approval.
|
| AbstractPreApprovalCmd |
This class is an abstract interface for the command that is responsible for
performing any work prior to checking if the noun requires approval.
|
| Class | Description |
|---|---|
| AbstractCheckApprovalCmdImpl |
This class is an abstract implementation for the command that is responsible for
checking if a noun requires approval.
|
| AbstractPreApprovalCmdImpl |
This class is an abstract implementation for the command that is responsible for
performing any work prior to checking if the noun requires approval.
|