Annotation Interface Callable


Mark the annotated method as callable by a client-side component.
  • 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 the RightAssignmentContext to use to convert JS object into into a Java object
      Returns:
      The id of the RightAssignmentContext
      Default:
      ""
    • paramIndex

      The index of method's argument holding the context value to be converted by RightAssignmentContext
      Returns:
      The parameter's index
      Default:
      -1