Class TicketDocument

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • 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 Detail

      • TicketDocument

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