Uses of Interface
com.madzera.happytree.TreeSession
Packages that use TreeSession
-
Uses of TreeSession in com.madzera.happytree
Methods in com.madzera.happytree that return TreeSessionModifier and TypeMethodDescriptionElement.attachedTo()Returns theTreeSessioninstance to which this element belongs.TreeTransaction.cloneSession(TreeSession from, String to) Replicates the tree session defined byfromsession instance for the session defined bytoidentifier.TreeTransaction.cloneSession(String from, String to) Replicates the tree session defined by thefromidentifier to the session defined by thetoidentifier.TreeTransaction.currentSession()Returns the current session of the transaction.TreeTransaction.sessionCheckout(String identifier) Selects a tree session to work with it.Methods in com.madzera.happytree that return types with arguments of type TreeSessionModifier and TypeMethodDescriptionTreeTransaction.sessions()Returns the list of all registered sessions.Methods in com.madzera.happytree with parameters of type TreeSessionModifier and TypeMethodDescriptionTreeTransaction.cloneSession(TreeSession from, String to) Replicates the tree session defined byfromsession instance for the session defined bytoidentifier.