See: Description
| Interface | Description |
|---|---|
| InteractionConstraint<ANNOTATION extends Annotation> |
JAVADOC
|
| InteractionValidation |
Interface that resources can implement to achieve custom validation
of whether an interaction is valid or not.
|
| Class | Description |
|---|---|
| Requires.RequiresRoleConstraint | |
| RequiresValid.RequiresValidConstraint | |
| ServiceAvailable.ServiceAvailableConstraint |
| Annotation Type | Description |
|---|---|
| InteractionConstraintDeclaration |
JAVADOC
|
| Requires |
Annotation on interactions that requires objects of specific types
to be available in the ObjectSelection.
|
| RequiresValid |
JAVADOC
|
| ServiceAvailable |
Annotate interaction methods with ServiceAvailable.
|