Class GraphDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.relations.descriptors.GraphDescriptor
-
- All Implemented Interfaces:
GraphDescription
public class GraphDescriptor extends Object implements GraphDescription
Graph descriptor.
-
-
Constructor Summary
Constructors Constructor Description GraphDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGraphType()
String
getName()
Map<String,String>
getNamespaces()
Map<String,String>
getOptions()
void
setOptions(Map<String,String> options)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceGraphDescription
-
getGraphType
public String getGraphType()
- Specified by:
getGraphType
in interfaceGraphDescription
-
getOptions
public Map<String,String> getOptions()
- Specified by:
getOptions
in interfaceGraphDescription
-
getNamespaces
public Map<String,String> getNamespaces()
- Specified by:
getNamespaces
in interfaceGraphDescription
-
-