Package com.xpn.xwiki.objects.classes

Examples of com.xpn.xwiki.objects.classes.BaseClass


        super.setUp();

        this.localEntityReferenceSerializer = Utils.getComponent(
                EntityReferenceSerializer.class, "local");
       
        this.userClass = new BaseClass();
        this.groupClass = new BaseClass();

        getContext().setDatabase(MAIN_WIKI_NAME);
        getContext().setMainXWiki(MAIN_WIKI_NAME);

        this.databases.put(MAIN_WIKI_NAME, new HashMap<String, XWikiDocument>());
View Full Code Here


    {
        super.setUp();

        this.localEntityReferenceSerializer = Utils.getComponent(EntityReferenceSerializer.TYPE_STRING, "local");

        this.userClass = new BaseClass();
        this.groupClass = new BaseClass();

        getContext().setWikiId(MAIN_WIKI_NAME);
        getContext().setMainXWiki(MAIN_WIKI_NAME);

        this.databases.put(MAIN_WIKI_NAME, new HashMap<String, XWikiDocument>());
View Full Code Here

TOP

Related Classes of com.xpn.xwiki.objects.classes.BaseClass

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.