Class Criterion

    • Field Detail

      • EXIT_TYPE_ACTIVE_AND_ENABLED_INSTANCES

        public static final String EXIT_TYPE_ACTIVE_AND_ENABLED_INSTANCES
        See Also:
        Constant Field Values
      • technicalId

        protected String technicalId
      • sentryRef

        protected String sentryRef
      • sentry

        protected Sentry sentry
      • attachedToRefId

        protected String attachedToRefId
      • isEntryCriterion

        protected boolean isEntryCriterion
      • isExitCriterion

        protected boolean isExitCriterion
      • exitType

        protected String exitType
        The exit type is only available (used) on an exit sentry attached to a plan item and represents on how it affects its plan item instances when triggered.
      • exitEventType

        protected String exitEventType
        The exit event type is only available (used) on an exit sentry attached to a case plan model or a stage and represents which event will be triggered when exiting the stage or case plan model.
    • Constructor Detail

      • Criterion

        public Criterion()