Package org.nuxeo.ecm.platform.relations
Class CoreGraph.Subjects
- java.lang.Object
-
- org.nuxeo.ecm.platform.relations.api.impl.AbstractNode
-
- org.nuxeo.ecm.platform.relations.CoreGraph.Subjects
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<Node>
,Node
,Subject
- Enclosing class:
- CoreGraph
public static class CoreGraph.Subjects extends AbstractNode implements Subject
Fake Node type used to pass down multiple nodes into whereBuilder.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Node>
getNodes()
NodeType
getNodeType()
-
Methods inherited from class org.nuxeo.ecm.platform.relations.api.impl.AbstractNode
compareTo, isBlank, isLiteral, isQNameResource, isResource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.nuxeo.ecm.platform.relations.api.Node
isBlank, isLiteral, isQNameResource, isResource
-
-