Holger's
Java API

Uses of Interface
com.antelmann.util.revision.Status

Packages that use Status
com.antelmann.util.revision This package contains classes useful for implementing systems that deal with revisions. 
 

Uses of Status in com.antelmann.util.revision
 

Classes in com.antelmann.util.revision that implement Status
 class StatusString
          a status based on a simple String object
 

Fields in com.antelmann.util.revision declared as Status
protected  Status DefaultRevisable.status
           
 

Methods in com.antelmann.util.revision that return Status
 Status Revision.getRevisionStatus()
          returns the status that this revision applied to the revisable instance
 Status DefaultRevision.getRevisionStatus()
           
 Status Revisable.getStatus()
          reflects the current status of this instance
 Status DefaultRevisable.getStatus()
           
 

Methods in com.antelmann.util.revision with parameters of type Status
 void Revisable.revise(Object source, Object changes, Status newStatus, String comment)
          adds a revision to the history and changes the current status accordingly; the revision's old status must match this Revisable's current status.
 void DefaultRevisable.revise(Object source, Object changes, Status newStatus, String comment)
          this implementation calls DefaultRevisable.checkRevision(Revision), adds the revision to the history and then informs the listeners
 

Constructors in com.antelmann.util.revision with parameters of type Status
DefaultRevisable(Status status)
          derives a special IDFactory from the given store
DefaultRevision(Object source, Revisable revisable, Object changes, Status status, long time, String comment)
           
DefaultRevision(Object source, Revisable revisable, Object changes, Status status, String comment)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads