ProductContext: Context
Item | Value |
---|---|
Briefly | Brief description missing. |
Authors | |
Definition Path | ImprovingApp.ProductContext |
View Source Link | product.riddl(1:1) |
--- title: Context Map For Context 'ProductContext' 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 ProductContext_class color:white,stroke-width:3px; subgraph 'Domain 'ImprovingApp'' direction TB ProductContext((Context 'ProductContext')) end class ProductContext ProductContext_class
- ProductDetails
- ProductStatus
- SKU
- TicketDetails
- ReservedTicket
- RestrictedTicket
- OpenTicket
- ProductInfo
- ProductInfoUpdate
- ProductMetaInfo
- ProductDetails
- ProductStatus
- SKU
- TicketDetails
- ReservedTicket
- RestrictedTicket
- OpenTicket
- ProductInfo
- ProductInfoUpdate
- ProductMetaInfo
- OnMessageClause ‘On command ImprovingApp.GatewayAPI.DemoScenarioGateway.PurchaseProduct’ in Handler ‘ProductHandler’
- OnMessageClause ‘On event ImprovingApp.UserInterface.ProductPurchased’ in Handler ‘ProductHandler’
- ActivateProduct: Command
- On Behalf Of
- Sku
- CreateProduct: Command
- Info
- On Behalf Of
- Sku
- DeleteProduct: Command
- On Behalf Of
- Sku
- GetProductInfo: Query
- Sku
- GetTicketsForEvent: Query
- Event
- InactivateProduct: Command
- On Behalf Of
- Sku
- OpenTicket: Type
- Event
- Product: Entity
- DefinedProduct: Record
- Info
- Meta
- Sku
- DefinedProductState: State
- ActiveProductHandler: Handler
- On Command Product Context. Activate Product
- On Command Product Context. Create Product
- On Command Product Context. Delete Product
- On Command Product Context. Inactivate Product
- On Command Product Context. Update Product Info
- On Query Get Product Info
- InactiveProductHandler: Handler
- On Command Product Context. Activate Product
- On Command Product Context. Create Product
- On Command Product Context. Delete Product
- On Command Product Context. Inactivate Product
- On Command Product Context. Update Product Info
- On Query Get Product Info
- ActiveProductHandler: Handler
- DeletedProduct: Record
- Name
- Sku
- DeletedProductState: State
- DeletedProductHandler: Handler
- On Command Product Context. Activate Product
- On Command Product Context. Create Product
- On Command Product Context. Delete Product
- On Command Product Context. Inactivate Product
- On Command Product Context. Update Product Info
- On Query Get Product Info
- DeletedProductHandler: Handler
- DraftProduct: Record
- Info
- Meta
- Sku
- DraftProductState: State
- CreatedProductHandler: Handler
- On Command Activate Product
- On Command Delete Product
- On Command Inactivate Product
- On Command Product Context. Create Product
- On Command Update Product Info
- On Query Get Product Info
- CreatedProductHandler: Handler
- ProductHandler: Handler
- On Command Product Context. Create Product
- Other
- DefinedProduct: Record
- ProductActivated: Event
- Sku
- ProductCommand: Type
- ProductCreated: Event
- Info
- Meta
- Sku
- ProductDeleted: Event
- Sku
- ProductDetails: Type
- Ticket Details
- ProductEvent: Type
- ProductInactivated: Event
- Sku
- ProductInfo: Type
- Cost
- Description
- Image
- Name
- Price
- Product Details
- Store
- ProductInfoResult: Result
- Info
- Meta
- ProductInfoUpdate: Type
- Cost
- Description
- Image
- Name
- Price
- Product Details
- Store
- ProductInfoUpdated: Event
- Info
- Meta
- Sku
- ProductMetaInfo: Type
- Created By
- Created On
- Last Modified By
- Last Modified On
- ProductStatus: Type
- Active
- Deleted
- Draft
- In Active
- ReservedTicket: Type
- Event
- Row
- Seat
- Section
- RestrictedTicket: Type
- Event
- Section
- SKU: Type
- TicketDetails: Type
- TicketsForEvent: Result
- Event
- Tickets
- UpdateProductInfo: Command
- Info
- On Behalf Of
- Sku
- ProductCommandsChannel: Connector
- ProductEventsChannel: Connector
- ProductCommandsSink: Streamlet
- Commands
- ProductCommandsSource: Streamlet
- Commands
- ProductEventsSink: Streamlet
- Events
- ProductEventsSource: Streamlet
- Events