public interface ITriggerProcedure extends IProcedure
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PLANEVENT_COMMENT_PARAMNAME
A string defining an optional clear-text comment associated with the triggered event,
usually as typed by the user whose action generated the event (256 chars max).
|
static java.lang.String |
PLANEVENT_OBJECTHANDLE_PARAMNAME
The string form of the handle of the source object that generated
the triggered event, e.g., ProjectHandle.
|
static java.lang.String |
PLANEVENT_PREFIX |
static java.lang.String |
PLANEVENT_TIMESTAMP_PARAMNAME
A Calendar object that gives the system date and time when
the triggered event occurred.
|
static java.lang.String |
PLANEVENT_TYPEENUM_PARAMNAME
The string form of a EventTypeEnum enumerated type that
defines the type of event that caused the trigger to fire.
|
static java.lang.String |
PLANEVENT_USERLOGIN_PARAMNAME
A string giving the login name of the Plan user whose action generated the
triggered event (generally not the same as the user identity used to run
the procedure).
|
PLAN_INTEGRATIONWS_URL_PARAMNAME, PLAN_PROCEDUREKEY_PARAMNAME
execute
destroy, getDescription, getDisplayName, getName, getVersion, initialize
static final java.lang.String PLANEVENT_PREFIX
static final java.lang.String PLANEVENT_TYPEENUM_PARAMNAME
com.unica.uap.common.event.EventTypeEnum
,
Constant Field Valuesstatic final java.lang.String PLANEVENT_TIMESTAMP_PARAMNAME
Calendar
,
Constant Field Valuesstatic final java.lang.String PLANEVENT_OBJECTHANDLE_PARAMNAME
Handle
,
Constant Field Valuesstatic final java.lang.String PLANEVENT_USERLOGIN_PARAMNAME
static final java.lang.String PLANEVENT_COMMENT_PARAMNAME