com.tibco.bpm.web.client.model.managedevents
Class BusinessServiceEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.tibco.bpm.web.client.model.pagebus.hub.ManagedEvent<BusinessServiceEventHandler>
              extended by com.tibco.bpm.web.client.model.managedevents.BusinessServiceEvent

public abstract class BusinessServiceEvent
extends ManagedEvent<BusinessServiceEventHandler>

Event for BusinessService actions.

©2012 Cloud Software Group, Inc.

Since:
2.0.0

Nested Class Summary
static class BusinessServiceEvent.Action
           
 
Nested classes/interfaces inherited from class com.tibco.bpm.web.client.model.pagebus.hub.ManagedEvent
ManagedEvent.DispatchScope
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<BusinessServiceEventHandler> TYPE
           
 
Fields inherited from class com.tibco.bpm.web.client.model.pagebus.hub.ManagedEvent
DEFAULT_VERSION, EXT_SUFFIX
 
Constructor Summary
BusinessServiceEvent()
           
 
Method Summary
static BusinessServiceEvent create()
           
static BusinessServiceEvent create(BusinessServiceEvent.Action action, java.lang.String processInstanceId)
           
static BusinessServiceEvent create(BusinessServiceEvent.Action action, java.lang.String processInstanceId, java.lang.String moduleName, java.lang.String processName, java.lang.String version, java.lang.String category)
           
 BusinessServiceEvent.Action getAction()
           
 com.google.gwt.event.shared.GwtEvent.Type<BusinessServiceEventHandler> getAssociatedType()
           
 java.lang.String getCategory()
           
 java.lang.String getModuleName()
           
 java.lang.String getProcessInstanceId()
           
 java.lang.String getProcessName()
           
 java.lang.String getVersion()
           
 void setAction(BusinessServiceEvent.Action action)
           
 void setCategory(java.lang.String category)
           
 void setModuleName(java.lang.String moduleName)
           
 void setProcessInstanceId(java.lang.String processInstanceId)
           
 void setProcessName(java.lang.String processName)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class com.tibco.bpm.web.client.model.pagebus.hub.ManagedEvent
dispatch, dispatchLocal, fromJsonString, fromPageBusMessage, fromPageBusMessageDefault, getDispatchScope, getEventSourceId, getJsonizer, getManagedEventVersion, getReceivedSchemaId, getSchemaId, getSubscription, getTopic, isCacheEnabled, isDispatched, isFireWhenReceivedFromManagedHub, isReceivedFromManagedHub, isRegistered, setCacheEnabled, setDispatched, setDispatchScope, setEventSourceId, setFireWhenReceivedFromManagedHub, setManagedEventVersion, setReceivedSchemaId, setRegistered, setSubscription, toJsonString, toPageBusMessage, toPageBusMessageDefault
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<BusinessServiceEventHandler> TYPE
Constructor Detail

BusinessServiceEvent

public BusinessServiceEvent()
Method Detail

create

public static BusinessServiceEvent create()

create

public static BusinessServiceEvent create(BusinessServiceEvent.Action action,
                                          java.lang.String processInstanceId)

create

public static BusinessServiceEvent create(BusinessServiceEvent.Action action,
                                          java.lang.String processInstanceId,
                                          java.lang.String moduleName,
                                          java.lang.String processName,
                                          java.lang.String version,
                                          java.lang.String category)

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<BusinessServiceEventHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BusinessServiceEventHandler>

getAction

public BusinessServiceEvent.Action getAction()

setAction

public void setAction(BusinessServiceEvent.Action action)

getProcessInstanceId

public java.lang.String getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(java.lang.String processInstanceId)

getModuleName

public java.lang.String getModuleName()

setModuleName

public void setModuleName(java.lang.String moduleName)

getProcessName

public java.lang.String getProcessName()

setProcessName

public void setProcessName(java.lang.String processName)

getVersion

public java.lang.String getVersion()

setVersion

public void setVersion(java.lang.String version)

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String category)


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