Uses of Class
lumis.portal.event.PortalEventOperationType

Packages that use PortalEventOperationType
lumis.portal.event The portal event framework allows the sending of events and the register of observers to receive such events. 
lumis.portal.page   
 

Uses of PortalEventOperationType in lumis.portal.event
 

Methods in lumis.portal.event that return PortalEventOperationType
 PortalEventOperationType IPortalEvent.getOperationType()
          Returns the type of operation that generated this event.
 PortalEventOperationType AbstractPortalEvent.getOperationType()
           
static PortalEventOperationType PortalEventOperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortalEventOperationType[] PortalEventOperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in lumis.portal.event with parameters of type PortalEventOperationType
protected  void AbstractPortalEvent.setOperationType(PortalEventOperationType operationType)
          Sets the type of operation that generated this event.
 

Uses of PortalEventOperationType in lumis.portal.page
 

Methods in lumis.portal.page with parameters of type PortalEventOperationType
 void PageRenderDataChangedEvent.setOperationType(PortalEventOperationType operationType)
           
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.