Uses of Enum Class
com.saperion.constants.SaConstants.ProtoEvents
Packages that use SaConstants.ProtoEvents
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the constant definitions for the SAPERION LARIX system.
This package contains the classes for the LARIX RMI Server.
-
Uses of SaConstants.ProtoEvents in com.saperion.connector
Methods in com.saperion.connector with parameters of type SaConstants.ProtoEventsModifier and TypeMethodDescriptionvoid
SaClassicConnector.logClientEvent
(String hdoc, SaConstants.ProtoEvents event, String remark) Adds an audit log event.void
SaClassicConnectorImpl.logClientEvent
(String hdoc, SaConstants.ProtoEvents event, String remark) -
Uses of SaConstants.ProtoEvents in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi with parameters of type SaConstants.ProtoEventsModifier and TypeMethodDescriptionvoid
AbstractDocRMIClientCommand.logClientEvent
(String hdoc, SaConstants.ProtoEvents event, String remark) Adds an audit log event.void
SaRMIClientCommand.logClientEvent
(String hdoc, SaConstants.ProtoEvents event, String remark) Adds an audit log event. -
Uses of SaConstants.ProtoEvents in com.saperion.constants
Methods in com.saperion.constants that return SaConstants.ProtoEventsModifier and TypeMethodDescriptionstatic SaConstants.ProtoEvents
Returns the enum constant of this class with the specified name.static SaConstants.ProtoEvents[]
SaConstants.ProtoEvents.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SaConstants.ProtoEvents in com.saperion.rmi.common
Methods in com.saperion.rmi.common with parameters of type SaConstants.ProtoEventsModifier and TypeMethodDescriptionvoid
SaRMIServerCommand.logClientEvent
(int token, String hdoc, SaConstants.ProtoEvents event, String remark) Adds an audit log event.