Package org.apache.jackrabbit.spi.commons

Examples of org.apache.jackrabbit.spi.commons.SessionExtensions


        String userData = getJcrUserData(lhfp);
        s.getWorkspace().getObservationManager().setUserData(userData);

        String sessionId = getSessionIdentifier(lhfp);
        if (s instanceof SessionExtensions) {
            SessionExtensions xs = (SessionExtensions) s;
            xs.setAttribute(ATTRIBUTE_SESSION_ID, sessionId);
        }
        return s;
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.spi.commons.SessionExtensions

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.