|
BEAST
|
Public Member Functions | |
| BasicRoute () | |
| Default constructor. | |
| BasicRoute (String name) | |
| Constructor. | |
| boolean | isValid () |
Public Member Functions inherited from eu.baltrad.beast.admin.objects.routes.Route | |
| Route () | |
| Constructor. | |
| Route (String name) | |
| Constructor. | |
| String | getName () |
| void | setName (String name) |
| List< String > | getRecipients () |
| void | setRecipients (List< String > recipients) |
| boolean | isActive () |
| void | setActive (boolean active) |
| String | getAuthor () |
| void | setAuthor (String author) |
| String | getDescription () |
| void | setDescription (String description) |
| boolean | validate () |
| Validates this route so that it follows the conventions. | |
| void | fromRouteDefinition (RouteDefinition def) |
| Fills a route from the route definition. | |
| IRule | toRule (IRouterManager routerManager) |
| Creates a rule from self using the provided router manager. | |
|
inline |
Default constructor.
|
inline |
Constructor.
| name | the name |
|
inline |
Reimplemented from eu.baltrad.beast.admin.objects.routes.Route.