Package org.ametys.core.ui
Annotation Interface Callable
Mark the annotated method as callable by a client-side component.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe context to check the right.int
The index of method's argument holding the context value to be converted byRightAssignmentContext
The id of right to be checkedThe id of a type of theRightAssignmentContext
to use to convert JS object into into a Java object
-
Element Details
-
right
The id of right to be checked- Returns:
- The right's id or empty if there is no right protection
- Default:
- ""
-
context
The context to check the right. Defaults to '/${WorkspaceName}'- Returns:
- The context
- Default:
- "/${WorkspaceName}"
-
rightContext
The id of a type of theRightAssignmentContext
to use to convert JS object into into a Java object- Returns:
- The id of the
RightAssignmentContext
- Default:
- ""
-
paramIndex
int paramIndexThe index of method's argument holding the context value to be converted byRightAssignmentContext
- Returns:
- The parameter's index
- Default:
- -1
-