Package org.modeshape.jcr.api.index.IndexDefinition

Examples of org.modeshape.jcr.api.index.IndexDefinition.WorkspaceMatchRule


            CachedNode indexColumnDefn = system.getNode(ref);
            IndexColumnDefinition defn = readIndexColumnDefinition(indexColumnDefn);
            columnDefns.add(defn);
        }

        WorkspaceMatchRule rule = RepositoryIndexDefinition.workspaceMatchRule(workspacesRule);
        return new RepositoryIndexDefinition(name, providerNameStr, kind, nodeTypeName, columnDefns, extendedProps, desc,
                                             synchronous, true, rule);
    }
View Full Code Here

TOP

Related Classes of org.modeshape.jcr.api.index.IndexDefinition.WorkspaceMatchRule

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.