Holger's
Java API

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

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

Uses of RevisionVeto in com.antelmann.util.revision
 

Fields in com.antelmann.util.revision with type parameters of type RevisionVeto
protected  ArrayList<RevisionVeto> DefaultRevisable.vetos
           
 

Methods in com.antelmann.util.revision that return RevisionVeto
 RevisionVeto[] DefaultRevisable.getRevisionVetos()
           
 

Methods in com.antelmann.util.revision with parameters of type RevisionVeto
 void DefaultRevisable.addRevisionVeto(RevisionVeto veto)
           
 boolean DefaultRevisable.removeRevisionVeto(RevisionVeto veto)
           
 



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