@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ApiFlow
ApiFlowStep| Modifier and Type | Required Element and Description |
|---|---|
String |
name
The name of the flow
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
The description of the flow
|
String |
group
With this it is possible to specify the logical grouping of this flow.
|
String[] |
preconditions
The preconditions for this flow (example: "the user must be logged", "the user must have an administration role")
|
ApiFlowStep[] |
steps
An array of ApiFlowStep annotations
|
public abstract String name
public abstract String description
public abstract String[] preconditions
public abstract ApiFlowStep[] steps
ApiFlowSteppublic abstract String group
Copyright © 2015. All rights reserved.