Class OperatorUidPathParameter


public class OperatorUidPathParameter extends MessagePathParameter<String>
Path parameter identifying operators.
  • Field Details

    • KEY

      public static final String KEY
      This id must be defined to identify an operator on the client side before submit jobs. Otherwise, the query cannot be executed correctly. Note that we use operatorUid instead of operatorID because the latter is an internal runtime concept that cannot be recognized by the client.
      See Also:
  • Constructor Details

    • OperatorUidPathParameter

      public OperatorUidPathParameter()
  • Method Details