Class QueryJobProtocolC

java.lang.Object
de.elo.ix.client.QueryJobProtocolC
All Implemented Interfaces:
Serializable

public class QueryJobProtocolC extends Object implements Serializable

Constants for querying log messages of background jobs.

Since:
8.00.036.001
See Also:
  • Field Details

    • LOG_LEVEL_ERROR

      public static final int LOG_LEVEL_ERROR
      Return only errors.
      See Also:
    • LOG_LEVEL_WARN

      public static final int LOG_LEVEL_WARN
      Return only warnings.
      See Also:
    • LOG_LEVEL_INFO

      public static final int LOG_LEVEL_INFO
      Return only normal informations.
      See Also:
    • OBJID_NOT_SET

      public static final int OBJID_NOT_SET
      This value indicates that the object-ID is not set.
      See Also:
  • Constructor Details

    • QueryJobProtocolC

      public QueryJobProtocolC()