Package org.apache.jackrabbit.core.version

Examples of org.apache.jackrabbit.core.version.XAVersionHistory


            NodeId id, NodeState state, NodeDefinition def,
            ItemLifeCycleListener[] listeners) throws RepositoryException {

        InternalVersionHistory history =
                session.getVersionManager().getVersionHistory(id.getUUID());
        return new XAVersionHistory(this, session, id, state, def, listeners, history);
    }
View Full Code Here


            NodeId id, NodeState state, NodeDefinition def,
            ItemLifeCycleListener[] listeners) throws RepositoryException {

        InternalVersionHistory history =
                session.getVersionManager().getVersionHistory(id);
        return new XAVersionHistory(this, session, id, state, def, listeners, history);
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.core.version.XAVersionHistory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.