Uses of Interface
com.saperion.intf.wf.ContextInfo
-
Packages that use ContextInfo Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components.com.saperion.rmi.common This package contains the classes for the LARIX RMI Server. -
-
Uses of ContextInfo in com.saperion.connector
Methods in com.saperion.connector with parameters of type ContextInfo Modifier and Type Method Description java.lang.String
SaClassicConnectorImpl. executeCommand(ContextInfo contextInfo)
Performs the given command. -
Uses of ContextInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi with parameters of type ContextInfo Modifier and Type Method Description java.lang.String
AbstractWfRMIClientCommand. executeCommand(ContextInfo contextInfo)
Performs the given command.java.lang.String
SaRMIClientCommand. executeCommand(ContextInfo contextInfo)
Performs the given command. -
Uses of ContextInfo in com.saperion.rmi
Classes in com.saperion.rmi that implement ContextInfo Modifier and Type Class Description class
ContextInfoImpl
-
Uses of ContextInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common with parameters of type ContextInfo Modifier and Type Method Description java.lang.String
SaRMIServerCommand. executeCommand(int token, ContextInfo contextInfo)
Performs the given command.
-