Uses of Class
org.xwiki.eventstream.Event.Importance

Uses of Event.Importance in org.xwiki.eventstream
 

Methods in org.xwiki.eventstream that return Event.Importance
 Event.Importance Event.getImportance()
          Different events can have a different importance.
static Event.Importance Event.Importance.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Event.Importance[] Event.Importance.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xwiki.eventstream with parameters of type Event.Importance
 void Event.setImportance(Event.Importance importance)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.