Interface Blank
-
- All Superinterfaces:
Cloneable
,Comparable<Node>
,Node
,Serializable
,Subject
- All Known Implementing Classes:
BlankImpl
public interface Blank extends Subject
Blank node.- Author:
- Anahide Tchertchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
void
setId(String id)
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.nuxeo.ecm.platform.relations.api.Node
getNodeType, isBlank, isLiteral, isQNameResource, isResource
-
-