| Interface | Description |
|---|---|
| RuleCondition |
Represents a condition which is placed on a value and decides whether or not to include the value
within the actual manifest within a certain execution context.
|
| RuleControlledResource |
Provides a base to resources which may be added/removed based on whether their internal set of
rules is matched or not.
|
| RuleControlledResourceContainer |
Provides a base to containers which wrap multiple rule controlled resources.
|
| Class | Description |
|---|---|
| AbstractRuleControlledResource |
Provides an abstract base to resources which are included based on whether their rules (if any)
match.
|
| Rule |
Represents a rule which evaluates whether or not to include a certain value within the final
result based on a set of special conditions.
|
| Rule.Deserializer |
Provides a custom de-serialization implementation for rules which permits the dynamic
application of various types of conditions within the object body.
|
| Enum | Description |
|---|---|
| Rule.Action |
Provides a list of valid rule return values.
|
Copyright © 2018 Basin. All rights reserved.