Package org.nuxeo.ecm.automation.core
Class OperationContribution
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.OperationContribution
-
public class OperationContribution extends Object
- Author:
- Bogdan Stefanescu, Guillaume Renard
-
-
Field Summary
Fields Modifier and Type Field Description boolean
replace
Put it to true to override an existing contribution having the same ID.String
type
The operation class that must be annotated usingOperation
annotation.List<WidgetDescriptor>
widgets
The widget descriptor for the operation parameters.
-
Constructor Summary
Constructors Constructor Description OperationContribution()
-
-
-
Field Detail
-
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
-
-