Uses of Class
org.openforis.collect.model.proxy.NodeProxy
-
Packages that use NodeProxy Package Description org.openforis.collect.model.proxy -
-
Uses of NodeProxy in org.openforis.collect.model.proxy
Subclasses of NodeProxy in org.openforis.collect.model.proxy Modifier and Type Class Description classAttributeProxyclassCodeAttributeProxyclassEntityProxyMethods in org.openforis.collect.model.proxy that return NodeProxy Modifier and Type Method Description static NodeProxyNodeProxy. fromNode(EntityProxy parent, Node<?> node, ProxyContext context)static NodeProxyNodeProxy. fromNode(Node<?> node, ProxyContext context)NodeProxyNodeAddChangeProxy. getCreatedNode()Methods in org.openforis.collect.model.proxy that return types with arguments of type NodeProxy Modifier and Type Method Description static List<NodeProxy>NodeProxy. fromList(EntityProxy parent, List<Node<?>> list, ProxyContext context)Map<Integer,List<NodeProxy>>EntityProxy. getChildrenByDefinitionId()
-