Package de.elo.ix.client
Class QueryJobProtocolC
java.lang.Object
de.elo.ix.client.QueryJobProtocolC
- All Implemented Interfaces:
Serializable
Constants for querying log messages of background jobs.
- Since:
- 8.00.036.001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Return only errors.static final int
Return only normal informations.static final int
Return only warnings.static final int
This value indicates that the object-ID is not set. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOG_LEVEL_ERROR
public static final int LOG_LEVEL_ERRORReturn only errors.- See Also:
-
LOG_LEVEL_WARN
public static final int LOG_LEVEL_WARNReturn only warnings.- See Also:
-
LOG_LEVEL_INFO
public static final int LOG_LEVEL_INFOReturn only normal informations.- See Also:
-
OBJID_NOT_SET
public static final int OBJID_NOT_SETThis value indicates that the object-ID is not set.- See Also:
-
-
Constructor Details
-
QueryJobProtocolC
public QueryJobProtocolC()
-