Project Wonder 6.3-SNAPSHOT
-
@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface ERDBranchDelegate.D2WDelegate
Runtime flags for the delegate, so you can have one delegate for all tasks.
-
-
Optional Element Summary
Optional Elements
| Modifier and Type |
Optional Element and Description |
java.lang.String |
availablePages
Returns the names of the pages where you can have this method.
|
java.lang.String |
availableTasks
Returns the names of the tasks where you can have this method.
|
java.lang.String |
scope
Returns the names of the scope where you can have this method.
|
-
-
Element Detail
-
scope
public abstract java.lang.String scope
Returns the names of the scope where you can have this method. One of "selection,object"
- Default:
- ""
-
-
availableTasks
public abstract java.lang.String availableTasks
Returns the names of the tasks where you can have this method. Example "query,select"
- Default:
- ""
-
-
availablePages
public abstract java.lang.String availablePages
Returns the names of the pages where you can have this method. Example "ListWebMaster,QueryWebMaster"
- Default:
- ""
Last updated: Tue, Mar 15, 2022 09:55 AM CET
Copyright © 2002 – 2022 Project Wonder.