Package org.apache.jetspeed.om.registry.base

Examples of org.apache.jetspeed.om.registry.base.BaseContentURL


            BaseSecurity security =
                new BaseSecurity(row.getValue(offset + 9).asString());
            obj.setSecurity(security);
            obj.setBaseSecurity(security);
            //create the content URL
            BaseContentURL baseContentURL = new BaseContentURL();
            baseContentURL.setCachedOnURL(row.getValue(offset + 8).asBoolean());
            baseContentURL.setURL(row.getValue(offset + 7).asString());
            obj.setContentURL(baseContentURL);
            //create meta info
            BaseMetaInfo baseMetaInfo =
                new BaseMetaInfo(
                    row.getValue(offset + 10).asString(),
View Full Code Here

TOP

Related Classes of org.apache.jetspeed.om.registry.base.BaseContentURL

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.