public class SystemEventHandler extends BaseInstance implements EventHandlerInterface
EXCEPTION_ERROR, EXCEPTION_INFO, EXCEPTION_NONE, EXCEPTION_REQUIREDFIELD, EXCEPTION_SMARTFILL, EXCEPTION_WARNING, EXCEPTION_YESNOCANCEL, FORCE_WARNING_HANDLING, NO_PROMPT_WITH_WARNING, presentationTags, PROMPT_WHEN_WARNING_EXIST
Constructor and Description |
---|
SystemEventHandler() |
Modifier and Type | Method and Description |
---|---|
int |
apphelp()
Handles opening app help in another browser window
|
int |
changeapp() |
int |
clearqueue() |
int |
clearstats() |
int |
COGNOSHOME()
Handles opening the Cognos Portal in another browser window and authenticating the user.
|
int |
DEFAULT() |
int |
downloadtable() |
int |
execevent() |
int |
exportall() |
int |
exportsql() |
int |
exportsqlall() |
int |
exportxml() |
int |
gotoapp()
This event should be called only as a result of the browser URL being
changed to the target application, presumably by the JSP code.
|
int |
helpabout() |
int |
importapp() |
int |
LAUNCHENTRYDIRECT() |
int |
leavesession()
Used to allow a rerender to be called on an app at any time without having to send another event An
event sent to the server must be handled in order for refresh to happen.
|
int |
LISTWARNING() |
int |
loadapp()
This event should be called only as a result of the browser URL being
changed to the target application, presumably by the JSP code.
|
int |
maximohelp()
Handles opening MAXIMO help in another browser window
|
int |
morefieldhelp()
Handles opening field help more information in another browser window
|
int |
movetorecordbyid()
System event to move to a record by unique id.
|
int |
oslcinteraction()
Generic event handler to get into an OSLC interaction
This is a handler for a client generated event
|
int |
oslcpreviewinteraction()
Generic event handler to get into an OSLC preview
This is a handler for a client generated event
|
int |
PASSWORD() |
int |
PERSONAL() |
int |
rerender() |
int |
resetui() |
int |
setleftnavwidth() |
void |
setWebClientSession(WebClientSession wcs) |
int |
showwarnings()
Will retrieve the warningsList ArrayList object from the session and display all warnings
|
int |
signout() |
int |
startcenter() |
int |
starttracking() |
int |
stoplongopquery() |
int |
stoptracking() |
int |
uploadfile() |
int |
uploadimage() |
int |
viewstats() |
int |
WFACTION() |
addChild, addChild, addRefreshListener, cleanup, clearChildren, clearProperties, clone, clone, getBoolean, getChildCount, getChildIndex, getChildren, getConsiderInDesigner, getDescriptor, getId, getIdExtension, getInt, getLocalizedType, getPage, getParent, getParentInstance, getProperty, getPropertyNames, getRefreshListeners, getRenderId, getRowNum, getSafeId, getString, getType, getWebClientSession, handleEvent, handleEvent, hasAnyPropertyChanged, hasLocalProperty, hasPropertyChanged, initialize, initProperty, isDynamicContainer, isOnTable, isOnTableRow, isVisible, maintainControlId, removeProperty, setConsiderInDesigner, setDescriptor, setDynamicContainer, setOnTable, setParent, setProperty, setProperty, setRenderId, setType, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
handleEvent, handleEvent
public int loadapp()
EventHandlerInterface
The URL needs to set:
Create an instance of the target application, clears the application stack for the current session and puts the new application on the stack
loadapp
in interface EventHandlerInterface
public int leavesession()
public int rerender()
rerender
in interface EventHandlerInterface
public int gotoapp()
EventHandlerInterface
The URL needs to set:
Create an instance of the target application, set its applink mode flag (so that it is aware of the application being run in link mode), and push the new application on th etop of the application stack for the current session
gotoapp
in interface EventHandlerInterface
public int resetui()
resetui
in interface EventHandlerInterface
public int clearqueue()
public int changeapp() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public int execevent()
public int startcenter()
startcenter
in interface EventHandlerInterface
public void setWebClientSession(WebClientSession wcs)
setWebClientSession
in interface EventHandlerInterface
setWebClientSession
in class BaseInstance
public int showwarnings()
public int downloadtable() throws java.lang.Exception
java.lang.Exception
public int signout() throws java.rmi.RemoteException, MXException
signout
in interface EventHandlerInterface
java.rmi.RemoteException
MXException
public int DEFAULT()
DEFAULT
in interface EventHandlerInterface
public int PASSWORD()
PASSWORD
in interface EventHandlerInterface
public int PERSONAL()
PERSONAL
in interface EventHandlerInterface
public int helpabout()
helpabout
in interface EventHandlerInterface
public int importapp()
public int exportsqlall()
public int exportsql()
public int exportxml()
public int exportall()
public int maximohelp()
public int apphelp()
public int morefieldhelp()
public int starttracking()
public int stoptracking()
public int clearstats()
public int viewstats()
public int LISTWARNING() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int WFACTION() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int uploadfile()
public int uploadimage()
public int LAUNCHENTRYDIRECT() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int stoplongopquery()
public int COGNOSHOME() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int movetorecordbyid() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int oslcpreviewinteraction() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int oslcinteraction() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int setleftnavwidth()