Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.relations.api
Interface GraphDescription

All Known Implementing Classes:
GraphDescriptor

public interface GraphDescription

Interface for a graph description.

A graph description gives all the information needed for the graph instantiation.

Author:
Anahide Tchertchian

Method Summary
 java.lang.String getGraphType()
           
 java.lang.String getName()
           
 java.util.Map<java.lang.String,java.lang.String> getNamespaces()
           
 java.util.Map<java.lang.String,java.lang.String> getOptions()
           
 

Method Detail

getName

java.lang.String getName()

getGraphType

java.lang.String getGraphType()

getOptions

java.util.Map<java.lang.String,java.lang.String> getOptions()

getNamespaces

java.util.Map<java.lang.String,java.lang.String> getNamespaces()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.