diff options
author | andre.schmid <andre.schmid@est.tech> | 2022-05-27 11:58:10 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-06-02 13:38:18 +0000 |
commit | e159dee791441b68d142323f7d951b0592841c7f (patch) | |
tree | 246064e0cc3151f7b2604cb77531fcc6d4394fbb /catalog-dao | |
parent | 27cbc536b9a8f10e32b2189effc5466cbe571701 (diff) |
Support of get_property for instance properties
Support of get_property for INSTANCE properties, as currently only
SELF properties can be selected.
Change-Id: I80611002964a6ebb515134155c321f2d7f87811c
Issue-ID: SDC-4026
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'catalog-dao')
-rw-r--r-- | catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java b/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java index 6b911e036e..9bf149f840 100644 --- a/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java +++ b/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java @@ -137,5 +137,6 @@ public enum ActionStatus { TOSCA_GET_FUNCTION_TYPE_DIVERGE, TOSCA_GET_FUNCTION_SCHEMA_DIVERGE, TOSCA_GET_FUNCTION_PROPERTY_DATA_TYPE_NOT_FOUND, - TOSCA_GET_FUNCTION_PROPERTY_NOT_FOUND + TOSCA_GET_FUNCTION_PROPERTY_NOT_FOUND, + TOSCA_GET_FUNCTION_INSTANCE_NOT_FOUND } |