public class OperationChainContribution extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OperationChainContribution.Operation |
static class |
OperationChainContribution.Param |
Modifier and Type | Field and Description |
---|---|
protected String[] |
aliases |
protected String |
description |
protected String |
id |
protected boolean |
isPublic |
protected OperationChainContribution.Operation[] |
ops |
protected OperationDocumentation.Param[] |
params |
protected boolean |
replace |
Constructor and Description |
---|
OperationChainContribution() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAliases() |
String |
getCategory() |
String |
getDescription() |
String |
getId() |
String |
getLabel() |
OperationChainContribution.Operation[] |
getOps() |
OperationDocumentation.Param[] |
getParams() |
String |
getRequires() |
String |
getSince() |
OperationChain |
toOperationChain(org.osgi.framework.Bundle bundle) |
protected boolean replace
protected String description
protected OperationChainContribution.Operation[] ops
protected boolean isPublic
protected OperationDocumentation.Param[] params
public OperationChainContribution()
public OperationDocumentation.Param[] getParams()
public OperationChain toOperationChain(org.osgi.framework.Bundle bundle) throws OperationException
OperationException
public OperationChainContribution.Operation[] getOps()
public String getRequires()
public String getCategory()
public String getDescription()
public String[] getAliases()
Copyright © 2015 Nuxeo SA. All rights reserved.