Class BpmnProperties


  • public class BpmnProperties
    extends Object
    Properties of bpmn elements.
    Author:
    Philipp Ossler
    See Also:
    Properties
    • Field Detail

      • TIMER_DECLARATIONS

        public static final PropertyMapKey<String,​TimerDeclarationImpl> TIMER_DECLARATIONS
        Declaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity. There is code that relies on this assumption (e.g. when determining which declaration matches a job in the migration logic).
      • TIMEOUT_LISTENER_DECLARATIONS

        public static final PropertyMapKey<String,​Map<String,​TimerDeclarationImpl>> TIMEOUT_LISTENER_DECLARATIONS
        Declaration indexed by activity and listener (id) that is triggered by the event; there can be multiple such declarations per activity but only one per listener. There is code that relies on this assumption (e.g. when determining which declaration matches a job in the migration logic).
      • EVENT_SUBSCRIPTION_DECLARATIONS

        public static final PropertyMapKey<String,​EventSubscriptionDeclaration> EVENT_SUBSCRIPTION_DECLARATIONS
        Declaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity. There is code that relies on this assumption (e.g. when determining which declaration matches a job in the migration logic).
    • Constructor Detail

      • BpmnProperties

        public BpmnProperties()