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 StringgetGraphType()StringgetName()Map<String,String>getNamespaces()Map<String,String>getOptions()voidsetOptions(Map<String,String> options)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceGraphDescription
-
getGraphType
public String getGraphType()
- Specified by:
getGraphTypein interfaceGraphDescription
-
getOptions
public Map<String,String> getOptions()
- Specified by:
getOptionsin interfaceGraphDescription
-
getNamespaces
public Map<String,String> getNamespaces()
- Specified by:
getNamespacesin interfaceGraphDescription
-
-