org.jboss.portal.server.user
Interface ServerObjectContext

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractServerObjectContext, InstanceContext, WindowContext

public interface ServerObjectContext
extends java.io.Serializable

The state held by a user for a given portal object.


Method Summary
 ServerObjectID getID()
          The portal object id related to this context.
 

Method Detail

getID

ServerObjectID getID()
The portal object id related to this context.

Returns:
the related portal object id.