Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 String getGraphType()
           
 String getName()
           
 Map<String,String> getNamespaces()
           
 Map<String,String> getOptions()
           
 

Method Detail

getName

String getName()

getGraphType

String getGraphType()

getOptions

Map<String,String> getOptions()

getNamespaces

Map<String,String> getNamespaces()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.