public class OperationContribution extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
replace
Put it to true to override an existing contribution having the same ID.
|
Class<?> |
type
The operation class that must be annotated using
Operation annotation. |
List<WidgetDescriptor> |
widgets
The widget descriptor for the operation parameters.
|
Constructor and Description |
---|
OperationContribution() |
public boolean replace
public List<WidgetDescriptor> widgets
public OperationContribution()
Copyright © 2018 Nuxeo. All rights reserved.