© 2005 BEA Systems, Inc.

com.bea.content.spi
Interface Ticket

All Superinterfaces:
Serializable
All Known Implementing Classes:
TicketImpl

public interface Ticket
extends Serializable

Ticket this is the access point for all of the service interfaces. The ticket contains the users credentials to validate permission to the service functionality. The Ticket is intended to be a light-weight object. As such, one or more may be created and possibly cached for each client accessing the repository. It is not intended to hold on to resources of any kind.


Method Summary
 NodeOps getNodeOps()
          Returns a NodeOps that will service the Repository that instantiated this Ticket.
 ObjectClassOps getObjectClassOps()
          Returns an ObjectClassOps that will service the Repository that instantiated this Ticket.
 SearchOps getSearchOps()
          Returns a SearchOps that will service the Repository that instantiated this Ticket.
 

Method Detail

getNodeOps

public NodeOps getNodeOps()
Returns a NodeOps that will service the Repository that instantiated this Ticket.


getObjectClassOps

public ObjectClassOps getObjectClassOps()
Returns an ObjectClassOps that will service the Repository that instantiated this Ticket.


getSearchOps

public SearchOps getSearchOps()
Returns a SearchOps that will service the Repository that instantiated this Ticket.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved