Package de.elo.ix.client
Class ClientInfoC
java.lang.Object
de.elo.ix.client.ClientInfoC
- All Implemented Interfaces:
Serializable
Constants for ClientInfo. These constanse are only for internal usage.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Can be used to check if an operation is called from a client or not (initially requested by FLOWS to avoid event recursion).static final int
Do not translate terms into the language given byClientInfo.language
.static final int
Replication requests are marked with this bit. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setOPTION_AVOID_EVENT_CASCADING
(int oPTIONAVOIDEVENTCASCADING) void
setOPTION_REPLICATION_REQUEST
(int oPTIONREPLICATIONREQUEST)
-
Field Details
-
OPTION_REPLICATION_REQUEST
public static final int OPTION_REPLICATION_REQUESTReplication requests are marked with this bit.- See Also:
-
OPTION_DO_NOT_TRANSLATE_TERMS
public static final int OPTION_DO_NOT_TRANSLATE_TERMSDo not translate terms into the language given byClientInfo.language
. Session optionSessionOptionsC.TRANSLATE_TERMS
is ignored.- Since:
- 21.02.000.012
- See Also:
-
OPTION_AVOID_EVENT_CASCADING
public static final int OPTION_AVOID_EVENT_CASCADINGCan be used to check if an operation is called from a client or not (initially requested by FLOWS to avoid event recursion). Constant has to be evaluated in scripts accordingly. IX does not evaluate this constant.- Since:
- 21.04.000.013
- See Also:
-
-
Constructor Details
-
ClientInfoC
public ClientInfoC()
-
-
Method Details
-
getOPTION_REPLICATION_REQUEST
public int getOPTION_REPLICATION_REQUEST() -
setOPTION_REPLICATION_REQUEST
public void setOPTION_REPLICATION_REQUEST(int oPTIONREPLICATIONREQUEST) -
getOPTION_AVOID_EVENT_CASCADING
public int getOPTION_AVOID_EVENT_CASCADING() -
setOPTION_AVOID_EVENT_CASCADING
public void setOPTION_AVOID_EVENT_CASCADING(int oPTIONAVOIDEVENTCASCADING)
-