public interface OperationType
Modifier and Type | Method and Description |
---|---|
String |
getContributingComponent()
Gets the name of the component that contributed the operation
|
OperationDocumentation |
getDocumentation() |
String |
getId() |
List<InvokableMethod> |
getMethods() |
InvokableMethod[] |
getMethodsMatchingInput(Class<?> in) |
AutomationService |
getService()
Gets the service that registered that type.
|
Class<?> |
getType() |
Object |
newInstance(OperationContext ctx,
Map<String,Object> args) |
String getId()
Class<?> getType()
Object newInstance(OperationContext ctx, Map<String,Object> args) throws Exception
Exception
AutomationService getService()
OperationDocumentation getDocumentation() throws OperationException
OperationException
String getContributingComponent()
InvokableMethod[] getMethodsMatchingInput(Class<?> in)
List<InvokableMethod> getMethods()
Copyright © 2013 Nuxeo SA. All Rights Reserved.