Package org.apereo.cas.couchdb.tickets
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 -
Method Summary
Methods inherited from class org.ektorp.support.CouchDbDocument
addInlineAttachment, getAttachments, getConflicts, getId, getRevision, getRevisions, hasConflict, isNew, removeAttachment, setId, setRevision
-
Constructor Details
-
TicketDocument
public TicketDocument(org.apereo.cas.ticket.Ticket ticket)
-