Examples of JetspeedObjectID


Examples of org.apache.jetspeed.util.JetspeedObjectID

    /**
     * @see org.apache.pluto.om.servlet.WebApplicationDefinition#getId()
     */
    public ObjectID getId()
    {
        return new JetspeedObjectID((int)id);
    }
View Full Code Here

Examples of org.apache.jetspeed.util.JetspeedObjectID

    /**
     *
     */
    public ObjectID getId()
    {
        return new JetspeedObjectID(id);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.