Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.client.model
Class OperationRegistry

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.model.OperationRegistry
All Implemented Interfaces:
Serializable

public class OperationRegistry
extends Object
implements Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.