Nuxeo Enterprise Platform 5.4

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

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

public class GraphDescriptor
extends java.lang.Object
implements GraphDescription, java.io.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
 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()
           
 void setOptions(java.util.Map<java.lang.String,java.lang.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 java.lang.String getName()
Specified by:
getName in interface GraphDescription

getGraphType

public java.lang.String getGraphType()
Specified by:
getGraphType in interface GraphDescription

getOptions

public java.util.Map<java.lang.String,java.lang.String> getOptions()
Specified by:
getOptions in interface GraphDescription

setOptions

public void setOptions(java.util.Map<java.lang.String,java.lang.String> options)

getNamespaces

public java.util.Map<java.lang.String,java.lang.String> getNamespaces()
Specified by:
getNamespaces in interface GraphDescription

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.