Class OperationContribution

    • Field Detail

      • type

        public String type
        The operation class that must be annotated using Operation annotation.
      • replace

        public boolean replace
        Put it to true to override an existing contribution having the same ID. By default overriding is not permitted and an exception is thrown when this flag is on false.
      • widgets

        public List<WidgetDescriptor> widgets
        The widget descriptor for the operation parameters.
        Since:
        5.9.5
    • Constructor Detail

      • OperationContribution

        public OperationContribution()