Uses of Class
com.tibco.bpm.web.client.model.pagebus.hub.ManagedEvent

Packages that use ManagedEvent
com.tibco.bpm.web.client.model.managedevents   
com.tibco.bpm.web.client.model.pagebus.hub   
 

Uses of ManagedEvent in com.tibco.bpm.web.client.model.managedevents
 

Subclasses of ManagedEvent in com.tibco.bpm.web.client.model.managedevents
 class BusinessServiceDataEvent
          Event for BusinessServiceData actions.
 class BusinessServiceEvent
          Event for BusinessService actions.
 class LocaleChangedEvent
          Event for LocaleChanged action.
 class LoginEvent
          Event for Login action.
 class LogoutEvent
          Event for Logout action.
 class PersistenceEvent
          Event for Persistence actions.
 class ProcessInstanceEvent
          Event for ProcessInstance actions.
 class ProcessTemplateEvent
          Event for ProcessTemplate actions.
 class SystemActionsEvent
          Event for Login action.
 class TemplateManagedEvent
          Provides an example of a ManagedEvent class.
 class TranslationEvent
          Event for translation.
 class TranslationEvent2
          Event for translation.
 class WebviewChangedEvent
          Event for WebviewChanged action.
 class WorkItemDataEvent
          Event for WorkItem actions.
 class WorkItemEvent
          Event for WorkItem actions.
 

Uses of ManagedEvent in com.tibco.bpm.web.client.model.pagebus.hub
 

Methods in com.tibco.bpm.web.client.model.pagebus.hub that return ManagedEvent
 ManagedEvent<?> ManagedEvent.fromJsonString(java.lang.String json)
           
protected abstract  ManagedEvent<?> ManagedEvent.fromPageBusMessage(PageBusMessage pageBusMessage)
          Converts the given PageBusMessage to a ManagedEvent.
protected  ManagedEvent<?> ManagedEvent.fromPageBusMessageDefault(PageBusMessage pageBusMessage)
          The default implementation of the fromPageBusMessageDefault method which is called by the gwt-create generated fromPageBusMessageDefault method.
 

Methods in com.tibco.bpm.web.client.model.pagebus.hub with parameters of type ManagedEvent
 void ManagedEventService.addEvent(ManagedEvent<?> managedEvent)
          Adds a ManagedEvent and registers the event with the ManagedEventBus.
static void ManagedEventBus.logEvent(java.lang.String regClassName, ManagedEvent<?> event, boolean alert)
           
static void ManagedEventBus.logEventAlert(java.lang.String regClassName, ManagedEvent<?> event, boolean alert)
           
static void ManagedEventBus.registerManagedEvent(ManagedEvent<?> managedEvent)
          Registers the given managedEvent.
static void ManagedEventBus.unRegisterManagedEvent(ManagedEvent<?> managedEvent)
          Unregisters the given managedEvent.
 



Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.