Class TicketDocument

java.lang.Object
org.ektorp.support.CouchDbDocument
org.apereo.cas.couchdb.tickets.TicketDocument
All Implemented Interfaces:
Serializable

public class TicketDocument extends org.ektorp.support.CouchDbDocument
This is TicketDocument. Wraps a Ticket for use with CouchDB.
Since:
5.3.0
See Also:
  • Field Summary

    Fields inherited from class org.ektorp.support.CouchDbDocument

    ATTACHMENTS_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    TicketDocument(org.apereo.cas.ticket.Ticket ticket)
     
  • Method Summary

    Methods inherited from class org.ektorp.support.CouchDbDocument

    addInlineAttachment, getAttachments, getConflicts, getId, getRevision, getRevisions, hasConflict, isNew, removeAttachment, setId, setRevision

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TicketDocument

      public TicketDocument(org.apereo.cas.ticket.Ticket ticket)