Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation
Interface OperationType

All Known Implementing Classes:
OperationTypeImpl

public interface OperationType

Describe an operation class. Each registered operation will be stored in the registry as an instance of this class.

Author:
Bogdan Stefanescu

Method Summary
 java.util.Set<java.lang.Class<?>> getConsumes()
           
 java.lang.String getId()
           
 java.util.Set<java.lang.Class<?>> getProduces()
           
 AutomationService getService()
          Gets the service that registered that type.
 java.lang.Class<?> getType()
           
 java.lang.Object newInstance(OperationContext ctx, java.util.Map<java.lang.String,java.lang.Object> args)
           
 

Method Detail

getId

java.lang.String getId()

getType

java.lang.Class<?> getType()

getProduces

java.util.Set<java.lang.Class<?>> getProduces()

getConsumes

java.util.Set<java.lang.Class<?>> getConsumes()

newInstance

java.lang.Object newInstance(OperationContext ctx,
                             java.util.Map<java.lang.String,java.lang.Object> args)
                             throws java.lang.Exception
Throws:
java.lang.Exception

getService

AutomationService getService()
Gets the service that registered that type.


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.