Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.relations.descriptors
Class GraphDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.relations.descriptors.GraphDescriptor
All Implemented Interfaces:
Serializable, GraphDescription

public class GraphDescriptor
extends Object
implements GraphDescription, Serializable

Graph extension.

A new type of graph can implement this class to set XMap annotations for custom options (?).

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
GraphDescriptor()
           
 
Method Summary
 String getGraphType()
           
 String getName()
           
 Map<String,String> getNamespaces()
           
 Map<String,String> getOptions()
           
 void setOptions(Map<String,String> options)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDescriptor

public GraphDescriptor()
Method Detail

getName

public String getName()
Specified by:
getName in interface GraphDescription

getGraphType

public String getGraphType()
Specified by:
getGraphType in interface GraphDescription

getOptions

public Map<String,String> getOptions()
Specified by:
getOptions in interface GraphDescription

setOptions

public void setOptions(Map<String,String> options)

getNamespaces

public Map<String,String> getNamespaces()
Specified by:
getNamespaces in interface GraphDescription

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.