Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 OperationDocumentation getDocumentation()
           
 String getId()
           
 AutomationService getService()
          Gets the service that registered that type.
 Class<?> getType()
           
 Object newInstance(OperationContext ctx, Map<String,Object> args)
           
 

Method Detail

getId

String getId()

getType

Class<?> getType()

newInstance

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

getService

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


getDocumentation

OperationDocumentation getDocumentation()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.