| java.lang.Object com.flexive.core.storage.FxTreeNodeInfo com.flexive.core.storage.FxTreeNodeInfoSimple
FxTreeNodeInfoSimple | public class FxTreeNodeInfoSimple extends FxTreeNodeInfo implements Serializable(Code) | | Information about a tree node that implementation specific and provide information about parameters
relevant to the nested set model without spreading.
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Constructor Summary | |
public | FxTreeNodeInfoSimple(long left, long right, long parentLeft, long parentRight, int totalChildCount, int directChildCount, int depth, long parentId, long id, String name, FxPK reference, long ACLId, FxTreeMode mode, int position, String template, long modifiedAt, boolean mayEdit, boolean mayCreate, boolean mayDelete, boolean mayRelate, boolean mayExport) |
FxTreeNodeInfoSimple | public FxTreeNodeInfoSimple(long left, long right, long parentLeft, long parentRight, int totalChildCount, int directChildCount, int depth, long parentId, long id, String name, FxPK reference, long ACLId, FxTreeMode mode, int position, String template, long modifiedAt, boolean mayEdit, boolean mayCreate, boolean mayDelete, boolean mayRelate, boolean mayExport)(Code) | | Ctor
Parameters: left - left position Parameters: right - right position Parameters: parentLeft - parent left Parameters: parentRight - parent right Parameters: totalChildCount - total number of children Parameters: directChildCount - number of direct children Parameters: depth - depth of this node Parameters: parentId - parent id Parameters: id - node id Parameters: name - name Parameters: reference - referenced content Parameters: ACLId - ACL of the referenced content Parameters: mode - tree mode Parameters: position - position Parameters: template - template Parameters: modifiedAt - last modified at Parameters: mayEdit - edit permission of the referenced ACL Parameters: mayCreate - create permission of the referenced ACL Parameters: mayDelete - delete permission of the referenced ACL Parameters: mayRelate - relate permission of the referenced ACL Parameters: mayExport - export permission of the referenced ACL |
|
|