Package org.exoplatform.onlyoffice.model
Class VersionNode
java.lang.Object
org.exoplatform.onlyoffice.model.VersionNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindVersionNode(String path) intgetName()javax.jcr.NodegetPath()getUUID()String[]getWs()booleanbooleanvoidremoveVersionInChild(VersionNode versionNode1, VersionNode versionNodeRemove) voidsetDisplayName(String displayName_) voidsetExpanded(boolean isExpanded)
-
Constructor Details
-
VersionNode
public VersionNode(javax.jcr.Node node, javax.jcr.Session session)
-
-
Method Details
-
isExpanded
public boolean isExpanded() -
setExpanded
public void setExpanded(boolean isExpanded) -
getName
-
getDisplayName
-
setDisplayName
-
getWs
-
getPath
-
getChildrenSize
public int getChildrenSize() -
getChildren
-
getCreatedTime
-
getAuthor
-
getVersionLabels
-
getNode
- Throws:
javax.jcr.RepositoryException
-
hasNode
- Throws:
Exception
-
getUUID
-
findVersionNode
- Throws:
javax.jcr.RepositoryException
-
removeVersionInChild
public void removeVersionInChild(VersionNode versionNode1, VersionNode versionNodeRemove) throws javax.jcr.RepositoryException - Throws:
javax.jcr.RepositoryException
-