Package org.nuxeo.ecm.automation.core
Interface OperationDescriptor
- All Superinterfaces:
Descriptor
- All Known Implementing Classes:
OperationChainContribution
,OperationContribution
,ScriptingOperationDescriptor
- Since:
- 2025.0
-
Field Summary
Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Method Summary
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove, getId, merge
-
Method Details
-
isEnabled
boolean isEnabled()- Returns:
- whether this operation is enabled or not
-
replace
boolean replace()- Returns:
- whether this operation replaces an existing one
-
toType
OperationType toType()- Returns:
- the
OperationType
for this descriptor
-