Package org.nuxeo.ecm.automation.core
Class OperationContribution
java.lang.Object
org.nuxeo.ecm.automation.core.OperationContribution
- Author:
- Bogdan Stefanescu, Guillaume Renard
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
The operation class that must be annotated usingOperation
annotation. -
replace
public boolean replacePut 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
The widget descriptor for the operation parameters.- Since:
- 5.9.5
-
-
Constructor Details
-
OperationContribution
public OperationContribution()
-