public class SystemEventHandler extends BaseInstance implements EventHandlerInterface
changedProperties, 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, properties, type
Constructor and Description |
---|
SystemEventHandler() |
Modifier and Type | Method and Description |
---|---|
int |
apphelp()
Handles opening app help in another browser window
|
int |
cannotsave() |
int |
changeapp() |
int |
clearqueue() |
int |
clearstats() |
int |
closeembedded() |
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() |
protected java.lang.Object |
getTransformedValue(java.lang.String dataModelType)
IJ35286: The code in this method was originally within the loadapp() method.
|
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.
|
protected java.lang.String |
handleSpecialChars(java.lang.String str)
Deprecated.
As of MBS 7116, replaced by
#PresentationLoader.makesafevalue(String) |
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 |
MODESIGKEY() |
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 |
MSOHOME()
Handles opening the Maximo Scheduler Optimization Adminstration UI
application in another browser window.
|
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, canSetProperty, cleanup, clearChildren, clearPropChangeList, clearProperties, clone, clone, getBoolean, getChangedProperties, 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, propertyChanged, removeProperty, setConsiderInDesigner, setDescriptor, setDynamicContainer, setOnTable, setParent, setProperty, setProperty, setRenderId, setType, toString
clone, equals, finalize, 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 MODESIGKEY()
public int PERSONAL()
PERSONAL
in interface EventHandlerInterface
public int helpabout()
helpabout
in interface EventHandlerInterface
public int importapp()
public int exportsqlall()
public int exportsql()
protected java.lang.String handleSpecialChars(java.lang.String str)
#PresentationLoader.makesafevalue(String)
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 MSOHOME() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
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()
protected java.lang.Object getTransformedValue(java.lang.String dataModelType) throws MXException, java.rmi.RemoteException
String
- dataModelType - the Data Model Type to be transformedMXException
java.rmi.RemoteException
public int closeembedded()
public int cannotsave() throws MXApplicationWarningException
MXApplicationWarningException