Package de.elo.ix.client
Class IXServerEventsContext
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.IXServerEventsContext
- All Implemented Interfaces:
Serializable
Execution context of server events. An object of this class is passed to every server event and
registered function. On the server side, it can be casted to IObjectFactory to retrieve helper
objects for access checking, conversion of date values and numeric values, etc.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IXServerEventsContext
This constant can be used in plugins to obtain a ScriptObjectFactory for the internal Indexserver session.protected ClientInfo
ClientInfo object including session ticketprotected String
Parameter clientComputer from login function.SessionOptions associated to this connection.protected String
Indexserver URL.protected UserInfo
Current userFields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCi()
getUrl()
getUser()
void
setCi
(ClientInfo ci) void
setClientComputer
(String clientComputer) void
setSessionOptions
(Map<String, String> sessionOptions) void
void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
ADMIN_CONTEXT
This constant can be used in plugins to obtain a ScriptObjectFactory for the internal Indexserver session.- Since:
- 11.00.000.004
-
url
Indexserver URL. -
ci
ClientInfo object including session ticket -
user
Current user -
sessionOptions
SessionOptions associated to this connection.- Since:
- 9.00.016.005
- See Also:
-
clientComputer
Parameter clientComputer from login function.- Since:
- 9.00.016.005
- See Also:
-
-
Constructor Details
-
IXServerEventsContext
public IXServerEventsContext() -
IXServerEventsContext
-
-
Method Details