Classes
ServiceOrder
A type of Request that represents a Customer Order's products decomposed into the services through which the products are realized.
Applied stereotypes:
- OnapModelLifecycle
- state: INPUT
- OpenModelClass
Attribute Name | Type | Mult. | Stereotypes | Description |
id | String | 1 | OnapModelLifecycle
OpenModelAttribute
| Unique identifier for Interaction.
|
href | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
externalId | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
priority | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
description | String | 1 | OnapModelLifecycle
OpenModelAttribute
| Narrative that explains the interaction and details about the interaction, such as why the interaction is taking place.
|
category | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
orderState | OrderState | 1 | OnapModelLifecycle
OpenModelAttribute
| State of the order
|
completionDate | EDate | 1 | OnapModelLifecycle
OpenModelAttribute
| The date on which an interaction is closed or completed.
|
requestedStartDate | EDate | 1 | OnapModelLifecycle
OpenModelAttribute
| The date that was requested to start processing the order.
|
requestedCompletionDate | EDate | 1 | OnapModelLifecycle
OpenModelAttribute
| The date on which an interaction is closed or completed.
|
expectedCompletionDate | invalid | 1 | OnapModelLifecycle
OpenModelAttribute
| The date on which an interaction is expected to be completed.
|
startDate | EDate | 1 | OnapModelLifecycle
OpenModelAttribute
| The date on which an interaction is started.
|
notificationContact | invalid | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
_serviceOrderItem | ServiceOrderItem | 1..* | OnapModelLifecycle
OpenModelAttribute
|
|
OrderDate | EDate | 1 | OnapModelLifecycle
OpenModelAttribute
| The date the order was placed.
|
baseType | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
type | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
schemaLocation | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
ServiceOrderItem
The purpose for the ServiceOrder expressed in terms of a ServiceSpecification or a Service.
Applied stereotypes:
- OnapModelLifecycle
- state: INPUT
- OpenModelClass
Attribute Name | Type | Mult. | Stereotypes | Description |
id | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
action | String | 1 | OnapModelLifecycle
OpenModelAttribute
| The action to take for an InteractionItem, such as add, change, remove.
|
state | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
Quantity | Integer | 1 | OnapModelLifecycle
OpenModelAttribute
| Quantity of an interaction item involved in an interaction.
|
type | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
schemaLocation | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
baseType | String | 1 | OnapModelLifecycle
OpenModelAttribute
|
|
Enumerations
OrderState
Contains Enumeration Literals:
- Acknowledged:
- InProgress:
- Pending:
- Held:
- Cancelled:
- Completed:
- Failed:
- Partial:
- Rejected: