Package ch.tocco.nice2.dms.impl.tree
Class ContentTreeModelImpl
java.lang.Object
ch.tocco.nice2.dms.impl.tree.ContentTreeModelImpl
- All Implemented Interfaces:
ContentTreeModel,TreeModel
-
Constructor Summary
ConstructorsConstructorDescriptionContentTreeModelImpl(ContentTreeService contentTreeService, Context context) -
Method Summary
Modifier and TypeMethodDescriptiongetChildren(String key, @Nullable TreeContext context) getPath(String key, @Nullable TreeContext context) getType()move(String movedNodeKey, String targetNodeKey, String point, @Nullable TreeContext context)
-
Constructor Details
-
ContentTreeModelImpl
-
-
Method Details
-
getType
-
getChildren
public List<TreeNode> getChildren(String key, @Nullable @Nullable TreeContext context) throws TreeModelException - Specified by:
getChildrenin interfaceTreeModel- Throws:
TreeModelException
-
getPath
public List<String> getPath(String key, @Nullable @Nullable TreeContext context) throws TreeModelException - Specified by:
getPathin interfaceTreeModel- Throws:
TreeModelException
-
move
public MoveResult move(String movedNodeKey, String targetNodeKey, String point, @Nullable @Nullable TreeContext context) throws TreeModelException - Specified by:
movein interfaceTreeModel- Throws:
TreeModelException
-
getNode
- Specified by:
getNodein interfaceContentTreeModel- Throws:
TreeModelException
-