public interface RaiseECEventCmd extends ControllerCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
This is the default implementation of this command.
|
static java.lang.String |
EVENT_GLOBAL_ID_PARAM_NAME
This is the parameter name to specify the event global identifier.
|
static java.lang.String |
EVENT_ID_PARAM_NAME
This is the parameter name to specify the event identifier.
|
static java.lang.String |
NAME
This is the name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getBusinessEventId()
This method gets the business event identifier of the event to raise.
|
void |
setBusinessEventId(java.lang.Long businessEventId)
This method sets the business event identifier to raise.
|
void |
setEventGlobalId(java.lang.String eventGlobalId)
This method sets the name of the event to raise.
|
void |
setSynchronous(boolean synchronous)
This method indicates whether the command should process events in the current thread of execution
or use another thread to process the events asynchronously.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
static final java.lang.String EVENT_ID_PARAM_NAME
static final java.lang.String EVENT_GLOBAL_ID_PARAM_NAME
java.lang.Long getBusinessEventId()
void setBusinessEventId(java.lang.Long businessEventId)
businessEventId - This is the business event identifier to raise.void setEventGlobalId(java.lang.String eventGlobalId)
eventGlobalId - This is the event global identifier that identifies the event.void setSynchronous(boolean synchronous)
synchronous - This indicates whether the command should execute synchronously (true) or asynchronously (false).