EventContext: Context
Item | Value |
---|---|
Briefly | Brief description missing. |
Authors | |
Definition Path | ImprovingApp.Events.EventContext |
View Source Link | eventContext.riddl(4:1) |
--- title: Context Map For Context 'EventContext' init: theme: dark flowchart: defaultRenderer: dagre width: 100% useMaxWidth: true securityLevel: loose --- flowchart TB classDef default fill:#666,stroke:black,stroke-width:3px,color:white; classDef EventContext_class color:white,stroke-width:3px; subgraph 'Domain 'Events'' direction TB EventContext((Context 'EventContext')) end class EventContext EventContext_class
- IncrementDelayedEventTime
- startTimeIfPast
- nowIfStartIsPast
- newEditableInfoFromFieldsPresentInEditable
- newInfoFromFieldsPresentInEditable
- AddLiveUpdate: Command
- Event ID
- Update
- CancelEvent: Command
- Event ID
- On Behalf Of
- Reason
- CancelledEventInfo: Type
- Reason
- Time Ended Opt
- Time Started Opt
- CreateEvent: Command
- Event ID
- Info
- On Behalf Of
- DelayedEventInfo: Type
- Reason
- Time Started Opt
- DelayEvent: Command
- Event ID
- Expected Duration
- On Behalf Of
- Reason
- EditableEventInfo: Type
- Description
- Event Name
- Event Status Info
- Event URL
- Expected End
- Expected Start
- Geo Location
- Is Private
- Sponsoring Org
- EditEventInfo: Command
- Event ID
- Info
- On Behalf Of
- EndEvent: Command
- Event ID
- On Behalf Of
- Event: Entity
- DraftEvent: State
- DraftEventHandler: Handler
- On Command Add Live Update
- On Command Cancel Event
- On Command Delay Event
- On Command Edit Event Info
- On Command End Event
- On Command Reschedule Event
- On Command Schedule Event
- On Command Start Event
- DraftEventHandler: Handler
- DraftEventState: Record
- ID
- Info
- Meta
- EventHandler: Handler
- On Command Create Event
- Other
- ScheduledEvent: State
- CancelledEventHandler: Handler
- On Command Reschedule Event
- Other
- DefaultScheduledEventHandler: Handler
- Other
- DelayedEventHandler: Handler
- On Command Add Live Update
- On Command Cancel Event
- On Command Delay Event
- On Command Edit Event Info
- On Command End Event
- On Command Reschedule Event
- On Command Schedule Event
- On Command Start Event
- InProgressEventHandler: Handler
- On Command Add Live Update
- On Command Cancel Event
- On Command Delay Event
- On Command Edit Event Info
- On Command End Event
- On Command Reschedule Event
- On Command Schedule Event
- On Command Start Event
- PastEventHandler: Handler
- Other
- ScheduledEventHandler: Handler
- On Command Add Live Update
- On Command Cancel Event
- On Command Delay Event
- On Command Edit Event Info
- On Command End Event
- On Command Reschedule Event
- On Command Schedule Event
- On Command Start Event
- CancelledEventHandler: Handler
- ScheduledEventState: Record
- ID
- Info
- Meta
- DraftEvent: State
- EventCancelled: Event
- Event ID
- EventCommand: Type
- EventCreated: Event
- Event ID
- Info
- Meta
- EventDelayed: Event
- Event ID
- Info
- Meta
- EventEnded: Event
- Event ID
- Meta
- EventEvent: Type
- EventInfo: Type
- Description
- Event Name
- Event Status Info
- Event URL
- Expected End
- Expected Start
- Is Private
- Sponsoring Org
- EventInfoEdited: Event
- Event ID
- Info
- Meta
- EventMetaInfo: Type
- Actual End
- Actual Start
- Last Modified By
- Last Modified On
- Scheduled By
- Scheduled On
- State
- EventRescheduled: Event
- Event ID
- Info
- Meta
- EventResults: Type
- EventScheduled: Event
- Event ID
- Info
- Meta
- EventStarted: Event
- Event ID
- Meta
- EventStateInfo: Type
- EventStates: Type
- Cancelled
- Delayed
- Draft
- In Progress
- Past
- Scheduled
- EventTerminated: Event
- Event ID
- Last Meta
- IncrementDelayedEventTime: Function
- InProgressEventInfo: Type
- Time Started
- LiveUpdate: Type
- newEditableInfoFromFieldsPresentInEditable: Function
- newInfoFromFieldsPresentInEditable: Function
- nowIfStartIsPast: Function
- PastEventInfo: Type
- Time Ended
- Time Started
- RescheduleEvent: Command
- End
- Event ID
- On Behalf Of
- Start
- ScheduledEventInfo: Type
- ScheduleEvent: Command
- Event ID
- Info
- On Behalf Of
- StartEvent: Command
- Event ID
- On Behalf Of
- startTimeIfPast: Function
- TerminateEvent: Command
- Event ID
- On Behalf Of
- EventCommandsChannel: Connector
- EventEventsChannel: Connector
- EventCommandsSink: Streamlet
- Commands
- EventCommandsSource: Streamlet
- Commands
- EventEventsSink: Streamlet
- Events
- EventEventsSource: Streamlet
- Events