public class NodeProxy extends Object implements Proxy
| Modifier and Type | Field and Description |
|---|---|
protected ProxyContext |
context |
| Constructor and Description |
|---|
NodeProxy(EntityProxy parent,
Node<?> node,
ProxyContext context) |
| Modifier and Type | Method and Description |
|---|---|
static List<NodeProxy> |
fromList(EntityProxy parent,
List<Node<?>> list,
ProxyContext context) |
static NodeProxy |
fromNode(EntityProxy parent,
Node<?> node,
ProxyContext context) |
static NodeProxy |
fromNode(Node<?> node,
ProxyContext context) |
Integer |
getDefinitionId() |
Integer |
getId() |
protected Locale |
getLocale() |
protected MessageSource |
getMessageSource() |
Integer |
getParentId() |
String |
getPath() |
boolean |
isUserSpecified() |
protected transient ProxyContext context
public NodeProxy(EntityProxy parent, Node<?> node, ProxyContext context)
public static NodeProxy fromNode(Node<?> node, ProxyContext context)
public static NodeProxy fromNode(EntityProxy parent, Node<?> node, ProxyContext context)
public static List<NodeProxy> fromList(EntityProxy parent, List<Node<?>> list, ProxyContext context)
@ExternalizedProperty public Integer getId()
@ExternalizedProperty public Integer getDefinitionId()
@ExternalizedProperty public String getPath()
@ExternalizedProperty public Integer getParentId()
@ExternalizedProperty public boolean isUserSpecified()
protected MessageSource getMessageSource()
protected Locale getLocale()
Copyright © 2020 Open Foris. All rights reserved.