Package org.modeshape.jcr.federation

Examples of org.modeshape.jcr.federation.ExternalDocumentStore


       
        String sourceKey = NodeKey.keyForSourceName(conName);
        String workspaceKey = NodeKey.keyForWorkspaceName(conName);

        //ask external system to determine root identifier.
        ExternalDocumentStore documentStore = new ExternalDocumentStore(connectors);
        String rootId = documentStore.getRootId(sourceKey);

        // Compute the root key for this workspace ...
        NodeKey rootKey = new NodeKey(sourceKey, workspaceKey, rootId);

        // We know that this workspace is not the system workspace, so find it ...
View Full Code Here

TOP

Related Classes of org.modeshape.jcr.federation.ExternalDocumentStore

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.