com.tibco.tea.agent.annotations

Annotation Type TeaOperation

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      String description
      Description of the method.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      String developerNotes
      Developer notes
      boolean internal
      Indicates that the operation is internal, if set - the operation will not appear in generic UI.
      MethodType methodType
      Define semantics of the operation, see MethodType.
      String name
      Name of the operation, optional, use method name as default.
      String objectType
      Name of the type of the operation, optional, it use type defined on the class level as default.
    • Element Detail

      • description

        public abstract String description
        Description of the method.
      • developerNotes

        public abstract String developerNotes
        Developer notes
        Returns:
        Default:
        ""
      • name

        public abstract String name
        Name of the operation, optional, use method name as default.
        Default:
        ""
      • objectType

        public abstract String objectType
        Name of the type of the operation, optional, it use type defined on the class level as default. When the class has multiple types, the type attribute is mandatory.
        Default:
        ""
      • internal

        public abstract boolean internal
        Indicates that the operation is internal, if set - the operation will not appear in generic UI.
        Default:
        false
      • methodType

        public abstract MethodType methodType
        Define semantics of the operation, see MethodType.
        Default:
        com.tibco.tea.agent.api.MethodType.UPDATE

Copyright © 2014 Cloud Software Group, Inc.. All Rights Reserved.