\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java
  • fiftyone
  • pipeline
  • engines
  • fiftyone
  • flowelements
  • Constants

fiftyone.pipeline.engines.fiftyone.flowelements.Constants Class Reference

Detailed Description

Constants used by 51Degrees aspect engines.

Static Public Attributes

static final int  SHARE_USAGE_MAX_EVIDENCE_LENGTH = 512
The maximum length of a piece of evidence's value which can be added to the usage data being sent.
static final String  EVIDENCE_SESSIONID_SUFFIX = "session-id"
Session id evidence suffix. More...
static final String  EVIDENCE_SESSIONID
Session id evidence constant. More...
static final String  EVIDENCE_SEQUENCE_SUFIX = "sequence"
Sequence evidence suffix. More...
static final String  EVIDENCE_SEQUENCE
Sequence evidence constant used to track the order of requests. More...
static final int  SHARE_USAGE_DEFAULT_REPEAT_EVIDENCE_MINUTES = 20
static final double  SHARE_USAGE_DEFAULT_SHARE_PERCENTAGE = 1.0

Member Data Documentation

◆ EVIDENCE_SEQUENCE

final String fiftyone.pipeline.engines.fiftyone.flowelements.Constants.EVIDENCE_SEQUENCE
static
Initial value:
=
fiftyone.pipeline.core.Constants.EVIDENCE_QUERY_PREFIX +
fiftyone.pipeline.core.Constants.EVIDENCE_SEPERATOR +

Sequence evidence constant used to track the order of requests.

◆ EVIDENCE_SEQUENCE_SUFIX

final String fiftyone.pipeline.engines.fiftyone.flowelements.Constants.EVIDENCE_SEQUENCE_SUFIX = "sequence"
static

Sequence evidence suffix.

This is prefixed by the query constant.

◆ EVIDENCE_SESSIONID

final String fiftyone.pipeline.engines.fiftyone.flowelements.Constants.EVIDENCE_SESSIONID
static
Initial value:
=
fiftyone.pipeline.core.Constants.EVIDENCE_QUERY_PREFIX +
fiftyone.pipeline.core.Constants.EVIDENCE_SEPERATOR +

Session id evidence constant.

◆ EVIDENCE_SESSIONID_SUFFIX

final String fiftyone.pipeline.engines.fiftyone.flowelements.Constants.EVIDENCE_SESSIONID_SUFFIX = "session-id"
static

Session id evidence suffix.

This is prefixed by the query constant.