public method O2GSession.getLoginRules

Brief

Gets the rules used for the currently established session.

Declaration
Java
O2GLoginRules  getLoginRules ()

Details

The session rules can be used to check which tables are loaded automatically during the login, and get the responses which the tables contain.

The session must be successfully established to call this method.

Declared in O2GSession

back