/AWS1/CL_PRNCOMPONENTSTATE¶
The detailed data about the current state of the component.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_servicename TYPE /AWS1/PRNRESOURCENAMEOREMPTY /AWS1/PRNRESOURCENAMEOREMPTY¶
The name of the service that
serviceInstanceNameis associated with. Provided when a component is attached to a service instance.
iv_serviceinstancename TYPE /AWS1/PRNRESOURCENAMEOREMPTY /AWS1/PRNRESOURCENAMEOREMPTY¶
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
iv_servicespec TYPE /AWS1/PRNSPECCONTENTS /AWS1/PRNSPECCONTENTS¶
The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
iv_templatefile TYPE /AWS1/PRNTEMPLATEFILECONTENTS /AWS1/PRNTEMPLATEFILECONTENTS¶
The template file used.
Queryable Attributes¶
serviceName¶
The name of the service that
serviceInstanceNameis associated with. Provided when a component is attached to a service instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICENAME() |
Getter for SERVICENAME, with configurable default |
ASK_SERVICENAME() |
Getter for SERVICENAME w/ exceptions if field has no value |
HAS_SERVICENAME() |
Determine if SERVICENAME has a value |
serviceInstanceName¶
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEINSTANCENAME() |
Getter for SERVICEINSTANCENAME, with configurable default |
ASK_SERVICEINSTANCENAME() |
Getter for SERVICEINSTANCENAME w/ exceptions if field has no |
HAS_SERVICEINSTANCENAME() |
Determine if SERVICEINSTANCENAME has a value |
serviceSpec¶
The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICESPEC() |
Getter for SERVICESPEC, with configurable default |
ASK_SERVICESPEC() |
Getter for SERVICESPEC w/ exceptions if field has no value |
HAS_SERVICESPEC() |
Determine if SERVICESPEC has a value |
templateFile¶
The template file used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEFILE() |
Getter for TEMPLATEFILE, with configurable default |
ASK_TEMPLATEFILE() |
Getter for TEMPLATEFILE w/ exceptions if field has no value |
HAS_TEMPLATEFILE() |
Determine if TEMPLATEFILE has a value |