Uses of Class
org.exoplatform.services.portletcontainer.pci.model.EventDefinition

Packages that use EventDefinition
org.exoplatform.services.portletcontainer.pci.model   
org.exoplatform.services.portletcontainer.plugins.pc   
 

Uses of EventDefinition in org.exoplatform.services.portletcontainer.pci.model
 

Methods in org.exoplatform.services.portletcontainer.pci.model that return EventDefinition
static EventDefinition XMLParser.readEventDefinition(org.exoplatform.commons.xml.ExoXPPParser xpp)
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model that return types with arguments of type EventDefinition
 List<EventDefinition> PortletApp.getEventDefinition()
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model with parameters of type EventDefinition
 void PortletApp.addEventDefinition(EventDefinition edef)
           
 

Uses of EventDefinition in org.exoplatform.services.portletcontainer.plugins.pc
 

Method parameters in org.exoplatform.services.portletcontainer.plugins.pc with type arguments of type EventDefinition
static boolean PortletContainerDispatcher.isEventPayloadTypeMatches(List<EventDefinition> eds, Serializable payload, QName eventName)
          Is event payload type matches.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.