Uses of Class
com.logicaldoc.core.ticket.Ticket
-
Packages that use Ticket Package Description com.logicaldoc.core.document com.logicaldoc.core.ticket -
-
Uses of Ticket in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document that return Ticket Modifier and Type Method Description TicketDocumentManager. createDownloadTicket(long docId, String suffix, Integer expireHours, Date expireDate, Integer maxDownloads, String urlPrefix, DocumentHistory transaction)Creates a new download ticket.TicketDocumentManagerImpl. createDownloadTicket(long docId, String suffix, Integer expireHours, Date expireDate, Integer maxDownloads, String urlPrefix, DocumentHistory transaction) -
Uses of Ticket in com.logicaldoc.core.ticket
Methods in com.logicaldoc.core.ticket that return Ticket Modifier and Type Method Description TicketHibernateTicketDAO. findByTicketId(String ticketid)TicketTicketDAO. findByTicketId(String ticketId)This finds a ticket by its identifierMethods in com.logicaldoc.core.ticket with parameters of type Ticket Modifier and Type Method Description voidHibernateTicketDAO. store(Ticket entity)voidHibernateTicketDAO. store(Ticket entity, DocumentHistory transaction)voidTicketDAO. store(Ticket ticket, DocumentHistory transaction)This method persists the download ticket object and insert a new document history entry
-