Class OperationContribution

java.lang.Object
org.nuxeo.ecm.automation.core.OperationContribution

public class OperationContribution extends Object
Author:
Bogdan Stefanescu, Guillaume Renard
  • Field Details

    • 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 Details

    • OperationContribution

      public OperationContribution()