|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jecars.version.CARS_DefaultVersionManager
org.jecars.version.CARS_JCRVersionManager
public class CARS_JCRVersionManager
CARS_JCRVersionManager
| Constructor Summary | |
|---|---|
CARS_JCRVersionManager()
|
|
| Method Summary | |
|---|---|
CARS_Version |
checkin(CARS_Main pMain,
javax.jcr.Node pNode,
java.lang.String pLabel)
checkin the node |
javax.jcr.Node |
checkout(CARS_Main pMain,
javax.jcr.Node pNode)
checkout the node |
javax.jcr.Node |
restore(CARS_Main pMain,
javax.jcr.Node pNode,
java.lang.String pLabel)
restore an version of a node |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CARS_JCRVersionManager()
| Method Detail |
|---|
public CARS_Version checkin(CARS_Main pMain,
javax.jcr.Node pNode,
java.lang.String pLabel)
throws CARS_VersionException
checkin in interface CARS_VersionManagercheckin in class CARS_DefaultVersionManagerpNode - node which will be checked inpLabel - optional label for the checked in version
CARS_VersionException - when an error occurs
public javax.jcr.Node checkout(CARS_Main pMain,
javax.jcr.Node pNode)
throws CARS_VersionException
checkout in interface CARS_VersionManagercheckout in class CARS_DefaultVersionManagerpMain - CARS_Main objectpNode - node which will be checked out
CARS_VersionException - when an error occurs
public javax.jcr.Node restore(CARS_Main pMain,
javax.jcr.Node pNode,
java.lang.String pLabel)
throws CARS_VersionException
restore in interface CARS_VersionManagerrestore in class CARS_DefaultVersionManagerpMain - CARS_Main objectpNode - the nodepLabel - node with this label will be restored
CARS_VersionException - when an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||