Class VersionHandler
- java.lang.Object
-
- org.gcube.data.access.storagehub.handlers.VersionHandler
-
@Singleton public class VersionHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description VersionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckinContentNode(javax.jcr.Node node)voidcheckoutContentNode(javax.jcr.Node node)List<javax.jcr.version.Version>getContentVersionHistory(javax.jcr.Node node)voidmakeVersionableContent(javax.jcr.Node node)
-
-
-
Method Detail
-
makeVersionableContent
public void makeVersionableContent(javax.jcr.Node node)
-
checkinContentNode
public void checkinContentNode(javax.jcr.Node node)
-
checkoutContentNode
public void checkoutContentNode(javax.jcr.Node node)
-
getContentVersionHistory
public List<javax.jcr.version.Version> getContentVersionHistory(javax.jcr.Node node)
-
-