|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITriggerProcedure
ITriggerProcedure mostly adds standard parameters that will be passed to a procedure envoked by a trigger.
Field Summary | |
---|---|
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). |
Fields inherited from interface com.unica.publicapi.plan.plugin.procedure.IProcedure |
---|
PLAN_INTEGRATIONWS_URL_PARAMNAME, PLAN_PROCEDUREKEY_PARAMNAME |
Method Summary |
---|
Methods inherited from interface com.unica.publicapi.plan.plugin.procedure.IProcedure |
---|
execute |
Methods inherited from interface com.unica.publicapi.plan.plugin.IPlugin |
---|
destroy, getDescription, getDisplayName, getName, getVersion, initialize |
Field Detail |
---|
static final java.lang.String PLANEVENT_PREFIX
static final java.lang.String PLANEVENT_TYPEENUM_PARAMNAME
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |