Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.client.jaxrs.spi
Class OperationRegistry

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.jaxrs.spi.OperationRegistry

public class OperationRegistry
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
OperationRegistry(Map<String,String> paths, Map<String,OperationDocumentation> ops, Map<String,OperationDocumentation> chains)
           
 
Method Summary
 OperationDocumentation getOperation(String key)
           
 Map<String,OperationDocumentation> getOperations()
           
 String getPath(String key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationRegistry

public OperationRegistry(Map<String,String> paths,
                         Map<String,OperationDocumentation> ops,
                         Map<String,OperationDocumentation> chains)
Method Detail

getPath

public String getPath(String key)

getOperation

public OperationDocumentation getOperation(String key)

getOperations

public Map<String,OperationDocumentation> getOperations()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.