Package org.nuxeo.ecm.automation.core
Class OperationChainContribution
java.lang.Object
org.nuxeo.ecm.automation.core.OperationChainContribution
- Author:
- Bogdan Stefanescu
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected String[]
protected String
protected boolean
protected String
protected boolean
protected OperationChainContribution.Operation[]
protected OperationDocumentation.Param[]
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
static OperationChainContribution
contribOf
(OperationChain chain, boolean replace) String[]
getId()
getLabel()
getOps()
getSince()
void
merge
(OperationChainContribution other) static OperationChainContribution.Operation[]
operationsOf
(List<OperationParameters> operations) static OperationDocumentation.Param[]
toOperationChain
(org.osgi.framework.Bundle bundle)
-
Field Details
-
id
-
replace
protected boolean replace -
enabled
protected boolean enabled- Since:
- 2021.17
-
description
-
ops
-
isPublic
protected boolean isPublic -
params
-
aliases
- Since:
- 7.1
-
-
Constructor Details
-
OperationChainContribution
public OperationChainContribution()
-
-
Method Details
-
getParams
-
getId
-
toOperationChain
- Throws:
OperationException
-
getOps
-
getLabel
-
getRequires
-
getCategory
-
getSince
-
getDescription
-
getAliases
-
contribOf
-
paramsOf
-
operationsOf
public static OperationChainContribution.Operation[] operationsOf(List<OperationParameters> operations) -
clone
-
merge
- Since:
- 2021.17
-