Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


oracle.imaging
Interface TicketService


public interface TicketService

Method Summary
 java.lang.String createTicket(Ticket ticket)
          Persist the given ticket to the imaging data store for latter retrieval.
 void deleteExpiredTickets()
          This call removes all the URL Tickets in the system that have expired.
 void deleteTicket(java.lang.String ticketId)
          Removes the specified ticket from the imaging data store.

 

Method Detail

createTicket

java.lang.String createTicket(Ticket ticket)
                              throws ImagingException
Persist the given ticket to the imaging data store for latter retrieval.
Parameters:
ticket - The ticket object to save
Throws:
ImagingException

deleteTicket

void deleteTicket(java.lang.String ticketId)
                  throws ImagingException
Removes the specified ticket from the imaging data store.
Parameters:
ticketId - The unique identifier of the URL Ticket to delete
Throws:
ImagingException

deleteExpiredTickets

void deleteExpiredTickets()
                          throws ImagingException
This call removes all the URL Tickets in the system that have expired.
Throws:
ImagingException

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.