From 1767960099ea2983eef5218b8ce44b167ae0774c Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 28 Sep 2017 12:43:08 -0400 Subject: [PATCH] Change openecomp to onap and update license Issue-ID: AAI-61 AAI-82 Change-Id: Iae98d4bf4c693c0a3203158bff98c3c5e739f453 Signed-off-by: Venkata Harish K Kajur --- LICENSE.TXT | 42 +- aai-annotations/LICENSE.TXT | 42 +- .../aai/annotations/Metadata.java | 13 +- .../aai/annotations/AnnotationsTest.java | 19 +- .../src/main/java/org/openecomp/auth/Auth.java | 1 - aai-core/LICENSE.TXT | 42 +- aai-core/pom.xml | 8 +- .../aai/audit/ListEndpoints.java | 31 +- .../AAIUnrecognizedFunctionException.java | 19 +- .../{openecomp => onap}/aai/db/DbMethHelper.java | 33 +- .../aai/db/props/AAIProperties.java | 19 +- .../aai/db/schema/AuditDoc.java | 17 +- .../aai/db/schema/AuditOXM.java | 39 +- .../aai/db/schema/AuditTitan.java | 17 +- .../{openecomp => onap}/aai/db/schema/Auditor.java | 17 +- .../aai/db/schema/AuditorFactory.java | 19 +- .../aai/db/schema/CompareByName.java | 17 +- .../{openecomp => onap}/aai/db/schema/DBIndex.java | 17 +- .../aai/db/schema/DBProperty.java | 19 +- .../aai/db/schema/EdgeProperty.java | 17 +- .../aai/db/schema/ManageTitanSchema.java | 19 +- .../{openecomp => onap}/aai/db/schema/Named.java | 17 +- .../aai/db/schema/ScriptDriver.java | 23 +- .../aai/dbgen/DataGrooming.java | 45 +- .../{openecomp => onap}/aai/dbgen/GenTester.java | 25 +- .../aai/dbgen/PropertyLimitDesc.java | 17 +- .../aai/dbgen/SchemaGenerator.java | 35 +- .../{openecomp => onap}/aai/dbmap/AAIGraph.java | 23 +- .../aai/dbmap/DBConnectionType.java | 17 +- .../aai/dmaap/AAIDmaapEventJMSConsumer.java | 27 +- .../aai/dmaap/AAIDmaapEventJMSProducer.java | 19 +- .../notificationEvent/NotificationEvent.java | 17 +- .../domain/notificationEvent/ObjectFactory.java | 21 +- .../domain/responseMessage/AAIResponseMessage.java | 19 +- .../responseMessage/AAIResponseMessageData.java | 19 +- .../responseMessage/AAIResponseMessageDatum.java | 19 +- .../responseMessage/AAIResponseMessages.java | 21 +- .../aai/domain/responseMessage/package-info.java | 19 +- .../aai/domain/restPolicyException/Fault.java | 17 +- .../domain/restPolicyException/ObjectFactory.java | 21 +- .../restPolicyException/PolicyException.java | 17 +- .../domain/restPolicyException/RESTResponse.java | 17 +- .../domain/restPolicyException/RequestError.java | 17 +- .../aai/domain/restResponseInfo/Info.java | 17 +- .../aai/domain/restResponseInfo/ObjectFactory.java | 21 +- .../aai/domain/restServiceException/Fault.java | 17 +- .../domain/restServiceException/ObjectFactory.java | 21 +- .../domain/restServiceException/RESTResponse.java | 17 +- .../domain/restServiceException/RequestError.java | 17 +- .../restServiceException/ServiceException.java | 17 +- .../aai/domain/translog/TransactionLogEntries.java | 19 +- .../aai/domain/translog/TransactionLogEntry.java | 19 +- .../aai/exceptions/AAIException.java | 23 +- .../aai/exceptions/AAIExceptionWithInfo.java | 17 +- .../aai/extensions/AAIExtensionMap.java | 31 +- .../aai/extensions/ExtensionController.java | 23 +- .../aai/ingestModel/CreateWidgetModels.java | 31 +- .../aai/introspection/Introspector.java | 29 +- .../aai/introspection/IntrospectorFactory.java | 17 +- .../aai/introspection/IntrospectorWalker.java | 21 +- .../aai/introspection/JSONStrategy.java | 21 +- .../aai/introspection/Loader.java | 23 +- .../aai/introspection/LoaderFactory.java | 17 +- .../aai/introspection/MarshallerProperties.java | 19 +- .../aai/introspection/ModelInjestor.java | 19 +- .../aai/introspection/ModelType.java | 17 +- .../aai/introspection/MoxyLoader.java | 29 +- .../aai/introspection/MoxyStrategy.java | 23 +- .../aai/introspection/PojoInjestor.java | 21 +- .../aai/introspection/PojoLoader.java | 31 +- .../aai/introspection/PojoStrategy.java | 27 +- .../aai/introspection/PropertyPredicate.java | 17 +- .../aai/introspection/PropertyPredicates.java | 19 +- .../aai/introspection/Version.java | 17 +- .../aai/introspection/Visibility.java | 17 +- .../aai/introspection/Wanderer.java | 19 +- .../exceptions/AAIUnknownObjectException.java | 19 +- .../exceptions/AAIUnmarshallingException.java | 19 +- .../aai/introspection/generator/CreateExample.java | 21 +- .../aai/introspection/sideeffect/DataCopy.java | 35 +- .../introspection/sideeffect/DataLinkReader.java | 35 +- .../introspection/sideeffect/DataLinkWriter.java | 37 +- .../aai/introspection/sideeffect/SideEffect.java | 37 +- .../introspection/sideeffect/SideEffectRunner.java | 25 +- .../sideeffect/SideEffectRunnerHelper.java | 27 +- .../AAIMissingRequiredPropertyException.java | 19 +- .../exceptions/AAIMultiplePropertiesException.java | 19 +- .../aai/introspection/tools/CreateUUID.java | 21 +- .../aai/introspection/tools/DefaultFields.java | 21 +- .../aai/introspection/tools/InjectKeysFromURI.java | 23 +- .../introspection/tools/IntrospectorValidator.java | 31 +- .../aai/introspection/tools/Issue.java | 19 +- .../aai/introspection/tools/IssueResolver.java | 17 +- .../aai/introspection/tools/IssueType.java | 17 +- .../tools/RemoveNonVisibleProperty.java | 17 +- .../aai/introspection/tools/Severity.java | 17 +- .../{openecomp => onap}/aai/logging/CNName.java | 17 +- .../aai/logging/CustomLogPatternLayout.java | 17 +- .../aai/logging/CustomLogPatternLayoutEncoder.java | 17 +- .../aai/logging/DME2RestFlag.java | 17 +- .../aai/logging/EcompElapsedTime.java | 19 +- .../aai/logging/EcompEncoder.java | 17 +- .../aai/logging/EcompPatternLayout.java | 17 +- .../aai/logging/EcompStartTime.java | 19 +- .../aai/logging/EelfClassOfCaller.java | 17 +- .../aai/logging/ErrorLogHelper.java | 97 +- .../aai/logging/ErrorObject.java | 17 +- .../aai/logging/ErrorObjectFormatException.java | 17 +- .../aai/logging/ErrorObjectNotFoundException.java | 17 +- .../aai/logging/LogFormatTools.java | 17 +- .../aai/logging/LoggingContext.java | 17 +- .../logging/LoggingContextNotExistsException.java | 17 +- .../{openecomp => onap}/aai/logging/StopWatch.java | 19 +- .../aai/logging/StopWatchNotStartedException.java | 17 +- .../exceptions/AAIIdentityMapParseException.java | 19 +- .../exceptions/AmbiguousMapAAIException.java | 19 +- .../DoesNotStartWithValidNamespaceException.java | 19 +- .../aai/parsers/query/LegacyQueryParser.java | 39 +- .../aai/parsers/query/ObjectNameQueryParser.java | 21 +- .../aai/parsers/query/QueryParser.java | 25 +- .../aai/parsers/query/QueryParserStrategy.java | 25 +- .../aai/parsers/query/RelationshipQueryParser.java | 33 +- .../aai/parsers/query/TraversalStrategy.java | 25 +- .../query/UniqueRelationshipQueryParser.java | 27 +- .../aai/parsers/query/UniqueStrategy.java | 25 +- .../aai/parsers/query/UniqueURIQueryParser.java | 33 +- .../parsers/relationship/RelationshipToURI.java | 41 +- .../aai/parsers/uri/Parsable.java | 23 +- .../aai/parsers/uri/URIParser.java | 39 +- .../aai/parsers/uri/URIToDBKey.java | 25 +- .../aai/parsers/uri/URIToExtensionInformation.java | 27 +- .../aai/parsers/uri/URIToObject.java | 29 +- .../aai/parsers/uri/URIToRelationshipObject.java | 33 +- .../aai/parsers/uri/URIValidate.java | 23 +- .../aai/query/builder/GraphTraversalBuilder.java | 37 +- .../aai/query/builder/GremlinQueryBuilder.java | 37 +- .../aai/query/builder/GremlinTraversal.java | 27 +- .../aai/query/builder/GremlinUnique.java | 29 +- .../aai/query/builder/QueryBuilder.java | 31 +- .../aai/query/builder/TraversalQuery.java | 27 +- .../{openecomp => onap}/aai/rest/RestTokens.java | 17 +- .../{openecomp => onap}/aai/rest/db/DBRequest.java | 25 +- .../{openecomp => onap}/aai/rest/db/HttpEntry.java | 67 +- .../aai/rest/ueb/NotificationEvent.java | 27 +- .../aai/rest/ueb/UEBNotification.java | 37 +- .../restcore/CustomJacksonJaxBJsonProvider.java | 17 +- .../aai/restcore/HttpMethod.java | 17 +- .../JettyObfuscationConversionCommandLineUtil.java | 17 +- .../aai/restcore/MediaType.java | 17 +- .../{openecomp => onap}/aai/restcore/RESTAPI.java | 47 +- .../search/GremlinGroovyShellSingleton.java | 17 +- .../aai/restcore/util/GenerateEdgeRules.java | 17 +- .../aai/restcore/util/URITools.java | 23 +- .../aai/serialization/db/AAIDirection.java | 17 +- .../aai/serialization/db/DBSerializer.java | 61 +- .../aai/serialization/db/DeleteSemantic.java | 17 +- .../aai/serialization/db/EdgeProperties.java | 17 +- .../aai/serialization/db/EdgeProperty.java | 17 +- .../aai/serialization/db/EdgePropertyMap.java | 17 +- .../aai/serialization/db/EdgeRule.java | 17 +- .../aai/serialization/db/EdgeRules.java | 27 +- .../aai/serialization/db/EdgeType.java | 17 +- .../aai/serialization/db/GetAllPool.java | 17 +- .../aai/serialization/db/GraphSingleton.java | 21 +- .../aai/serialization/db/LegacyDBSerializer.java | 25 +- .../aai/serialization/db/MultiplicityRule.java | 17 +- .../aai/serialization/db/TitanGraphSingleton.java | 17 +- .../db/exceptions/EdgeMultiplicityException.java | 19 +- .../db/exceptions/NoEdgeRuleFoundException.java | 19 +- .../aai/serialization/engines/QueryStyle.java | 17 +- .../aai/serialization/engines/TitanDBEngine.java | 23 +- .../engines/TransactionalGraphEngine.java | 35 +- .../engines/query/GraphTraversalQueryEngine.java | 31 +- .../engines/query/GremlinPipelineQueryEngine.java | 33 +- .../engines/query/GremlinQueryEngine.java | 33 +- .../serialization/engines/query/QueryEngine.java | 21 +- .../aai/serialization/queryformats/Console.java | 19 +- .../aai/serialization/queryformats/Format.java | 17 +- .../serialization/queryformats/FormatFactory.java | 29 +- .../serialization/queryformats/FormatMapper.java | 19 +- .../aai/serialization/queryformats/Formatter.java | 19 +- .../aai/serialization/queryformats/GraphSON.java | 17 +- .../aai/serialization/queryformats/IdURL.java | 31 +- .../aai/serialization/queryformats/PathedURL.java | 31 +- .../aai/serialization/queryformats/RawFormat.java | 31 +- .../aai/serialization/queryformats/Resource.java | 37 +- .../serialization/queryformats/SimpleFormat.java | 27 +- .../serialization/queryformats/SubGraphStyle.java | 17 +- .../exceptions/AAIFormatVertexException.java | 17 +- .../exceptions/QueryParamInjectionException.java | 19 +- .../serialization/queryformats/params/Depth.java | 17 +- .../serialization/queryformats/params/Inject.java | 17 +- .../queryformats/params/NodesOnly.java | 17 +- .../serialization/queryformats/params/Setter.java | 17 +- .../queryformats/utils/QueryParamInjector.java | 25 +- .../queryformats/utils/UrlBuilder.java | 31 +- .../serialization/tinkerpop/TreeBackedEdge.java | 17 +- .../serialization/tinkerpop/TreeBackedVertex.java | 17 +- .../aai/tasks/ScheduledTasks.java | 23 +- .../aai/util/AAIApiServerURLBase.java | 21 +- .../aai/util/AAIApiVersion.java | 19 +- .../{openecomp => onap}/aai/util/AAICSVWriter.java | 17 +- .../{openecomp => onap}/aai/util/AAIConfig.java | 21 +- .../aai/util/AAIConfigCommandLinePropGetter.java | 19 +- .../{openecomp => onap}/aai/util/AAIConstants.java | 19 +- .../aai/util/AAIMechIdConfig.java | 19 +- .../aai/util/AAIRSyncUtility.java | 19 +- .../org/{openecomp => onap}/aai/util/Entity.java | 17 +- .../{openecomp => onap}/aai/util/EntityList.java | 17 +- .../{openecomp => onap}/aai/util/FileWatcher.java | 17 +- .../{openecomp => onap}/aai/util/FormatDate.java | 17 +- .../{openecomp => onap}/aai/util/GenerateXsd.java | 23 +- .../aai/util/HbaseSaltPrefixer.java | 17 +- .../aai/util/HttpsAuthClient.java | 19 +- .../{openecomp => onap}/aai/util/KeyValueList.java | 17 +- .../{openecomp => onap}/aai/util/MapperUtil.java | 19 +- .../{openecomp => onap}/aai/util/PojoUtils.java | 17 +- .../org/{openecomp => onap}/aai/util/Request.java | 19 +- .../{openecomp => onap}/aai/util/RestObject.java | 17 +- .../aai/util/RestURLEncoder.java | 17 +- .../aai/util/StoreNotificationEvent.java | 33 +- .../aai/util/UniquePropertyCheck.java | 19 +- .../{openecomp => onap}/aai/util/swagger/Api.java | 17 +- .../aai/util/swagger/Definition.java | 17 +- .../aai/util/swagger/GenerateSwagger.java | 17 +- .../aai/workarounds/LegacyURITransformer.java | 17 +- .../aai/workarounds/NamingExceptions.java | 17 +- .../aai/workarounds/RemoveDME2QueryParams.java | 17 +- aai-core/src/main/resources/EdgeRules.ftl | 39 +- aai-core/src/main/resources/swagger.html.ftl | 39 +- .../java/org/{openecomp => onap}/aai/AAISetup.java | 20 +- .../aai/exceptions/AAIExceptionTest.java | 19 +- .../aai/exceptions/AAIExceptionWithInfoTest.java | 19 +- .../aai/introspection/IntrospectorTestSpec.java | 21 +- .../aai/introspection/MoxyEngineTest.java | 19 +- .../aai/introspection/PojoInjestorTest.java | 23 +- .../aai/introspection/PojoLoaderTest.java | 25 +- .../aai/introspection/PojoStrategyTest.java | 23 +- .../aai/introspection/PropertyPredicatesTest.java | 21 +- .../aai/introspection/ReflectionEngineTest.java | 21 +- .../aai/introspection/sideeffect/DataCopyTest.java | 39 +- .../aai/introspection/sideeffect/DataLinkTest.java | 37 +- .../validation/IntrospectorValidationTest.java | 33 +- .../aai/logging/CNNameTest.java | 23 +- .../aai/logging/CustomLogPatternLayoutTest.java | 21 +- .../aai/logging/DME2RestFlagTest.java | 13 +- .../aai/logging/EelfClassOfCallerTest.java | 13 +- .../aai/logging/ErrorObjectTest.java | 17 +- .../aai/logging/LoggingContextTest.java | 17 +- .../aai/parsers/query/GraphTraversalTest.java | 37 +- .../aai/parsers/query/LegacyQueryTest.java | 35 +- .../query/RelationshipGremlinQueryTest.java | 29 +- .../aai/parsers/query/RelationshipQueryTest.java | 29 +- .../parsers/query/UniqueRelationshipQueryTest.java | 29 +- .../aai/parsers/query/UniqueURIQueryTest.java | 35 +- .../relationship/RelationshipToURITest.java | 27 +- .../aai/parsers/uri/URIParserTest.java | 29 +- .../aai/parsers/uri/URIToDBKeyTest.java | 27 +- .../parsers/uri/URIToExtensionInformationTest.java | 31 +- .../aai/parsers/uri/URIToObjectTest.java | 27 +- .../parsers/uri/URIToRelationshipObjectTest.java | 25 +- .../aai/query/builder/SimplePathTest.java | 33 +- .../aai/query/builder/TraversalQueryTest.java | 29 +- .../aai/query/builder/UntilTest.java | 33 +- .../aai/serialization/db/DbAliasTest.java | 35 +- .../aai/serialization/db/DbSerializerTest.java | 41 +- .../aai/serialization/db/EdgePropertyMapTest.java | 17 +- .../aai/serialization/db/EdgeRulesTest.java | 33 +- .../queryformats/QueryFormatTestHelper.java | 27 +- .../queryformats/SimpleFormatTest.java | 43 +- .../queryformats/utils/QueryParamInjectorTest.java | 27 +- .../queryformats/utils/UrlBuilderTest.java | 27 +- .../tinkerpop/TreeBackedVertexTest.java | 21 +- .../aai/util/GenerateXsdTest.java | 15 +- .../aai/workarounds/RemoveDME2QueryParamsTest.java | 17 +- .../etc/appprops/aaiconfig.properties | 16 +- .../etc/appprops/titan-cached.properties | 22 + .../etc/appprops/titan-realtime.properties | 22 + .../bundleconfig-local/etc/oxm/aai_oxm_v10.xml | 37 +- .../bundleconfig-local/etc/oxm/aai_oxm_v11.xml | 37 +- .../bundleconfig-local/etc/oxm/aai_oxm_v2.xml | 37 +- .../bundleconfig-local/etc/oxm/aai_oxm_v8.xml | 37 +- .../bundleconfig-local/etc/oxm/aai_oxm_v9.xml | 41 +- aai-core/src/test/resources/logback.xml | 45 +- .../openecomp/aai/introspection/aai_oxm_v10.xml | 629 +++---- .../org/openecomp/aai/introspection/aai_oxm_v8.xml | 371 ++-- .../org/openecomp/aai/introspection/aai_oxm_v9.xml | 69 +- aai-schema/LICENSE.TXT | 42 +- .../aai/schema/enums/ObjectMetadata.java | 17 +- .../aai/schema/enums/PropertyMetadata.java | 17 +- .../main/resources/aai_schema/aai_schema_v10.xsd | 1509 +++++++++-------- .../main/resources/aai_schema/aai_schema_v11.xsd | 1777 ++++++++++---------- .../main/resources/aai_schema/aai_schema_v8.xsd | 23 + .../main/resources/aai_schema/aai_schema_v9.xsd | 1467 ++++++++-------- .../aai_swagger_yaml/aai_swagger_v10.yaml | 22 + .../aai_swagger_yaml/aai_swagger_v11.yaml | 22 + .../resources/aai_swagger_yaml/aai_swagger_v8.yaml | 22 + .../resources/aai_swagger_yaml/aai_swagger_v9.yaml | 22 + aai-schema/src/main/resources/oxm/aai_oxm_v10.xml | 621 +++---- aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 37 +- aai-schema/src/main/resources/oxm/aai_oxm_v8.xml | 557 +++--- aai-schema/src/main/resources/oxm/aai_oxm_v9.xml | 613 +++---- aai-schema/src/main/xjb/bindings.xjb | 11 +- .../org/onap/aaiutils/oxm/OxmModelLoaderTest.java | 2 +- pom.xml | 2 +- 305 files changed, 7579 insertions(+), 6997 deletions(-) rename aai-annotations/src/main/java/org/{openecomp => onap}/aai/annotations/Metadata.java (88%) rename aai-annotations/src/test/java/org/{openecomp => onap}/aai/annotations/AnnotationsTest.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/audit/ListEndpoints.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/auth/exceptions/AAIUnrecognizedFunctionException.java (81%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/DbMethHelper.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/props/AAIProperties.java (84%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/AuditDoc.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/AuditOXM.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/AuditTitan.java (93%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/Auditor.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/AuditorFactory.java (81%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/CompareByName.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/DBIndex.java (89%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/DBProperty.java (85%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/EdgeProperty.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/ManageTitanSchema.java (96%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/Named.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/db/schema/ScriptDriver.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/dbgen/DataGrooming.java (98%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/dbgen/GenTester.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/dbgen/PropertyLimitDesc.java (78%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/dbgen/SchemaGenerator.java (91%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/dbmap/AAIGraph.java (94%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/dbmap/DBConnectionType.java (78%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/dmaap/AAIDmaapEventJMSConsumer.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/dmaap/AAIDmaapEventJMSProducer.java (86%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/notificationEvent/NotificationEvent.java (98%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/notificationEvent/ObjectFactory.java (84%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/responseMessage/AAIResponseMessage.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/responseMessage/AAIResponseMessageData.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/responseMessage/AAIResponseMessageDatum.java (89%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/responseMessage/AAIResponseMessages.java (91%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/responseMessage/package-info.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restPolicyException/Fault.java (98%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restPolicyException/ObjectFactory.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restPolicyException/PolicyException.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restPolicyException/RESTResponse.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restPolicyException/RequestError.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restResponseInfo/Info.java (98%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restResponseInfo/ObjectFactory.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restServiceException/Fault.java (98%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restServiceException/ObjectFactory.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restServiceException/RESTResponse.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restServiceException/RequestError.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/restServiceException/ServiceException.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/translog/TransactionLogEntries.java (95%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/domain/translog/TransactionLogEntry.java (96%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/exceptions/AAIException.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/exceptions/AAIExceptionWithInfo.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/extensions/AAIExtensionMap.java (96%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/extensions/ExtensionController.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/ingestModel/CreateWidgetModels.java (89%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/Introspector.java (96%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/IntrospectorFactory.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/IntrospectorWalker.java (93%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/JSONStrategy.java (95%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/Loader.java (85%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/LoaderFactory.java (83%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/MarshallerProperties.java (91%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/ModelInjestor.java (94%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/ModelType.java (77%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/MoxyLoader.java (91%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/MoxyStrategy.java (96%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/PojoInjestor.java (84%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/PojoLoader.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/PojoStrategy.java (95%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/PropertyPredicate.java (78%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/PropertyPredicates.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/Version.java (82%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/Visibility.java (78%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/Wanderer.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/exceptions/AAIUnknownObjectException.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/exceptions/AAIUnmarshallingException.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/generator/CreateExample.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/sideeffect/DataCopy.java (78%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/sideeffect/DataLinkReader.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/sideeffect/DataLinkWriter.java (82%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/sideeffect/SideEffect.java (84%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/sideeffect/SideEffectRunner.java (86%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/sideeffect/SideEffectRunnerHelper.java (83%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/sideeffect/exceptions/AAIMissingRequiredPropertyException.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/sideeffect/exceptions/AAIMultiplePropertiesException.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/tools/CreateUUID.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/tools/DefaultFields.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/tools/InjectKeysFromURI.java (81%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/tools/IntrospectorValidator.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/tools/Issue.java (89%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/tools/IssueResolver.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/tools/IssueType.java (78%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/tools/RemoveNonVisibleProperty.java (81%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/introspection/tools/Severity.java (77%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/CNName.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/CustomLogPatternLayout.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/CustomLogPatternLayoutEncoder.java (83%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/DME2RestFlag.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/EcompElapsedTime.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/EcompEncoder.java (84%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/EcompPatternLayout.java (83%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/EcompStartTime.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/EelfClassOfCaller.java (86%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/ErrorLogHelper.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/ErrorObject.java (97%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/ErrorObjectFormatException.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/ErrorObjectNotFoundException.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/LogFormatTools.java (85%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/LoggingContext.java (97%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/LoggingContextNotExistsException.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/StopWatch.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/logging/StopWatchNotStartedException.java (83%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/exceptions/AAIIdentityMapParseException.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/exceptions/AmbiguousMapAAIException.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/exceptions/DoesNotStartWithValidNamespaceException.java (81%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/query/LegacyQueryParser.java (89%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/query/ObjectNameQueryParser.java (75%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/query/QueryParser.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/query/QueryParserStrategy.java (85%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/query/RelationshipQueryParser.java (74%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/query/TraversalStrategy.java (82%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/query/UniqueRelationshipQueryParser.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/query/UniqueStrategy.java (82%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/query/UniqueURIQueryParser.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/relationship/RelationshipToURI.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/uri/Parsable.java (82%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/uri/URIParser.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/uri/URIToDBKey.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/uri/URIToExtensionInformation.java (89%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/uri/URIToObject.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/uri/URIToRelationshipObject.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/parsers/uri/URIValidate.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/query/builder/GraphTraversalBuilder.java (95%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/query/builder/GremlinQueryBuilder.java (94%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/query/builder/GremlinTraversal.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/query/builder/GremlinUnique.java (86%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/query/builder/QueryBuilder.java (93%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/query/builder/TraversalQuery.java (89%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/rest/RestTokens.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/rest/db/DBRequest.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/rest/db/HttpEntry.java (91%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/rest/ueb/NotificationEvent.java (82%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/rest/ueb/UEBNotification.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/restcore/CustomJacksonJaxBJsonProvider.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/restcore/HttpMethod.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/restcore/JettyObfuscationConversionCommandLineUtil.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/restcore/MediaType.java (86%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/restcore/RESTAPI.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/restcore/search/GremlinGroovyShellSingleton.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/restcore/util/GenerateEdgeRules.java (95%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/restcore/util/URITools.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/AAIDirection.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/DBSerializer.java (97%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/DeleteSemantic.java (85%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/EdgeProperties.java (81%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/EdgeProperty.java (82%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/EdgePropertyMap.java (86%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/EdgeRule.java (94%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/EdgeRules.java (97%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/EdgeType.java (77%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/GetAllPool.java (83%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/GraphSingleton.java (83%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/LegacyDBSerializer.java (70%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/MultiplicityRule.java (77%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/TitanGraphSingleton.java (83%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/exceptions/EdgeMultiplicityException.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/db/exceptions/NoEdgeRuleFoundException.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/engines/QueryStyle.java (78%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/engines/TitanDBEngine.java (85%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/engines/TransactionalGraphEngine.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/engines/query/GraphTraversalQueryEngine.java (89%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/engines/query/GremlinPipelineQueryEngine.java (81%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/engines/query/GremlinQueryEngine.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/engines/query/QueryEngine.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/Console.java (77%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/Format.java (77%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/FormatFactory.java (82%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/FormatMapper.java (74%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/Formatter.java (86%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/GraphSON.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/IdURL.java (74%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/PathedURL.java (74%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/RawFormat.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/Resource.java (83%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/SimpleFormat.java (78%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/SubGraphStyle.java (76%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/exceptions/AAIFormatVertexException.java (81%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/exceptions/QueryParamInjectionException.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/params/Depth.java (77%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/params/Inject.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/params/NodesOnly.java (77%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/params/Setter.java (81%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/utils/QueryParamInjector.java (80%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/queryformats/utils/UrlBuilder.java (79%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/tinkerpop/TreeBackedEdge.java (90%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/serialization/tinkerpop/TreeBackedVertex.java (94%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/tasks/ScheduledTasks.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/AAIApiServerURLBase.java (86%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/AAIApiVersion.java (89%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/AAICSVWriter.java (95%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/AAIConfig.java (95%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/AAIConfigCommandLinePropGetter.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/AAIConstants.java (96%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/AAIMechIdConfig.java (93%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/AAIRSyncUtility.java (95%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/Entity.java (95%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/EntityList.java (93%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/FileWatcher.java (86%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/FormatDate.java (85%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/GenerateXsd.java (99%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/HbaseSaltPrefixer.java (88%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/HttpsAuthClient.java (93%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/KeyValueList.java (93%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/MapperUtil.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/PojoUtils.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/Request.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/RestObject.java (83%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/RestURLEncoder.java (83%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/StoreNotificationEvent.java (92%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/UniquePropertyCheck.java (96%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/swagger/Api.java (96%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/swagger/Definition.java (95%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/util/swagger/GenerateSwagger.java (98%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/workarounds/LegacyURITransformer.java (91%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/workarounds/NamingExceptions.java (87%) rename aai-core/src/main/java/org/{openecomp => onap}/aai/workarounds/RemoveDME2QueryParams.java (86%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/AAISetup.java (78%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/exceptions/AAIExceptionTest.java (92%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/exceptions/AAIExceptionWithInfoTest.java (93%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/introspection/IntrospectorTestSpec.java (81%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/introspection/MoxyEngineTest.java (79%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/introspection/PojoInjestorTest.java (81%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/introspection/PojoLoaderTest.java (80%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/introspection/PojoStrategyTest.java (79%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/introspection/PropertyPredicatesTest.java (86%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/introspection/ReflectionEngineTest.java (80%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/introspection/sideeffect/DataCopyTest.java (92%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/introspection/sideeffect/DataLinkTest.java (94%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/introspection/validation/IntrospectorValidationTest.java (81%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/logging/CNNameTest.java (91%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/logging/CustomLogPatternLayoutTest.java (82%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/logging/DME2RestFlagTest.java (91%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/logging/EelfClassOfCallerTest.java (90%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/logging/ErrorObjectTest.java (95%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/logging/LoggingContextTest.java (92%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/query/GraphTraversalTest.java (97%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/query/LegacyQueryTest.java (87%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/query/RelationshipGremlinQueryTest.java (97%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/query/RelationshipQueryTest.java (94%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/query/UniqueRelationshipQueryTest.java (95%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/query/UniqueURIQueryTest.java (91%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/relationship/RelationshipToURITest.java (94%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/uri/URIParserTest.java (86%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/uri/URIToDBKeyTest.java (93%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/uri/URIToExtensionInformationTest.java (85%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/uri/URIToObjectTest.java (95%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/parsers/uri/URIToRelationshipObjectTest.java (95%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/query/builder/SimplePathTest.java (89%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/query/builder/TraversalQueryTest.java (88%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/query/builder/UntilTest.java (86%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/serialization/db/DbAliasTest.java (87%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/serialization/db/DbSerializerTest.java (95%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/serialization/db/EdgePropertyMapTest.java (84%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/serialization/db/EdgeRulesTest.java (90%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/serialization/queryformats/QueryFormatTestHelper.java (81%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/serialization/queryformats/SimpleFormatTest.java (84%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/serialization/queryformats/utils/QueryParamInjectorTest.java (76%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/serialization/queryformats/utils/UrlBuilderTest.java (86%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/serialization/tinkerpop/TreeBackedVertexTest.java (94%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/util/GenerateXsdTest.java (86%) rename aai-core/src/test/java/org/{openecomp => onap}/aai/workarounds/RemoveDME2QueryParamsTest.java (91%) rename aai-schema/src/main/java/org/{openecomp => onap}/aai/schema/enums/ObjectMetadata.java (92%) rename aai-schema/src/main/java/org/{openecomp => onap}/aai/schema/enums/PropertyMetadata.java (89%) diff --git a/LICENSE.TXT b/LICENSE.TXT index 32bbcba4..72b8cfb7 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -1,23 +1,19 @@ -/*- - * ============LICENSE_START======================================================= - * org.openecomp.aai - * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - * - * ECOMP and OpenECOMP are trademarks - * and service marks of AT&T Intellectual Property. - * - */ +============LICENSE_START======================================================= +org.onap.aai +================================================================================ +Copyright © 2017 AT&T Intellectual Property. All rights reserved. +================================================================================ +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +============LICENSE_END========================================================= + +ECOMP is a trademark and service mark of AT&T Intellectual Property. diff --git a/aai-annotations/LICENSE.TXT b/aai-annotations/LICENSE.TXT index 32bbcba4..72b8cfb7 100644 --- a/aai-annotations/LICENSE.TXT +++ b/aai-annotations/LICENSE.TXT @@ -1,23 +1,19 @@ -/*- - * ============LICENSE_START======================================================= - * org.openecomp.aai - * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - * - * ECOMP and OpenECOMP are trademarks - * and service marks of AT&T Intellectual Property. - * - */ +============LICENSE_START======================================================= +org.onap.aai +================================================================================ +Copyright © 2017 AT&T Intellectual Property. All rights reserved. +================================================================================ +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +============LICENSE_END========================================================= + +ECOMP is a trademark and service mark of AT&T Intellectual Property. diff --git a/aai-annotations/src/main/java/org/openecomp/aai/annotations/Metadata.java b/aai-annotations/src/main/java/org/onap/aai/annotations/Metadata.java similarity index 88% rename from aai-annotations/src/main/java/org/openecomp/aai/annotations/Metadata.java rename to aai-annotations/src/main/java/org/onap/aai/annotations/Metadata.java index 03755c67..e58515f8 100644 --- a/aai-annotations/src/main/java/org/openecomp/aai/annotations/Metadata.java +++ b/aai-annotations/src/main/java/org/onap/aai/annotations/Metadata.java @@ -1,14 +1,14 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -16,9 +16,10 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.annotations; +package org.onap.aai.annotations; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/aai-annotations/src/test/java/org/openecomp/aai/annotations/AnnotationsTest.java b/aai-annotations/src/test/java/org/onap/aai/annotations/AnnotationsTest.java similarity index 80% rename from aai-annotations/src/test/java/org/openecomp/aai/annotations/AnnotationsTest.java rename to aai-annotations/src/test/java/org/onap/aai/annotations/AnnotationsTest.java index e97cdef8..e2763c0f 100644 --- a/aai-annotations/src/test/java/org/openecomp/aai/annotations/AnnotationsTest.java +++ b/aai-annotations/src/test/java/org/onap/aai/annotations/AnnotationsTest.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.annotations; -package org.openecomp.aai.annotations; - -import org.openecomp.aai.annotations.Metadata; +import org.onap.aai.annotations.Metadata; public class AnnotationsTest { diff --git a/aai-auth/src/main/java/org/openecomp/auth/Auth.java b/aai-auth/src/main/java/org/openecomp/auth/Auth.java index 3c5c3bee..cd6ef988 100644 --- a/aai-auth/src/main/java/org/openecomp/auth/Auth.java +++ b/aai-auth/src/main/java/org/openecomp/auth/Auth.java @@ -22,7 +22,6 @@ * ECOMP and OpenECOMP are trademarks * and service marks of AT&T Intellectual Property. */ - package org.openecomp.auth; import org.apache.http.cookie.Cookie; diff --git a/aai-core/LICENSE.TXT b/aai-core/LICENSE.TXT index 32bbcba4..72b8cfb7 100644 --- a/aai-core/LICENSE.TXT +++ b/aai-core/LICENSE.TXT @@ -1,23 +1,19 @@ -/*- - * ============LICENSE_START======================================================= - * org.openecomp.aai - * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - * - * ECOMP and OpenECOMP are trademarks - * and service marks of AT&T Intellectual Property. - * - */ +============LICENSE_START======================================================= +org.onap.aai +================================================================================ +Copyright © 2017 AT&T Intellectual Property. All rights reserved. +================================================================================ +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +============LICENSE_END========================================================= + +ECOMP is a trademark and service mark of AT&T Intellectual Property. diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 675a0ca4..20575cb7 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -20,7 +20,7 @@ ${project.build.directory}/coverage-reports/jacoco.exec false ${project.version} - org/openecomp/aai/domain/** + org/onap/aai/domain/** v11 https://wiki.onap.org/ 1.0.2 @@ -41,7 +41,7 @@ java - org.openecomp.aai.util.GenerateXsd + org.onap.aai.util.GenerateXsd gen_version @@ -82,7 +82,7 @@ java - org.openecomp.aai.util.GenerateXsd + org.onap.aai.util.GenerateXsd gen_version @@ -123,7 +123,7 @@ java - org.openecomp.aai.util.swagger.GenerateSwagger + org.onap.aai.util.swagger.GenerateSwagger aai.generate.version diff --git a/aai-core/src/main/java/org/openecomp/aai/audit/ListEndpoints.java b/aai-core/src/main/java/org/onap/aai/audit/ListEndpoints.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/audit/ListEndpoints.java rename to aai-core/src/main/java/org/onap/aai/audit/ListEndpoints.java index 1e1df8fc..5ee973a3 100644 --- a/aai-core/src/main/java/org/openecomp/aai/audit/ListEndpoints.java +++ b/aai-core/src/main/java/org/onap/aai/audit/ListEndpoints.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.audit; +package org.onap.aai.audit; import java.util.ArrayList; import java.util.HashMap; @@ -32,13 +33,13 @@ import java.util.regex.Pattern; import org.apache.commons.lang.StringUtils; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.Version; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; import com.google.common.base.CaseFormat; diff --git a/aai-core/src/main/java/org/openecomp/aai/auth/exceptions/AAIUnrecognizedFunctionException.java b/aai-core/src/main/java/org/onap/aai/auth/exceptions/AAIUnrecognizedFunctionException.java similarity index 81% rename from aai-core/src/main/java/org/openecomp/aai/auth/exceptions/AAIUnrecognizedFunctionException.java rename to aai-core/src/main/java/org/onap/aai/auth/exceptions/AAIUnrecognizedFunctionException.java index 5a3d8c6b..9758f98f 100644 --- a/aai-core/src/main/java/org/openecomp/aai/auth/exceptions/AAIUnrecognizedFunctionException.java +++ b/aai-core/src/main/java/org/onap/aai/auth/exceptions/AAIUnrecognizedFunctionException.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.auth.exceptions; -package org.openecomp.aai.auth.exceptions; - -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; public class AAIUnrecognizedFunctionException extends AAIException { diff --git a/aai-core/src/main/java/org/openecomp/aai/db/DbMethHelper.java b/aai-core/src/main/java/org/onap/aai/db/DbMethHelper.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/db/DbMethHelper.java rename to aai-core/src/main/java/org/onap/aai/db/DbMethHelper.java index 79172d9b..a3e4d71f 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/DbMethHelper.java +++ b/aai-core/src/main/java/org/onap/aai/db/DbMethHelper.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.db; +package org.onap.aai.db; import java.io.UnsupportedEncodingException; import java.net.URI; @@ -32,14 +33,14 @@ import java.util.Optional; import org.apache.tinkerpop.gremlin.structure.Vertex; import org.apache.tinkerpop.gremlin.structure.VertexProperty; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; -import org.openecomp.aai.parsers.query.QueryParser; -import org.openecomp.aai.parsers.relationship.RelationshipToURI; -import org.openecomp.aai.query.builder.QueryBuilder; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.parsers.query.QueryParser; +import org.onap.aai.parsers.relationship.RelationshipToURI; +import org.onap.aai.query.builder.QueryBuilder; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; public class DbMethHelper { diff --git a/aai-core/src/main/java/org/openecomp/aai/db/props/AAIProperties.java b/aai-core/src/main/java/org/onap/aai/db/props/AAIProperties.java similarity index 84% rename from aai-core/src/main/java/org/openecomp/aai/db/props/AAIProperties.java rename to aai-core/src/main/java/org/onap/aai/db/props/AAIProperties.java index caac6744..e481f3cf 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/props/AAIProperties.java +++ b/aai-core/src/main/java/org/onap/aai/db/props/AAIProperties.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.db.props; -package org.openecomp.aai.db.props; - -import org.openecomp.aai.introspection.Version; +import org.onap.aai.introspection.Version; public class AAIProperties { public static final String NODE_TYPE = "aai-node-type"; diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/AuditDoc.java b/aai-core/src/main/java/org/onap/aai/db/schema/AuditDoc.java similarity index 88% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/AuditDoc.java rename to aai-core/src/main/java/org/onap/aai/db/schema/AuditDoc.java index 58d3dc0b..dc92b220 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/AuditDoc.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/AuditDoc.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.db.schema; +package org.onap.aai.db.schema; import java.util.List; diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/AuditOXM.java b/aai-core/src/main/java/org/onap/aai/db/schema/AuditOXM.java similarity index 90% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/AuditOXM.java rename to aai-core/src/main/java/org/onap/aai/db/schema/AuditOXM.java index b7aab081..e64f3ea3 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/AuditOXM.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/AuditOXM.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.db.schema; +package org.onap.aai.db.schema; import java.io.IOException; import java.util.Arrays; @@ -33,21 +34,21 @@ import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.parsers.ParserConfigurationException; -import org.openecomp.aai.serialization.db.EdgeRule; -import org.openecomp.aai.serialization.db.EdgeRules; +import org.onap.aai.serialization.db.EdgeRule; +import org.onap.aai.serialization.db.EdgeRules; import org.w3c.dom.Document; import org.w3c.dom.NodeList; import org.xml.sax.SAXException; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; -import org.openecomp.aai.schema.enums.ObjectMetadata; -import org.openecomp.aai.util.AAIConstants; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.Version; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.schema.enums.ObjectMetadata; +import org.onap.aai.util.AAIConstants; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; import com.google.common.collect.Multimap; diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/AuditTitan.java b/aai-core/src/main/java/org/onap/aai/db/schema/AuditTitan.java similarity index 93% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/AuditTitan.java rename to aai-core/src/main/java/org/onap/aai/db/schema/AuditTitan.java index 838a9b60..ec1c2394 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/AuditTitan.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/AuditTitan.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.db.schema; +package org.onap.aai.db.schema; import java.util.Iterator; diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/Auditor.java b/aai-core/src/main/java/org/onap/aai/db/schema/Auditor.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/Auditor.java rename to aai-core/src/main/java/org/onap/aai/db/schema/Auditor.java index cd811041..3e7a595a 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/Auditor.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/Auditor.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.db.schema; +package org.onap.aai.db.schema; import java.util.*; diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/AuditorFactory.java b/aai-core/src/main/java/org/onap/aai/db/schema/AuditorFactory.java similarity index 81% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/AuditorFactory.java rename to aai-core/src/main/java/org/onap/aai/db/schema/AuditorFactory.java index 66e52820..9af7a11a 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/AuditorFactory.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/AuditorFactory.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.db.schema; -package org.openecomp.aai.db.schema; - -import org.openecomp.aai.introspection.Version; +import org.onap.aai.introspection.Version; import com.thinkaurelius.titan.core.TitanGraph; public class AuditorFactory { diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/CompareByName.java b/aai-core/src/main/java/org/onap/aai/db/schema/CompareByName.java similarity index 80% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/CompareByName.java rename to aai-core/src/main/java/org/onap/aai/db/schema/CompareByName.java index ea45fd75..56fe1a44 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/CompareByName.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/CompareByName.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.db.schema; +package org.onap.aai.db.schema; import java.util.Comparator; diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/DBIndex.java b/aai-core/src/main/java/org/onap/aai/db/schema/DBIndex.java similarity index 89% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/DBIndex.java rename to aai-core/src/main/java/org/onap/aai/db/schema/DBIndex.java index 9e157a93..9093a202 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/DBIndex.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/DBIndex.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.db.schema; +package org.onap.aai.db.schema; import java.util.LinkedHashSet; import java.util.Set; diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/DBProperty.java b/aai-core/src/main/java/org/onap/aai/db/schema/DBProperty.java similarity index 85% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/DBProperty.java rename to aai-core/src/main/java/org/onap/aai/db/schema/DBProperty.java index d142e15b..e4f98cbf 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/DBProperty.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/DBProperty.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.db.schema; -package org.openecomp.aai.db.schema; - -import org.openecomp.aai.introspection.Introspector; +import org.onap.aai.introspection.Introspector; import com.thinkaurelius.titan.core.Cardinality; public class DBProperty implements Named { diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/EdgeProperty.java b/aai-core/src/main/java/org/onap/aai/db/schema/EdgeProperty.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/EdgeProperty.java rename to aai-core/src/main/java/org/onap/aai/db/schema/EdgeProperty.java index 0f9fafd3..4d0cf3b8 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/EdgeProperty.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/EdgeProperty.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.db.schema; +package org.onap.aai.db.schema; import com.thinkaurelius.titan.core.Multiplicity; import org.codehaus.jackson.annotate.JsonProperty; diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/ManageTitanSchema.java b/aai-core/src/main/java/org/onap/aai/db/schema/ManageTitanSchema.java similarity index 96% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/ManageTitanSchema.java rename to aai-core/src/main/java/org/onap/aai/db/schema/ManageTitanSchema.java index a7f835e6..0260543f 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/ManageTitanSchema.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/ManageTitanSchema.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.db.schema; +package org.onap.aai.db.schema; import java.util.ArrayList; import java.util.List; @@ -26,7 +27,7 @@ import java.util.Set; import org.apache.tinkerpop.gremlin.structure.Vertex; -import org.openecomp.aai.introspection.Version; +import org.onap.aai.introspection.Version; import com.thinkaurelius.titan.core.PropertyKey; import com.thinkaurelius.titan.core.TitanGraph; import com.thinkaurelius.titan.core.schema.SchemaStatus; diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/Named.java b/aai-core/src/main/java/org/onap/aai/db/schema/Named.java similarity index 79% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/Named.java rename to aai-core/src/main/java/org/onap/aai/db/schema/Named.java index 850af57a..4f1f9e62 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/Named.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/Named.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.db.schema; +package org.onap.aai.db.schema; public interface Named { diff --git a/aai-core/src/main/java/org/openecomp/aai/db/schema/ScriptDriver.java b/aai-core/src/main/java/org/onap/aai/db/schema/ScriptDriver.java similarity index 88% rename from aai-core/src/main/java/org/openecomp/aai/db/schema/ScriptDriver.java rename to aai-core/src/main/java/org/onap/aai/db/schema/ScriptDriver.java index 9a90ea28..fc494883 100644 --- a/aai-core/src/main/java/org/openecomp/aai/db/schema/ScriptDriver.java +++ b/aai-core/src/main/java/org/onap/aai/db/schema/ScriptDriver.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.db.schema; +package org.onap.aai.db.schema; import java.io.IOException; @@ -26,9 +27,9 @@ import org.codehaus.jackson.JsonGenerationException; import org.codehaus.jackson.map.JsonMappingException; import org.codehaus.jackson.map.ObjectMapper; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.util.AAIConfig; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Version; +import org.onap.aai.util.AAIConfig; import com.beust.jcommander.JCommander; import com.beust.jcommander.Parameter; import com.thinkaurelius.titan.core.TitanFactory; diff --git a/aai-core/src/main/java/org/openecomp/aai/dbgen/DataGrooming.java b/aai-core/src/main/java/org/onap/aai/dbgen/DataGrooming.java similarity index 98% rename from aai-core/src/main/java/org/openecomp/aai/dbgen/DataGrooming.java rename to aai-core/src/main/java/org/onap/aai/dbgen/DataGrooming.java index f2d6a4b8..afc7807b 100644 --- a/aai-core/src/main/java/org/openecomp/aai/dbgen/DataGrooming.java +++ b/aai-core/src/main/java/org/onap/aai/dbgen/DataGrooming.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.dbgen; +package org.onap.aai.dbgen; import java.io.BufferedReader; import java.io.BufferedWriter; @@ -47,20 +48,20 @@ import org.apache.tinkerpop.gremlin.structure.Graph; import org.apache.tinkerpop.gremlin.structure.Property; import org.apache.tinkerpop.gremlin.structure.Vertex; import org.apache.tinkerpop.gremlin.structure.VertexProperty; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.dbmap.AAIGraph; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; -import org.openecomp.aai.logging.ErrorLogHelper; -import org.openecomp.aai.serialization.db.AAIDirection; -import org.openecomp.aai.serialization.db.EdgeProperty; -import org.openecomp.aai.util.AAIConfig; -import org.openecomp.aai.util.AAIConstants; -import org.openecomp.aai.util.FormatDate; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.dbmap.AAIGraph; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.logging.ErrorLogHelper; +import org.onap.aai.serialization.db.AAIDirection; +import org.onap.aai.serialization.db.EdgeProperty; +import org.onap.aai.util.AAIConfig; +import org.onap.aai.util.AAIConstants; +import org.onap.aai.util.FormatDate; import com.att.eelf.configuration.Configuration; import com.att.eelf.configuration.EELFLogger; diff --git a/aai-core/src/main/java/org/openecomp/aai/dbgen/GenTester.java b/aai-core/src/main/java/org/onap/aai/dbgen/GenTester.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/dbgen/GenTester.java rename to aai-core/src/main/java/org/onap/aai/dbgen/GenTester.java index 7847d3d6..7b9eb2fc 100644 --- a/aai-core/src/main/java/org/openecomp/aai/dbgen/GenTester.java +++ b/aai-core/src/main/java/org/onap/aai/dbgen/GenTester.java @@ -1,34 +1,35 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.dbgen; +package org.onap.aai.dbgen; import com.att.eelf.configuration.Configuration; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; import com.thinkaurelius.titan.core.TitanGraph; import com.thinkaurelius.titan.core.schema.TitanManagement; -import org.openecomp.aai.dbmap.AAIGraph; -import org.openecomp.aai.logging.ErrorLogHelper; -import org.openecomp.aai.util.AAIConfig; -import org.openecomp.aai.util.AAIConstants; +import org.onap.aai.dbmap.AAIGraph; +import org.onap.aai.logging.ErrorLogHelper; +import org.onap.aai.util.AAIConfig; +import org.onap.aai.util.AAIConstants; import java.util.Properties; diff --git a/aai-core/src/main/java/org/openecomp/aai/dbgen/PropertyLimitDesc.java b/aai-core/src/main/java/org/onap/aai/dbgen/PropertyLimitDesc.java similarity index 78% rename from aai-core/src/main/java/org/openecomp/aai/dbgen/PropertyLimitDesc.java rename to aai-core/src/main/java/org/onap/aai/dbgen/PropertyLimitDesc.java index 8d0bf7ea..b71e7ba2 100644 --- a/aai-core/src/main/java/org/openecomp/aai/dbgen/PropertyLimitDesc.java +++ b/aai-core/src/main/java/org/onap/aai/dbgen/PropertyLimitDesc.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.dbgen; +package org.onap.aai.dbgen; public enum PropertyLimitDesc { SHOW_NONE, diff --git a/aai-core/src/main/java/org/openecomp/aai/dbgen/SchemaGenerator.java b/aai-core/src/main/java/org/onap/aai/dbgen/SchemaGenerator.java similarity index 91% rename from aai-core/src/main/java/org/openecomp/aai/dbgen/SchemaGenerator.java rename to aai-core/src/main/java/org/onap/aai/dbgen/SchemaGenerator.java index 9f85d029..132ad46a 100644 --- a/aai-core/src/main/java/org/openecomp/aai/dbgen/SchemaGenerator.java +++ b/aai-core/src/main/java/org/onap/aai/dbgen/SchemaGenerator.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.dbgen; +package org.onap.aai.dbgen; import java.util.HashMap; @@ -28,15 +29,15 @@ import java.util.Optional; import java.util.Set; import org.apache.tinkerpop.gremlin.structure.Vertex; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.schema.enums.PropertyMetadata; -import org.openecomp.aai.serialization.db.EdgeRule; -import org.openecomp.aai.serialization.db.EdgeRules; -import org.openecomp.aai.util.AAIConfig; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.schema.enums.PropertyMetadata; +import org.onap.aai.serialization.db.EdgeRule; +import org.onap.aai.serialization.db.EdgeRules; +import org.onap.aai.util.AAIConfig; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; diff --git a/aai-core/src/main/java/org/openecomp/aai/dbmap/AAIGraph.java b/aai-core/src/main/java/org/onap/aai/dbmap/AAIGraph.java similarity index 94% rename from aai-core/src/main/java/org/openecomp/aai/dbmap/AAIGraph.java rename to aai-core/src/main/java/org/onap/aai/dbmap/AAIGraph.java index 4921b91d..e62e8e7e 100644 --- a/aai-core/src/main/java/org/openecomp/aai/dbmap/AAIGraph.java +++ b/aai-core/src/main/java/org/onap/aai/dbmap/AAIGraph.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.dbmap; +package org.onap.aai.dbmap; import java.io.FileInputStream; import java.io.FileNotFoundException; @@ -31,9 +32,9 @@ import java.util.Properties; import org.apache.commons.lang.exception.ExceptionUtils; import org.apache.tinkerpop.gremlin.structure.Graph; import org.apache.tinkerpop.gremlin.structure.io.IoCore; -import org.openecomp.aai.dbgen.SchemaGenerator; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.util.AAIConstants; +import org.onap.aai.dbgen.SchemaGenerator; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.util.AAIConstants; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; diff --git a/aai-core/src/main/java/org/openecomp/aai/dbmap/DBConnectionType.java b/aai-core/src/main/java/org/onap/aai/dbmap/DBConnectionType.java similarity index 78% rename from aai-core/src/main/java/org/openecomp/aai/dbmap/DBConnectionType.java rename to aai-core/src/main/java/org/onap/aai/dbmap/DBConnectionType.java index 26495275..6095c86c 100644 --- a/aai-core/src/main/java/org/openecomp/aai/dbmap/DBConnectionType.java +++ b/aai-core/src/main/java/org/onap/aai/dbmap/DBConnectionType.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.dbmap; +package org.onap.aai.dbmap; public enum DBConnectionType { REALTIME, diff --git a/aai-core/src/main/java/org/openecomp/aai/dmaap/AAIDmaapEventJMSConsumer.java b/aai-core/src/main/java/org/onap/aai/dmaap/AAIDmaapEventJMSConsumer.java similarity index 90% rename from aai-core/src/main/java/org/openecomp/aai/dmaap/AAIDmaapEventJMSConsumer.java rename to aai-core/src/main/java/org/onap/aai/dmaap/AAIDmaapEventJMSConsumer.java index db72d63d..d5389981 100644 --- a/aai-core/src/main/java/org/openecomp/aai/dmaap/AAIDmaapEventJMSConsumer.java +++ b/aai-core/src/main/java/org/onap/aai/dmaap/AAIDmaapEventJMSConsumer.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.dmaap; +package org.onap.aai.dmaap; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; @@ -28,11 +29,11 @@ import com.sun.jersey.api.client.WebResource; import org.apache.log4j.MDC; import org.json.JSONException; import org.json.JSONObject; -import org.openecomp.aai.logging.ErrorLogHelper; -import org.openecomp.aai.util.AAIConstants; -import org.openecomp.aai.logging.LoggingContext; -import org.openecomp.aai.logging.LoggingContext.LoggingField; -import org.openecomp.aai.logging.LoggingContext.StatusCode; +import org.onap.aai.logging.ErrorLogHelper; +import org.onap.aai.util.AAIConstants; +import org.onap.aai.logging.LoggingContext; +import org.onap.aai.logging.LoggingContext.LoggingField; +import org.onap.aai.logging.LoggingContext.StatusCode; import javax.jms.JMSException; import javax.jms.Message; diff --git a/aai-core/src/main/java/org/openecomp/aai/dmaap/AAIDmaapEventJMSProducer.java b/aai-core/src/main/java/org/onap/aai/dmaap/AAIDmaapEventJMSProducer.java similarity index 86% rename from aai-core/src/main/java/org/openecomp/aai/dmaap/AAIDmaapEventJMSProducer.java rename to aai-core/src/main/java/org/onap/aai/dmaap/AAIDmaapEventJMSProducer.java index 89ed9348..d41f4768 100644 --- a/aai-core/src/main/java/org/openecomp/aai/dmaap/AAIDmaapEventJMSProducer.java +++ b/aai-core/src/main/java/org/onap/aai/dmaap/AAIDmaapEventJMSProducer.java @@ -1,29 +1,30 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.dmaap; +package org.onap.aai.dmaap; import org.apache.activemq.ActiveMQConnectionFactory; import org.apache.activemq.command.ActiveMQQueue; import org.json.JSONObject; -import org.openecomp.aai.util.AAIConfig; +import org.onap.aai.util.AAIConfig; import org.springframework.jms.connection.CachingConnectionFactory; import org.springframework.jms.core.JmsTemplate; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/notificationEvent/NotificationEvent.java b/aai-core/src/main/java/org/onap/aai/domain/notificationEvent/NotificationEvent.java similarity index 98% rename from aai-core/src/main/java/org/openecomp/aai/domain/notificationEvent/NotificationEvent.java rename to aai-core/src/main/java/org/onap/aai/domain/notificationEvent/NotificationEvent.java index 865d045f..311b8574 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/notificationEvent/NotificationEvent.java +++ b/aai-core/src/main/java/org/onap/aai/domain/notificationEvent/NotificationEvent.java @@ -1,23 +1,24 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See http://java.sun.com/xml/jaxb @@ -26,7 +27,7 @@ // -package org.openecomp.aai.domain.notificationEvent; +package org.onap.aai.domain.notificationEvent; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/notificationEvent/ObjectFactory.java b/aai-core/src/main/java/org/onap/aai/domain/notificationEvent/ObjectFactory.java similarity index 84% rename from aai-core/src/main/java/org/openecomp/aai/domain/notificationEvent/ObjectFactory.java rename to aai-core/src/main/java/org/onap/aai/domain/notificationEvent/ObjectFactory.java index c331aab2..7c456fb2 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/notificationEvent/ObjectFactory.java +++ b/aai-core/src/main/java/org/onap/aai/domain/notificationEvent/ObjectFactory.java @@ -1,23 +1,24 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See http://java.sun.com/xml/jaxb @@ -26,7 +27,7 @@ // -package org.openecomp.aai.domain.notificationEvent; +package org.onap.aai.domain.notificationEvent; import javax.xml.bind.annotation.XmlRegistry; @@ -34,7 +35,7 @@ import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface - * generated in the org.openecomp.aai.domain.notificationEvent package. + * generated in the org.onap.aai.domain.notificationEvent package. *

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML @@ -50,7 +51,7 @@ public class ObjectFactory { /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openecomp.aai.domain.notificationEvent + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.onap.aai.domain.notificationEvent * */ public ObjectFactory() { diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessage.java b/aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessage.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessage.java rename to aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessage.java index b3f03247..03a31ff3 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessage.java +++ b/aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessage.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.domain.responseMessage; +package org.onap.aai.domain.responseMessage; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -33,7 +34,7 @@ import javax.xml.bind.annotation.XmlType; "aaiResponseMessageDescription", "aaiResponseMessageData", }) -@XmlRootElement(name = "aai-response-message", namespace = "http://org.openecomp.aai.inventory") +@XmlRootElement(name = "aai-response-message", namespace = "http://org.onap.aai.inventory") public class AAIResponseMessage { @XmlElement(name = "aai-response-message-code", required = true) diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessageData.java b/aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessageData.java similarity index 88% rename from aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessageData.java rename to aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessageData.java index 16f9c6dd..5c33b93c 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessageData.java +++ b/aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessageData.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.domain.responseMessage; +package org.onap.aai.domain.responseMessage; // @@ -43,7 +44,7 @@ import javax.xml.bind.annotation.XmlType; "aaiResponseMessageDatum", "any" }) -@XmlRootElement(name = "aai-response-message-data", namespace = "http://org.openecomp.aai.inventory") +@XmlRootElement(name = "aai-response-message-data", namespace = "http://org.onap.aai.inventory") public class AAIResponseMessageData { @XmlElement(name = "aai-response-message-datum") diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessageDatum.java b/aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessageDatum.java similarity index 89% rename from aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessageDatum.java rename to aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessageDatum.java index 8b64651f..3830ce7f 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessageDatum.java +++ b/aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessageDatum.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.domain.responseMessage; +package org.onap.aai.domain.responseMessage; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -33,7 +34,7 @@ import javax.xml.bind.annotation.XmlType; }) -@XmlRootElement(name = "aai-response-message-datum", namespace = "http://org.openecomp.aai.inventory") +@XmlRootElement(name = "aai-response-message-datum", namespace = "http://org.onap.aai.inventory") public class AAIResponseMessageDatum { @XmlElement(name = "aai-response-message-datum-key", required = true) diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessages.java b/aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessages.java similarity index 91% rename from aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessages.java rename to aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessages.java index 41ff5610..7e5fb686 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/AAIResponseMessages.java +++ b/aai-core/src/main/java/org/onap/aai/domain/responseMessage/AAIResponseMessages.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.domain.responseMessage; +package org.onap.aai.domain.responseMessage; // @@ -64,7 +65,7 @@ import javax.xml.bind.annotation.XmlType; * <element name="flavor-selflink" type="{urn:ietf:params:xml:ns:yang:ietf-inet-types}uri" minOccurs="0"/> * <element name="flavor-disabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - * <element ref="{http://org.openecomp.aai.inventory/v3}relationship-list" minOccurs="0"/> + * <element ref="{http://org.onap.aai.inventory/v3}relationship-list" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -84,7 +85,7 @@ import javax.xml.bind.annotation.XmlType; "aaiResponseMessage", "any" }) -@XmlRootElement(name = "aai-response-messages", namespace = "http://org.openecomp.aai.inventory") +@XmlRootElement(name = "aai-response-messages", namespace = "http://org.onap.aai.inventory") public class AAIResponseMessages { @XmlElement(name = "aai-response-message") protected List aaiResponseMessage; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/package-info.java b/aai-core/src/main/java/org/onap/aai/domain/responseMessage/package-info.java similarity index 80% rename from aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/package-info.java rename to aai-core/src/main/java/org/onap/aai/domain/responseMessage/package-info.java index cfb4981a..43e98422 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/responseMessage/package-info.java +++ b/aai-core/src/main/java/org/onap/aai/domain/responseMessage/package-info.java @@ -1,23 +1,24 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See http://java.sun.com/xml/jaxb @@ -26,7 +27,7 @@ // @javax.xml.bind.annotation.XmlSchema( - namespace = "http://org.openecomp.aai.inventory", + namespace = "http://org.onap.aai.inventory", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package org.openecomp.aai.domain.responseMessage; +package org.onap.aai.domain.responseMessage; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/Fault.java b/aai-core/src/main/java/org/onap/aai/domain/restPolicyException/Fault.java similarity index 98% rename from aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/Fault.java rename to aai-core/src/main/java/org/onap/aai/domain/restPolicyException/Fault.java index f32268b3..dd937095 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/Fault.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restPolicyException/Fault.java @@ -1,23 +1,24 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See http://java.sun.com/xml/jaxb @@ -26,7 +27,7 @@ // -package org.openecomp.aai.domain.restPolicyException; +package org.onap.aai.domain.restPolicyException; import java.util.ArrayList; import java.util.List; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/ObjectFactory.java b/aai-core/src/main/java/org/onap/aai/domain/restPolicyException/ObjectFactory.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/ObjectFactory.java rename to aai-core/src/main/java/org/onap/aai/domain/restPolicyException/ObjectFactory.java index 3cf31ed0..ba09fa78 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/ObjectFactory.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restPolicyException/ObjectFactory.java @@ -1,23 +1,24 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See http://java.sun.com/xml/jaxb @@ -26,7 +27,7 @@ // -package org.openecomp.aai.domain.restPolicyException; +package org.onap.aai.domain.restPolicyException; import javax.xml.bind.annotation.XmlRegistry; @@ -34,7 +35,7 @@ import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface - * generated in the org.openecomp.aai.domain.restPolicyException package. + * generated in the org.onap.aai.domain.restPolicyException package. *

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML @@ -50,7 +51,7 @@ public class ObjectFactory { /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openecomp.aai.domain.restPolicyException + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.onap.aai.domain.restPolicyException * */ public ObjectFactory() { diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/PolicyException.java b/aai-core/src/main/java/org/onap/aai/domain/restPolicyException/PolicyException.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/PolicyException.java rename to aai-core/src/main/java/org/onap/aai/domain/restPolicyException/PolicyException.java index a55ce62e..3f8d7641 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/PolicyException.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restPolicyException/PolicyException.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.domain.restPolicyException; +package org.onap.aai.domain.restPolicyException; import java.util.ArrayList; import java.util.HashMap; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/RESTResponse.java b/aai-core/src/main/java/org/onap/aai/domain/restPolicyException/RESTResponse.java similarity index 90% rename from aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/RESTResponse.java rename to aai-core/src/main/java/org/onap/aai/domain/restPolicyException/RESTResponse.java index eb9deb27..df4a86bf 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/RESTResponse.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restPolicyException/RESTResponse.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.domain.restPolicyException; +package org.onap.aai.domain.restPolicyException; import java.util.HashMap; import java.util.Map; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/RequestError.java b/aai-core/src/main/java/org/onap/aai/domain/restPolicyException/RequestError.java similarity index 90% rename from aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/RequestError.java rename to aai-core/src/main/java/org/onap/aai/domain/restPolicyException/RequestError.java index a4d4e74e..e210341d 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restPolicyException/RequestError.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restPolicyException/RequestError.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.domain.restPolicyException; +package org.onap.aai.domain.restPolicyException; import java.util.HashMap; import java.util.Map; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restResponseInfo/Info.java b/aai-core/src/main/java/org/onap/aai/domain/restResponseInfo/Info.java similarity index 98% rename from aai-core/src/main/java/org/openecomp/aai/domain/restResponseInfo/Info.java rename to aai-core/src/main/java/org/onap/aai/domain/restResponseInfo/Info.java index 6a1f8e4a..4ef131a1 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restResponseInfo/Info.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restResponseInfo/Info.java @@ -1,23 +1,24 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See http://java.sun.com/xml/jaxb @@ -26,7 +27,7 @@ // -package org.openecomp.aai.domain.restResponseInfo; +package org.onap.aai.domain.restResponseInfo; import java.util.ArrayList; import java.util.List; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restResponseInfo/ObjectFactory.java b/aai-core/src/main/java/org/onap/aai/domain/restResponseInfo/ObjectFactory.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/domain/restResponseInfo/ObjectFactory.java rename to aai-core/src/main/java/org/onap/aai/domain/restResponseInfo/ObjectFactory.java index 70449586..461e7f0c 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restResponseInfo/ObjectFactory.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restResponseInfo/ObjectFactory.java @@ -1,23 +1,24 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See http://java.sun.com/xml/jaxb @@ -26,7 +27,7 @@ // -package org.openecomp.aai.domain.restResponseInfo; +package org.onap.aai.domain.restResponseInfo; import javax.xml.bind.annotation.XmlRegistry; @@ -34,7 +35,7 @@ import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface - * generated in the org.openecomp.aai.domain.restResponseInfo package. + * generated in the org.onap.aai.domain.restResponseInfo package. *

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML @@ -50,7 +51,7 @@ public class ObjectFactory { /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openecomp.aai.domain.restResponseInfo + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.onap.aai.domain.restResponseInfo * */ public ObjectFactory() { diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/Fault.java b/aai-core/src/main/java/org/onap/aai/domain/restServiceException/Fault.java similarity index 98% rename from aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/Fault.java rename to aai-core/src/main/java/org/onap/aai/domain/restServiceException/Fault.java index 3356a54f..2032cc5c 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/Fault.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restServiceException/Fault.java @@ -1,23 +1,24 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See http://java.sun.com/xml/jaxb @@ -26,7 +27,7 @@ // -package org.openecomp.aai.domain.restServiceException; +package org.onap.aai.domain.restServiceException; import java.util.ArrayList; import java.util.List; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/ObjectFactory.java b/aai-core/src/main/java/org/onap/aai/domain/restServiceException/ObjectFactory.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/ObjectFactory.java rename to aai-core/src/main/java/org/onap/aai/domain/restServiceException/ObjectFactory.java index 09c59b3c..6aef298c 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/ObjectFactory.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restServiceException/ObjectFactory.java @@ -1,23 +1,24 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See http://java.sun.com/xml/jaxb @@ -26,7 +27,7 @@ // -package org.openecomp.aai.domain.restServiceException; +package org.onap.aai.domain.restServiceException; import javax.xml.bind.annotation.XmlRegistry; @@ -34,7 +35,7 @@ import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface - * generated in the org.openecomp.aai.domain.restServiceException package. + * generated in the org.onap.aai.domain.restServiceException package. *

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML @@ -50,7 +51,7 @@ public class ObjectFactory { /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openecomp.aai.domain.restServiceException + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.onap.aai.domain.restServiceException * */ public ObjectFactory() { diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/RESTResponse.java b/aai-core/src/main/java/org/onap/aai/domain/restServiceException/RESTResponse.java similarity index 90% rename from aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/RESTResponse.java rename to aai-core/src/main/java/org/onap/aai/domain/restServiceException/RESTResponse.java index 9aa55f44..c571fd1c 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/RESTResponse.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restServiceException/RESTResponse.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.domain.restServiceException; +package org.onap.aai.domain.restServiceException; import java.util.HashMap; import java.util.Map; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/RequestError.java b/aai-core/src/main/java/org/onap/aai/domain/restServiceException/RequestError.java similarity index 90% rename from aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/RequestError.java rename to aai-core/src/main/java/org/onap/aai/domain/restServiceException/RequestError.java index edc465e8..00b59839 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/RequestError.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restServiceException/RequestError.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.domain.restServiceException; +package org.onap.aai.domain.restServiceException; import java.util.HashMap; import java.util.Map; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/ServiceException.java b/aai-core/src/main/java/org/onap/aai/domain/restServiceException/ServiceException.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/ServiceException.java rename to aai-core/src/main/java/org/onap/aai/domain/restServiceException/ServiceException.java index 56872696..0b392a03 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/restServiceException/ServiceException.java +++ b/aai-core/src/main/java/org/onap/aai/domain/restServiceException/ServiceException.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.domain.restServiceException; +package org.onap.aai.domain.restServiceException; import java.util.ArrayList; import java.util.HashMap; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/translog/TransactionLogEntries.java b/aai-core/src/main/java/org/onap/aai/domain/translog/TransactionLogEntries.java similarity index 95% rename from aai-core/src/main/java/org/openecomp/aai/domain/translog/TransactionLogEntries.java rename to aai-core/src/main/java/org/onap/aai/domain/translog/TransactionLogEntries.java index 83f5b356..cbd39c3f 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/translog/TransactionLogEntries.java +++ b/aai-core/src/main/java/org/onap/aai/domain/translog/TransactionLogEntries.java @@ -1,23 +1,24 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See http://java.sun.com/xml/jaxb @@ -26,7 +27,7 @@ // -package org.openecomp.aai.domain.translog; +package org.onap.aai.domain.translog; import java.util.ArrayList; import java.util.List; @@ -110,7 +111,7 @@ import javax.xml.bind.annotation.XmlType; @XmlType(name = "", propOrder = { "transactionLogEntries" }) -@XmlRootElement(name = "transaction-log-entries", namespace = "http://org.openecomp.aai.inventory") +@XmlRootElement(name = "transaction-log-entries", namespace = "http://org.onap.aai.inventory") public class TransactionLogEntries { protected List transactionLogEntries; diff --git a/aai-core/src/main/java/org/openecomp/aai/domain/translog/TransactionLogEntry.java b/aai-core/src/main/java/org/onap/aai/domain/translog/TransactionLogEntry.java similarity index 96% rename from aai-core/src/main/java/org/openecomp/aai/domain/translog/TransactionLogEntry.java rename to aai-core/src/main/java/org/onap/aai/domain/translog/TransactionLogEntry.java index c3724e34..37905a4e 100644 --- a/aai-core/src/main/java/org/openecomp/aai/domain/translog/TransactionLogEntry.java +++ b/aai-core/src/main/java/org/onap/aai/domain/translog/TransactionLogEntry.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.domain.translog; +package org.onap.aai.domain.translog; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @@ -46,7 +47,7 @@ import org.eclipse.persistence.oxm.annotations.XmlCDATA; "notificationEntityLink", "notificationAction" }) -@XmlRootElement(name = "transaction-log-entry", namespace = "http://org.openecomp.aai.inventory") +@XmlRootElement(name = "transaction-log-entry", namespace = "http://org.onap.aai.inventory") public class TransactionLogEntry { @XmlElement(name = "transaction-log-entry-id", required = true) diff --git a/aai-core/src/main/java/org/openecomp/aai/exceptions/AAIException.java b/aai-core/src/main/java/org/onap/aai/exceptions/AAIException.java similarity index 90% rename from aai-core/src/main/java/org/openecomp/aai/exceptions/AAIException.java rename to aai-core/src/main/java/org/onap/aai/exceptions/AAIException.java index e3bce33d..349013b7 100644 --- a/aai-core/src/main/java/org/openecomp/aai/exceptions/AAIException.java +++ b/aai-core/src/main/java/org/onap/aai/exceptions/AAIException.java @@ -1,31 +1,32 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.exceptions; +package org.onap.aai.exceptions; import java.util.Collection; import java.util.LinkedList; -import org.openecomp.aai.logging.ErrorLogHelper; -import org.openecomp.aai.logging.ErrorObject; -import org.openecomp.aai.logging.ErrorObjectNotFoundException; +import org.onap.aai.logging.ErrorLogHelper; +import org.onap.aai.logging.ErrorObject; +import org.onap.aai.logging.ErrorObjectNotFoundException; public class AAIException extends Exception { diff --git a/aai-core/src/main/java/org/openecomp/aai/exceptions/AAIExceptionWithInfo.java b/aai-core/src/main/java/org/onap/aai/exceptions/AAIExceptionWithInfo.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/exceptions/AAIExceptionWithInfo.java rename to aai-core/src/main/java/org/onap/aai/exceptions/AAIExceptionWithInfo.java index f1b15396..992c6983 100644 --- a/aai-core/src/main/java/org/openecomp/aai/exceptions/AAIExceptionWithInfo.java +++ b/aai-core/src/main/java/org/onap/aai/exceptions/AAIExceptionWithInfo.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.exceptions; +package org.onap.aai.exceptions; import java.util.HashMap; diff --git a/aai-core/src/main/java/org/openecomp/aai/extensions/AAIExtensionMap.java b/aai-core/src/main/java/org/onap/aai/extensions/AAIExtensionMap.java similarity index 96% rename from aai-core/src/main/java/org/openecomp/aai/extensions/AAIExtensionMap.java rename to aai-core/src/main/java/org/onap/aai/extensions/AAIExtensionMap.java index 11a8920a..3d7969ed 100644 --- a/aai-core/src/main/java/org/openecomp/aai/extensions/AAIExtensionMap.java +++ b/aai-core/src/main/java/org/onap/aai/extensions/AAIExtensionMap.java @@ -1,33 +1,34 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.extensions; +package org.onap.aai.extensions; import org.apache.tinkerpop.gremlin.structure.Graph; import org.apache.tinkerpop.gremlin.structure.Vertex; import org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext; -import org.openecomp.aai.domain.responseMessage.AAIResponseMessages; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.rest.db.DBRequest; -import org.openecomp.aai.rest.db.HttpEntry; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.domain.responseMessage.AAIResponseMessages; +import org.onap.aai.introspection.Loader; +import org.onap.aai.rest.db.DBRequest; +import org.onap.aai.rest.db.HttpEntry; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import javax.servlet.http.HttpServletRequest; import javax.ws.rs.core.HttpHeaders; @@ -56,7 +57,7 @@ public class AAIExtensionMap { // ----------------------------------------------------------------------- // headers | javax.ws.rs.core.HttpHeaders (RO) // ----------------------------------------------------------------------- - // objFromRequestType | String (ex. ?org.openecomp.aai.domain.yang.Vce?) (RO) + // objFromRequestType | String (ex. ?org.onap.aai.domain.yang.Vce?) (RO) // ----------------------------------------------------------------------- // objFromRequest | $TYPE {ObjFromRequestType) (RO) // ----------------------------------------------------------------------- @@ -74,7 +75,7 @@ public class AAIExtensionMap { // ----------------------------------------------------------------------- // precheckAddedList | java.util.HashMap // ----------------------------------------------------------------------- - // precheckResponseMessages | org.openecomp.aai.extensions.AAIResponseMessages + // precheckResponseMessages | org.onap.aai.extensions.AAIResponseMessages // ======================================================================= private String message; diff --git a/aai-core/src/main/java/org/openecomp/aai/extensions/ExtensionController.java b/aai-core/src/main/java/org/onap/aai/extensions/ExtensionController.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/extensions/ExtensionController.java rename to aai-core/src/main/java/org/onap/aai/extensions/ExtensionController.java index cea0e9b7..2ec30561 100644 --- a/aai-core/src/main/java/org/openecomp/aai/extensions/ExtensionController.java +++ b/aai-core/src/main/java/org/onap/aai/extensions/ExtensionController.java @@ -1,29 +1,30 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.extensions; +package org.onap.aai.extensions; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.util.AAIConfig; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.util.AAIConfig; import java.lang.reflect.Method; @@ -45,7 +46,7 @@ public class ExtensionController { public void runExtension(String apiVersion, String namespace, String resourceName, String methodName, AAIExtensionMap aaiExtMap, boolean isPreExtension) throws AAIException { - String extensionClassName = "org.openecomp.aai.extensions." + String extensionClassName = "org.onap.aai.extensions." + apiVersion.toLowerCase() + "." + namespace + "." + resourceName + "Extension"; String defaultErrorCallback = resourceName + "ExtensionErrorCallback"; diff --git a/aai-core/src/main/java/org/openecomp/aai/ingestModel/CreateWidgetModels.java b/aai-core/src/main/java/org/onap/aai/ingestModel/CreateWidgetModels.java similarity index 89% rename from aai-core/src/main/java/org/openecomp/aai/ingestModel/CreateWidgetModels.java rename to aai-core/src/main/java/org/onap/aai/ingestModel/CreateWidgetModels.java index 885f2854..98b0dc44 100644 --- a/aai-core/src/main/java/org/openecomp/aai/ingestModel/CreateWidgetModels.java +++ b/aai-core/src/main/java/org/onap/aai/ingestModel/CreateWidgetModels.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.ingestModel; +package org.onap.aai.ingestModel; import java.io.File; import java.io.PrintWriter; @@ -29,13 +30,13 @@ import java.util.UUID; import javax.xml.transform.stream.StreamSource; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.util.AAIConfig; -import org.openecomp.aai.util.AAIConstants; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.Version; +import org.onap.aai.util.AAIConfig; +import org.onap.aai.util.AAIConstants; /** * The Class CreateWidgetModels. diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/Introspector.java b/aai-core/src/main/java/org/onap/aai/introspection/Introspector.java similarity index 96% rename from aai-core/src/main/java/org/openecomp/aai/introspection/Introspector.java rename to aai-core/src/main/java/org/onap/aai/introspection/Introspector.java index 1c8baa10..f6609bff 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/Introspector.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/Introspector.java @@ -1,36 +1,37 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; import com.google.common.base.CaseFormat; import org.apache.commons.lang.ClassUtils; import org.eclipse.persistence.exceptions.DynamicException; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; -import org.openecomp.aai.logging.ErrorLogHelper; -import org.openecomp.aai.restcore.MediaType; -import org.openecomp.aai.schema.enums.ObjectMetadata; -import org.openecomp.aai.schema.enums.PropertyMetadata; -import org.openecomp.aai.workarounds.NamingExceptions; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.logging.ErrorLogHelper; +import org.onap.aai.restcore.MediaType; +import org.onap.aai.schema.enums.ObjectMetadata; +import org.onap.aai.schema.enums.PropertyMetadata; +import org.onap.aai.workarounds.NamingExceptions; import java.io.UnsupportedEncodingException; import java.lang.reflect.InvocationTargetException; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/IntrospectorFactory.java b/aai-core/src/main/java/org/onap/aai/introspection/IntrospectorFactory.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/introspection/IntrospectorFactory.java rename to aai-core/src/main/java/org/onap/aai/introspection/IntrospectorFactory.java index 760f3a68..801905dd 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/IntrospectorFactory.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/IntrospectorFactory.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; public class IntrospectorFactory { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/IntrospectorWalker.java b/aai-core/src/main/java/org/onap/aai/introspection/IntrospectorWalker.java similarity index 93% rename from aai-core/src/main/java/org/openecomp/aai/introspection/IntrospectorWalker.java rename to aai-core/src/main/java/org/onap/aai/introspection/IntrospectorWalker.java index 8eddac3b..09dcec64 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/IntrospectorWalker.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/IntrospectorWalker.java @@ -1,29 +1,30 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; import java.util.HashSet; import java.util.LinkedHashSet; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/JSONStrategy.java b/aai-core/src/main/java/org/onap/aai/introspection/JSONStrategy.java similarity index 95% rename from aai-core/src/main/java/org/openecomp/aai/introspection/JSONStrategy.java rename to aai-core/src/main/java/org/onap/aai/introspection/JSONStrategy.java index 7dae20ee..db8a7d06 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/JSONStrategy.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/JSONStrategy.java @@ -1,28 +1,29 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import org.json.simple.JSONObject; -import org.openecomp.aai.schema.enums.ObjectMetadata; -import org.openecomp.aai.schema.enums.PropertyMetadata; +import org.onap.aai.schema.enums.ObjectMetadata; +import org.onap.aai.schema.enums.PropertyMetadata; import java.io.UnsupportedEncodingException; import java.util.List; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/Loader.java b/aai-core/src/main/java/org/onap/aai/introspection/Loader.java similarity index 85% rename from aai-core/src/main/java/org/openecomp/aai/introspection/Loader.java rename to aai-core/src/main/java/org/onap/aai/introspection/Loader.java index b5a029ed..579a4644 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/Loader.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/Loader.java @@ -1,28 +1,29 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection; -package org.openecomp.aai.introspection; - -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; -import org.openecomp.aai.introspection.exceptions.AAIUnmarshallingException; -import org.openecomp.aai.restcore.MediaType; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.introspection.exceptions.AAIUnmarshallingException; +import org.onap.aai.restcore.MediaType; import java.util.Map; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/LoaderFactory.java b/aai-core/src/main/java/org/onap/aai/introspection/LoaderFactory.java similarity index 83% rename from aai-core/src/main/java/org/openecomp/aai/introspection/LoaderFactory.java rename to aai-core/src/main/java/org/onap/aai/introspection/LoaderFactory.java index 23b762d5..63f95539 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/LoaderFactory.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/LoaderFactory.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; public class LoaderFactory { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/MarshallerProperties.java b/aai-core/src/main/java/org/onap/aai/introspection/MarshallerProperties.java similarity index 91% rename from aai-core/src/main/java/org/openecomp/aai/introspection/MarshallerProperties.java rename to aai-core/src/main/java/org/onap/aai/introspection/MarshallerProperties.java index 8b9ee2d7..7f0251f4 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/MarshallerProperties.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/MarshallerProperties.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection; -package org.openecomp.aai.introspection; - -import org.openecomp.aai.restcore.MediaType; +import org.onap.aai.restcore.MediaType; public class MarshallerProperties { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/ModelInjestor.java b/aai-core/src/main/java/org/onap/aai/introspection/ModelInjestor.java similarity index 94% rename from aai-core/src/main/java/org/openecomp/aai/introspection/ModelInjestor.java rename to aai-core/src/main/java/org/onap/aai/introspection/ModelInjestor.java index c6503a69..4cdfc634 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/ModelInjestor.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/ModelInjestor.java @@ -1,30 +1,31 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import org.eclipse.persistence.dynamic.DynamicType; import org.eclipse.persistence.jaxb.JAXBContextProperties; import org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext; import org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory; -import org.openecomp.aai.util.AAIConstants; +import org.onap.aai.util.AAIConstants; import javax.xml.bind.JAXBException; import java.io.File; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/ModelType.java b/aai-core/src/main/java/org/onap/aai/introspection/ModelType.java similarity index 77% rename from aai-core/src/main/java/org/openecomp/aai/introspection/ModelType.java rename to aai-core/src/main/java/org/onap/aai/introspection/ModelType.java index 132b754b..49d2c90e 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/ModelType.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/ModelType.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; public enum ModelType { MOXY, POJO, JSON diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/MoxyLoader.java b/aai-core/src/main/java/org/onap/aai/introspection/MoxyLoader.java similarity index 91% rename from aai-core/src/main/java/org/openecomp/aai/introspection/MoxyLoader.java rename to aai-core/src/main/java/org/onap/aai/introspection/MoxyLoader.java index 80b05aee..cf81349c 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/MoxyLoader.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/MoxyLoader.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; @@ -27,12 +28,12 @@ import com.google.common.collect.ImmutableMap; import org.eclipse.persistence.dynamic.DynamicEntity; import org.eclipse.persistence.jaxb.UnmarshallerProperties; import org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; -import org.openecomp.aai.introspection.exceptions.AAIUnmarshallingException; -import org.openecomp.aai.logging.ErrorLogHelper; -import org.openecomp.aai.restcore.MediaType; -import org.openecomp.aai.workarounds.NamingExceptions; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.introspection.exceptions.AAIUnmarshallingException; +import org.onap.aai.logging.ErrorLogHelper; +import org.onap.aai.restcore.MediaType; +import org.onap.aai.workarounds.NamingExceptions; import org.w3c.dom.Document; import org.w3c.dom.NodeList; import org.xml.sax.SAXException; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/MoxyStrategy.java b/aai-core/src/main/java/org/onap/aai/introspection/MoxyStrategy.java similarity index 96% rename from aai-core/src/main/java/org/openecomp/aai/introspection/MoxyStrategy.java rename to aai-core/src/main/java/org/onap/aai/introspection/MoxyStrategy.java index b3cda8d3..ce04fb7f 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/MoxyStrategy.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/MoxyStrategy.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import com.google.common.base.CaseFormat; import com.google.common.base.Joiner; @@ -32,9 +33,9 @@ import org.eclipse.persistence.mappings.DatabaseMapping; import org.eclipse.persistence.oxm.XMLField; import org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping; import org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping; -import org.openecomp.aai.restcore.MediaType; -import org.openecomp.aai.schema.enums.ObjectMetadata; -import org.openecomp.aai.schema.enums.PropertyMetadata; +import org.onap.aai.restcore.MediaType; +import org.onap.aai.schema.enums.ObjectMetadata; +import org.onap.aai.schema.enums.PropertyMetadata; import org.springframework.web.util.UriUtils; import javax.xml.bind.JAXBException; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/PojoInjestor.java b/aai-core/src/main/java/org/onap/aai/introspection/PojoInjestor.java similarity index 84% rename from aai-core/src/main/java/org/openecomp/aai/introspection/PojoInjestor.java rename to aai-core/src/main/java/org/onap/aai/introspection/PojoInjestor.java index 3eea2420..5de9c748 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/PojoInjestor.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/PojoInjestor.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import org.eclipse.persistence.jaxb.JAXBContextFactory; -import org.openecomp.aai.db.props.AAIProperties; +import org.onap.aai.db.props.AAIProperties; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; @@ -30,7 +31,7 @@ import java.util.regex.Pattern; public class PojoInjestor { - private String POJO_CLASSPATH = "org.openecomp.aai.domain.yang"; + private String POJO_CLASSPATH = "org.onap.aai.domain.yang"; private final Pattern classNamePattern = Pattern.compile("\\.(v\\d+)\\."); public PojoInjestor() { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/PojoLoader.java b/aai-core/src/main/java/org/onap/aai/introspection/PojoLoader.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/introspection/PojoLoader.java rename to aai-core/src/main/java/org/onap/aai/introspection/PojoLoader.java index 927ac4bc..62a7dc0e 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/PojoLoader.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/PojoLoader.java @@ -1,36 +1,37 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; import com.google.common.base.CaseFormat; import org.eclipse.persistence.jaxb.JAXBContextFactory; import org.eclipse.persistence.jaxb.UnmarshallerProperties; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; -import org.openecomp.aai.introspection.exceptions.AAIUnmarshallingException; -import org.openecomp.aai.logging.ErrorLogHelper; -import org.openecomp.aai.restcore.MediaType; -import org.openecomp.aai.workarounds.NamingExceptions; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.introspection.exceptions.AAIUnmarshallingException; +import org.onap.aai.logging.ErrorLogHelper; +import org.onap.aai.restcore.MediaType; +import org.onap.aai.workarounds.NamingExceptions; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; @@ -42,7 +43,7 @@ import java.util.Map; public class PojoLoader extends Loader { private static final EELFLogger LOGGER = EELFManager.getInstance().getLogger(PojoLoader.class); - private static final String POJO_BASE_PACKAGE_NAME = "org.openecomp.aai.domain.yang"; + private static final String POJO_BASE_PACKAGE_NAME = "org.onap.aai.domain.yang"; protected JAXBContext context; private final String pojoPackageName; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/PojoStrategy.java b/aai-core/src/main/java/org/onap/aai/introspection/PojoStrategy.java similarity index 95% rename from aai-core/src/main/java/org/openecomp/aai/introspection/PojoStrategy.java rename to aai-core/src/main/java/org/onap/aai/introspection/PojoStrategy.java index 7f114bd3..6e29729d 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/PojoStrategy.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/PojoStrategy.java @@ -1,34 +1,35 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import com.google.common.base.CaseFormat; import com.google.common.base.Joiner; import com.google.common.collect.Multimap; import org.eclipse.persistence.jaxb.UnmarshallerProperties; -import org.openecomp.aai.annotations.Metadata; -import org.openecomp.aai.logging.ErrorLogHelper; -import org.openecomp.aai.restcore.MediaType; -import org.openecomp.aai.schema.enums.ObjectMetadata; -import org.openecomp.aai.schema.enums.PropertyMetadata; +import org.onap.aai.annotations.Metadata; +import org.onap.aai.logging.ErrorLogHelper; +import org.onap.aai.restcore.MediaType; +import org.onap.aai.schema.enums.ObjectMetadata; +import org.onap.aai.schema.enums.PropertyMetadata; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/PropertyPredicate.java b/aai-core/src/main/java/org/onap/aai/introspection/PropertyPredicate.java similarity index 78% rename from aai-core/src/main/java/org/openecomp/aai/introspection/PropertyPredicate.java rename to aai-core/src/main/java/org/onap/aai/introspection/PropertyPredicate.java index 38bdf82c..f4f666d9 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/PropertyPredicate.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/PropertyPredicate.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import java.util.function.BiPredicate; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/PropertyPredicates.java b/aai-core/src/main/java/org/onap/aai/introspection/PropertyPredicates.java similarity index 88% rename from aai-core/src/main/java/org/openecomp/aai/introspection/PropertyPredicates.java rename to aai-core/src/main/java/org/onap/aai/introspection/PropertyPredicates.java index c7bbb0c0..90edd5e9 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/PropertyPredicates.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/PropertyPredicates.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection; -package org.openecomp.aai.introspection; - -import org.openecomp.aai.schema.enums.PropertyMetadata; +import org.onap.aai.schema.enums.PropertyMetadata; import java.util.Map; import java.util.Set; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/Version.java b/aai-core/src/main/java/org/onap/aai/introspection/Version.java similarity index 82% rename from aai-core/src/main/java/org/openecomp/aai/introspection/Version.java rename to aai-core/src/main/java/org/onap/aai/introspection/Version.java index 9e1fab2a..e51231a4 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/Version.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/Version.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; public enum Version { v8, diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/Visibility.java b/aai-core/src/main/java/org/onap/aai/introspection/Visibility.java similarity index 78% rename from aai-core/src/main/java/org/openecomp/aai/introspection/Visibility.java rename to aai-core/src/main/java/org/onap/aai/introspection/Visibility.java index 4c467a50..4e5b6b76 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/Visibility.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/Visibility.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; public enum Visibility { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/Wanderer.java b/aai-core/src/main/java/org/onap/aai/introspection/Wanderer.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/introspection/Wanderer.java rename to aai-core/src/main/java/org/onap/aai/introspection/Wanderer.java index 5429d999..156de4fd 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/Wanderer.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/Wanderer.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection; -package org.openecomp.aai.introspection; - -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; import java.util.List; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/exceptions/AAIUnknownObjectException.java b/aai-core/src/main/java/org/onap/aai/introspection/exceptions/AAIUnknownObjectException.java similarity index 80% rename from aai-core/src/main/java/org/openecomp/aai/introspection/exceptions/AAIUnknownObjectException.java rename to aai-core/src/main/java/org/onap/aai/introspection/exceptions/AAIUnknownObjectException.java index e8ed4e8a..6bc53553 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/exceptions/AAIUnknownObjectException.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/exceptions/AAIUnknownObjectException.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection.exceptions; -package org.openecomp.aai.introspection.exceptions; - -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; public class AAIUnknownObjectException extends AAIException { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/exceptions/AAIUnmarshallingException.java b/aai-core/src/main/java/org/onap/aai/introspection/exceptions/AAIUnmarshallingException.java similarity index 80% rename from aai-core/src/main/java/org/openecomp/aai/introspection/exceptions/AAIUnmarshallingException.java rename to aai-core/src/main/java/org/onap/aai/introspection/exceptions/AAIUnmarshallingException.java index bbbcdd67..bf9c7a36 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/exceptions/AAIUnmarshallingException.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/exceptions/AAIUnmarshallingException.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection.exceptions; -package org.openecomp.aai.introspection.exceptions; - -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; public class AAIUnmarshallingException extends AAIException { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/generator/CreateExample.java b/aai-core/src/main/java/org/onap/aai/introspection/generator/CreateExample.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/introspection/generator/CreateExample.java rename to aai-core/src/main/java/org/onap/aai/introspection/generator/CreateExample.java index 1b3444fd..4d11c9ad 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/generator/CreateExample.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/generator/CreateExample.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection.generator; -package org.openecomp.aai.introspection.generator; - -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.*; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.*; import java.security.SecureRandom; import java.util.ArrayList; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/DataCopy.java b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/DataCopy.java similarity index 78% rename from aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/DataCopy.java rename to aai-core/src/main/java/org/onap/aai/introspection/sideeffect/DataCopy.java index 53c85013..d002f068 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/DataCopy.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/DataCopy.java @@ -1,35 +1,36 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.sideeffect; +package org.onap.aai.introspection.sideeffect; import org.apache.tinkerpop.gremlin.structure.Vertex; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.sideeffect.exceptions.AAIMissingRequiredPropertyException; -import org.openecomp.aai.introspection.sideeffect.exceptions.AAIMultiplePropertiesException; -import org.openecomp.aai.parsers.query.QueryParser; -import org.openecomp.aai.restcore.util.URITools; -import org.openecomp.aai.schema.enums.PropertyMetadata; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.sideeffect.exceptions.AAIMissingRequiredPropertyException; +import org.onap.aai.introspection.sideeffect.exceptions.AAIMultiplePropertiesException; +import org.onap.aai.parsers.query.QueryParser; +import org.onap.aai.restcore.util.URITools; +import org.onap.aai.schema.enums.PropertyMetadata; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import javax.ws.rs.core.MultivaluedMap; import java.io.UnsupportedEncodingException; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/DataLinkReader.java b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/DataLinkReader.java similarity index 79% rename from aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/DataLinkReader.java rename to aai-core/src/main/java/org/onap/aai/introspection/sideeffect/DataLinkReader.java index 89b03eab..20387205 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/DataLinkReader.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/DataLinkReader.java @@ -1,35 +1,36 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.sideeffect; +package org.onap.aai.introspection.sideeffect; import org.apache.tinkerpop.gremlin.structure.Vertex; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.sideeffect.exceptions.AAIMissingRequiredPropertyException; -import org.openecomp.aai.parsers.query.QueryParser; -import org.openecomp.aai.restcore.util.URITools; -import org.openecomp.aai.schema.enums.PropertyMetadata; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.sideeffect.exceptions.AAIMissingRequiredPropertyException; +import org.onap.aai.parsers.query.QueryParser; +import org.onap.aai.restcore.util.URITools; +import org.onap.aai.schema.enums.PropertyMetadata; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import javax.ws.rs.core.MultivaluedMap; import java.io.UnsupportedEncodingException; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/DataLinkWriter.java b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/DataLinkWriter.java similarity index 82% rename from aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/DataLinkWriter.java rename to aai-core/src/main/java/org/onap/aai/introspection/sideeffect/DataLinkWriter.java index 6e93098d..f98e07c4 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/DataLinkWriter.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/DataLinkWriter.java @@ -1,36 +1,37 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.sideeffect; +package org.onap.aai.introspection.sideeffect; import org.apache.tinkerpop.gremlin.structure.Vertex; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.sideeffect.exceptions.AAIMultiplePropertiesException; -import org.openecomp.aai.parsers.query.QueryParser; -import org.openecomp.aai.parsers.uri.URIToObject; -import org.openecomp.aai.restcore.util.URITools; -import org.openecomp.aai.schema.enums.PropertyMetadata; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.sideeffect.exceptions.AAIMultiplePropertiesException; +import org.onap.aai.parsers.query.QueryParser; +import org.onap.aai.parsers.uri.URIToObject; +import org.onap.aai.restcore.util.URITools; +import org.onap.aai.schema.enums.PropertyMetadata; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import javax.ws.rs.core.MultivaluedMap; import java.io.UnsupportedEncodingException; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/SideEffect.java b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/SideEffect.java similarity index 84% rename from aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/SideEffect.java rename to aai-core/src/main/java/org/onap/aai/introspection/sideeffect/SideEffect.java index 95da72f3..08520608 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/SideEffect.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/SideEffect.java @@ -1,36 +1,37 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.sideeffect; +package org.onap.aai.introspection.sideeffect; import org.apache.tinkerpop.gremlin.structure.Vertex; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.sideeffect.exceptions.AAIMissingRequiredPropertyException; -import org.openecomp.aai.schema.enums.PropertyMetadata; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.sideeffect.exceptions.AAIMissingRequiredPropertyException; +import org.onap.aai.schema.enums.PropertyMetadata; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import java.io.UnsupportedEncodingException; import java.net.URISyntaxException; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/SideEffectRunner.java b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/SideEffectRunner.java similarity index 86% rename from aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/SideEffectRunner.java rename to aai-core/src/main/java/org/onap/aai/introspection/sideeffect/SideEffectRunner.java index 3b33be1f..0129b991 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/SideEffectRunner.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/SideEffectRunner.java @@ -1,30 +1,31 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.sideeffect; +package org.onap.aai.introspection.sideeffect; import org.apache.tinkerpop.gremlin.structure.Vertex; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import java.io.UnsupportedEncodingException; import java.lang.reflect.InvocationTargetException; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/SideEffectRunnerHelper.java b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/SideEffectRunnerHelper.java similarity index 83% rename from aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/SideEffectRunnerHelper.java rename to aai-core/src/main/java/org/onap/aai/introspection/sideeffect/SideEffectRunnerHelper.java index d94cd4a1..f73216c8 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/SideEffectRunnerHelper.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/SideEffectRunnerHelper.java @@ -1,30 +1,31 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection.sideeffect; -package org.openecomp.aai.introspection.sideeffect; - -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.Wanderer; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.Wanderer; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import java.io.UnsupportedEncodingException; import java.lang.reflect.InvocationTargetException; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/exceptions/AAIMissingRequiredPropertyException.java b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/exceptions/AAIMissingRequiredPropertyException.java similarity index 80% rename from aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/exceptions/AAIMissingRequiredPropertyException.java rename to aai-core/src/main/java/org/onap/aai/introspection/sideeffect/exceptions/AAIMissingRequiredPropertyException.java index aca299c7..c159c808 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/exceptions/AAIMissingRequiredPropertyException.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/exceptions/AAIMissingRequiredPropertyException.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection.sideeffect.exceptions; -package org.openecomp.aai.introspection.sideeffect.exceptions; - -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; public class AAIMissingRequiredPropertyException extends AAIException { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/exceptions/AAIMultiplePropertiesException.java b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/exceptions/AAIMultiplePropertiesException.java similarity index 80% rename from aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/exceptions/AAIMultiplePropertiesException.java rename to aai-core/src/main/java/org/onap/aai/introspection/sideeffect/exceptions/AAIMultiplePropertiesException.java index 91bb8168..d9be4d5f 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/sideeffect/exceptions/AAIMultiplePropertiesException.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/sideeffect/exceptions/AAIMultiplePropertiesException.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection.sideeffect.exceptions; -package org.openecomp.aai.introspection.sideeffect.exceptions; - -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; public class AAIMultiplePropertiesException extends AAIException { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/CreateUUID.java b/aai-core/src/main/java/org/onap/aai/introspection/tools/CreateUUID.java similarity index 80% rename from aai-core/src/main/java/org/openecomp/aai/introspection/tools/CreateUUID.java rename to aai-core/src/main/java/org/onap/aai/introspection/tools/CreateUUID.java index f88a099c..b049c5c5 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/CreateUUID.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/tools/CreateUUID.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection.tools; -package org.openecomp.aai.introspection.tools; - -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.schema.enums.PropertyMetadata; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.schema.enums.PropertyMetadata; import java.util.Map; import java.util.UUID; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/DefaultFields.java b/aai-core/src/main/java/org/onap/aai/introspection/tools/DefaultFields.java similarity index 79% rename from aai-core/src/main/java/org/openecomp/aai/introspection/tools/DefaultFields.java rename to aai-core/src/main/java/org/onap/aai/introspection/tools/DefaultFields.java index c242d983..fdf45a1f 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/DefaultFields.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/tools/DefaultFields.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection.tools; -package org.openecomp.aai.introspection.tools; - -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.schema.enums.PropertyMetadata; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.schema.enums.PropertyMetadata; import java.util.Map; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/InjectKeysFromURI.java b/aai-core/src/main/java/org/onap/aai/introspection/tools/InjectKeysFromURI.java similarity index 81% rename from aai-core/src/main/java/org/openecomp/aai/introspection/tools/InjectKeysFromURI.java rename to aai-core/src/main/java/org/onap/aai/introspection/tools/InjectKeysFromURI.java index d9aea008..e7d86273 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/InjectKeysFromURI.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/tools/InjectKeysFromURI.java @@ -1,28 +1,29 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection.tools; -package org.openecomp.aai.introspection.tools; - -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.parsers.uri.URIToObject; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.Loader; +import org.onap.aai.parsers.uri.URIToObject; import java.net.URI; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/IntrospectorValidator.java b/aai-core/src/main/java/org/onap/aai/introspection/tools/IntrospectorValidator.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/introspection/tools/IntrospectorValidator.java rename to aai-core/src/main/java/org/onap/aai/introspection/tools/IntrospectorValidator.java index cf77a3be..b4878e38 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/IntrospectorValidator.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/tools/IntrospectorValidator.java @@ -1,32 +1,33 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection.tools; -package org.openecomp.aai.introspection.tools; - -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.IntrospectorWalker; -import org.openecomp.aai.introspection.Visibility; -import org.openecomp.aai.introspection.Wanderer; -import org.openecomp.aai.schema.enums.PropertyMetadata; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.IntrospectorWalker; +import org.onap.aai.introspection.Visibility; +import org.onap.aai.introspection.Wanderer; +import org.onap.aai.schema.enums.PropertyMetadata; import java.util.*; diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/Issue.java b/aai-core/src/main/java/org/onap/aai/introspection/tools/Issue.java similarity index 89% rename from aai-core/src/main/java/org/openecomp/aai/introspection/tools/Issue.java rename to aai-core/src/main/java/org/onap/aai/introspection/tools/Issue.java index 173d1f77..54bc393b 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/Issue.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/tools/Issue.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection.tools; -package org.openecomp.aai.introspection.tools; - -import org.openecomp.aai.introspection.Introspector; +import org.onap.aai.introspection.Introspector; public class Issue { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/IssueResolver.java b/aai-core/src/main/java/org/onap/aai/introspection/tools/IssueResolver.java similarity index 79% rename from aai-core/src/main/java/org/openecomp/aai/introspection/tools/IssueResolver.java rename to aai-core/src/main/java/org/onap/aai/introspection/tools/IssueResolver.java index e62e9b72..c5a6bc28 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/IssueResolver.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/tools/IssueResolver.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.tools; +package org.onap.aai.introspection.tools; public interface IssueResolver { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/IssueType.java b/aai-core/src/main/java/org/onap/aai/introspection/tools/IssueType.java similarity index 78% rename from aai-core/src/main/java/org/openecomp/aai/introspection/tools/IssueType.java rename to aai-core/src/main/java/org/onap/aai/introspection/tools/IssueType.java index 5606926c..c532c5f7 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/IssueType.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/tools/IssueType.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.tools; +package org.onap.aai.introspection.tools; public enum IssueType { MISSING_REQUIRED_PROP, MISSING_KEY_PROP, EXCEEDED_ALLOWED_DEPTH, PROPERTY_NOT_VISIBLE, DEPENDENT_PROP_NOT_FOUND diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/RemoveNonVisibleProperty.java b/aai-core/src/main/java/org/onap/aai/introspection/tools/RemoveNonVisibleProperty.java similarity index 81% rename from aai-core/src/main/java/org/openecomp/aai/introspection/tools/RemoveNonVisibleProperty.java rename to aai-core/src/main/java/org/onap/aai/introspection/tools/RemoveNonVisibleProperty.java index 4de0fa60..f15df84e 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/RemoveNonVisibleProperty.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/tools/RemoveNonVisibleProperty.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.tools; +package org.onap.aai.introspection.tools; public class RemoveNonVisibleProperty implements IssueResolver { diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/Severity.java b/aai-core/src/main/java/org/onap/aai/introspection/tools/Severity.java similarity index 77% rename from aai-core/src/main/java/org/openecomp/aai/introspection/tools/Severity.java rename to aai-core/src/main/java/org/onap/aai/introspection/tools/Severity.java index 14501794..ab3d1aa3 100644 --- a/aai-core/src/main/java/org/openecomp/aai/introspection/tools/Severity.java +++ b/aai-core/src/main/java/org/onap/aai/introspection/tools/Severity.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.tools; +package org.onap.aai.introspection.tools; public enum Severity { WARNING, diff --git a/aai-core/src/main/java/org/openecomp/aai/logging/CNName.java b/aai-core/src/main/java/org/onap/aai/logging/CNName.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/logging/CNName.java rename to aai-core/src/main/java/org/onap/aai/logging/CNName.java index 4c152e3c..7adbe87a 100644 --- a/aai-core/src/main/java/org/openecomp/aai/logging/CNName.java +++ b/aai-core/src/main/java/org/onap/aai/logging/CNName.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import ch.qos.logback.access.pattern.AccessConverter; import ch.qos.logback.access.spi.IAccessEvent; diff --git a/aai-core/src/main/java/org/openecomp/aai/logging/CustomLogPatternLayout.java b/aai-core/src/main/java/org/onap/aai/logging/CustomLogPatternLayout.java similarity index 80% rename from aai-core/src/main/java/org/openecomp/aai/logging/CustomLogPatternLayout.java rename to aai-core/src/main/java/org/onap/aai/logging/CustomLogPatternLayout.java index 7a8bbd92..a0b265ba 100644 --- a/aai-core/src/main/java/org/openecomp/aai/logging/CustomLogPatternLayout.java +++ b/aai-core/src/main/java/org/onap/aai/logging/CustomLogPatternLayout.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; public class CustomLogPatternLayout extends ch.qos.logback.access.PatternLayout { static { diff --git a/aai-core/src/main/java/org/openecomp/aai/logging/CustomLogPatternLayoutEncoder.java b/aai-core/src/main/java/org/onap/aai/logging/CustomLogPatternLayoutEncoder.java similarity index 83% rename from aai-core/src/main/java/org/openecomp/aai/logging/CustomLogPatternLayoutEncoder.java rename to aai-core/src/main/java/org/onap/aai/logging/CustomLogPatternLayoutEncoder.java index a34c6cc6..57f7347d 100644 --- a/aai-core/src/main/java/org/openecomp/aai/logging/CustomLogPatternLayoutEncoder.java +++ b/aai-core/src/main/java/org/onap/aai/logging/CustomLogPatternLayoutEncoder.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import ch.qos.logback.access.PatternLayout; diff --git a/aai-core/src/main/java/org/openecomp/aai/logging/DME2RestFlag.java b/aai-core/src/main/java/org/onap/aai/logging/DME2RestFlag.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/logging/DME2RestFlag.java rename to aai-core/src/main/java/org/onap/aai/logging/DME2RestFlag.java index f97f1843..16633d5c 100644 --- a/aai-core/src/main/java/org/openecomp/aai/logging/DME2RestFlag.java +++ b/aai-core/src/main/java/org/onap/aai/logging/DME2RestFlag.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import ch.qos.logback.access.pattern.AccessConverter; import ch.qos.logback.access.spi.IAccessEvent; diff --git a/aai-core/src/main/java/org/openecomp/aai/logging/EcompElapsedTime.java b/aai-core/src/main/java/org/onap/aai/logging/EcompElapsedTime.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/logging/EcompElapsedTime.java rename to aai-core/src/main/java/org/onap/aai/logging/EcompElapsedTime.java index f56a6fe5..6025ba9d 100644 --- a/aai-core/src/main/java/org/openecomp/aai/logging/EcompElapsedTime.java +++ b/aai-core/src/main/java/org/onap/aai/logging/EcompElapsedTime.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.logging; -package org.openecomp.aai.logging; - -import org.openecomp.aai.logging.LoggingContext.LoggingField; +import org.onap.aai.logging.LoggingContext.LoggingField; import ch.qos.logback.classic.pattern.ClassicConverter; import ch.qos.logback.classic.spi.ILoggingEvent; diff --git a/aai-core/src/main/java/org/openecomp/aai/logging/EcompEncoder.java b/aai-core/src/main/java/org/onap/aai/logging/EcompEncoder.java similarity index 84% rename from aai-core/src/main/java/org/openecomp/aai/logging/EcompEncoder.java rename to aai-core/src/main/java/org/onap/aai/logging/EcompEncoder.java index 396e51c3..e10ad4d0 100644 --- a/aai-core/src/main/java/org/openecomp/aai/logging/EcompEncoder.java +++ b/aai-core/src/main/java/org/onap/aai/logging/EcompEncoder.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import ch.qos.logback.classic.PatternLayout; import ch.qos.logback.classic.encoder.PatternLayoutEncoder; diff --git a/aai-core/src/main/java/org/openecomp/aai/logging/EcompPatternLayout.java b/aai-core/src/main/java/org/onap/aai/logging/EcompPatternLayout.java similarity index 83% rename from aai-core/src/main/java/org/openecomp/aai/logging/EcompPatternLayout.java rename to aai-core/src/main/java/org/onap/aai/logging/EcompPatternLayout.java index bbf32793..a08c021f 100644 --- a/aai-core/src/main/java/org/openecomp/aai/logging/EcompPatternLayout.java +++ b/aai-core/src/main/java/org/onap/aai/logging/EcompPatternLayout.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import ch.qos.logback.classic.PatternLayout; diff --git a/aai-core/src/main/java/org/openecomp/aai/logging/EcompStartTime.java b/aai-core/src/main/java/org/onap/aai/logging/EcompStartTime.java similarity index 80% rename from aai-core/src/main/java/org/openecomp/aai/logging/EcompStartTime.java rename to aai-core/src/main/java/org/onap/aai/logging/EcompStartTime.java index c08b273a..e0594cf0 100644 --- a/aai-core/src/main/java/org/openecomp/aai/logging/EcompStartTime.java +++ b/aai-core/src/main/java/org/onap/aai/logging/EcompStartTime.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.logging; -package org.openecomp.aai.logging; - -import org.openecomp.aai.logging.LoggingContext.LoggingField; +import org.onap.aai.logging.LoggingContext.LoggingField; import ch.qos.logback.classic.pattern.ClassicConverter; import ch.qos.logback.classic.spi.ILoggingEvent; diff --git a/aai-core/src/main/java/org/openecomp/aai/logging/EelfClassOfCaller.java b/aai-core/src/main/java/org/onap/aai/logging/EelfClassOfCaller.java similarity index 86% rename from aai-core/src/main/java/org/openecomp/aai/logging/EelfClassOfCaller.java rename to aai-core/src/main/java/org/onap/aai/logging/EelfClassOfCaller.java index bc745d38..4450be34 100644 --- a/aai-core/src/main/java/org/openecomp/aai/logging/EelfClassOfCaller.java +++ b/aai-core/src/main/java/org/onap/aai/logging/EelfClassOfCaller.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import ch.qos.logback.classic.pattern.NamedConverter; import ch.qos.logback.classic.spi.CallerData; diff --git a/aai-core/src/main/java/org/openecomp/aai/logging/ErrorLogHelper.java b/aai-core/src/main/java/org/onap/aai/logging/ErrorLogHelper.java similarity index 80% rename from aai-core/src/main/java/org/openecomp/aai/logging/ErrorLogHelper.java rename to aai-core/src/main/java/org/onap/aai/logging/ErrorLogHelper.java index 23e4f606..1c3ab853 100644 --- a/aai-core/src/main/java/org/openecomp/aai/logging/ErrorLogHelper.java +++ b/aai-core/src/main/java/org/onap/aai/logging/ErrorLogHelper.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import java.io.FileInputStream; import java.io.IOException; @@ -39,11 +40,11 @@ import javax.xml.bind.Marshaller; import org.apache.commons.lang.StringUtils; import org.slf4j.MDC; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.logging.LoggingContext.StatusCode; -import org.openecomp.aai.util.AAIConfig; -import org.openecomp.aai.util.AAIConstants; -import org.openecomp.aai.util.MapperUtil; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.logging.LoggingContext.StatusCode; +import org.onap.aai.util.AAIConfig; +import org.onap.aai.util.AAIConstants; +import org.onap.aai.util.MapperUtil; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; @@ -235,16 +236,16 @@ public class ErrorLogHelper { try { if(eo.getCategory().equals("1")) { - context = JAXBContext.newInstance(org.openecomp.aai.domain.restPolicyException.Fault.class); + context = JAXBContext.newInstance(org.onap.aai.domain.restPolicyException.Fault.class); Marshaller m = context.createMarshaller(); m.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true); m.setProperty(Marshaller.JAXB_ENCODING, "UTF-8"); - org.openecomp.aai.domain.restPolicyException.ObjectFactory factory = new org.openecomp.aai.domain.restPolicyException.ObjectFactory(); - org.openecomp.aai.domain.restPolicyException.Fault fault = factory.createFault(); - org.openecomp.aai.domain.restPolicyException.Fault.RequestError requestError = factory.createFaultRequestError(); - org.openecomp.aai.domain.restPolicyException.Fault.RequestError.PolicyException policyException = factory.createFaultRequestErrorPolicyException(); - org.openecomp.aai.domain.restPolicyException.Fault.RequestError.PolicyException.Variables polvariables = factory.createFaultRequestErrorPolicyExceptionVariables(); + org.onap.aai.domain.restPolicyException.ObjectFactory factory = new org.onap.aai.domain.restPolicyException.ObjectFactory(); + org.onap.aai.domain.restPolicyException.Fault fault = factory.createFault(); + org.onap.aai.domain.restPolicyException.Fault.RequestError requestError = factory.createFaultRequestError(); + org.onap.aai.domain.restPolicyException.Fault.RequestError.PolicyException policyException = factory.createFaultRequestErrorPolicyException(); + org.onap.aai.domain.restPolicyException.Fault.RequestError.PolicyException.Variables polvariables = factory.createFaultRequestErrorPolicyExceptionVariables(); policyException.setMessageId("POL" + eo.getRESTErrorCode()); policyException.setText(text.toString()); @@ -263,16 +264,16 @@ public class ErrorLogHelper { } else { - context = JAXBContext.newInstance(org.openecomp.aai.domain.restServiceException.Fault.class); + context = JAXBContext.newInstance(org.onap.aai.domain.restServiceException.Fault.class); Marshaller m = context.createMarshaller(); m.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true); m.setProperty(Marshaller.JAXB_ENCODING, "UTF-8"); - org.openecomp.aai.domain.restServiceException.ObjectFactory factory = new org.openecomp.aai.domain.restServiceException.ObjectFactory(); - org.openecomp.aai.domain.restServiceException.Fault fault = factory.createFault(); - org.openecomp.aai.domain.restServiceException.Fault.RequestError requestError = factory.createFaultRequestError(); - org.openecomp.aai.domain.restServiceException.Fault.RequestError.ServiceException serviceException = factory.createFaultRequestErrorServiceException(); - org.openecomp.aai.domain.restServiceException.Fault.RequestError.ServiceException.Variables svcvariables = factory.createFaultRequestErrorServiceExceptionVariables(); + org.onap.aai.domain.restServiceException.ObjectFactory factory = new org.onap.aai.domain.restServiceException.ObjectFactory(); + org.onap.aai.domain.restServiceException.Fault fault = factory.createFault(); + org.onap.aai.domain.restServiceException.Fault.RequestError requestError = factory.createFaultRequestError(); + org.onap.aai.domain.restServiceException.Fault.RequestError.ServiceException serviceException = factory.createFaultRequestErrorServiceException(); + org.onap.aai.domain.restServiceException.Fault.RequestError.ServiceException.Variables svcvariables = factory.createFaultRequestErrorServiceExceptionVariables(); serviceException.setMessageId("SVC" + eo.getRESTErrorCode()); serviceException.setText(text.toString()); for (int i=0;i>> it = areList.entrySet().iterator(); while (it.hasNext()) { @@ -412,8 +413,8 @@ public class ErrorLogHelper { variables.add(localDataIndex, eo.getErrorCodeString()); try { - org.openecomp.aai.domain.restResponseInfo.Info.ResponseMessages.ResponseMessage responseMessage = factory.createInfoResponseMessagesResponseMessage(); - org.openecomp.aai.domain.restResponseInfo.Info.ResponseMessages.ResponseMessage.Variables infovariables = factory.createInfoResponseMessagesResponseMessageVariables(); + org.onap.aai.domain.restResponseInfo.Info.ResponseMessages.ResponseMessage responseMessage = factory.createInfoResponseMessagesResponseMessage(); + org.onap.aai.domain.restResponseInfo.Info.ResponseMessages.ResponseMessage.Variables infovariables = factory.createInfoResponseMessagesResponseMessageVariables(); responseMessage.setMessageId("INF" + eo.getRESTErrorCode()); responseMessage.setText(text.toString()); @@ -497,16 +498,16 @@ public class ErrorLogHelper { try { if(eo.getCategory().equals("1")) { - context = JAXBContext.newInstance(org.openecomp.aai.domain.restPolicyException.Fault.class); + context = JAXBContext.newInstance(org.onap.aai.domain.restPolicyException.Fault.class); Marshaller m = context.createMarshaller(); m.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true); m.setProperty(Marshaller.JAXB_ENCODING, "UTF-8"); - org.openecomp.aai.domain.restPolicyException.ObjectFactory factory = new org.openecomp.aai.domain.restPolicyException.ObjectFactory(); - org.openecomp.aai.domain.restPolicyException.Fault fault = factory.createFault(); - org.openecomp.aai.domain.restPolicyException.Fault.RequestError requestError = factory.createFaultRequestError(); - org.openecomp.aai.domain.restPolicyException.Fault.RequestError.PolicyException policyException = factory.createFaultRequestErrorPolicyException(); - org.openecomp.aai.domain.restPolicyException.Fault.RequestError.PolicyException.Variables polvariables = factory.createFaultRequestErrorPolicyExceptionVariables(); + org.onap.aai.domain.restPolicyException.ObjectFactory factory = new org.onap.aai.domain.restPolicyException.ObjectFactory(); + org.onap.aai.domain.restPolicyException.Fault fault = factory.createFault(); + org.onap.aai.domain.restPolicyException.Fault.RequestError requestError = factory.createFaultRequestError(); + org.onap.aai.domain.restPolicyException.Fault.RequestError.PolicyException policyException = factory.createFaultRequestErrorPolicyException(); + org.onap.aai.domain.restPolicyException.Fault.RequestError.PolicyException.Variables polvariables = factory.createFaultRequestErrorPolicyExceptionVariables(); policyException.setMessageId("POL" + eo.getRESTErrorCode()); policyException.setText(text.toString()); @@ -525,16 +526,16 @@ public class ErrorLogHelper { } else { - context = JAXBContext.newInstance(org.openecomp.aai.domain.restServiceException.Fault.class); + context = JAXBContext.newInstance(org.onap.aai.domain.restServiceException.Fault.class); Marshaller m = context.createMarshaller(); m.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true); m.setProperty(Marshaller.JAXB_ENCODING, "UTF-8"); - org.openecomp.aai.domain.restServiceException.ObjectFactory factory = new org.openecomp.aai.domain.restServiceException.ObjectFactory(); - org.openecomp.aai.domain.restServiceException.Fault fault = factory.createFault(); - org.openecomp.aai.domain.restServiceException.Fault.RequestError requestError = factory.createFaultRequestError(); - org.openecomp.aai.domain.restServiceException.Fault.RequestError.ServiceException serviceException = factory.createFaultRequestErrorServiceException(); - org.openecomp.aai.domain.restServiceException.Fault.RequestError.ServiceException.Variables svcvariables = factory.createFaultRequestErrorServiceExceptionVariables(); + org.onap.aai.domain.restServiceException.ObjectFactory factory = new org.onap.aai.domain.restServiceException.ObjectFactory(); + org.onap.aai.domain.restServiceException.Fault fault = factory.createFault(); + org.onap.aai.domain.restServiceException.Fault.RequestError requestError = factory.createFaultRequestError(); + org.onap.aai.domain.restServiceException.Fault.RequestError.ServiceException serviceException = factory.createFaultRequestErrorServiceException(); + org.onap.aai.domain.restServiceException.Fault.RequestError.ServiceException.Variables svcvariables = factory.createFaultRequestErrorServiceExceptionVariables(); serviceException.setMessageId("POL" + eo.getRESTErrorCode()); serviceException.setText(text.toString()); for (int i=0;i { diff --git a/aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/params/Inject.java b/aai-core/src/main/java/org/onap/aai/serialization/queryformats/params/Inject.java similarity index 79% rename from aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/params/Inject.java rename to aai-core/src/main/java/org/onap/aai/serialization/queryformats/params/Inject.java index 128b7394..18d85545 100644 --- a/aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/params/Inject.java +++ b/aai-core/src/main/java/org/onap/aai/serialization/queryformats/params/Inject.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.queryformats.params; +package org.onap.aai.serialization.queryformats.params; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; diff --git a/aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/params/NodesOnly.java b/aai-core/src/main/java/org/onap/aai/serialization/queryformats/params/NodesOnly.java similarity index 77% rename from aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/params/NodesOnly.java rename to aai-core/src/main/java/org/onap/aai/serialization/queryformats/params/NodesOnly.java index e81b5447..1429d552 100644 --- a/aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/params/NodesOnly.java +++ b/aai-core/src/main/java/org/onap/aai/serialization/queryformats/params/NodesOnly.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.queryformats.params; +package org.onap.aai.serialization.queryformats.params; @Inject(name = "nodesOnly") public interface NodesOnly { diff --git a/aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/params/Setter.java b/aai-core/src/main/java/org/onap/aai/serialization/queryformats/params/Setter.java similarity index 81% rename from aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/params/Setter.java rename to aai-core/src/main/java/org/onap/aai/serialization/queryformats/params/Setter.java index ad866c22..e95de0db 100644 --- a/aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/params/Setter.java +++ b/aai-core/src/main/java/org/onap/aai/serialization/queryformats/params/Setter.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.queryformats.params; +package org.onap.aai.serialization.queryformats.params; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; diff --git a/aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/utils/QueryParamInjector.java b/aai-core/src/main/java/org/onap/aai/serialization/queryformats/utils/QueryParamInjector.java similarity index 80% rename from aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/utils/QueryParamInjector.java rename to aai-core/src/main/java/org/onap/aai/serialization/queryformats/utils/QueryParamInjector.java index 725152dd..29fb56df 100644 --- a/aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/utils/QueryParamInjector.java +++ b/aai-core/src/main/java/org/onap/aai/serialization/queryformats/utils/QueryParamInjector.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.queryformats.utils; +package org.onap.aai.serialization.queryformats.utils; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; @@ -26,9 +27,9 @@ import java.util.Set; import javax.ws.rs.core.MultivaluedMap; -import org.openecomp.aai.serialization.queryformats.exceptions.QueryParamInjectionException; -import org.openecomp.aai.serialization.queryformats.params.Inject; -import org.openecomp.aai.serialization.queryformats.params.Setter; +import org.onap.aai.serialization.queryformats.exceptions.QueryParamInjectionException; +import org.onap.aai.serialization.queryformats.params.Inject; +import org.onap.aai.serialization.queryformats.params.Setter; import org.reflections.Reflections; public class QueryParamInjector { @@ -37,7 +38,7 @@ public class QueryParamInjector { private QueryParamInjector () { - Reflections reflections = new Reflections("org.openecomp.aai.serialization.queryformats.params"); + Reflections reflections = new Reflections("org.onap.aai.serialization.queryformats.params"); results = reflections.getTypesAnnotatedWith(Inject.class); } diff --git a/aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/utils/UrlBuilder.java b/aai-core/src/main/java/org/onap/aai/serialization/queryformats/utils/UrlBuilder.java similarity index 79% rename from aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/utils/UrlBuilder.java rename to aai-core/src/main/java/org/onap/aai/serialization/queryformats/utils/UrlBuilder.java index 5579c8a6..8387285d 100644 --- a/aai-core/src/main/java/org/openecomp/aai/serialization/queryformats/utils/UrlBuilder.java +++ b/aai-core/src/main/java/org/onap/aai/serialization/queryformats/utils/UrlBuilder.java @@ -1,37 +1,38 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.queryformats.utils; +package org.onap.aai.serialization.queryformats.utils; import java.io.UnsupportedEncodingException; import java.net.URI; import java.net.URISyntaxException; import org.apache.tinkerpop.gremlin.structure.Vertex; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.queryformats.exceptions.AAIFormatVertexException; -import org.openecomp.aai.util.AAIApiServerURLBase; -import org.openecomp.aai.util.AAIConstants; -import org.openecomp.aai.workarounds.LegacyURITransformer; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Version; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.queryformats.exceptions.AAIFormatVertexException; +import org.onap.aai.util.AAIApiServerURLBase; +import org.onap.aai.util.AAIConstants; +import org.onap.aai.workarounds.LegacyURITransformer; public class UrlBuilder { diff --git a/aai-core/src/main/java/org/openecomp/aai/serialization/tinkerpop/TreeBackedEdge.java b/aai-core/src/main/java/org/onap/aai/serialization/tinkerpop/TreeBackedEdge.java similarity index 90% rename from aai-core/src/main/java/org/openecomp/aai/serialization/tinkerpop/TreeBackedEdge.java rename to aai-core/src/main/java/org/onap/aai/serialization/tinkerpop/TreeBackedEdge.java index 774ab28f..82aa7443 100644 --- a/aai-core/src/main/java/org/openecomp/aai/serialization/tinkerpop/TreeBackedEdge.java +++ b/aai-core/src/main/java/org/onap/aai/serialization/tinkerpop/TreeBackedEdge.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.tinkerpop; +package org.onap.aai.serialization.tinkerpop; import org.apache.tinkerpop.gremlin.structure.Direction; import org.apache.tinkerpop.gremlin.structure.Edge; diff --git a/aai-core/src/main/java/org/openecomp/aai/serialization/tinkerpop/TreeBackedVertex.java b/aai-core/src/main/java/org/onap/aai/serialization/tinkerpop/TreeBackedVertex.java similarity index 94% rename from aai-core/src/main/java/org/openecomp/aai/serialization/tinkerpop/TreeBackedVertex.java rename to aai-core/src/main/java/org/onap/aai/serialization/tinkerpop/TreeBackedVertex.java index 7ebad216..e953dc2d 100644 --- a/aai-core/src/main/java/org/openecomp/aai/serialization/tinkerpop/TreeBackedVertex.java +++ b/aai-core/src/main/java/org/onap/aai/serialization/tinkerpop/TreeBackedVertex.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.tinkerpop; +package org.onap.aai.serialization.tinkerpop; import org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree; import org.apache.tinkerpop.gremlin.structure.*; diff --git a/aai-core/src/main/java/org/openecomp/aai/tasks/ScheduledTasks.java b/aai-core/src/main/java/org/onap/aai/tasks/ScheduledTasks.java similarity index 88% rename from aai-core/src/main/java/org/openecomp/aai/tasks/ScheduledTasks.java rename to aai-core/src/main/java/org/onap/aai/tasks/ScheduledTasks.java index f0a4d41a..9d2e8b68 100644 --- a/aai-core/src/main/java/org/openecomp/aai/tasks/ScheduledTasks.java +++ b/aai-core/src/main/java/org/onap/aai/tasks/ScheduledTasks.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.tasks; +package org.onap.aai.tasks; import java.io.File; import java.util.Arrays; @@ -30,9 +31,9 @@ import org.apache.commons.io.comparator.LastModifiedFileComparator; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; -import org.openecomp.aai.logging.LoggingContext; -import org.openecomp.aai.util.AAIConfig; -import org.openecomp.aai.util.AAIConstants; +import org.onap.aai.logging.LoggingContext; +import org.onap.aai.util.AAIConfig; +import org.onap.aai.util.AAIConstants; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/AAIApiServerURLBase.java b/aai-core/src/main/java/org/onap/aai/util/AAIApiServerURLBase.java similarity index 86% rename from aai-core/src/main/java/org/openecomp/aai/util/AAIApiServerURLBase.java rename to aai-core/src/main/java/org/onap/aai/util/AAIApiServerURLBase.java index 12a2c06d..45f671ef 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/AAIApiServerURLBase.java +++ b/aai-core/src/main/java/org/onap/aai/util/AAIApiServerURLBase.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.util.List; import java.util.Map; @@ -27,8 +28,8 @@ import org.apache.cxf.helpers.CastUtils; import org.apache.cxf.message.Message; import org.apache.cxf.phase.PhaseInterceptorChain; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Version; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Version; public class AAIApiServerURLBase { diff --git a/aai-core/src/main/java/org/openecomp/aai/util/AAIApiVersion.java b/aai-core/src/main/java/org/onap/aai/util/AAIApiVersion.java similarity index 89% rename from aai-core/src/main/java/org/openecomp/aai/util/AAIApiVersion.java rename to aai-core/src/main/java/org/onap/aai/util/AAIApiVersion.java index 680fcf63..042fd177 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/AAIApiVersion.java +++ b/aai-core/src/main/java/org/onap/aai/util/AAIApiVersion.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.util.regex.Matcher; import java.util.regex.Pattern; @@ -26,7 +27,7 @@ import java.util.regex.Pattern; import org.apache.cxf.message.Message; import org.apache.cxf.phase.PhaseInterceptorChain; -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; public class AAIApiVersion { diff --git a/aai-core/src/main/java/org/openecomp/aai/util/AAICSVWriter.java b/aai-core/src/main/java/org/onap/aai/util/AAICSVWriter.java similarity index 95% rename from aai-core/src/main/java/org/openecomp/aai/util/AAICSVWriter.java rename to aai-core/src/main/java/org/onap/aai/util/AAICSVWriter.java index 5467168c..c091fc24 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/AAICSVWriter.java +++ b/aai-core/src/main/java/org/onap/aai/util/AAICSVWriter.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - /** * */ -package org.openecomp.aai.util; +package org.onap.aai.util; import java.io.IOException; import java.io.PrintWriter; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/AAIConfig.java b/aai-core/src/main/java/org/onap/aai/util/AAIConfig.java similarity index 95% rename from aai-core/src/main/java/org/openecomp/aai/util/AAIConfig.java rename to aai-core/src/main/java/org/onap/aai/util/AAIConfig.java index 9fcb521d..445fa0dd 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/AAIConfig.java +++ b/aai-core/src/main/java/org/onap/aai/util/AAIConfig.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.io.FileInputStream; import java.io.FileNotFoundException; @@ -32,8 +33,8 @@ import java.util.Timer; import org.eclipse.jetty.util.security.Password; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.logging.ErrorLogHelper; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.logging.ErrorLogHelper; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/AAIConfigCommandLinePropGetter.java b/aai-core/src/main/java/org/onap/aai/util/AAIConfigCommandLinePropGetter.java similarity index 88% rename from aai-core/src/main/java/org/openecomp/aai/util/AAIConfigCommandLinePropGetter.java rename to aai-core/src/main/java/org/onap/aai/util/AAIConfigCommandLinePropGetter.java index c6ddc4fd..9c301871 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/AAIConfigCommandLinePropGetter.java +++ b/aai-core/src/main/java/org/onap/aai/util/AAIConfigCommandLinePropGetter.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.util; -package org.openecomp.aai.util; - -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; /* * The script deobfuscatePW.sh needs to retrieve pws from the AAIConfig file. diff --git a/aai-core/src/main/java/org/openecomp/aai/util/AAIConstants.java b/aai-core/src/main/java/org/onap/aai/util/AAIConstants.java similarity index 96% rename from aai-core/src/main/java/org/openecomp/aai/util/AAIConstants.java rename to aai-core/src/main/java/org/onap/aai/util/AAIConstants.java index 6c23c6e3..9b7afe52 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/AAIConstants.java +++ b/aai-core/src/main/java/org/onap/aai/util/AAIConstants.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.util; -package org.openecomp.aai.util; - -import org.openecomp.aai.db.props.AAIProperties; +import org.onap.aai.db.props.AAIProperties; public final class AAIConstants { diff --git a/aai-core/src/main/java/org/openecomp/aai/util/AAIMechIdConfig.java b/aai-core/src/main/java/org/onap/aai/util/AAIMechIdConfig.java similarity index 93% rename from aai-core/src/main/java/org/openecomp/aai/util/AAIMechIdConfig.java rename to aai-core/src/main/java/org/onap/aai/util/AAIMechIdConfig.java index 54331f4e..04d0774b 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/AAIMechIdConfig.java +++ b/aai-core/src/main/java/org/onap/aai/util/AAIMechIdConfig.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.io.File; import java.io.FileNotFoundException; @@ -31,7 +32,7 @@ import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; -import org.openecomp.aai.logging.ErrorLogHelper; +import org.onap.aai.logging.ErrorLogHelper; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/AAIRSyncUtility.java b/aai-core/src/main/java/org/onap/aai/util/AAIRSyncUtility.java similarity index 95% rename from aai-core/src/main/java/org/openecomp/aai/util/AAIRSyncUtility.java rename to aai-core/src/main/java/org/onap/aai/util/AAIRSyncUtility.java index 9c93d5ef..f20346eb 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/AAIRSyncUtility.java +++ b/aai-core/src/main/java/org/onap/aai/util/AAIRSyncUtility.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - /** * */ -package org.openecomp.aai.util; +package org.onap.aai.util; import java.io.BufferedReader; import java.io.InputStreamReader; @@ -31,7 +32,7 @@ import java.util.ArrayList; import java.util.List; import java.util.StringTokenizer; -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; import com.att.eelf.configuration.EELFLogger; import com.att.eelf.configuration.EELFManager; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/Entity.java b/aai-core/src/main/java/org/onap/aai/util/Entity.java similarity index 95% rename from aai-core/src/main/java/org/openecomp/aai/util/Entity.java rename to aai-core/src/main/java/org/onap/aai/util/Entity.java index c1324043..b672ffb2 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/Entity.java +++ b/aai-core/src/main/java/org/onap/aai/util/Entity.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.util.ArrayList; import java.util.HashMap; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/EntityList.java b/aai-core/src/main/java/org/onap/aai/util/EntityList.java similarity index 93% rename from aai-core/src/main/java/org/openecomp/aai/util/EntityList.java rename to aai-core/src/main/java/org/onap/aai/util/EntityList.java index 6bf06054..fb91795a 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/EntityList.java +++ b/aai-core/src/main/java/org/onap/aai/util/EntityList.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.util.ArrayList; import java.util.HashMap; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/FileWatcher.java b/aai-core/src/main/java/org/onap/aai/util/FileWatcher.java similarity index 86% rename from aai-core/src/main/java/org/openecomp/aai/util/FileWatcher.java rename to aai-core/src/main/java/org/onap/aai/util/FileWatcher.java index 84e7a1a3..55d0123f 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/FileWatcher.java +++ b/aai-core/src/main/java/org/onap/aai/util/FileWatcher.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.util.*; import java.io.*; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/FormatDate.java b/aai-core/src/main/java/org/onap/aai/util/FormatDate.java similarity index 85% rename from aai-core/src/main/java/org/openecomp/aai/util/FormatDate.java rename to aai-core/src/main/java/org/onap/aai/util/FormatDate.java index d1489992..bf44dd19 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/FormatDate.java +++ b/aai-core/src/main/java/org/onap/aai/util/FormatDate.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.time.ZoneId; import java.time.ZonedDateTime; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/GenerateXsd.java b/aai-core/src/main/java/org/onap/aai/util/GenerateXsd.java similarity index 99% rename from aai-core/src/main/java/org/openecomp/aai/util/GenerateXsd.java rename to aai-core/src/main/java/org/onap/aai/util/GenerateXsd.java index 15ea8a32..c9405264 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/GenerateXsd.java +++ b/aai-core/src/main/java/org/onap/aai/util/GenerateXsd.java @@ -1,29 +1,30 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import com.google.common.base.Joiner; import com.jayway.jsonpath.JsonPath; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.serialization.db.EdgeProperty; +import org.onap.aai.introspection.Version; +import org.onap.aai.serialization.db.EdgeProperty; import org.w3c.dom.*; import javax.xml.XMLConstants; @@ -581,7 +582,7 @@ public class GenerateXsd { } sb1.append( indentation + " \r\n" + - indentation + " @org.openecomp.aai.annotations.Metadata(" + Joiner.on(",").join(metadata) + ")\r\n" + + indentation + " @org.onap.aai.annotations.Metadata(" + Joiner.on(",").join(metadata) + ")\r\n" + indentation + " \r\n"); } diff --git a/aai-core/src/main/java/org/openecomp/aai/util/HbaseSaltPrefixer.java b/aai-core/src/main/java/org/onap/aai/util/HbaseSaltPrefixer.java similarity index 88% rename from aai-core/src/main/java/org/openecomp/aai/util/HbaseSaltPrefixer.java rename to aai-core/src/main/java/org/onap/aai/util/HbaseSaltPrefixer.java index ba1575c4..792f7d52 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/HbaseSaltPrefixer.java +++ b/aai-core/src/main/java/org/onap/aai/util/HbaseSaltPrefixer.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; /* * logging to hbase encountered hotspotting issues, so per diff --git a/aai-core/src/main/java/org/openecomp/aai/util/HttpsAuthClient.java b/aai-core/src/main/java/org/onap/aai/util/HttpsAuthClient.java similarity index 93% rename from aai-core/src/main/java/org/openecomp/aai/util/HttpsAuthClient.java rename to aai-core/src/main/java/org/onap/aai/util/HttpsAuthClient.java index 664620e2..24ba1ba8 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/HttpsAuthClient.java +++ b/aai-core/src/main/java/org/onap/aai/util/HttpsAuthClient.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.io.FileInputStream; import java.security.KeyManagementException; @@ -79,7 +80,7 @@ public class HttpsAuthClient{ ClientConfig config = new DefaultClientConfig(); config.getFeatures().put(JSONConfiguration.FEATURE_POJO_MAPPING, Boolean.TRUE); - config.getClasses().add(org.openecomp.aai.restcore.CustomJacksonJaxBJsonProvider.class); + config.getClasses().add(org.onap.aai.restcore.CustomJacksonJaxBJsonProvider.class); SSLContext ctx = null; try { diff --git a/aai-core/src/main/java/org/openecomp/aai/util/KeyValueList.java b/aai-core/src/main/java/org/onap/aai/util/KeyValueList.java similarity index 93% rename from aai-core/src/main/java/org/openecomp/aai/util/KeyValueList.java rename to aai-core/src/main/java/org/onap/aai/util/KeyValueList.java index 9628f99b..12672b3b 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/KeyValueList.java +++ b/aai-core/src/main/java/org/onap/aai/util/KeyValueList.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.util.HashMap; import java.util.Map; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/MapperUtil.java b/aai-core/src/main/java/org/onap/aai/util/MapperUtil.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/util/MapperUtil.java rename to aai-core/src/main/java/org/onap/aai/util/MapperUtil.java index 0579964d..9633fdaf 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/MapperUtil.java +++ b/aai-core/src/main/java/org/onap/aai/util/MapperUtil.java @@ -1,26 +1,27 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.util; -package org.openecomp.aai.util; - -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/PojoUtils.java b/aai-core/src/main/java/org/onap/aai/util/PojoUtils.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/util/PojoUtils.java rename to aai-core/src/main/java/org/onap/aai/util/PojoUtils.java index 8840f412..5a84d9d0 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/PojoUtils.java +++ b/aai-core/src/main/java/org/onap/aai/util/PojoUtils.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.io.IOException; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/Request.java b/aai-core/src/main/java/org/onap/aai/util/Request.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/util/Request.java rename to aai-core/src/main/java/org/onap/aai/util/Request.java index 327fab74..605aa2b9 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/Request.java +++ b/aai-core/src/main/java/org/onap/aai/util/Request.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.io.UnsupportedEncodingException; import java.net.URI; @@ -28,7 +29,7 @@ import java.nio.charset.StandardCharsets; import javax.ws.rs.core.UriBuilder; -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; public class Request { diff --git a/aai-core/src/main/java/org/openecomp/aai/util/RestObject.java b/aai-core/src/main/java/org/onap/aai/util/RestObject.java similarity index 83% rename from aai-core/src/main/java/org/openecomp/aai/util/RestObject.java rename to aai-core/src/main/java/org/onap/aai/util/RestObject.java index a1cc2a14..0b267d43 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/RestObject.java +++ b/aai-core/src/main/java/org/onap/aai/util/RestObject.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; public class RestObject { diff --git a/aai-core/src/main/java/org/openecomp/aai/util/RestURLEncoder.java b/aai-core/src/main/java/org/onap/aai/util/RestURLEncoder.java similarity index 83% rename from aai-core/src/main/java/org/openecomp/aai/util/RestURLEncoder.java rename to aai-core/src/main/java/org/onap/aai/util/RestURLEncoder.java index 46a1f48e..0b97c66e 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/RestURLEncoder.java +++ b/aai-core/src/main/java/org/onap/aai/util/RestURLEncoder.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.io.UnsupportedEncodingException; import org.springframework.web.util.UriUtils; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/StoreNotificationEvent.java b/aai-core/src/main/java/org/onap/aai/util/StoreNotificationEvent.java similarity index 92% rename from aai-core/src/main/java/org/openecomp/aai/util/StoreNotificationEvent.java rename to aai-core/src/main/java/org/onap/aai/util/StoreNotificationEvent.java index 29fa69dc..96dbfeb4 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/StoreNotificationEvent.java +++ b/aai-core/src/main/java/org/onap/aai/util/StoreNotificationEvent.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.io.StringWriter; import java.util.Iterator; @@ -30,12 +31,12 @@ import org.eclipse.persistence.dynamic.DynamicEntity; import org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext; import org.json.JSONException; import org.json.JSONObject; -import org.openecomp.aai.dmaap.AAIDmaapEventJMSProducer; -import org.openecomp.aai.domain.notificationEvent.NotificationEvent; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.dmaap.AAIDmaapEventJMSProducer; +import org.onap.aai.domain.notificationEvent.NotificationEvent; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; public class StoreNotificationEvent { @@ -69,9 +70,9 @@ public class StoreNotificationEvent { throw new AAIException("AAI_7350"); } - org.openecomp.aai.domain.notificationEvent.ObjectFactory factory = new org.openecomp.aai.domain.notificationEvent.ObjectFactory(); + org.onap.aai.domain.notificationEvent.ObjectFactory factory = new org.onap.aai.domain.notificationEvent.ObjectFactory(); - org.openecomp.aai.domain.notificationEvent.NotificationEvent ne = factory.createNotificationEvent(); + org.onap.aai.domain.notificationEvent.NotificationEvent ne = factory.createNotificationEvent(); if (eh.getId() == null) { eh.setId(genDate2() + "-" + UUID.randomUUID().toString()); diff --git a/aai-core/src/main/java/org/openecomp/aai/util/UniquePropertyCheck.java b/aai-core/src/main/java/org/onap/aai/util/UniquePropertyCheck.java similarity index 96% rename from aai-core/src/main/java/org/openecomp/aai/util/UniquePropertyCheck.java rename to aai-core/src/main/java/org/onap/aai/util/UniquePropertyCheck.java index a2b77506..ae2cdaae 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/UniquePropertyCheck.java +++ b/aai-core/src/main/java/org/onap/aai/util/UniquePropertyCheck.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import java.util.HashMap; import java.util.Iterator; import java.util.Map; @@ -30,7 +31,7 @@ import org.apache.tinkerpop.gremlin.structure.Edge; import org.apache.tinkerpop.gremlin.structure.Graph; import org.apache.tinkerpop.gremlin.structure.Vertex; import org.apache.tinkerpop.gremlin.structure.VertexProperty; -import org.openecomp.aai.exceptions.AAIException; +import org.onap.aai.exceptions.AAIException; import org.slf4j.MDC; import com.att.eelf.configuration.Configuration; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/swagger/Api.java b/aai-core/src/main/java/org/onap/aai/util/swagger/Api.java similarity index 96% rename from aai-core/src/main/java/org/openecomp/aai/util/swagger/Api.java rename to aai-core/src/main/java/org/onap/aai/util/swagger/Api.java index 241be43a..e1e16c25 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/swagger/Api.java +++ b/aai-core/src/main/java/org/onap/aai/util/swagger/Api.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util.swagger; +package org.onap.aai.util.swagger; import java.util.List; import java.util.Map; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/swagger/Definition.java b/aai-core/src/main/java/org/onap/aai/util/swagger/Definition.java similarity index 95% rename from aai-core/src/main/java/org/openecomp/aai/util/swagger/Definition.java rename to aai-core/src/main/java/org/onap/aai/util/swagger/Definition.java index 31c38c56..9c8f0784 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/swagger/Definition.java +++ b/aai-core/src/main/java/org/onap/aai/util/swagger/Definition.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util.swagger; +package org.onap.aai.util.swagger; import java.util.List; diff --git a/aai-core/src/main/java/org/openecomp/aai/util/swagger/GenerateSwagger.java b/aai-core/src/main/java/org/onap/aai/util/swagger/GenerateSwagger.java similarity index 98% rename from aai-core/src/main/java/org/openecomp/aai/util/swagger/GenerateSwagger.java rename to aai-core/src/main/java/org/onap/aai/util/swagger/GenerateSwagger.java index 5731485e..a85b548e 100644 --- a/aai-core/src/main/java/org/openecomp/aai/util/swagger/GenerateSwagger.java +++ b/aai-core/src/main/java/org/onap/aai/util/swagger/GenerateSwagger.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util.swagger; +package org.onap.aai.util.swagger; import com.fasterxml.jackson.dataformat.yaml.snakeyaml.Yaml; import com.fasterxml.jackson.dataformat.yaml.snakeyaml.constructor.SafeConstructor; diff --git a/aai-core/src/main/java/org/openecomp/aai/workarounds/LegacyURITransformer.java b/aai-core/src/main/java/org/onap/aai/workarounds/LegacyURITransformer.java similarity index 91% rename from aai-core/src/main/java/org/openecomp/aai/workarounds/LegacyURITransformer.java rename to aai-core/src/main/java/org/onap/aai/workarounds/LegacyURITransformer.java index f79bae60..aabad328 100644 --- a/aai-core/src/main/java/org/openecomp/aai/workarounds/LegacyURITransformer.java +++ b/aai-core/src/main/java/org/onap/aai/workarounds/LegacyURITransformer.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.workarounds; +package org.onap.aai.workarounds; import java.net.MalformedURLException; import java.net.URI; diff --git a/aai-core/src/main/java/org/openecomp/aai/workarounds/NamingExceptions.java b/aai-core/src/main/java/org/onap/aai/workarounds/NamingExceptions.java similarity index 87% rename from aai-core/src/main/java/org/openecomp/aai/workarounds/NamingExceptions.java rename to aai-core/src/main/java/org/onap/aai/workarounds/NamingExceptions.java index 7ce063ed..e2be0d77 100644 --- a/aai-core/src/main/java/org/openecomp/aai/workarounds/NamingExceptions.java +++ b/aai-core/src/main/java/org/onap/aai/workarounds/NamingExceptions.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.workarounds; +package org.onap.aai.workarounds; public class NamingExceptions { diff --git a/aai-core/src/main/java/org/openecomp/aai/workarounds/RemoveDME2QueryParams.java b/aai-core/src/main/java/org/onap/aai/workarounds/RemoveDME2QueryParams.java similarity index 86% rename from aai-core/src/main/java/org/openecomp/aai/workarounds/RemoveDME2QueryParams.java rename to aai-core/src/main/java/org/onap/aai/workarounds/RemoveDME2QueryParams.java index b829639b..1116ed5b 100644 --- a/aai-core/src/main/java/org/openecomp/aai/workarounds/RemoveDME2QueryParams.java +++ b/aai-core/src/main/java/org/onap/aai/workarounds/RemoveDME2QueryParams.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.workarounds; +package org.onap.aai.workarounds; import javax.ws.rs.core.MultivaluedMap; diff --git a/aai-core/src/main/resources/EdgeRules.ftl b/aai-core/src/main/resources/EdgeRules.ftl index 837f9377..b29cd314 100644 --- a/aai-core/src/main/resources/EdgeRules.ftl +++ b/aai-core/src/main/resources/EdgeRules.ftl @@ -1,23 +1,26 @@ <#-- - ============LICENSE_START======================================================= - org.openecomp.aai - ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - ================================================================================ - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ============LICENSE_END========================================================= ---> + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> public static final Multimap EdgeRules = new ImmutableSetMultimap.Builder() <#list edgeRules as edgeRule> .putAll("${edgeRule["nodes"]}", diff --git a/aai-core/src/main/resources/swagger.html.ftl b/aai-core/src/main/resources/swagger.html.ftl index 0506783f..64bd3a45 100644 --- a/aai-core/src/main/resources/swagger.html.ftl +++ b/aai-core/src/main/resources/swagger.html.ftl @@ -1,23 +1,26 @@ <#-- - ============LICENSE_START======================================================= - org.openecomp.aai - ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - ================================================================================ - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ============LICENSE_END========================================================= ---> + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> diff --git a/aai-core/src/test/java/org/openecomp/aai/AAISetup.java b/aai-core/src/test/java/org/onap/aai/AAISetup.java similarity index 78% rename from aai-core/src/test/java/org/openecomp/aai/AAISetup.java rename to aai-core/src/test/java/org/onap/aai/AAISetup.java index b0fce58d..f531cea3 100644 --- a/aai-core/src/test/java/org/openecomp/aai/AAISetup.java +++ b/aai-core/src/test/java/org/onap/aai/AAISetup.java @@ -1,27 +1,29 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ -package org.openecomp.aai; +package org.onap.aai; import org.junit.BeforeClass; -import org.openecomp.aai.serialization.queryformats.QueryFormatTestHelper; -import org.openecomp.aai.util.AAIConstants; +import org.onap.aai.serialization.queryformats.QueryFormatTestHelper; +import org.onap.aai.util.AAIConstants; public abstract class AAISetup { diff --git a/aai-core/src/test/java/org/openecomp/aai/exceptions/AAIExceptionTest.java b/aai-core/src/test/java/org/onap/aai/exceptions/AAIExceptionTest.java similarity index 92% rename from aai-core/src/test/java/org/openecomp/aai/exceptions/AAIExceptionTest.java rename to aai-core/src/test/java/org/onap/aai/exceptions/AAIExceptionTest.java index 554b6418..36757e23 100644 --- a/aai-core/src/test/java/org/openecomp/aai/exceptions/AAIExceptionTest.java +++ b/aai-core/src/test/java/org/onap/aai/exceptions/AAIExceptionTest.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.exceptions; +package org.onap.aai.exceptions; import org.junit.Test; -import org.openecomp.aai.AAISetup; +import org.onap.aai.AAISetup; import static org.junit.Assert.assertEquals; diff --git a/aai-core/src/test/java/org/openecomp/aai/exceptions/AAIExceptionWithInfoTest.java b/aai-core/src/test/java/org/onap/aai/exceptions/AAIExceptionWithInfoTest.java similarity index 93% rename from aai-core/src/test/java/org/openecomp/aai/exceptions/AAIExceptionWithInfoTest.java rename to aai-core/src/test/java/org/onap/aai/exceptions/AAIExceptionWithInfoTest.java index 41841ac7..961bf688 100644 --- a/aai-core/src/test/java/org/openecomp/aai/exceptions/AAIExceptionWithInfoTest.java +++ b/aai-core/src/test/java/org/onap/aai/exceptions/AAIExceptionWithInfoTest.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.exceptions; +package org.onap.aai.exceptions; import org.junit.Test; -import org.openecomp.aai.AAISetup; +import org.onap.aai.AAISetup; import java.util.HashMap; diff --git a/aai-core/src/test/java/org/openecomp/aai/introspection/IntrospectorTestSpec.java b/aai-core/src/test/java/org/onap/aai/introspection/IntrospectorTestSpec.java similarity index 81% rename from aai-core/src/test/java/org/openecomp/aai/introspection/IntrospectorTestSpec.java rename to aai-core/src/test/java/org/onap/aai/introspection/IntrospectorTestSpec.java index 1ecc6923..d3a982d5 100644 --- a/aai-core/src/test/java/org/openecomp/aai/introspection/IntrospectorTestSpec.java +++ b/aai-core/src/test/java/org/onap/aai/introspection/IntrospectorTestSpec.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +package org.onap.aai.introspection; -package org.openecomp.aai.introspection; - -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.AAISetup; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; import static org.junit.Assert.assertEquals; diff --git a/aai-core/src/test/java/org/openecomp/aai/introspection/MoxyEngineTest.java b/aai-core/src/test/java/org/onap/aai/introspection/MoxyEngineTest.java similarity index 79% rename from aai-core/src/test/java/org/openecomp/aai/introspection/MoxyEngineTest.java rename to aai-core/src/test/java/org/onap/aai/introspection/MoxyEngineTest.java index 0f67ddfc..e3c15fc2 100644 --- a/aai-core/src/test/java/org/openecomp/aai/introspection/MoxyEngineTest.java +++ b/aai-core/src/test/java/org/onap/aai/introspection/MoxyEngineTest.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import org.junit.Test; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; public class MoxyEngineTest extends IntrospectorTestSpec { diff --git a/aai-core/src/test/java/org/openecomp/aai/introspection/PojoInjestorTest.java b/aai-core/src/test/java/org/onap/aai/introspection/PojoInjestorTest.java similarity index 81% rename from aai-core/src/test/java/org/openecomp/aai/introspection/PojoInjestorTest.java rename to aai-core/src/test/java/org/onap/aai/introspection/PojoInjestorTest.java index b820cfef..4f78f7bd 100644 --- a/aai-core/src/test/java/org/openecomp/aai/introspection/PojoInjestorTest.java +++ b/aai-core/src/test/java/org/onap/aai/introspection/PojoInjestorTest.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import org.junit.Test; -import org.openecomp.aai.db.props.AAIProperties; +import org.onap.aai.db.props.AAIProperties; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; @@ -33,11 +34,11 @@ public class PojoInjestorTest { @Test public void getVersionTest() { - String latestVersion = "org.openecomp.aai.yang.VnfImage"; + String latestVersion = "org.onap.aai.yang.VnfImage"; PojoInjestor testPI = new PojoInjestor(); assertEquals("", AAIProperties.LATEST, testPI.getVersion(latestVersion)); - String oldVersion = "org.openecomp.aai.yang.v8.VnfImage"; + String oldVersion = "org.onap.aai.yang.v8.VnfImage"; assertEquals("", Version.v8, testPI.getVersion(oldVersion)); } diff --git a/aai-core/src/test/java/org/openecomp/aai/introspection/PojoLoaderTest.java b/aai-core/src/test/java/org/onap/aai/introspection/PojoLoaderTest.java similarity index 80% rename from aai-core/src/test/java/org/openecomp/aai/introspection/PojoLoaderTest.java rename to aai-core/src/test/java/org/onap/aai/introspection/PojoLoaderTest.java index e4e58b60..bcd809dd 100644 --- a/aai-core/src/test/java/org/openecomp/aai/introspection/PojoLoaderTest.java +++ b/aai-core/src/test/java/org/onap/aai/introspection/PojoLoaderTest.java @@ -1,30 +1,31 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import org.junit.Test; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.domain.yang.v9.VnfImage; -import org.openecomp.aai.introspection.exceptions.AAIUnmarshallingException; -import org.openecomp.aai.restcore.MediaType; +import org.onap.aai.AAISetup; +import org.onap.aai.domain.yang.v9.VnfImage; +import org.onap.aai.introspection.exceptions.AAIUnmarshallingException; +import org.onap.aai.restcore.MediaType; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; diff --git a/aai-core/src/test/java/org/openecomp/aai/introspection/PojoStrategyTest.java b/aai-core/src/test/java/org/onap/aai/introspection/PojoStrategyTest.java similarity index 79% rename from aai-core/src/test/java/org/openecomp/aai/introspection/PojoStrategyTest.java rename to aai-core/src/test/java/org/onap/aai/introspection/PojoStrategyTest.java index 0bd61178..66832704 100644 --- a/aai-core/src/test/java/org/openecomp/aai/introspection/PojoStrategyTest.java +++ b/aai-core/src/test/java/org/onap/aai/introspection/PojoStrategyTest.java @@ -1,29 +1,30 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import org.junit.Test; -import org.openecomp.aai.domain.yang.CloudRegion; -import org.openecomp.aai.domain.yang.VolumeGroup; -import org.openecomp.aai.schema.enums.ObjectMetadata; +import org.onap.aai.domain.yang.CloudRegion; +import org.onap.aai.domain.yang.VolumeGroup; +import org.onap.aai.schema.enums.ObjectMetadata; import static org.junit.Assert.assertEquals; diff --git a/aai-core/src/test/java/org/openecomp/aai/introspection/PropertyPredicatesTest.java b/aai-core/src/test/java/org/onap/aai/introspection/PropertyPredicatesTest.java similarity index 86% rename from aai-core/src/test/java/org/openecomp/aai/introspection/PropertyPredicatesTest.java rename to aai-core/src/test/java/org/onap/aai/introspection/PropertyPredicatesTest.java index 50aea8fe..0250bbb3 100644 --- a/aai-core/src/test/java/org/openecomp/aai/introspection/PropertyPredicatesTest.java +++ b/aai-core/src/test/java/org/onap/aai/introspection/PropertyPredicatesTest.java @@ -1,29 +1,30 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import org.junit.Before; import org.junit.Test; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.AAISetup; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; import java.util.Set; diff --git a/aai-core/src/test/java/org/openecomp/aai/introspection/ReflectionEngineTest.java b/aai-core/src/test/java/org/onap/aai/introspection/ReflectionEngineTest.java similarity index 80% rename from aai-core/src/test/java/org/openecomp/aai/introspection/ReflectionEngineTest.java rename to aai-core/src/test/java/org/onap/aai/introspection/ReflectionEngineTest.java index d7cd7b18..6869fd71 100644 --- a/aai-core/src/test/java/org/openecomp/aai/introspection/ReflectionEngineTest.java +++ b/aai-core/src/test/java/org/onap/aai/introspection/ReflectionEngineTest.java @@ -1,27 +1,28 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection; +package org.onap.aai.introspection; import org.junit.Test; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; public class ReflectionEngineTest extends IntrospectorTestSpec { @@ -36,7 +37,7 @@ public class ReflectionEngineTest extends IntrospectorTestSpec { @Test public void containerObject() throws InstantiationException, IllegalAccessException, ClassNotFoundException, AAIUnknownObjectException { Object javaObj = null; - String className = "org.openecomp.aai.domain.yang.PortGroups"; + String className = "org.onap.aai.domain.yang.PortGroups"; javaObj = Class.forName(className).newInstance(); Introspector obj = IntrospectorFactory.newInstance(ModelType.POJO, javaObj); diff --git a/aai-core/src/test/java/org/openecomp/aai/introspection/sideeffect/DataCopyTest.java b/aai-core/src/test/java/org/onap/aai/introspection/sideeffect/DataCopyTest.java similarity index 92% rename from aai-core/src/test/java/org/openecomp/aai/introspection/sideeffect/DataCopyTest.java rename to aai-core/src/test/java/org/onap/aai/introspection/sideeffect/DataCopyTest.java index 8e37fe05..7dbf2392 100644 --- a/aai-core/src/test/java/org/openecomp/aai/introspection/sideeffect/DataCopyTest.java +++ b/aai-core/src/test/java/org/onap/aai/introspection/sideeffect/DataCopyTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.sideeffect; +package org.onap.aai.introspection.sideeffect; import com.thinkaurelius.titan.core.TitanFactory; import com.thinkaurelius.titan.core.TitanGraph; @@ -31,17 +32,17 @@ import org.junit.*; import org.junit.rules.ExpectedException; import org.mockito.Mock; import org.mockito.MockitoAnnotations; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.dbmap.DBConnectionType; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.*; -import org.openecomp.aai.introspection.sideeffect.exceptions.AAIMissingRequiredPropertyException; -import org.openecomp.aai.parsers.query.QueryParser; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.db.EdgeProperty; -import org.openecomp.aai.serialization.engines.QueryStyle; -import org.openecomp.aai.serialization.engines.TitanDBEngine; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.dbmap.DBConnectionType; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.*; +import org.onap.aai.introspection.sideeffect.exceptions.AAIMissingRequiredPropertyException; +import org.onap.aai.parsers.query.QueryParser; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.db.EdgeProperty; +import org.onap.aai.serialization.engines.QueryStyle; +import org.onap.aai.serialization.engines.TitanDBEngine; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import java.io.FileInputStream; import java.io.IOException; diff --git a/aai-core/src/test/java/org/openecomp/aai/introspection/sideeffect/DataLinkTest.java b/aai-core/src/test/java/org/onap/aai/introspection/sideeffect/DataLinkTest.java similarity index 94% rename from aai-core/src/test/java/org/openecomp/aai/introspection/sideeffect/DataLinkTest.java rename to aai-core/src/test/java/org/onap/aai/introspection/sideeffect/DataLinkTest.java index 8220b86c..b817cc69 100644 --- a/aai-core/src/test/java/org/openecomp/aai/introspection/sideeffect/DataLinkTest.java +++ b/aai-core/src/test/java/org/onap/aai/introspection/sideeffect/DataLinkTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.sideeffect; +package org.onap.aai.introspection.sideeffect; import com.thinkaurelius.titan.core.TitanFactory; import com.thinkaurelius.titan.core.TitanGraph; @@ -30,16 +31,16 @@ import org.junit.*; import org.junit.rules.ExpectedException; import org.mockito.Mock; import org.mockito.MockitoAnnotations; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.dbmap.DBConnectionType; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.*; -import org.openecomp.aai.parsers.query.QueryParser; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.db.EdgeProperty; -import org.openecomp.aai.serialization.engines.QueryStyle; -import org.openecomp.aai.serialization.engines.TitanDBEngine; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.dbmap.DBConnectionType; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.*; +import org.onap.aai.parsers.query.QueryParser; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.db.EdgeProperty; +import org.onap.aai.serialization.engines.QueryStyle; +import org.onap.aai.serialization.engines.TitanDBEngine; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import java.io.UnsupportedEncodingException; import java.lang.reflect.InvocationTargetException; diff --git a/aai-core/src/test/java/org/openecomp/aai/introspection/validation/IntrospectorValidationTest.java b/aai-core/src/test/java/org/onap/aai/introspection/validation/IntrospectorValidationTest.java similarity index 81% rename from aai-core/src/test/java/org/openecomp/aai/introspection/validation/IntrospectorValidationTest.java rename to aai-core/src/test/java/org/onap/aai/introspection/validation/IntrospectorValidationTest.java index 8b76967a..db21f578 100644 --- a/aai-core/src/test/java/org/openecomp/aai/introspection/validation/IntrospectorValidationTest.java +++ b/aai-core/src/test/java/org/onap/aai/introspection/validation/IntrospectorValidationTest.java @@ -1,36 +1,37 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.introspection.validation; +package org.onap.aai.introspection.validation; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Ignore; import org.junit.Test; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.*; -import org.openecomp.aai.introspection.tools.IntrospectorValidator; -import org.openecomp.aai.introspection.tools.Issue; -import org.openecomp.aai.introspection.tools.IssueType; -import org.openecomp.aai.serialization.queryformats.QueryFormatTestHelper; -import org.openecomp.aai.util.AAIConstants; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.*; +import org.onap.aai.introspection.tools.IntrospectorValidator; +import org.onap.aai.introspection.tools.Issue; +import org.onap.aai.introspection.tools.IssueType; +import org.onap.aai.serialization.queryformats.QueryFormatTestHelper; +import org.onap.aai.util.AAIConstants; import java.util.List; @@ -47,7 +48,7 @@ public class IntrospectorValidationTest { public static void setUp() throws NoSuchFieldException, SecurityException, Exception { System.setProperty("AJSC_HOME", "."); System.setProperty("BUNDLECONFIG_DIR", "bundleconfig-local"); - QueryFormatTestHelper.setFinalStatic(AAIConstants.class.getField("AAI_HOME_ETC_OXM"), "src/test/resources/org/openecomp/aai/introspection/"); + QueryFormatTestHelper.setFinalStatic(AAIConstants.class.getField("AAI_HOME_ETC_OXM"), "src/test/resources/org.onap.aai/introspection/"); loader = LoaderFactory.createLoaderForVersion(introspectorFactoryType, version); diff --git a/aai-core/src/test/java/org/openecomp/aai/logging/CNNameTest.java b/aai-core/src/test/java/org/onap/aai/logging/CNNameTest.java similarity index 91% rename from aai-core/src/test/java/org/openecomp/aai/logging/CNNameTest.java rename to aai-core/src/test/java/org/onap/aai/logging/CNNameTest.java index b4705030..d5cd62cd 100644 --- a/aai-core/src/test/java/org/openecomp/aai/logging/CNNameTest.java +++ b/aai-core/src/test/java/org/onap/aai/logging/CNNameTest.java @@ -1,32 +1,33 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import ch.qos.logback.access.spi.IAccessEvent; import org.junit.Before; import org.junit.Test; import org.mockito.Mockito; -import org.openecomp.aai.logging.CNName; -import org.openecomp.aai.serialization.queryformats.QueryFormatTestHelper; -import org.openecomp.aai.util.AAIConstants; +import org.onap.aai.logging.CNName; +import org.onap.aai.serialization.queryformats.QueryFormatTestHelper; +import org.onap.aai.util.AAIConstants; import org.powermock.core.classloader.annotations.PowerMockIgnore; import org.powermock.core.classloader.annotations.PrepareForTest; import org.powermock.modules.agent.PowerMockAgent; diff --git a/aai-core/src/test/java/org/openecomp/aai/logging/CustomLogPatternLayoutTest.java b/aai-core/src/test/java/org/onap/aai/logging/CustomLogPatternLayoutTest.java similarity index 82% rename from aai-core/src/test/java/org/openecomp/aai/logging/CustomLogPatternLayoutTest.java rename to aai-core/src/test/java/org/onap/aai/logging/CustomLogPatternLayoutTest.java index 3e79646b..04aaaf0f 100644 --- a/aai-core/src/test/java/org/openecomp/aai/logging/CustomLogPatternLayoutTest.java +++ b/aai-core/src/test/java/org/onap/aai/logging/CustomLogPatternLayoutTest.java @@ -1,28 +1,29 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import org.junit.Test; -import org.openecomp.aai.logging.CNName; -import org.openecomp.aai.logging.CustomLogPatternLayout; +import org.onap.aai.logging.CNName; +import org.onap.aai.logging.CustomLogPatternLayout; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; diff --git a/aai-core/src/test/java/org/openecomp/aai/logging/DME2RestFlagTest.java b/aai-core/src/test/java/org/onap/aai/logging/DME2RestFlagTest.java similarity index 91% rename from aai-core/src/test/java/org/openecomp/aai/logging/DME2RestFlagTest.java rename to aai-core/src/test/java/org/onap/aai/logging/DME2RestFlagTest.java index 1ac17dad..59177efe 100644 --- a/aai-core/src/test/java/org/openecomp/aai/logging/DME2RestFlagTest.java +++ b/aai-core/src/test/java/org/onap/aai/logging/DME2RestFlagTest.java @@ -1,14 +1,14 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -16,9 +16,10 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import static org.junit.Assert.*; import static org.mockito.Mockito.*; import ch.qos.logback.access.spi.IAccessEvent; diff --git a/aai-core/src/test/java/org/openecomp/aai/logging/EelfClassOfCallerTest.java b/aai-core/src/test/java/org/onap/aai/logging/EelfClassOfCallerTest.java similarity index 90% rename from aai-core/src/test/java/org/openecomp/aai/logging/EelfClassOfCallerTest.java rename to aai-core/src/test/java/org/onap/aai/logging/EelfClassOfCallerTest.java index 63ac5683..adb29855 100644 --- a/aai-core/src/test/java/org/openecomp/aai/logging/EelfClassOfCallerTest.java +++ b/aai-core/src/test/java/org/onap/aai/logging/EelfClassOfCallerTest.java @@ -1,14 +1,14 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -16,9 +16,10 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import static org.junit.Assert.*; import static org.mockito.Mockito.*; diff --git a/aai-core/src/test/java/org/openecomp/aai/logging/ErrorObjectTest.java b/aai-core/src/test/java/org/onap/aai/logging/ErrorObjectTest.java similarity index 95% rename from aai-core/src/test/java/org/openecomp/aai/logging/ErrorObjectTest.java rename to aai-core/src/test/java/org/onap/aai/logging/ErrorObjectTest.java index 6a5bb843..1a4c1857 100644 --- a/aai-core/src/test/java/org/openecomp/aai/logging/ErrorObjectTest.java +++ b/aai-core/src/test/java/org/onap/aai/logging/ErrorObjectTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import javax.ws.rs.core.Response; import javax.ws.rs.core.Response.Status; diff --git a/aai-core/src/test/java/org/openecomp/aai/logging/LoggingContextTest.java b/aai-core/src/test/java/org/onap/aai/logging/LoggingContextTest.java similarity index 92% rename from aai-core/src/test/java/org/openecomp/aai/logging/LoggingContextTest.java rename to aai-core/src/test/java/org/onap/aai/logging/LoggingContextTest.java index 9cc522eb..46ac5997 100644 --- a/aai-core/src/test/java/org/openecomp/aai/logging/LoggingContextTest.java +++ b/aai-core/src/test/java/org/onap/aai/logging/LoggingContextTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.logging; +package org.onap.aai.logging; import org.junit.Test; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/query/GraphTraversalTest.java b/aai-core/src/test/java/org/onap/aai/parsers/query/GraphTraversalTest.java similarity index 97% rename from aai-core/src/test/java/org/openecomp/aai/parsers/query/GraphTraversalTest.java rename to aai-core/src/test/java/org/onap/aai/parsers/query/GraphTraversalTest.java index a4070b02..df9d6122 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/query/GraphTraversalTest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/query/GraphTraversalTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.query; +package org.onap.aai.parsers.query; import org.apache.tinkerpop.gremlin.process.traversal.P; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal; @@ -28,16 +29,16 @@ import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.rest.RestTokens; -import org.openecomp.aai.serialization.engines.QueryStyle; -import org.openecomp.aai.serialization.engines.TitanDBEngine; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.AAISetup; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.Version; +import org.onap.aai.rest.RestTokens; +import org.onap.aai.serialization.engines.QueryStyle; +import org.onap.aai.serialization.engines.TitanDBEngine; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import javax.ws.rs.core.MultivaluedHashMap; import javax.ws.rs.core.MultivaluedMap; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/query/LegacyQueryTest.java b/aai-core/src/test/java/org/onap/aai/parsers/query/LegacyQueryTest.java similarity index 87% rename from aai-core/src/test/java/org/openecomp/aai/parsers/query/LegacyQueryTest.java rename to aai-core/src/test/java/org/onap/aai/parsers/query/LegacyQueryTest.java index baaad6c9..c49aa393 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/query/LegacyQueryTest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/query/LegacyQueryTest.java @@ -1,37 +1,38 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.query; +package org.onap.aai.parsers.query; import org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext; import org.junit.Ignore; import org.junit.Test; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelInjestor; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.serialization.engines.QueryStyle; -import org.openecomp.aai.serialization.engines.TitanDBEngine; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.AAISetup; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelInjestor; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.Version; +import org.onap.aai.serialization.engines.QueryStyle; +import org.onap.aai.serialization.engines.TitanDBEngine; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import javax.ws.rs.core.UriBuilder; import javax.xml.bind.JAXBException; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/query/RelationshipGremlinQueryTest.java b/aai-core/src/test/java/org/onap/aai/parsers/query/RelationshipGremlinQueryTest.java similarity index 97% rename from aai-core/src/test/java/org/openecomp/aai/parsers/query/RelationshipGremlinQueryTest.java rename to aai-core/src/test/java/org/onap/aai/parsers/query/RelationshipGremlinQueryTest.java index 0aad09c4..73108892 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/query/RelationshipGremlinQueryTest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/query/RelationshipGremlinQueryTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.query; +package org.onap.aai.parsers.query; import org.eclipse.persistence.dynamic.DynamicEntity; import org.eclipse.persistence.jaxb.UnmarshallerProperties; @@ -27,12 +28,12 @@ import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.*; -import org.openecomp.aai.serialization.engines.QueryStyle; -import org.openecomp.aai.serialization.engines.TitanDBEngine; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.AAISetup; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.*; +import org.onap.aai.serialization.engines.QueryStyle; +import org.onap.aai.serialization.engines.TitanDBEngine; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import javax.xml.bind.JAXBException; import javax.xml.bind.Unmarshaller; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/query/RelationshipQueryTest.java b/aai-core/src/test/java/org/onap/aai/parsers/query/RelationshipQueryTest.java similarity index 94% rename from aai-core/src/test/java/org/openecomp/aai/parsers/query/RelationshipQueryTest.java rename to aai-core/src/test/java/org/onap/aai/parsers/query/RelationshipQueryTest.java index 94fe0c59..7a72bcd0 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/query/RelationshipQueryTest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/query/RelationshipQueryTest.java @@ -1,36 +1,37 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.query; +package org.onap.aai.parsers.query; import org.eclipse.persistence.dynamic.DynamicEntity; import org.eclipse.persistence.jaxb.UnmarshallerProperties; import org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext; import org.junit.Ignore; import org.junit.Test; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.*; -import org.openecomp.aai.serialization.engines.QueryStyle; -import org.openecomp.aai.serialization.engines.TitanDBEngine; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.AAISetup; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.*; +import org.onap.aai.serialization.engines.QueryStyle; +import org.onap.aai.serialization.engines.TitanDBEngine; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import javax.xml.bind.JAXBException; import javax.xml.bind.Unmarshaller; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/query/UniqueRelationshipQueryTest.java b/aai-core/src/test/java/org/onap/aai/parsers/query/UniqueRelationshipQueryTest.java similarity index 95% rename from aai-core/src/test/java/org/openecomp/aai/parsers/query/UniqueRelationshipQueryTest.java rename to aai-core/src/test/java/org/onap/aai/parsers/query/UniqueRelationshipQueryTest.java index 870bbd36..12290861 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/query/UniqueRelationshipQueryTest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/query/UniqueRelationshipQueryTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.query; +package org.onap.aai.parsers.query; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__; @@ -29,12 +30,12 @@ import org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.*; -import org.openecomp.aai.serialization.engines.QueryStyle; -import org.openecomp.aai.serialization.engines.TitanDBEngine; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.AAISetup; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.*; +import org.onap.aai.serialization.engines.QueryStyle; +import org.onap.aai.serialization.engines.TitanDBEngine; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import javax.xml.bind.JAXBException; import javax.xml.bind.Unmarshaller; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/query/UniqueURIQueryTest.java b/aai-core/src/test/java/org/onap/aai/parsers/query/UniqueURIQueryTest.java similarity index 91% rename from aai-core/src/test/java/org/openecomp/aai/parsers/query/UniqueURIQueryTest.java rename to aai-core/src/test/java/org/onap/aai/parsers/query/UniqueURIQueryTest.java index e1be7f25..84e9c6bc 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/query/UniqueURIQueryTest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/query/UniqueURIQueryTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.query; +package org.onap.aai.parsers.query; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__; @@ -26,15 +27,15 @@ import org.apache.tinkerpop.gremlin.structure.Vertex; import org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext; import org.junit.Ignore; import org.junit.Test; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelInjestor; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.serialization.engines.QueryStyle; -import org.openecomp.aai.serialization.engines.TitanDBEngine; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.AAISetup; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelInjestor; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.Version; +import org.onap.aai.serialization.engines.QueryStyle; +import org.onap.aai.serialization.engines.TitanDBEngine; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import javax.ws.rs.core.UriBuilder; import java.io.UnsupportedEncodingException; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/relationship/RelationshipToURITest.java b/aai-core/src/test/java/org/onap/aai/parsers/relationship/RelationshipToURITest.java similarity index 94% rename from aai-core/src/test/java/org/openecomp/aai/parsers/relationship/RelationshipToURITest.java rename to aai-core/src/test/java/org/onap/aai/parsers/relationship/RelationshipToURITest.java index 092d5c66..04727067 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/relationship/RelationshipToURITest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/relationship/RelationshipToURITest.java @@ -1,35 +1,36 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.relationship; +package org.onap.aai.parsers.relationship; import org.apache.commons.io.IOUtils; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.*; -import org.openecomp.aai.parsers.exceptions.AAIIdentityMapParseException; -import org.openecomp.aai.parsers.exceptions.AmbiguousMapAAIException; +import org.onap.aai.AAISetup; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.*; +import org.onap.aai.parsers.exceptions.AAIIdentityMapParseException; +import org.onap.aai.parsers.exceptions.AmbiguousMapAAIException; import java.io.FileInputStream; import java.io.IOException; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIParserTest.java b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIParserTest.java similarity index 86% rename from aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIParserTest.java rename to aai-core/src/test/java/org/onap/aai/parsers/uri/URIParserTest.java index da863c1e..bc3a684b 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIParserTest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIParserTest.java @@ -1,34 +1,35 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.uri; +package org.onap.aai.parsers.uri; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.Version; +import org.onap.aai.AAISetup; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.Version; import javax.ws.rs.core.UriBuilder; import javax.xml.bind.JAXBException; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToDBKeyTest.java b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToDBKeyTest.java similarity index 93% rename from aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToDBKeyTest.java rename to aai-core/src/test/java/org/onap/aai/parsers/uri/URIToDBKeyTest.java index 626e97ab..7656661b 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToDBKeyTest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToDBKeyTest.java @@ -1,34 +1,35 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.uri; +package org.onap.aai.parsers.uri; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.parsers.exceptions.DoesNotStartWithValidNamespaceException; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.introspection.*; +import org.onap.aai.AAISetup; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.parsers.exceptions.DoesNotStartWithValidNamespaceException; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.introspection.*; import org.powermock.core.classloader.annotations.PrepareForTest; import javax.ws.rs.core.UriBuilder; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToExtensionInformationTest.java b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToExtensionInformationTest.java similarity index 85% rename from aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToExtensionInformationTest.java rename to aai-core/src/test/java/org/onap/aai/parsers/uri/URIToExtensionInformationTest.java index 38377f73..ce4933a6 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToExtensionInformationTest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToExtensionInformationTest.java @@ -1,34 +1,35 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.uri; +package org.onap.aai.parsers.uri; import org.junit.Ignore; import org.junit.Test; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.restcore.HttpMethod; +import org.onap.aai.AAISetup; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.Version; +import org.onap.aai.restcore.HttpMethod; import javax.ws.rs.core.UriBuilder; import javax.xml.bind.JAXBException; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToObjectTest.java b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToObjectTest.java similarity index 95% rename from aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToObjectTest.java rename to aai-core/src/test/java/org/onap/aai/parsers/uri/URIToObjectTest.java index 9eb013f6..d51dcead 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToObjectTest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToObjectTest.java @@ -1,34 +1,35 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.uri; +package org.onap.aai.parsers.uri; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.*; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.AAISetup; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.*; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; import javax.ws.rs.core.UriBuilder; import javax.xml.bind.JAXBException; diff --git a/aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToRelationshipObjectTest.java b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToRelationshipObjectTest.java similarity index 95% rename from aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToRelationshipObjectTest.java rename to aai-core/src/test/java/org/onap/aai/parsers/uri/URIToRelationshipObjectTest.java index ee7b8651..4f15d278 100644 --- a/aai-core/src/test/java/org/openecomp/aai/parsers/uri/URIToRelationshipObjectTest.java +++ b/aai-core/src/test/java/org/onap/aai/parsers/uri/URIToRelationshipObjectTest.java @@ -1,33 +1,34 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.parsers.uri; +package org.onap.aai.parsers.uri; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.*; +import org.onap.aai.AAISetup; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.*; import javax.ws.rs.core.UriBuilder; import javax.xml.bind.JAXBException; diff --git a/aai-core/src/test/java/org/openecomp/aai/query/builder/SimplePathTest.java b/aai-core/src/test/java/org/onap/aai/query/builder/SimplePathTest.java similarity index 89% rename from aai-core/src/test/java/org/openecomp/aai/query/builder/SimplePathTest.java rename to aai-core/src/test/java/org/onap/aai/query/builder/SimplePathTest.java index e57fb0e5..a3515ab9 100644 --- a/aai-core/src/test/java/org/openecomp/aai/query/builder/SimplePathTest.java +++ b/aai-core/src/test/java/org/onap/aai/query/builder/SimplePathTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.query.builder; +package org.onap.aai.query.builder; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource; import org.apache.tinkerpop.gremlin.structure.Graph; @@ -27,14 +28,14 @@ import org.apache.tinkerpop.gremlin.structure.Vertex; import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph; import org.junit.Before; import org.junit.Test; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.serialization.db.EdgeRules; -import org.openecomp.aai.serialization.db.EdgeType; +import org.onap.aai.AAISetup; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.Version; +import org.onap.aai.serialization.db.EdgeRules; +import org.onap.aai.serialization.db.EdgeType; import java.util.List; diff --git a/aai-core/src/test/java/org/openecomp/aai/query/builder/TraversalQueryTest.java b/aai-core/src/test/java/org/onap/aai/query/builder/TraversalQueryTest.java similarity index 88% rename from aai-core/src/test/java/org/openecomp/aai/query/builder/TraversalQueryTest.java rename to aai-core/src/test/java/org/onap/aai/query/builder/TraversalQueryTest.java index f8418bd1..fa06e17f 100644 --- a/aai-core/src/test/java/org/openecomp/aai/query/builder/TraversalQueryTest.java +++ b/aai-core/src/test/java/org/onap/aai/query/builder/TraversalQueryTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.query.builder; +package org.onap.aai.query.builder; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource; @@ -28,12 +29,12 @@ import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.mockito.Mock; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; +import org.onap.aai.AAISetup; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; import java.io.UnsupportedEncodingException; import java.net.URI; diff --git a/aai-core/src/test/java/org/openecomp/aai/query/builder/UntilTest.java b/aai-core/src/test/java/org/onap/aai/query/builder/UntilTest.java similarity index 86% rename from aai-core/src/test/java/org/openecomp/aai/query/builder/UntilTest.java rename to aai-core/src/test/java/org/onap/aai/query/builder/UntilTest.java index b6c6025a..d87eb675 100644 --- a/aai-core/src/test/java/org/openecomp/aai/query/builder/UntilTest.java +++ b/aai-core/src/test/java/org/onap/aai/query/builder/UntilTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.query.builder; +package org.onap.aai.query.builder; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource; import org.apache.tinkerpop.gremlin.structure.Graph; @@ -27,14 +28,14 @@ import org.apache.tinkerpop.gremlin.structure.Vertex; import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph; import org.junit.Before; import org.junit.Test; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.serialization.db.EdgeRules; -import org.openecomp.aai.serialization.db.EdgeType; +import org.onap.aai.AAISetup; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.serialization.db.EdgeRules; +import org.onap.aai.serialization.db.EdgeType; import java.util.ArrayList; import java.util.List; diff --git a/aai-core/src/test/java/org/openecomp/aai/serialization/db/DbAliasTest.java b/aai-core/src/test/java/org/onap/aai/serialization/db/DbAliasTest.java similarity index 87% rename from aai-core/src/test/java/org/openecomp/aai/serialization/db/DbAliasTest.java rename to aai-core/src/test/java/org/onap/aai/serialization/db/DbAliasTest.java index d4793939..2137b3e9 100644 --- a/aai-core/src/test/java/org/openecomp/aai/serialization/db/DbAliasTest.java +++ b/aai-core/src/test/java/org/onap/aai/serialization/db/DbAliasTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.db; +package org.onap.aai.serialization.db; import com.thinkaurelius.titan.core.TitanFactory; import com.thinkaurelius.titan.core.TitanGraph; @@ -28,15 +29,15 @@ import org.apache.tinkerpop.gremlin.structure.Vertex; import org.junit.After; import org.junit.Before; import org.junit.Test; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.dbmap.DBConnectionType; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.*; -import org.openecomp.aai.parsers.query.QueryParser; -import org.openecomp.aai.schema.enums.PropertyMetadata; -import org.openecomp.aai.serialization.engines.QueryStyle; -import org.openecomp.aai.serialization.engines.TitanDBEngine; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.AAISetup; +import org.onap.aai.dbmap.DBConnectionType; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.*; +import org.onap.aai.parsers.query.QueryParser; +import org.onap.aai.schema.enums.PropertyMetadata; +import org.onap.aai.serialization.engines.QueryStyle; +import org.onap.aai.serialization.engines.TitanDBEngine; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import java.io.UnsupportedEncodingException; import java.lang.reflect.InvocationTargetException; diff --git a/aai-core/src/test/java/org/openecomp/aai/serialization/db/DbSerializerTest.java b/aai-core/src/test/java/org/onap/aai/serialization/db/DbSerializerTest.java similarity index 95% rename from aai-core/src/test/java/org/openecomp/aai/serialization/db/DbSerializerTest.java rename to aai-core/src/test/java/org/onap/aai/serialization/db/DbSerializerTest.java index b30c9367..c89150b6 100644 --- a/aai-core/src/test/java/org/openecomp/aai/serialization/db/DbSerializerTest.java +++ b/aai-core/src/test/java/org/onap/aai/serialization/db/DbSerializerTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.db; +package org.onap.aai.serialization.db; import com.thinkaurelius.titan.core.TitanFactory; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource; @@ -31,18 +32,18 @@ import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.dbmap.DBConnectionType; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Introspector; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.serialization.engines.QueryStyle; -import org.openecomp.aai.serialization.engines.TitanDBEngine; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.AAISetup; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.dbmap.DBConnectionType; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Introspector; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.Version; +import org.onap.aai.serialization.engines.QueryStyle; +import org.onap.aai.serialization.engines.TitanDBEngine; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; import static org.junit.Assert.*; import static org.mockito.Mockito.spy; diff --git a/aai-core/src/test/java/org/openecomp/aai/serialization/db/EdgePropertyMapTest.java b/aai-core/src/test/java/org/onap/aai/serialization/db/EdgePropertyMapTest.java similarity index 84% rename from aai-core/src/test/java/org/openecomp/aai/serialization/db/EdgePropertyMapTest.java rename to aai-core/src/test/java/org/onap/aai/serialization/db/EdgePropertyMapTest.java index fb3c0469..8dbb8000 100644 --- a/aai-core/src/test/java/org/openecomp/aai/serialization/db/EdgePropertyMapTest.java +++ b/aai-core/src/test/java/org/onap/aai/serialization/db/EdgePropertyMapTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.db; +package org.onap.aai.serialization.db; import org.junit.Test; diff --git a/aai-core/src/test/java/org/openecomp/aai/serialization/db/EdgeRulesTest.java b/aai-core/src/test/java/org/onap/aai/serialization/db/EdgeRulesTest.java similarity index 90% rename from aai-core/src/test/java/org/openecomp/aai/serialization/db/EdgeRulesTest.java rename to aai-core/src/test/java/org/onap/aai/serialization/db/EdgeRulesTest.java index 0257e6b1..4bf6a6c2 100644 --- a/aai-core/src/test/java/org/openecomp/aai/serialization/db/EdgeRulesTest.java +++ b/aai-core/src/test/java/org/onap/aai/serialization/db/EdgeRulesTest.java @@ -1,29 +1,30 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.db; +package org.onap.aai.serialization.db; import org.apache.tinkerpop.gremlin.structure.Direction; import org.junit.Test; -import org.openecomp.aai.AAISetup; +import org.onap.aai.AAISetup; import static org.junit.Assert.assertEquals; import java.util.Map; @@ -37,10 +38,10 @@ import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph; import org.junit.Rule; import org.junit.rules.ExpectedException; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.serialization.db.exceptions.EdgeMultiplicityException; -import org.openecomp.aai.serialization.db.exceptions.NoEdgeRuleFoundException; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Version; +import org.onap.aai.serialization.db.exceptions.EdgeMultiplicityException; +import org.onap.aai.serialization.db.exceptions.NoEdgeRuleFoundException; import com.google.common.collect.Multimap; @@ -202,7 +203,7 @@ public class EdgeRulesTest extends AAISetup { EdgeRules rules = EdgeRules.getInstance("/dbedgerules/DbEdgeRules_test_broken.json"); thrown.expect(RuntimeException.class); - thrown.expectMessage("org.openecomp.aai.exceptions.AAIException: Rule between foo and bar is missing property delete-other-v."); + thrown.expectMessage("org.onap.aai.exceptions.AAIException: Rule between foo and bar is missing property delete-other-v."); rules.getAllRules(); } @@ -211,7 +212,7 @@ public class EdgeRulesTest extends AAISetup { EdgeRules rules = EdgeRules.getInstance("/dbedgerules/DbEdgeRules_test_broken.json"); thrown.expect(RuntimeException.class); - thrown.expectMessage("org.openecomp.aai.exceptions.AAIException: Rule between quux and foo is missing property SVC-INFRA."); + thrown.expectMessage("org.onap.aai.exceptions.AAIException: Rule between quux and foo is missing property SVC-INFRA."); rules.getChildren("foo"); } @@ -220,7 +221,7 @@ public class EdgeRulesTest extends AAISetup { EdgeRules rules = EdgeRules.getInstance("/dbedgerules/DbEdgeRules_test_broken.json"); thrown.expect(RuntimeException.class); - thrown.expectMessage("org.openecomp.aai.exceptions.AAIException: Rule between quux and foo is missing property SVC-INFRA."); + thrown.expectMessage("org.onap.aai.exceptions.AAIException: Rule between quux and foo is missing property SVC-INFRA."); rules.getEdgeRules("foo", "quux"); } diff --git a/aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/QueryFormatTestHelper.java b/aai-core/src/test/java/org/onap/aai/serialization/queryformats/QueryFormatTestHelper.java similarity index 81% rename from aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/QueryFormatTestHelper.java rename to aai-core/src/test/java/org/onap/aai/serialization/queryformats/QueryFormatTestHelper.java index f9a511a2..53d1d293 100644 --- a/aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/QueryFormatTestHelper.java +++ b/aai-core/src/test/java/org/onap/aai/serialization/queryformats/QueryFormatTestHelper.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.queryformats; +package org.onap.aai.serialization.queryformats; import org.apache.tinkerpop.gremlin.structure.Graph; import org.apache.tinkerpop.gremlin.structure.Vertex; @@ -26,9 +27,9 @@ import org.apache.tinkerpop.gremlin.structure.io.IoCore; import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph; import org.mockito.invocation.InvocationOnMock; import org.mockito.stubbing.Answer; -import org.openecomp.aai.db.props.AAIProperties; -import org.openecomp.aai.serialization.queryformats.exceptions.AAIFormatVertexException; -import org.openecomp.aai.serialization.queryformats.utils.UrlBuilder; +import org.onap.aai.db.props.AAIProperties; +import org.onap.aai.serialization.queryformats.exceptions.AAIFormatVertexException; +import org.onap.aai.serialization.queryformats.utils.UrlBuilder; import java.io.IOException; import java.lang.reflect.Field; @@ -40,8 +41,8 @@ import static org.mockito.Mockito.when; public class QueryFormatTestHelper { - public static final String testResources = "src/test/resources/org/openecomp/aai/serialization/queryformats/"; - public static final String graphsonResources = "src/test/resources/org/openecomp/aai/serialization/queryformats/graphson/"; + public static final String testResources = "src/test/resources/org.onap.aai/serialization/queryformats/"; + public static final String graphsonResources = "src/test/resources/org.onap.aai/serialization/queryformats/graphson/"; public static void mockPathed(UrlBuilder mock) throws AAIFormatVertexException { diff --git a/aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/SimpleFormatTest.java b/aai-core/src/test/java/org/onap/aai/serialization/queryformats/SimpleFormatTest.java similarity index 84% rename from aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/SimpleFormatTest.java rename to aai-core/src/test/java/org/onap/aai/serialization/queryformats/SimpleFormatTest.java index 766274cd..5e400116 100644 --- a/aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/SimpleFormatTest.java +++ b/aai-core/src/test/java/org/onap/aai/serialization/queryformats/SimpleFormatTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.queryformats; +package org.onap.aai.serialization.queryformats; import com.google.gson.JsonObject; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource; @@ -32,19 +33,19 @@ import org.junit.Ignore; import org.junit.Test; import org.mockito.Mock; import org.mockito.MockitoAnnotations; -import org.openecomp.aai.dbmap.DBConnectionType; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.introspection.LoaderFactory; -import org.openecomp.aai.introspection.ModelType; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.engines.QueryStyle; -import org.openecomp.aai.serialization.engines.TitanDBEngine; -import org.openecomp.aai.serialization.engines.TransactionalGraphEngine; -import org.openecomp.aai.serialization.queryformats.exceptions.AAIFormatVertexException; -import org.openecomp.aai.serialization.queryformats.utils.UrlBuilder; +import org.onap.aai.dbmap.DBConnectionType; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Loader; +import org.onap.aai.introspection.LoaderFactory; +import org.onap.aai.introspection.ModelType; +import org.onap.aai.introspection.Version; +import org.onap.aai.introspection.exceptions.AAIUnknownObjectException; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.engines.QueryStyle; +import org.onap.aai.serialization.engines.TitanDBEngine; +import org.onap.aai.serialization.engines.TransactionalGraphEngine; +import org.onap.aai.serialization.queryformats.exceptions.AAIFormatVertexException; +import org.onap.aai.serialization.queryformats.utils.UrlBuilder; import java.io.UnsupportedEncodingException; diff --git a/aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/utils/QueryParamInjectorTest.java b/aai-core/src/test/java/org/onap/aai/serialization/queryformats/utils/QueryParamInjectorTest.java similarity index 76% rename from aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/utils/QueryParamInjectorTest.java rename to aai-core/src/test/java/org/onap/aai/serialization/queryformats/utils/QueryParamInjectorTest.java index 3eade856..3c1b033c 100644 --- a/aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/utils/QueryParamInjectorTest.java +++ b/aai-core/src/test/java/org/onap/aai/serialization/queryformats/utils/QueryParamInjectorTest.java @@ -1,33 +1,34 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.queryformats.utils; +package org.onap.aai.serialization.queryformats.utils; import org.junit.Test; import org.mockito.Mock; import org.mockito.MockitoAnnotations; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.introspection.Loader; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.queryformats.Resource; -import org.openecomp.aai.serialization.queryformats.Resource.Builder; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.introspection.Loader; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.queryformats.Resource; +import org.onap.aai.serialization.queryformats.Resource.Builder; import javax.ws.rs.core.MultivaluedHashMap; import javax.ws.rs.core.MultivaluedMap; diff --git a/aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/utils/UrlBuilderTest.java b/aai-core/src/test/java/org/onap/aai/serialization/queryformats/utils/UrlBuilderTest.java similarity index 86% rename from aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/utils/UrlBuilderTest.java rename to aai-core/src/test/java/org/onap/aai/serialization/queryformats/utils/UrlBuilderTest.java index 605bbcd9..80ae7066 100644 --- a/aai-core/src/test/java/org/openecomp/aai/serialization/queryformats/utils/UrlBuilderTest.java +++ b/aai-core/src/test/java/org/onap/aai/serialization/queryformats/utils/UrlBuilderTest.java @@ -1,35 +1,36 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.queryformats.utils; +package org.onap.aai.serialization.queryformats.utils; import org.apache.tinkerpop.gremlin.structure.Vertex; import org.junit.Before; import org.junit.Test; import org.mockito.Mock; import org.mockito.MockitoAnnotations; -import org.openecomp.aai.AAISetup; -import org.openecomp.aai.introspection.Version; -import org.openecomp.aai.serialization.db.DBSerializer; -import org.openecomp.aai.serialization.queryformats.exceptions.AAIFormatVertexException; -import org.openecomp.aai.util.AAIConstants; +import org.onap.aai.AAISetup; +import org.onap.aai.introspection.Version; +import org.onap.aai.serialization.db.DBSerializer; +import org.onap.aai.serialization.queryformats.exceptions.AAIFormatVertexException; +import org.onap.aai.util.AAIConstants; import java.io.UnsupportedEncodingException; import java.net.URI; diff --git a/aai-core/src/test/java/org/openecomp/aai/serialization/tinkerpop/TreeBackedVertexTest.java b/aai-core/src/test/java/org/onap/aai/serialization/tinkerpop/TreeBackedVertexTest.java similarity index 94% rename from aai-core/src/test/java/org/openecomp/aai/serialization/tinkerpop/TreeBackedVertexTest.java rename to aai-core/src/test/java/org/onap/aai/serialization/tinkerpop/TreeBackedVertexTest.java index c4440527..9c1e922b 100644 --- a/aai-core/src/test/java/org/openecomp/aai/serialization/tinkerpop/TreeBackedVertexTest.java +++ b/aai-core/src/test/java/org/onap/aai/serialization/tinkerpop/TreeBackedVertexTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.serialization.tinkerpop; +package org.onap.aai.serialization.tinkerpop; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource; import org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree; @@ -27,8 +28,8 @@ import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; -import org.openecomp.aai.serialization.db.EdgeProperty; -import org.openecomp.aai.serialization.engines.query.GraphTraversalQueryEngine; +import org.onap.aai.serialization.db.EdgeProperty; +import org.onap.aai.serialization.engines.query.GraphTraversalQueryEngine; import static org.junit.Assert.assertEquals; diff --git a/aai-core/src/test/java/org/openecomp/aai/util/GenerateXsdTest.java b/aai-core/src/test/java/org/onap/aai/util/GenerateXsdTest.java similarity index 86% rename from aai-core/src/test/java/org/openecomp/aai/util/GenerateXsdTest.java rename to aai-core/src/test/java/org/onap/aai/util/GenerateXsdTest.java index 230efaaf..9a36680b 100644 --- a/aai-core/src/test/java/org/openecomp/aai/util/GenerateXsdTest.java +++ b/aai-core/src/test/java/org/onap/aai/util/GenerateXsdTest.java @@ -1,14 +1,14 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -16,12 +16,13 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.util; +package org.onap.aai.util; import org.junit.Test; -import org.openecomp.aai.introspection.Version; +import org.onap.aai.introspection.Version; public class GenerateXsdTest { diff --git a/aai-core/src/test/java/org/openecomp/aai/workarounds/RemoveDME2QueryParamsTest.java b/aai-core/src/test/java/org/onap/aai/workarounds/RemoveDME2QueryParamsTest.java similarity index 91% rename from aai-core/src/test/java/org/openecomp/aai/workarounds/RemoveDME2QueryParamsTest.java rename to aai-core/src/test/java/org/onap/aai/workarounds/RemoveDME2QueryParamsTest.java index 51636271..a5c7055d 100644 --- a/aai-core/src/test/java/org/openecomp/aai/workarounds/RemoveDME2QueryParamsTest.java +++ b/aai-core/src/test/java/org/onap/aai/workarounds/RemoveDME2QueryParamsTest.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.workarounds; +package org.onap.aai.workarounds; import org.junit.Before; import org.junit.Test; diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/aaiconfig.properties b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/aaiconfig.properties index 9532c7c1..3da02475 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/aaiconfig.properties +++ b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/aaiconfig.properties @@ -1,22 +1,24 @@ -### +# # ============LICENSE_START======================================================= -# org.openecomp.aai +# org.onap.aai # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# +# +# http://www.apache.org/licenses/LICENSE-2.0 +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= -### +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# aai.server.url.base=https://baseurl:8443/aai/ aai.resourceversion.enableflag=true diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties index 2afe2234..84f56d1c 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties +++ b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties @@ -1,3 +1,25 @@ +# +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# + query.fast-property=true # the following parameters are not reloaded automatically and require a manual bounce storage.backend=inmemory diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties index 9c5c0299..3ee65306 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties +++ b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties @@ -1,3 +1,25 @@ +# +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# + query.fast-property=true # the following parameters are not reloaded automatically and require a manual bounce storage.backend=inmemory diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v10.xml b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v10.xml index 2d09ff0f..d3c46600 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v10.xml +++ b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v10.xml @@ -1,24 +1,27 @@ + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml index 7daf12ab..ecbfefb8 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml +++ b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v11.xml @@ -1,24 +1,27 @@ + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v2.xml b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v2.xml index c3b30b45..eba7c4b9 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v2.xml +++ b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v2.xml @@ -1,24 +1,27 @@ + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v8.xml b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v8.xml index b5a64c87..7474362f 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v8.xml +++ b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v8.xml @@ -1,24 +1,27 @@ + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v9.xml b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v9.xml index f53bd860..bfd67319 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v9.xml +++ b/aai-core/src/test/resources/bundleconfig-local/etc/oxm/aai_oxm_v9.xml @@ -1,24 +1,27 @@ + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> @@ -4247,7 +4250,7 @@ - + @@ -4277,7 +4280,7 @@ - + diff --git a/aai-core/src/test/resources/logback.xml b/aai-core/src/test/resources/logback.xml index d9627b22..959ef63f 100644 --- a/aai-core/src/test/resources/logback.xml +++ b/aai-core/src/test/resources/logback.xml @@ -1,21 +1,26 @@ + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> ${module.ajsc.namespace.name} @@ -270,12 +275,12 @@ --> - + diff --git a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v10.xml b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v10.xml index 728e4b43..818128eb 100644 --- a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v10.xml +++ b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v10.xml @@ -1,23 +1,28 @@ - - + + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> + @@ -25,14 +30,14 @@ - - - - - - - - + + + + + + + + @@ -42,24 +47,24 @@ - - - - + + + + - + - + @@ -68,8 +73,8 @@ - - + + @@ -87,9 +92,9 @@ - - - + + + @@ -120,7 +125,7 @@ - + @@ -143,16 +148,16 @@ - - + + - - + + @@ -162,8 +167,8 @@ - - + + @@ -174,9 +179,9 @@ - + - + @@ -184,7 +189,7 @@ - + @@ -210,7 +215,7 @@ - + @@ -229,18 +234,18 @@ - - - - - + + + + + - + @@ -295,16 +300,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -320,7 +325,7 @@ - + @@ -367,7 +372,7 @@ - + @@ -381,7 +386,7 @@ - + @@ -398,8 +403,8 @@ - - + + @@ -441,7 +446,7 @@ - + @@ -492,8 +497,8 @@ - - + + @@ -508,7 +513,7 @@ - + @@ -540,7 +545,7 @@ - + @@ -556,7 +561,7 @@ - + @@ -581,8 +586,8 @@ - - + + @@ -600,7 +605,7 @@ - + @@ -649,9 +654,9 @@ - - - + + + @@ -669,7 +674,7 @@ - + @@ -738,12 +743,12 @@ - - - - - - + + + + + + @@ -759,7 +764,7 @@ - + @@ -835,7 +840,7 @@ - + @@ -888,7 +893,7 @@ - + @@ -900,7 +905,7 @@ - + @@ -963,9 +968,9 @@ - - - + + + @@ -1019,7 +1024,7 @@ - + @@ -1034,7 +1039,7 @@ - + @@ -1056,7 +1061,7 @@ - + @@ -1072,7 +1077,7 @@ - + @@ -1134,7 +1139,7 @@ - + @@ -1151,7 +1156,7 @@ - + @@ -1213,7 +1218,7 @@ - + @@ -1231,7 +1236,7 @@ - + @@ -1263,7 +1268,7 @@ - + @@ -1280,7 +1285,7 @@ - + @@ -1337,8 +1342,8 @@ - - + + @@ -1355,7 +1360,7 @@ - + @@ -1384,7 +1389,7 @@ - + @@ -1406,7 +1411,7 @@ - + @@ -1422,7 +1427,7 @@ - + @@ -1444,7 +1449,7 @@ - + @@ -1460,7 +1465,7 @@ - + @@ -1596,9 +1601,9 @@ - - - + + + @@ -1616,7 +1621,7 @@ - + @@ -1674,8 +1679,8 @@ - - + + @@ -1692,7 +1697,7 @@ - + @@ -1745,8 +1750,8 @@ - - + + @@ -1762,7 +1767,7 @@ - + @@ -1799,7 +1804,7 @@ - + @@ -1816,7 +1821,7 @@ - + @@ -1843,7 +1848,7 @@ - + @@ -1859,7 +1864,7 @@ - + @@ -1881,7 +1886,7 @@ - + @@ -1901,8 +1906,8 @@ - - + + @@ -1912,7 +1917,7 @@ - + @@ -1960,8 +1965,8 @@ - - + + @@ -1977,7 +1982,7 @@ - + @@ -2008,8 +2013,8 @@ - - + + @@ -2028,7 +2033,7 @@ - + @@ -2050,9 +2055,9 @@ - + - + @@ -2069,7 +2074,7 @@ - + @@ -2172,9 +2177,9 @@ - - - + + + @@ -2193,11 +2198,11 @@ - - - - - + + + + + @@ -2207,7 +2212,7 @@ - + @@ -2244,7 +2249,7 @@ - + @@ -2261,7 +2266,7 @@ - + @@ -2293,7 +2298,7 @@ - + @@ -2309,7 +2314,7 @@ - + @@ -2331,7 +2336,7 @@ - + @@ -2347,26 +2352,26 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + type="inventory.aai.onap.org.v10.TestObjects" /> @@ -2376,7 +2381,7 @@ - + @@ -2484,7 +2489,7 @@ - + @@ -2502,7 +2507,7 @@ - + @@ -2519,8 +2524,8 @@ - - + + @@ -2537,7 +2542,7 @@ - + @@ -2559,8 +2564,8 @@ - - + + @@ -2576,7 +2581,7 @@ - + @@ -2618,8 +2623,8 @@ - - + + @@ -2635,7 +2640,7 @@ - + @@ -2662,7 +2667,7 @@ - + @@ -2674,7 +2679,7 @@ - + @@ -2721,9 +2726,9 @@ - + - + @@ -2745,7 +2750,7 @@ - + @@ -2766,7 +2771,7 @@ - + @@ -2780,7 +2785,7 @@ - + @@ -2813,9 +2818,9 @@ - - - + + + @@ -2831,7 +2836,7 @@ - + @@ -2858,7 +2863,7 @@ - + @@ -2874,7 +2879,7 @@ - + @@ -2976,10 +2981,10 @@ - - - - + + + + @@ -2996,7 +3001,7 @@ - + @@ -3058,8 +3063,8 @@ - - + + @@ -3073,7 +3078,7 @@ - + @@ -3090,7 +3095,7 @@ - + @@ -3107,7 +3112,7 @@ - + @@ -3166,7 +3171,7 @@ - + @@ -3179,7 +3184,7 @@ - + @@ -3326,10 +3331,10 @@ - - - - + + + + @@ -3348,7 +3353,7 @@ - + @@ -3374,7 +3379,7 @@ - + @@ -3388,7 +3393,7 @@ - + @@ -3405,7 +3410,7 @@ - + @@ -3417,7 +3422,7 @@ - + @@ -3485,7 +3490,7 @@ - + @@ -3502,7 +3507,7 @@ - + @@ -3750,12 +3755,12 @@ - - - - - - + + + + + + @@ -3775,7 +3780,7 @@ - + @@ -3864,7 +3869,7 @@ - + @@ -3882,7 +3887,7 @@ - + @@ -3899,7 +3904,7 @@ - + @@ -3915,7 +3920,7 @@ - + @@ -3992,8 +3997,8 @@ - - + + @@ -4012,7 +4017,7 @@ - + @@ -4133,9 +4138,9 @@ - - - + + + @@ -4153,7 +4158,7 @@ - + @@ -4203,7 +4208,7 @@ - + @@ -4218,7 +4223,7 @@ - + @@ -4245,7 +4250,7 @@ - + @@ -4258,7 +4263,7 @@ - + @@ -4375,8 +4380,8 @@ - - + + @@ -4392,7 +4397,7 @@ - + @@ -4417,8 +4422,8 @@ - - + + @@ -4463,7 +4468,7 @@ - + @@ -4493,8 +4498,8 @@ - - + + @@ -4502,7 +4507,7 @@ - + @@ -4541,16 +4546,16 @@ - - - + + + - + @@ -4587,24 +4592,24 @@ - + - + - + - + @@ -4625,7 +4630,7 @@ - + @@ -4637,7 +4642,7 @@ - + @@ -4660,15 +4665,15 @@ - - + + - + @@ -4691,15 +4696,15 @@ - - + + - + @@ -4722,15 +4727,15 @@ - - + + - + @@ -4754,17 +4759,17 @@ - - - - + + + + - + @@ -4790,14 +4795,14 @@ - + - + @@ -4830,9 +4835,9 @@ - - - + + + @@ -4844,8 +4849,8 @@ - - + + @@ -4895,8 +4900,8 @@ - - + + @@ -4906,7 +4911,7 @@ - + @@ -4927,7 +4932,7 @@ - + @@ -4958,7 +4963,7 @@ - + @@ -4969,7 +4974,7 @@ - + @@ -4982,8 +4987,8 @@ - - + + @@ -4993,7 +4998,7 @@ - + @@ -5011,7 +5016,7 @@ - + @@ -5033,7 +5038,7 @@ - + @@ -5052,7 +5057,7 @@ - + @@ -5084,7 +5089,7 @@ - + @@ -5104,7 +5109,7 @@ - + @@ -5121,7 +5126,7 @@ - + @@ -5137,7 +5142,7 @@ - + @@ -5205,8 +5210,8 @@ - - + + @@ -5226,7 +5231,7 @@ - + @@ -5263,7 +5268,7 @@ - + @@ -5282,7 +5287,7 @@ - + @@ -5304,7 +5309,7 @@ - + @@ -5321,7 +5326,7 @@ - + @@ -5343,7 +5348,7 @@ - + @@ -5377,7 +5382,7 @@ - + @@ -5414,7 +5419,7 @@ - + @@ -5433,7 +5438,7 @@ + type="inventory.aai.onap.org.v10.TestObject" /> @@ -5771,8 +5776,8 @@ - - + + diff --git a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v8.xml b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v8.xml index 3ed2ea53..06dc6e03 100644 --- a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v8.xml +++ b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v8.xml @@ -1,25 +1,28 @@ - - + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> + @@ -27,20 +30,20 @@ - - - - - - - + + + + + + + - + @@ -48,7 +51,7 @@ - + @@ -57,8 +60,8 @@ - - + + @@ -98,7 +101,7 @@ - + @@ -124,8 +127,8 @@ - - + + @@ -136,9 +139,9 @@ - + - + @@ -146,7 +149,7 @@ - + @@ -172,7 +175,7 @@ - + @@ -191,15 +194,15 @@ - - + + - + @@ -251,14 +254,14 @@ - - - - - - - - + + + + + + + + @@ -274,7 +277,7 @@ - + @@ -311,7 +314,7 @@ - + @@ -324,7 +327,7 @@ - + @@ -341,8 +344,8 @@ - - + + @@ -384,7 +387,7 @@ - + @@ -406,8 +409,8 @@ - - + + @@ -424,7 +427,7 @@ - + @@ -473,9 +476,9 @@ - - - + + + @@ -493,7 +496,7 @@ - + @@ -545,10 +548,10 @@ - - - - + + + + @@ -601,7 +604,7 @@ - + @@ -613,7 +616,7 @@ - + @@ -665,9 +668,9 @@ - - - + + + @@ -721,7 +724,7 @@ - + @@ -736,7 +739,7 @@ - + @@ -758,7 +761,7 @@ - + @@ -774,7 +777,7 @@ - + @@ -836,7 +839,7 @@ - + @@ -853,7 +856,7 @@ - + @@ -915,7 +918,7 @@ - + @@ -933,7 +936,7 @@ - + @@ -965,7 +968,7 @@ - + @@ -982,7 +985,7 @@ - + @@ -1039,8 +1042,8 @@ - - + + @@ -1057,7 +1060,7 @@ - + @@ -1086,7 +1089,7 @@ - + @@ -1184,9 +1187,9 @@ - - - + + + @@ -1204,7 +1207,7 @@ - + @@ -1251,8 +1254,8 @@ - - + + @@ -1268,7 +1271,7 @@ - + @@ -1295,8 +1298,8 @@ - - + + @@ -1312,7 +1315,7 @@ - + @@ -1339,7 +1342,7 @@ - + @@ -1355,7 +1358,7 @@ - + @@ -1365,7 +1368,7 @@ - + @@ -1393,8 +1396,8 @@ - - + + @@ -1414,7 +1417,7 @@ - + @@ -1436,9 +1439,9 @@ - + - + @@ -1454,7 +1457,7 @@ - + @@ -1536,8 +1539,8 @@ - - + + @@ -1556,9 +1559,9 @@ - - - + + + @@ -1568,12 +1571,12 @@ - - - - - - + + + + + + @@ -1583,7 +1586,7 @@ - + @@ -1665,7 +1668,7 @@ - + @@ -1682,7 +1685,7 @@ - + @@ -1741,7 +1744,7 @@ - + @@ -1753,7 +1756,7 @@ - + @@ -1874,10 +1877,10 @@ - - - - + + + + @@ -1896,7 +1899,7 @@ - + @@ -1913,7 +1916,7 @@ - + @@ -1925,7 +1928,7 @@ - + @@ -1993,7 +1996,7 @@ - + @@ -2010,7 +2013,7 @@ - + @@ -2219,10 +2222,10 @@ - - - - + + + + @@ -2242,7 +2245,7 @@ - + @@ -2305,7 +2308,7 @@ - + @@ -2321,7 +2324,7 @@ - + @@ -2399,9 +2402,9 @@ - - - + + + @@ -2418,7 +2421,7 @@ - + @@ -2465,7 +2468,7 @@ - + @@ -2480,7 +2483,7 @@ - + @@ -2506,8 +2509,8 @@ - - + + @@ -2553,7 +2556,7 @@ - + @@ -2585,7 +2588,7 @@ - + @@ -2601,7 +2604,7 @@ - + @@ -2652,16 +2655,16 @@ - - - + + + - + @@ -2699,24 +2702,24 @@ - + - + - + - + @@ -2737,14 +2740,14 @@ - + - + @@ -2767,15 +2770,15 @@ - - + + - + @@ -2798,15 +2801,15 @@ - - + + - + @@ -2829,15 +2832,15 @@ - - + + - + @@ -2861,17 +2864,17 @@ - - - - + + + + - + @@ -2897,14 +2900,14 @@ - + - + @@ -2937,8 +2940,8 @@ - - + + @@ -2949,8 +2952,8 @@ - - + + @@ -2960,7 +2963,7 @@ - + @@ -2992,7 +2995,7 @@ - + @@ -3003,7 +3006,7 @@ - + @@ -3016,8 +3019,8 @@ - - + + @@ -3027,7 +3030,7 @@ - + @@ -3045,7 +3048,7 @@ - + @@ -3062,7 +3065,7 @@ - + diff --git a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v9.xml b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v9.xml index 6c372083..aec9b83d 100644 --- a/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v9.xml +++ b/aai-core/src/test/resources/org/openecomp/aai/introspection/aai_oxm_v9.xml @@ -1,23 +1,28 @@ - + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> + @@ -25,7 +30,7 @@ - + @@ -34,8 +39,8 @@ - - + + @@ -44,7 +49,7 @@ - + @@ -53,7 +58,7 @@ - + @@ -83,7 +88,7 @@ - + @@ -91,7 +96,7 @@ - + @@ -135,7 +140,7 @@ - + @@ -363,7 +368,7 @@ - + @@ -380,7 +385,7 @@ - + @@ -454,7 +459,7 @@ - + @@ -471,8 +476,8 @@ - - + + @@ -525,7 +530,7 @@ - + @@ -574,7 +579,7 @@ - + diff --git a/aai-schema/LICENSE.TXT b/aai-schema/LICENSE.TXT index 32bbcba4..72b8cfb7 100644 --- a/aai-schema/LICENSE.TXT +++ b/aai-schema/LICENSE.TXT @@ -1,23 +1,19 @@ -/*- - * ============LICENSE_START======================================================= - * org.openecomp.aai - * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - * - * ECOMP and OpenECOMP are trademarks - * and service marks of AT&T Intellectual Property. - * - */ +============LICENSE_START======================================================= +org.onap.aai +================================================================================ +Copyright © 2017 AT&T Intellectual Property. All rights reserved. +================================================================================ +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +============LICENSE_END========================================================= + +ECOMP is a trademark and service mark of AT&T Intellectual Property. diff --git a/aai-schema/src/main/java/org/openecomp/aai/schema/enums/ObjectMetadata.java b/aai-schema/src/main/java/org/onap/aai/schema/enums/ObjectMetadata.java similarity index 92% rename from aai-schema/src/main/java/org/openecomp/aai/schema/enums/ObjectMetadata.java rename to aai-schema/src/main/java/org/onap/aai/schema/enums/ObjectMetadata.java index aad399d9..4fc49edf 100644 --- a/aai-schema/src/main/java/org/openecomp/aai/schema/enums/ObjectMetadata.java +++ b/aai-schema/src/main/java/org/onap/aai/schema/enums/ObjectMetadata.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.schema.enums; +package org.onap.aai.schema.enums; public enum ObjectMetadata { diff --git a/aai-schema/src/main/java/org/openecomp/aai/schema/enums/PropertyMetadata.java b/aai-schema/src/main/java/org/onap/aai/schema/enums/PropertyMetadata.java similarity index 89% rename from aai-schema/src/main/java/org/openecomp/aai/schema/enums/PropertyMetadata.java rename to aai-schema/src/main/java/org/onap/aai/schema/enums/PropertyMetadata.java index 4e177b2b..2809b3d4 100644 --- a/aai-schema/src/main/java/org/openecomp/aai/schema/enums/PropertyMetadata.java +++ b/aai-schema/src/main/java/org/onap/aai/schema/enums/PropertyMetadata.java @@ -1,24 +1,25 @@ -/*- +/** * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - -package org.openecomp.aai.schema.enums; +package org.onap.aai.schema.enums; public enum PropertyMetadata { diff --git a/aai-schema/src/main/resources/aai_schema/aai_schema_v10.xsd b/aai-schema/src/main/resources/aai_schema/aai_schema_v10.xsd index f44af728..f9655d96 100644 --- a/aai-schema/src/main/resources/aai_schema/aai_schema_v10.xsd +++ b/aai-schema/src/main/resources/aai_schema/aai_schema_v10.xsd @@ -1,4 +1,27 @@ + - @org.openecomp.aai.annotations.Metadata(description="The specific type of node in the A&AI graph") + @org.onap.aai.annotations.Metadata(description="The specific type of node in the A&AI graph") - @org.openecomp.aai.annotations.Metadata(description="The URL to the specific resource") + @org.onap.aai.annotations.Metadata(description="The URL to the specific resource") @@ -106,14 +129,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate an attribute.") + @org.onap.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate an attribute.") - @org.openecomp.aai.annotations.Metadata(description="Value of the attribute.") + @org.onap.aai.annotations.Metadata(description="Value of the attribute.") @@ -126,14 +149,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Key part of a key/value pair") + @org.onap.aai.annotations.Metadata(description="Key part of a key/value pair") - @org.openecomp.aai.annotations.Metadata(description="Value part of a key/value pair") + @org.onap.aai.annotations.Metadata(description="Value part of a key/value pair") @@ -146,14 +169,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate type of node.") + @org.onap.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate type of node.") - @org.openecomp.aai.annotations.Metadata(description="URL to the object in A&AI.") + @org.onap.aai.annotations.Metadata(description="URL to the object in A&AI.") @@ -173,49 +196,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="OAM network, to be deprecated shortly. Do not use for new purposes. ",nameProps="network-name",indexedProps="cvlan-tag,network-uuid,network-name",dependentOn="cloud-region",container="oam-networks") + @org.onap.aai.annotations.Metadata(description="OAM network, to be deprecated shortly. Do not use for new purposes. ",nameProps="network-name",indexedProps="cvlan-tag,network-uuid,network-name",dependentOn="cloud-region",container="oam-networks") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="UUID of the network. Unique across a cloud-region") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID of the network. Unique across a cloud-region") - @org.openecomp.aai.annotations.Metadata(description="Name of the network.") + @org.onap.aai.annotations.Metadata(description="Name of the network.") - @org.openecomp.aai.annotations.Metadata(description="cvlan-id") + @org.onap.aai.annotations.Metadata(description="cvlan-id") - @org.openecomp.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") + @org.onap.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") - @org.openecomp.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") + @org.onap.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -227,7 +250,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of OAM networks, to be deprecated shortly. Do not use for new purposes. ") + @org.onap.aai.annotations.Metadata(description="Collection of OAM networks, to be deprecated shortly. Do not use for new purposes. ") @@ -239,28 +262,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Digital virtual switch metadata, used by SDN-C to configure VCEs. A&AI needs to receive this data from the PO deployment team and administer it using the provisioningTool.sh into A&AI. ",indexedProps="vcenter-url,switch-name",dependentOn="cloud-region",container="dvs-switches") + @org.onap.aai.annotations.Metadata(description="Digital virtual switch metadata, used by SDN-C to configure VCEs. A&AI needs to receive this data from the PO deployment team and administer it using the provisioningTool.sh into A&AI. ",indexedProps="vcenter-url,switch-name",dependentOn="cloud-region",container="dvs-switches") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="DVS switch name") + @org.onap.aai.annotations.Metadata(isKey=true,description="DVS switch name") - @org.openecomp.aai.annotations.Metadata(description="URL used to reach the vcenter") + @org.onap.aai.annotations.Metadata(description="URL used to reach the vcenter") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -272,7 +295,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of digital virtual switch metadata used for vmWare VCEs and GenericVnfs.") + @org.onap.aai.annotations.Metadata(description="Collection of digital virtual switch metadata used for vmWare VCEs and GenericVnfs.") @@ -284,35 +307,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Availability zone, a collection of compute hosts/pservers",indexedProps="availability-zone-name",dependentOn="cloud-region",container="availability-zones") + @org.onap.aai.annotations.Metadata(description="Availability zone, a collection of compute hosts/pservers",indexedProps="availability-zone-name",dependentOn="cloud-region",container="availability-zones") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name of the availability zone. Unique across a cloud region") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name of the availability zone. Unique across a cloud region") - @org.openecomp.aai.annotations.Metadata(description="Type of hypervisor. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Type of hypervisor. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="State that indicates whether the availability zone should be used, etc. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="State that indicates whether the availability zone should be used, etc. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -374,7 +397,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Serves a PATCH like function. Does not enforce concurrency control. Clear each usage with AAI team.") + @org.onap.aai.annotations.Metadata(description="Serves a PATCH like function. Does not enforce concurrency control. Clear each usage with AAI team.") @@ -408,7 +431,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="APIs that are more action related than REST (e.g., notify, update).") + @org.onap.aai.annotations.Metadata(description="APIs that are more action related than REST (e.g., notify, update).") @@ -421,42 +444,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A collection of C tags (vlan tags) grouped for a specific purpose.",indexedProps="availability-zone-name",dependentOn="complex",container="ctag-pools") + @org.onap.aai.annotations.Metadata(description="A collection of C tags (vlan tags) grouped for a specific purpose.",indexedProps="availability-zone-name",dependentOn="complex",container="ctag-pools") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="The Target provider edge router") + @org.onap.aai.annotations.Metadata(isKey=true,description="The Target provider edge router") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name of the availability zone") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name of the availability zone") - @org.openecomp.aai.annotations.Metadata(description="Describes what the intended purpose of this pool is.") + @org.onap.aai.annotations.Metadata(description="Describes what the intended purpose of this pool is.") - @org.openecomp.aai.annotations.Metadata(description="Comma separated list of ctags") + @org.onap.aai.annotations.Metadata(description="Comma separated list of ctags") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -475,49 +498,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.",indexedProps="identity-url,data-center-code,complex-name,physical-location-id",searchable="physical-location-id,data-center-code,complex-name,street1,street2,postal-code",uniqueProps="physical-location-id",container="complexes",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.",indexedProps="identity-url,data-center-code,complex-name,physical-location-id",searchable="physical-location-id,data-center-code,complex-name,street1,street2,postal-code",uniqueProps="physical-location-id",container="complexes",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier for physical location, e.g., CLLI") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier for physical location, e.g., CLLI") - @org.openecomp.aai.annotations.Metadata(description="Data center code which can be an alternate way to identify a complex") + @org.onap.aai.annotations.Metadata(description="Data center code which can be an alternate way to identify a complex") - @org.openecomp.aai.annotations.Metadata(description="Gamma complex name for LCP instance.") + @org.onap.aai.annotations.Metadata(description="Gamma complex name for LCP instance.") - @org.openecomp.aai.annotations.Metadata(description="URL of the keystone identity service") + @org.onap.aai.annotations.Metadata(description="URL of the keystone identity service") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Type, e.g., central office, data center.") + @org.onap.aai.annotations.Metadata(description="Type, e.g., central office, data center.") @@ -541,7 +564,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.") + @org.onap.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.") @@ -553,63 +576,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Persistent block-level storage.",indexedProps="volume-group-name,vnf-type,heat-stack-id,volume-group-id",searchable="volume-group-id,volume-group-name",dependentOn="cloud-region",container="volume-groups") + @org.onap.aai.annotations.Metadata(description="Persistent block-level storage.",indexedProps="volume-group-name,vnf-type,heat-stack-id,volume-group-id",searchable="volume-group-id,volume-group-name",dependentOn="cloud-region",container="volume-groups") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of volume-group.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of volume-group.") - @org.openecomp.aai.annotations.Metadata(description="Name of the volume group.") + @org.onap.aai.annotations.Metadata(description="Name of the volume group.") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this volume-group") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this volume-group") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this volume-group") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this volume-group") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") - @org.openecomp.aai.annotations.Metadata(description="helps relate the volume group to the vf-module whose components will require the volume group") + @org.onap.aai.annotations.Metadata(description="helps relate the volume group to the vf-module whose components will require the volume group") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -621,7 +644,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of persistent block-level storage.") + @org.onap.aai.annotations.Metadata(description="Collection of persistent block-level storage.") @@ -633,28 +656,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Ephemeral Block storage volume.",indexedProps="volume-id",dependentOn="vserver",container="volumes") + @org.onap.aai.annotations.Metadata(description="Ephemeral Block storage volume.",indexedProps="volume-id",dependentOn="vserver",container="volumes") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of block storage volume relative to the vserver.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of block storage volume relative to the vserver.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -666,7 +689,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of ephemeral Block storage volumes.") + @org.onap.aai.annotations.Metadata(description="Collection of ephemeral Block storage volumes.") @@ -678,63 +701,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="l3-interface-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface") + @org.onap.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="l3-interface-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address") + @org.onap.aai.annotations.Metadata(isKey=true,description="IP address") - @org.openecomp.aai.annotations.Metadata(description="Prefix length, 32 for single address") + @org.onap.aai.annotations.Metadata(description="Prefix length, 32 for single address") - @org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag") + @org.onap.aai.annotations.Metadata(description="Inner VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag") + @org.onap.aai.annotations.Metadata(description="Outer VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address") + @org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") - @org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") @@ -746,63 +769,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface") + @org.onap.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address") + @org.onap.aai.annotations.Metadata(isKey=true,description="IP address") - @org.openecomp.aai.annotations.Metadata(description="Prefix length, 128 for single address") + @org.onap.aai.annotations.Metadata(description="Prefix length, 128 for single address") - @org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag") + @org.onap.aai.annotations.Metadata(description="Inner VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag") + @org.onap.aai.annotations.Metadata(description="Outer VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address") + @org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") - @org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") @@ -814,84 +837,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Definition of vlan",indexedProps="vlan-interface,vlan-id-inner,vpn-id",uniqueProps="vpn-id",dependentOn="l-interface",container="vlans") + @org.onap.aai.annotations.Metadata(description="Definition of vlan",indexedProps="vlan-interface,vlan-id-inner,vpn-id",uniqueProps="vpn-id",dependentOn="l-interface",container="vlans") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="String that identifies the interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="String that identifies the interface") - @org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag") + @org.onap.aai.annotations.Metadata(description="Inner VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag") + @org.onap.aai.annotations.Metadata(description="Outer VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="Used to describe (the service associated with) the vlan") + @org.onap.aai.annotations.Metadata(description="Used to describe (the service associated with) the vlan") - @org.openecomp.aai.annotations.Metadata(description="Whether customer is going to use this VLAN for backdoor connection to another customer premise device.") + @org.onap.aai.annotations.Metadata(description="Whether customer is going to use this VLAN for backdoor connection to another customer premise device.") - @org.openecomp.aai.annotations.Metadata(description="This indicates the customers VPN ID associated with this vlan",dbAlias="vpn-id-local") + @org.onap.aai.annotations.Metadata(description="This indicates the customers VPN ID associated with this vlan",dbAlias="vpn-id-local") - @org.openecomp.aai.annotations.Metadata(description="Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.") + @org.onap.aai.annotations.Metadata(description="Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") @@ -912,105 +935,105 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="SR-IOV Virtual Function (not to be confused with virtual network function)",indexedProps="pci-id,vf-vlan-filter,vf-mac-filter,vf-vlan-strip,neutron-network-id",dependentOn="l-interface",container="sriov-vfs") + @org.onap.aai.annotations.Metadata(description="SR-IOV Virtual Function (not to be confused with virtual network function)",indexedProps="pci-id,vf-vlan-filter,vf-mac-filter,vf-vlan-strip,neutron-network-id",dependentOn="l-interface",container="sriov-vfs") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="PCI ID used to identify the sriov-vf") + @org.onap.aai.annotations.Metadata(isKey=true,description="PCI ID used to identify the sriov-vf") - @org.openecomp.aai.annotations.Metadata(description="This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.") + @org.onap.aai.annotations.Metadata(description="This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.") - @org.openecomp.aai.annotations.Metadata(description="When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.") + @org.onap.aai.annotations.Metadata(description="When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.") - @org.openecomp.aai.annotations.Metadata(description="When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.") + @org.onap.aai.annotations.Metadata(description="When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.") - @org.openecomp.aai.annotations.Metadata(description="This option ensures anti VLAN spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") + @org.onap.aai.annotations.Metadata(description="This option ensures anti VLAN spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") - @org.openecomp.aai.annotations.Metadata(description="This option ensures anti MAC spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") + @org.onap.aai.annotations.Metadata(description="This option ensures anti MAC spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") - @org.openecomp.aai.annotations.Metadata(description="This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.") + @org.onap.aai.annotations.Metadata(description="This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, instructs to insert outer tag after traffic comes out of VM.") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, instructs to insert outer tag after traffic comes out of VM.") - @org.openecomp.aai.annotations.Metadata(description="This option is used to set the link status. Valid values as of 1607 are on, off, and auto.") + @org.onap.aai.annotations.Metadata(description="This option is used to set the link status. Valid values as of 1607 are on, off, and auto.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface") + @org.onap.aai.annotations.Metadata(description="Neutron network id of the interface") @@ -1022,7 +1045,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of SR-IOV Virtual Functions.") + @org.onap.aai.annotations.Metadata(description="Collection of SR-IOV Virtual Functions.") @@ -1034,91 +1057,91 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Logical interfaces, e.g., a vnic.",indexedProps="macaddr,interface-id,interface-name,network-name",dependentOn="generic-vnf,newvce,p-interface,vserver,lag-interface",container="l-interfaces") + @org.onap.aai.annotations.Metadata(description="Logical interfaces, e.g., a vnic.",indexedProps="macaddr,interface-id,interface-name,network-name",dependentOn="generic-vnf,newvce,p-interface,vserver,lag-interface",container="l-interfaces") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name given to the interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name given to the interface") - @org.openecomp.aai.annotations.Metadata(description="E.g., CUSTOMER, UPLINK, etc.") + @org.onap.aai.annotations.Metadata(description="E.g., CUSTOMER, UPLINK, etc.") - @org.openecomp.aai.annotations.Metadata(description="Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.") + @org.onap.aai.annotations.Metadata(description="Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="ID of interface") + @org.onap.aai.annotations.Metadata(description="ID of interface") - @org.openecomp.aai.annotations.Metadata(description="MAC address for the interface") + @org.onap.aai.annotations.Metadata(description="MAC address for the interface") - @org.openecomp.aai.annotations.Metadata(description="Name of the network") + @org.onap.aai.annotations.Metadata(description="Name of the network") - @org.openecomp.aai.annotations.Metadata(description="Whether A&AI should be managing this interface of not. Could have value like CUSTOMER") + @org.onap.aai.annotations.Metadata(description="Whether A&AI should be managing this interface of not. Could have value like CUSTOMER") - @org.openecomp.aai.annotations.Metadata(description="Human friendly text regarding this interface.") + @org.onap.aai.annotations.Metadata(description="Human friendly text regarding this interface.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not port is a mirrored.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not port is a mirrored.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") @@ -1135,7 +1158,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of logical interfaces.") + @org.onap.aai.annotations.Metadata(description="Collection of logical interfaces.") @@ -1147,63 +1170,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual Servers, aka virtual machine or VM.",nameProps="vserver-name",indexedProps="is-closed-loop-disabled,prov-status,vserver-name,vserver-id,in-maint,vserver-name2",searchable="vserver-id,vserver-name,vserver-name2",dependentOn="tenant",container="vservers") + @org.onap.aai.annotations.Metadata(description="Virtual Servers, aka virtual machine or VM.",nameProps="vserver-name",indexedProps="is-closed-loop-disabled,prov-status,vserver-name,vserver-id,in-maint,vserver-name2",searchable="vserver-id,vserver-name,vserver-name2",dependentOn="tenant",container="vservers") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier for this vserver relative to its tenant") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier for this vserver relative to its tenant") - @org.openecomp.aai.annotations.Metadata(description="Name of vserver") + @org.onap.aai.annotations.Metadata(description="Name of vserver") - @org.openecomp.aai.annotations.Metadata(description="Alternative name of vserver") + @org.onap.aai.annotations.Metadata(description="Alternative name of vserver") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether closed loop function is enabled on this node") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether closed loop function is enabled on this node") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1217,7 +1240,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of virtual Servers, aka virtual machines or VMs.") + @org.onap.aai.annotations.Metadata(description="Collection of virtual Servers, aka virtual machines or VMs.") @@ -1229,28 +1252,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack tenant",nameProps="tenant-name",indexedProps="tenant-name,tenant-id",searchable="tenant-id,tenant-name",dependentOn="cloud-region",container="tenants") + @org.onap.aai.annotations.Metadata(description="Openstack tenant",nameProps="tenant-name",indexedProps="tenant-name,tenant-id",searchable="tenant-id,tenant-name",dependentOn="cloud-region",container="tenants") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id relative to the cloud-region.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id relative to the cloud-region.") - @org.openecomp.aai.annotations.Metadata(description="Readable name of tenant") + @org.onap.aai.annotations.Metadata(description="Readable name of tenant") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1263,7 +1286,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack tenants.") + @org.onap.aai.annotations.Metadata(description="Collection of openstack tenants.") @@ -1275,84 +1298,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack flavor.",nameProps="flavor-name",indexedProps="flavor-name,flavor-id",dependentOn="cloud-region",container="flavors") + @org.onap.aai.annotations.Metadata(description="Openstack flavor.",nameProps="flavor-name",indexedProps="flavor-name,flavor-id",dependentOn="cloud-region",container="flavors") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Flavor id, expected to be unique across cloud-region.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Flavor id, expected to be unique across cloud-region.") - @org.openecomp.aai.annotations.Metadata(description="Flavor name") + @org.onap.aai.annotations.Metadata(description="Flavor name") - @org.openecomp.aai.annotations.Metadata(description="Number of CPUs") + @org.onap.aai.annotations.Metadata(description="Number of CPUs") - @org.openecomp.aai.annotations.Metadata(description="Amount of memory") + @org.onap.aai.annotations.Metadata(description="Amount of memory") - @org.openecomp.aai.annotations.Metadata(description="Disk space") + @org.onap.aai.annotations.Metadata(description="Disk space") - @org.openecomp.aai.annotations.Metadata(description="Amount of ephemeral disk space") + @org.onap.aai.annotations.Metadata(description="Amount of ephemeral disk space") - @org.openecomp.aai.annotations.Metadata(description="amount of swap space allocation") + @org.onap.aai.annotations.Metadata(description="amount of swap space allocation") - @org.openecomp.aai.annotations.Metadata(description="whether flavor is available to all users or private to the tenant it was created in.") + @org.onap.aai.annotations.Metadata(description="whether flavor is available to all users or private to the tenant it was created in.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Boolean as to whether this flavor is no longer enabled") + @org.onap.aai.annotations.Metadata(description="Boolean as to whether this flavor is no longer enabled") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1364,7 +1387,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack flavors.") + @org.onap.aai.annotations.Metadata(description="Collection of openstack flavors.") @@ -1376,42 +1399,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack group-assignment used to store exclusivity groups (EG).",nameProps="group-name",indexedProps="group-id,group-type,group-name",dependentOn="cloud-region",container="group-assignments") + @org.onap.aai.annotations.Metadata(description="Openstack group-assignment used to store exclusivity groups (EG).",nameProps="group-name",indexedProps="group-id,group-type,group-name",dependentOn="cloud-region",container="group-assignments") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Group id, expected to be unique across cloud-region.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Group id, expected to be unique across cloud-region.") - @org.openecomp.aai.annotations.Metadata(description="Group type - the type of group this instance refers to") + @org.onap.aai.annotations.Metadata(description="Group type - the type of group this instance refers to") - @org.openecomp.aai.annotations.Metadata(description="Group name - name assigned to the group") + @org.onap.aai.annotations.Metadata(description="Group name - name assigned to the group") - @org.openecomp.aai.annotations.Metadata(description="Group description - description of the group") + @org.onap.aai.annotations.Metadata(description="Group description - description of the group") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1423,7 +1446,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack group assignments") + @org.onap.aai.annotations.Metadata(description="Collection of openstack group assignments") @@ -1435,84 +1458,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack snapshot",nameProps="snapshot-name",uniqueProps="snapshot-id",indexedProps="application,snapshot-name,application-vendor,snapshot-id,application-version,prev-snapshot-id",dependentOn="cloud-region",container="snapshots") + @org.onap.aai.annotations.Metadata(description="Openstack snapshot",nameProps="snapshot-name",uniqueProps="snapshot-id",indexedProps="application,snapshot-name,application-vendor,snapshot-id,application-version,prev-snapshot-id",dependentOn="cloud-region",container="snapshots") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Snapshot id, this is the key UUID assoc associated in glance with the snapshots.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Snapshot id, this is the key UUID assoc associated in glance with the snapshots.") - @org.openecomp.aai.annotations.Metadata(description="Snapshot name") + @org.onap.aai.annotations.Metadata(description="Snapshot name") - @org.openecomp.aai.annotations.Metadata(description="Operating system architecture") + @org.onap.aai.annotations.Metadata(description="Operating system architecture") - @org.openecomp.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") + @org.onap.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") - @org.openecomp.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") + @org.onap.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") - @org.openecomp.aai.annotations.Metadata(description="The application that the image instantiates.") + @org.onap.aai.annotations.Metadata(description="The application that the image instantiates.") - @org.openecomp.aai.annotations.Metadata(description="The vendor of the application.") + @org.onap.aai.annotations.Metadata(description="The vendor of the application.") - @org.openecomp.aai.annotations.Metadata(description="The version of the application.") + @org.onap.aai.annotations.Metadata(description="The version of the application.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="This field contains the UUID of the previous snapshot (if any).") + @org.onap.aai.annotations.Metadata(description="This field contains the UUID of the previous snapshot (if any).") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1524,7 +1547,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack snapshots") + @org.onap.aai.annotations.Metadata(description="Collection of openstack snapshots") @@ -1536,14 +1559,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Key/value pairs",indexedProps="metaname",dependentOn="tenant,image,service-instance,connector,model",container="metadata") + @org.onap.aai.annotations.Metadata(description="Key/value pairs",indexedProps="metaname",dependentOn="tenant,image,service-instance,connector,model",container="metadata") - @org.openecomp.aai.annotations.Metadata(isKey=true) + @org.onap.aai.annotations.Metadata(isKey=true) @@ -1551,7 +1574,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1562,7 +1585,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of metadatum (key/value pairs)") + @org.onap.aai.annotations.Metadata(description="Collection of metadatum (key/value pairs)") @@ -1574,77 +1597,77 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack image.",nameProps="image-name",indexedProps="application,image-name,application-vendor,image-id,application-version",dependentOn="cloud-region",container="images") + @org.onap.aai.annotations.Metadata(description="Openstack image.",nameProps="image-name",indexedProps="application,image-name,application-vendor,image-id,application-version",dependentOn="cloud-region",container="images") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Image id, expected to be unique across cloud region") + @org.onap.aai.annotations.Metadata(isKey=true,description="Image id, expected to be unique across cloud region") - @org.openecomp.aai.annotations.Metadata(description="Image name") + @org.onap.aai.annotations.Metadata(description="Image name") - @org.openecomp.aai.annotations.Metadata(description="Operating system architecture.") + @org.onap.aai.annotations.Metadata(description="Operating system architecture.") - @org.openecomp.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") + @org.onap.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") - @org.openecomp.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") + @org.onap.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") - @org.openecomp.aai.annotations.Metadata(description="The application that the image instantiates.") + @org.onap.aai.annotations.Metadata(description="The application that the image instantiates.") - @org.openecomp.aai.annotations.Metadata(description="The vendor of the application.") + @org.onap.aai.annotations.Metadata(description="The vendor of the application.") - @org.openecomp.aai.annotations.Metadata(description="The version of the application.") + @org.onap.aai.annotations.Metadata(description="The version of the application.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1657,7 +1680,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collectio of Openstack images.") + @org.onap.aai.annotations.Metadata(description="Collectio of Openstack images.") @@ -1669,7 +1692,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of availability zones") + @org.onap.aai.annotations.Metadata(description="Collection of availability zones") @@ -1681,70 +1704,70 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="cloud-region designates an installation of a cloud cluster or region or instantiation",indexedProps="cloud-owner,cloud-region-id,cloud-type,owner-defined-type",nameProps="owner-defined-type",container="cloud-regions",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="cloud-region designates an installation of a cloud cluster or region or instantiation",indexedProps="cloud-owner,cloud-region-id,cloud-type,owner-defined-type",nameProps="owner-defined-type",container="cloud-regions",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname") + @org.onap.aai.annotations.Metadata(isKey=true,description="Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Identifier used by the vendor for the region. Second part of composite key") + @org.onap.aai.annotations.Metadata(isKey=true,description="Identifier used by the vendor for the region. Second part of composite key") - @org.openecomp.aai.annotations.Metadata(description="Type of the cloud (e.g., openstack)") + @org.onap.aai.annotations.Metadata(description="Type of the cloud (e.g., openstack)") - @org.openecomp.aai.annotations.Metadata(description="Cloud-owner defined type indicator (e.g., dcp, lcp)") + @org.onap.aai.annotations.Metadata(description="Cloud-owner defined type indicator (e.g., dcp, lcp)") - @org.openecomp.aai.annotations.Metadata(description="Software version employed at the site. NOTE - THIS FIELD IS NOT KEPT UP TO DATE.") + @org.onap.aai.annotations.Metadata(description="Software version employed at the site. NOTE - THIS FIELD IS NOT KEPT UP TO DATE.") - @org.openecomp.aai.annotations.Metadata(description="URL of the keystone identity service") + @org.onap.aai.annotations.Metadata(description="URL of the keystone identity service") - @org.openecomp.aai.annotations.Metadata(description="Zone where the cloud is homed. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") + @org.onap.aai.annotations.Metadata(description="Zone where the cloud is homed. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") - @org.openecomp.aai.annotations.Metadata(description="complex name for cloud-region instance. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") + @org.onap.aai.annotations.Metadata(description="complex name for cloud-region instance. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1765,7 +1788,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(maximumDepth="0") + @org.onap.aai.annotations.Metadata(maximumDepth="0") @@ -1777,28 +1800,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Network profile populated by SDN-GP for SNMP",indexedProps="nm-profile-name",container="network-profiles",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Network profile populated by SDN-GP for SNMP",indexedProps="nm-profile-name",container="network-profiles",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique name of network profile.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique name of network profile.") - @org.openecomp.aai.annotations.Metadata(description="Encrypted SNMP community string") + @org.onap.aai.annotations.Metadata(description="Encrypted SNMP community string") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1810,7 +1833,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of network profiles") + @org.onap.aai.annotations.Metadata(description="Collection of network profiles") @@ -1822,77 +1845,77 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Physical interface (e.g., nic)",indexedProps="interface-name,prov-status",nameProps="prov-status",dependentOn="vpls-pe,pserver,pnf",container="p-interfaces") + @org.onap.aai.annotations.Metadata(description="Physical interface (e.g., nic)",indexedProps="interface-name,prov-status",nameProps="prov-status",dependentOn="vpls-pe,pserver,pnf",container="p-interfaces") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name that identifies the physical interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name that identifies the physical interface") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="Nature of the services and connectivity on this port.") + @org.onap.aai.annotations.Metadata(description="Nature of the services and connectivity on this port.") - @org.openecomp.aai.annotations.Metadata(description="CLEI or other specification for p-interface hardware.") + @org.onap.aai.annotations.Metadata(description="CLEI or other specification for p-interface hardware.") - @org.openecomp.aai.annotations.Metadata(description="Role specification for p-interface hardware.") + @org.onap.aai.annotations.Metadata(description="Role specification for p-interface hardware.") - @org.openecomp.aai.annotations.Metadata(description="Indicates the physical properties of the interface.") + @org.onap.aai.annotations.Metadata(description="Indicates the physical properties of the interface.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") @@ -1905,7 +1928,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical interfaces.") + @org.onap.aai.annotations.Metadata(description="Collection of physical interfaces.") @@ -1917,70 +1940,70 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Link aggregate interface",indexedProps="interface-name,interface-id,interface-role",dependentOn="generic-vnf,pserver,vpls-pe,pnf",container="lag-interfaces") + @org.onap.aai.annotations.Metadata(description="Link aggregate interface",indexedProps="interface-name,interface-id,interface-role",dependentOn="generic-vnf,pserver,vpls-pe,pnf",container="lag-interfaces") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name that identifies the link aggregate interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name that identifies the link aggregate interface") - @org.openecomp.aai.annotations.Metadata(description="Human friendly text regarding this interface.") + @org.onap.aai.annotations.Metadata(description="Human friendly text regarding this interface.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="ID of interface") + @org.onap.aai.annotations.Metadata(description="ID of interface") - @org.openecomp.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") + @org.onap.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") @@ -1993,7 +2016,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of link aggregate interfaces.") + @org.onap.aai.annotations.Metadata(description="Collection of link aggregate interfaces.") @@ -2005,182 +2028,182 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver.",nameProps="pserver-name2",indexedProps="hostname,in-maint,pserver-id,pserver-name2,inv-status",searchable="hostname,pserver-name2,pserver-id,ipv4-oam-address",container="pservers",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver.",nameProps="pserver-name2",indexedProps="hostname,in-maint,pserver-id,pserver-name2,inv-status",searchable="hostname,pserver-name2,pserver-id,ipv4-oam-address",container="pservers",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Value from executing hostname on the compute node.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Value from executing hostname on the compute node.") - @org.openecomp.aai.annotations.Metadata(description="PTNII name") + @org.onap.aai.annotations.Metadata(description="PTNII name") - @org.openecomp.aai.annotations.Metadata(description="Number of cpus") + @org.onap.aai.annotations.Metadata(description="Number of cpus") - @org.openecomp.aai.annotations.Metadata(description="Disk size, in GBs") + @org.onap.aai.annotations.Metadata(description="Disk size, in GBs") - @org.openecomp.aai.annotations.Metadata(description="RAM size, in MBs") + @org.onap.aai.annotations.Metadata(description="RAM size, in MBs") - @org.openecomp.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Fully-qualified domain name") + @org.onap.aai.annotations.Metadata(description="Fully-qualified domain name") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used to configure device, also used for troubleshooting and is IP used for traps generated by device.") + @org.onap.aai.annotations.Metadata(description="Used to configure device, also used for troubleshooting and is IP used for traps generated by device.") - @org.openecomp.aai.annotations.Metadata(description="Serial number, may be queried") + @org.onap.aai.annotations.Metadata(description="Serial number, may be queried") - @org.openecomp.aai.annotations.Metadata(description="IPV4 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV4 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV6 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV4 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV4 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV6 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 OAM address") + @org.onap.aai.annotations.Metadata(description="IPV6 OAM address") - @org.openecomp.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") + @org.onap.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") - @org.openecomp.aai.annotations.Metadata(description="ID of Pserver") + @org.onap.aai.annotations.Metadata(description="ID of Pserver") - @org.openecomp.aai.annotations.Metadata(description="internet topology of Pserver") + @org.onap.aai.annotations.Metadata(description="internet topology of Pserver") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="alternative pserver name") + @org.onap.aai.annotations.Metadata(description="alternative pserver name") - @org.openecomp.aai.annotations.Metadata(description="purpose of pserver") + @org.onap.aai.annotations.Metadata(description="purpose of pserver") - @org.openecomp.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") + @org.onap.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") @@ -2194,7 +2217,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of compute hosts.") + @org.onap.aai.annotations.Metadata(description="Collection of compute hosts.") @@ -2206,28 +2229,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context",nameProps="vdc-name",indexedProps="vdc-name,vdc-id",container="virtual-data-centers",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context",nameProps="vdc-name",indexedProps="vdc-name,vdc-id",container="virtual-data-centers",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of the vdc") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of the vdc") - @org.openecomp.aai.annotations.Metadata(description="Name of the virtual data center") + @org.onap.aai.annotations.Metadata(description="Name of the virtual data center") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2239,7 +2262,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context") + @org.onap.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context") @@ -2251,7 +2274,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for cloud infrastructure.") + @org.onap.aai.annotations.Metadata(description="Namespace for cloud infrastructure.") @@ -2267,56 +2290,56 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets",indexedProps="resource-instance-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version",container="connectors",namespace="business") + @org.onap.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets",indexedProps="resource-instance-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version",container="connectors",namespace="business") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of resource instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of resource instance.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") @@ -2329,7 +2352,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets") + @org.onap.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets") @@ -2341,49 +2364,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Represents the specifics of a tunnel cross connect piece of a resource that gets separately allotted",uniqueProps="id",indexedProps="id",dependentOn="allotted-resource",container="tunnel-xconnects") + @org.onap.aai.annotations.Metadata(description="Represents the specifics of a tunnel cross connect piece of a resource that gets separately allotted",uniqueProps="id",indexedProps="id",dependentOn="allotted-resource",container="tunnel-xconnects") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN1") + @org.onap.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN1") - @org.openecomp.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN1") + @org.onap.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN1") - @org.openecomp.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN2") + @org.onap.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN2") - @org.openecomp.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN2") + @org.onap.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN2") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -2395,7 +2418,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object is used to store the specific tunnel cross connect aspects of an allotted resource") + @org.onap.aai.annotations.Metadata(description="This object is used to store the specific tunnel cross connect aspects of an allotted resource") @@ -2407,84 +2430,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Represents a slice or partial piece of a resource that gets separately allotted",nameProps="description",uniqueProps="id",indexedProps="id,model-invariant-id,model-version-id,type,role",dependentOn="service-instance",container="allotted-resources") + @org.onap.aai.annotations.Metadata(description="Represents a slice or partial piece of a resource that gets separately allotted",nameProps="description",uniqueProps="id",indexedProps="id,model-invariant-id,model-version-id,type,role",dependentOn="service-instance",container="allotted-resources") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="The descriptive information assigned to this allotted resource instance") + @org.onap.aai.annotations.Metadata(description="The descriptive information assigned to this allotted resource instance") - @org.openecomp.aai.annotations.Metadata(description="Link back to more information in the controller") + @org.onap.aai.annotations.Metadata(description="Link back to more information in the controller") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status") + @org.onap.aai.annotations.Metadata(description="Orchestration status") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") - @org.openecomp.aai.annotations.Metadata(description="Generic description of the type of allotted resource.") + @org.onap.aai.annotations.Metadata(description="Generic description of the type of allotted resource.") - @org.openecomp.aai.annotations.Metadata(description="role in the network that this resource will be providing.") + @org.onap.aai.annotations.Metadata(description="role in the network that this resource will be providing.") @@ -2497,7 +2520,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object is used to store slices of services being offered") + @org.onap.aai.annotations.Metadata(description="This object is used to store slices of services being offered") @@ -2509,126 +2532,126 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Instance of a service",indexedProps="service-instance-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,service-instance-name,service-instance-location-id,orchestration-status",nameProps="service-instance-name",searchable="service-instance-id,service-instance-name",uniqueProps="service-instance-id",dependentOn="service-subscription",container="service-instances") + @org.onap.aai.annotations.Metadata(description="Instance of a service",indexedProps="service-instance-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,service-instance-name,service-instance-location-id,orchestration-status",nameProps="service-instance-name",searchable="service-instance-id,service-instance-name",uniqueProps="service-instance-id",dependentOn="service-subscription",container="service-instances") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this instance of a service") + @org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this instance of a service") - @org.openecomp.aai.annotations.Metadata(description="This field will store a name assigned to the service-instance.") + @org.onap.aai.annotations.Metadata(description="This field will store a name assigned to the service-instance.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="Indicates the total bandwidth to be used for this service.") + @org.onap.aai.annotations.Metadata(description="Indicates the total bandwidth to be used for this service.") - @org.openecomp.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN1 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN1 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN1 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN1 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN2 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN2 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN2 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN2 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="URL customers will use to access the vHN Portal.") + @org.onap.aai.annotations.Metadata(description="URL customers will use to access the vHN Portal.") - @org.openecomp.aai.annotations.Metadata(description="An identifier that customers assign to the location where this service is being used.") + @org.onap.aai.annotations.Metadata(description="An identifier that customers assign to the location where this service is being used.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this service.") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this service.") @@ -2642,7 +2665,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of service instances") + @org.onap.aai.annotations.Metadata(description="Collection of service instances") @@ -2654,28 +2677,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Object that group service instances.",indexedProps="service-type",dependentOn="customer",container="service-subscriptions",crossEntityReference="service-instance,service-type") + @org.onap.aai.annotations.Metadata(description="Object that group service instances.",indexedProps="service-type",dependentOn="customer",container="service-subscriptions",crossEntityReference="service-instance,service-type") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Value defined by orchestration to identify this service across ECOMP.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Value defined by orchestration to identify this service across ECOMP.") - @org.openecomp.aai.annotations.Metadata(description="This property will be deleted from A&AI in the near future. Only stop gap solution.") + @org.onap.aai.annotations.Metadata(description="This property will be deleted from A&AI in the near future. Only stop gap solution.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2688,7 +2711,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of objects that group service instances.") + @org.onap.aai.annotations.Metadata(description="Collection of objects that group service instances.") @@ -2700,35 +2723,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="customer identifiers to provide linkage back to BSS information.",nameProps="subscriber-name",indexedProps="subscriber-name,global-customer-id,subscriber-type",searchable="global-customer-id,subscriber-name",uniqueProps="global-customer-id",container="customers",namespace="business") + @org.onap.aai.annotations.Metadata(description="customer identifiers to provide linkage back to BSS information.",nameProps="subscriber-name",indexedProps="subscriber-name,global-customer-id,subscriber-type",searchable="global-customer-id,subscriber-name",uniqueProps="global-customer-id",container="customers",namespace="business") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Global customer id used across ECOMP to uniquely identify customer.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Global customer id used across ECOMP to uniquely identify customer.") - @org.openecomp.aai.annotations.Metadata(description="Subscriber name, an alternate way to retrieve a customer.") + @org.onap.aai.annotations.Metadata(description="Subscriber name, an alternate way to retrieve a customer.") - @org.openecomp.aai.annotations.Metadata(description="Subscriber type, a way to provide VID with only the INFRA customers.",defaultValue="CUST") + @org.onap.aai.annotations.Metadata(description="Subscriber type, a way to provide VID with only the INFRA customers.",defaultValue="CUST") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2741,7 +2764,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of customer identifiers to provide linkage back to BSS information.") + @org.onap.aai.annotations.Metadata(description="Collection of customer identifiers to provide linkage back to BSS information.") @@ -2753,7 +2776,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for business related constructs") + @org.onap.aai.annotations.Metadata(description="Namespace for business related constructs") @@ -2766,49 +2789,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Image object that pertain to a VNF that doesn't have associated vservers. This is a kludge.",indexedProps="application,vnf-image-uuid,application-vendor,application-version",uniqueProps="vnf-image-uuid",container="vnf-images",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Image object that pertain to a VNF that doesn't have associated vservers. This is a kludge.",indexedProps="application,vnf-image-uuid,application-vendor,application-version",uniqueProps="vnf-image-uuid",container="vnf-images",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of this asset") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of this asset") - @org.openecomp.aai.annotations.Metadata(description="The application that the image instantiates.") + @org.onap.aai.annotations.Metadata(description="The application that the image instantiates.") - @org.openecomp.aai.annotations.Metadata(description="The vendor of the application.") + @org.onap.aai.annotations.Metadata(description="The vendor of the application.") - @org.openecomp.aai.annotations.Metadata(description="The version of the application.") + @org.onap.aai.annotations.Metadata(description="The version of the application.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2820,7 +2843,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of image objects that pertain to a VNF that doesn't have associated vservers. This is a kludge.") + @org.onap.aai.annotations.Metadata(description="Collection of image objects that pertain to a VNF that doesn't have associated vservers. This is a kludge.") @@ -2832,42 +2855,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Stand-in for service model definitions. Likely to be deprecated in favor of models from ASDC. Does not strictly map to ASDC services.",indexedProps="service-description,service-id",container="services",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Stand-in for service model definitions. Likely to be deprecated in favor of models from ASDC. Does not strictly map to ASDC services.",indexedProps="service-description,service-id",container="services",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") + @org.onap.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") - @org.openecomp.aai.annotations.Metadata(description="Description of the service") + @org.onap.aai.annotations.Metadata(description="Description of the service") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="service version") + @org.onap.aai.annotations.Metadata(description="service version") @@ -2879,7 +2902,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of service model definitions. Likely to be deprecated in favor of models from ASDC.") + @org.onap.aai.annotations.Metadata(description="Collection of service model definitions. Likely to be deprecated in favor of models from ASDC.") @@ -2891,28 +2914,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Early definition of server/resource pairings, likely to be replaced by models. No new use should be made of this.",indexedProps="service-type,vnf-type",container="service-capabilities",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Early definition of server/resource pairings, likely to be replaced by models. No new use should be made of this.",indexedProps="service-type,vnf-type",container="service-capabilities",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") + @org.onap.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(isKey=true,description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2924,7 +2947,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of service capabilities.") + @org.onap.aai.annotations.Metadata(description="Collection of service capabilities.") @@ -2936,14 +2959,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="element-choice-set-uuid",indexedProps="element-choice-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="element-choice-sets") + @org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="element-choice-set-uuid",indexedProps="element-choice-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="element-choice-sets") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -2966,14 +2989,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="constrained-element-set-uuid",indexedProps="constrained-element-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="constrained-element-sets") + @org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="constrained-element-set-uuid",indexedProps="constrained-element-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="constrained-element-sets") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -2996,14 +3019,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="model-constraint-uuid",indexedProps="model-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-constraints") + @org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="model-constraint-uuid",indexedProps="model-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-constraints") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -3012,7 +3035,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3030,28 +3053,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model.",uniqueProps="model-element-uuid",indexedProps="model-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-elements") + @org.onap.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model.",uniqueProps="model-element-uuid",indexedProps="model-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-elements") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") - @org.openecomp.aai.annotations.Metadata(description="Indicates whether this element was created as part of instantiation from this model") + @org.onap.aai.annotations.Metadata(description="Indicates whether this element was created as part of instantiation from this model") - @org.openecomp.aai.annotations.Metadata(description="How many of this type of element are required/allowed") + @org.onap.aai.annotations.Metadata(description="How many of this type of element are required/allowed") @@ -3059,21 +3082,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model") + @org.onap.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model") - @org.openecomp.aai.annotations.Metadata(description="Describes new constraints on this model element that are not part of that model's definition") + @org.onap.aai.annotations.Metadata(description="Describes new constraints on this model element that are not part of that model's definition") @@ -3092,42 +3115,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe a specific version of an inventory asset and its connections related to ASDC models",nameProps="model-name",indexedProps="model-version-id,model-name,model-version",uniqueProps="model-version-id",container="model-vers") + @org.onap.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe a specific version of an inventory asset and its connections related to ASDC models",nameProps="model-name",indexedProps="model-version-id,model-name,model-version",uniqueProps="model-version-id",container="model-vers") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") + @org.onap.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") - @org.openecomp.aai.annotations.Metadata(description="Version") + @org.onap.aai.annotations.Metadata(description="Version") - @org.openecomp.aai.annotations.Metadata(description="Description") + @org.onap.aai.annotations.Metadata(description="Description") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3148,28 +3171,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe an inventory asset and its connections related to ASDC models, independent of version",nameProps="model-type",indexedProps="model-invariant-id,model-type",uniqueProps="model-invariant-id",container="models",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe an inventory asset and its connections related to ASDC models, independent of version",nameProps="model-type",indexedProps="model-invariant-id,model-type",uniqueProps="model-invariant-id",container="models",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") + @org.onap.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3182,7 +3205,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models") + @org.onap.aai.annotations.Metadata(description="Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models") @@ -3194,14 +3217,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",uniqueProps="related-lookup-uuid",indexedProps="related-lookup-uuid",allowDirectRead="true",allowDirectWrite="false",container="related-lookups") + @org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="related-lookup-uuid",indexedProps="related-lookup-uuid",allowDirectRead="true",allowDirectWrite="false",container="related-lookups") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -3226,14 +3249,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",uniqueProps="property-constraint-uuid",indexedProps="property-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="property-constraints") + @org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="property-constraint-uuid",indexedProps="property-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="property-constraints") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -3255,14 +3278,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",uniqueProps="named-query-element-uuid",indexedProps="named-query-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="named-query-elements") + @org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="named-query-element-uuid",indexedProps="named-query-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="named-query-elements") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -3288,14 +3311,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true) + @org.onap.aai.annotations.Metadata(isKey=true) @@ -3305,7 +3328,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") @@ -3331,7 +3354,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for objects managed by ASDC") + @org.onap.aai.annotations.Metadata(description="Namespace for objects managed by ASDC") @@ -3347,140 +3370,140 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Logical links generally connect l-interfaces but are used to express logical connectivity between two points",indexedProps="link-name,model-invariant-id,model-version-id,widget-model-id,widget-model-version,link-id,prov-status,circuit-id,purpose",uniqueProps="link-id",container="logical-links",namespace="network",searchable="link-name") + @org.onap.aai.annotations.Metadata(description="Logical links generally connect l-interfaces but are used to express logical connectivity between two points",indexedProps="link-name,model-invariant-id,model-version-id,widget-model-id,widget-model-version,link-id,prov-status,circuit-id,purpose",uniqueProps="link-id",container="logical-links",namespace="network",searchable="link-name") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ") + @org.onap.aai.annotations.Metadata(isKey=true,description="e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ") - @org.openecomp.aai.annotations.Metadata(description="Type of logical link, e.g., evc") + @org.onap.aai.annotations.Metadata(description="Type of logical link, e.g., evc") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="v4, v6, or ds for dual stack") + @org.onap.aai.annotations.Metadata(description="v4, v6, or ds for dual stack") - @org.openecomp.aai.annotations.Metadata(description="For example, static or BGP") + @org.onap.aai.annotations.Metadata(description="For example, static or BGP") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="Indication of operational status of the logical link.") + @org.onap.aai.annotations.Metadata(description="Indication of operational status of the logical link.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Indication of the network use of the logical link.") + @org.onap.aai.annotations.Metadata(description="Indication of the network use of the logical link.") - @org.openecomp.aai.annotations.Metadata(description="Alias or alternate name (CLCI or D1 name).") + @org.onap.aai.annotations.Metadata(description="Alias or alternate name (CLCI or D1 name).") - @org.openecomp.aai.annotations.Metadata(description="UUID of the logical-link, SDNC generates this.") + @org.onap.aai.annotations.Metadata(description="UUID of the logical-link, SDNC generates this.") - @org.openecomp.aai.annotations.Metadata(description="Circuit id") + @org.onap.aai.annotations.Metadata(description="Circuit id") - @org.openecomp.aai.annotations.Metadata(description="Reason for this entity, role it is playing") + @org.onap.aai.annotations.Metadata(description="Reason for this entity, role it is playing") @@ -3492,7 +3515,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of logical connections") + @org.onap.aai.annotations.Metadata(description="Collection of logical connections") @@ -3504,35 +3527,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="cos",dependentOn="site-pair",container="classes-of-service") + @org.onap.aai.annotations.Metadata(indexedProps="cos",dependentOn="site-pair",container="classes-of-service") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") + @org.onap.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") - @org.openecomp.aai.annotations.Metadata(description="identifier of probe") + @org.onap.aai.annotations.Metadata(description="identifier of probe") - @org.openecomp.aai.annotations.Metadata(description="type of probe") + @org.onap.aai.annotations.Metadata(description="type of probe") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3544,7 +3567,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="class-of-service of probe") + @org.onap.aai.annotations.Metadata(description="class-of-service of probe") @@ -3556,56 +3579,56 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="site-pair-id",uniqueProps="site-pair-id",dependentOn="routing-instance",container="site-pairs") + @org.onap.aai.annotations.Metadata(indexedProps="site-pair-id",uniqueProps="site-pair-id",dependentOn="routing-instance",container="site-pairs") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") + @org.onap.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") - @org.openecomp.aai.annotations.Metadata(description="Prefix address") + @org.onap.aai.annotations.Metadata(description="Prefix address") - @org.openecomp.aai.annotations.Metadata(description="Prefix address") + @org.onap.aai.annotations.Metadata(description="Prefix address") - @org.openecomp.aai.annotations.Metadata(description="ip version, v4, v6") + @org.onap.aai.annotations.Metadata(description="ip version, v4, v6") - @org.openecomp.aai.annotations.Metadata(description="Hostname of the destination equipment to which SLAs are measured against.") + @org.onap.aai.annotations.Metadata(description="Hostname of the destination equipment to which SLAs are measured against.") - @org.openecomp.aai.annotations.Metadata(description="The type of destinatination equipment. Could be Router, etc.") + @org.onap.aai.annotations.Metadata(description="The type of destinatination equipment. Could be Router, etc.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3618,7 +3641,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="probe within a set") + @org.onap.aai.annotations.Metadata(description="probe within a set") @@ -3630,28 +3653,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="routing-instance-id",uniqueProps="routing-instance-id",dependentOn="site-pair-set",container="routing-instances") + @org.onap.aai.annotations.Metadata(indexedProps="routing-instance-id",uniqueProps="routing-instance-id",dependentOn="site-pair-set",container="routing-instances") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of routing instance") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of routing instance") - @org.openecomp.aai.annotations.Metadata(description="rpm owner") + @org.onap.aai.annotations.Metadata(description="rpm owner") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3664,7 +3687,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="set of probes related to generic-vnf routing instance") + @org.onap.aai.annotations.Metadata(description="set of probes related to generic-vnf routing instance") @@ -3676,21 +3699,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Set of instances for probes used to measure service level agreements",indexedProps="site-pair-set-id",uniqueProps="site-pair-set-id",container="site-pair-sets",namespace="network") + @org.onap.aai.annotations.Metadata(description="Set of instances for probes used to measure service level agreements",indexedProps="site-pair-set-id",uniqueProps="site-pair-set-id",container="site-pair-sets",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of site pair set.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of site pair set.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3703,7 +3726,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of sets of instances for probes related to generic-vnf") + @org.onap.aai.annotations.Metadata(description="Collection of sets of instances for probes related to generic-vnf") @@ -3715,28 +3738,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Route target information",container="route-targets",dependentOn="vpn-binding",canBeLinked="true") + @org.onap.aai.annotations.Metadata(description="Route target information",container="route-targets",dependentOn="vpn-binding",canBeLinked="true") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Number used to identify an RT, globally unique in the network") + @org.onap.aai.annotations.Metadata(isKey=true,description="Number used to identify an RT, globally unique in the network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Role assigned to this route target") + @org.onap.aai.annotations.Metadata(isKey=true,description="Role assigned to this route target") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3748,7 +3771,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of route target information") + @org.onap.aai.annotations.Metadata(description="Collection of route target information") @@ -3760,49 +3783,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="VPN binding",nameProps="vpn-name,vpn-type",indexedProps="vpn-name,vpn-id,vpn-type",searchable="vpn-id,vpn-name",uniqueProps="vpn-id",container="vpn-bindings",namespace="network") + @org.onap.aai.annotations.Metadata(description="VPN binding",nameProps="vpn-name,vpn-type",indexedProps="vpn-name,vpn-id,vpn-type",searchable="vpn-id,vpn-name",uniqueProps="vpn-id",container="vpn-bindings",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="VPN ID, globally unique within A&AI") + @org.onap.aai.annotations.Metadata(isKey=true,description="VPN ID, globally unique within A&AI") - @org.openecomp.aai.annotations.Metadata(description="VPN Name") + @org.onap.aai.annotations.Metadata(description="VPN Name") - @org.openecomp.aai.annotations.Metadata(description="the platform associated with the VPN example AVPN, Mobility") + @org.onap.aai.annotations.Metadata(description="the platform associated with the VPN example AVPN, Mobility") - @org.openecomp.aai.annotations.Metadata(description="Type of the vpn, should be taken from enumerated/valid values") + @org.onap.aai.annotations.Metadata(description="Type of the vpn, should be taken from enumerated/valid values") - @org.openecomp.aai.annotations.Metadata(description="Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.") + @org.onap.aai.annotations.Metadata(description="Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3810,7 +3833,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="l3-networks relate to vpn-bindings") + @org.onap.aai.annotations.Metadata(description="l3-networks relate to vpn-bindings") @@ -3828,49 +3851,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="VPLS Provider Edge routers.",indexedProps="prov-status,equipment-name",container="vpls-pes",namespace="network") + @org.onap.aai.annotations.Metadata(description="VPLS Provider Edge routers.",indexedProps="prov-status,equipment-name",container="vpls-pes",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true) + @org.onap.aai.annotations.Metadata(isKey=true) - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).") - @org.openecomp.aai.annotations.Metadata(description="Client should send valid enumerated value, e.g., VPLS-PE.") + @org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value, e.g., VPLS-PE.") - @org.openecomp.aai.annotations.Metadata(description="Temporary location for stag to get to VCE") + @org.onap.aai.annotations.Metadata(description="Temporary location for stag to get to VCE") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3884,7 +3907,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of VPLS Provider Edge routers") + @org.onap.aai.annotations.Metadata(description="Collection of VPLS Provider Edge routers") @@ -3896,35 +3919,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="multicast-configuration-id",uniqueProps="multicast-configuration-id",container="multicast-configurations",namespace="network") + @org.onap.aai.annotations.Metadata(indexedProps="multicast-configuration-id",uniqueProps="multicast-configuration-id",container="multicast-configurations",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of multicast configuration.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of multicast configuration.") - @org.openecomp.aai.annotations.Metadata(description="protocol of multicast configuration") + @org.onap.aai.annotations.Metadata(description="protocol of multicast configuration") - @org.openecomp.aai.annotations.Metadata(description="rp type of multicast configuration") + @org.onap.aai.annotations.Metadata(description="rp type of multicast configuration") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3936,7 +3959,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="multicast configuration of generic-vnf ip-address") + @org.onap.aai.annotations.Metadata(description="multicast configuration of generic-vnf ip-address") @@ -3948,21 +3971,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(dependentOn="port-group",indexedProps="cvlan-tag",container="cvlan-tags") + @org.onap.aai.annotations.Metadata(dependentOn="port-group",indexedProps="cvlan-tag",container="cvlan-tags") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="See mis-na-virtualization-platform.yang") + @org.onap.aai.annotations.Metadata(isKey=true,description="See mis-na-virtualization-platform.yang") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3981,84 +4004,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used to capture the network interfaces of this VCE",nameProps="port-group-name",indexedProps="port-group-id,heat-stack-id,interface-id,interface-name,switch-name",dependentOn="vce",container="port-groups") + @org.onap.aai.annotations.Metadata(description="Used to capture the network interfaces of this VCE",nameProps="port-group-name",indexedProps="port-group-id,heat-stack-id,interface-id,interface-name,switch-name",dependentOn="vce",container="port-groups") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of the interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of the interface") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of this Interface") + @org.onap.aai.annotations.Metadata(description="Neutron network id of this Interface") - @org.openecomp.aai.annotations.Metadata(description="Neutron network name of this Interface") + @org.onap.aai.annotations.Metadata(description="Neutron network name of this Interface") - @org.openecomp.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") + @org.onap.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Unique ID for port group in vmware") + @org.onap.aai.annotations.Metadata(description="Unique ID for port group in vmware") - @org.openecomp.aai.annotations.Metadata(description="Likely to duplicate value of neutron network name") + @org.onap.aai.annotations.Metadata(description="Likely to duplicate value of neutron network name") - @org.openecomp.aai.annotations.Metadata(description="DVS or standard switch name (should be non-null for port groups associated with DVS)") + @org.onap.aai.annotations.Metadata(description="DVS or standard switch name (should be non-null for port groups associated with DVS)") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") @@ -4078,28 +4101,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Metadata for license group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="licenses") + @org.onap.aai.annotations.Metadata(description="Metadata for license group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="licenses") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID for the license group the resource belongs to, should be uuid.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID for the license group the resource belongs to, should be uuid.") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of a license resource. ") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of a license resource. ") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -4111,7 +4134,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Licenses to be allocated across resources, keyed by group-uuid and resource-uuid, related to license management") + @org.onap.aai.annotations.Metadata(description="Licenses to be allocated across resources, keyed by group-uuid and resource-uuid, related to license management") @@ -4123,28 +4146,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Metadata for entitlement group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="entitlements") + @org.onap.aai.annotations.Metadata(description="Metadata for entitlement group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="entitlements") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID for the entitlement group the resource comes from, should be uuid.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID for the entitlement group the resource comes from, should be uuid.") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of an entitlement resource. ") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of an entitlement resource. ") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -4156,7 +4179,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Entitlements, keyed by group-uuid and resource-uuid, related to license management") + @org.onap.aai.annotations.Metadata(description="Entitlements, keyed by group-uuid and resource-uuid, related to license management") @@ -4168,140 +4191,140 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual Customer Edge Router, used specifically for Gamma. This object is deprecated.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,vnf-id,interface-name,regional-resource-zone,vpe-id,prov-status,service-id",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="vces",namespace="network",extendsFrom="vnf") + @org.onap.aai.annotations.Metadata(description="Virtual Customer Edge Router, used specifically for Gamma. This object is deprecated.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,vnf-id,interface-name,regional-resource-zone,vpe-id,prov-status,service-id",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="vces",namespace="network",extendsFrom="vnf") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") - @org.openecomp.aai.annotations.Metadata(description="Name of VNF.") + @org.onap.aai.annotations.Metadata(description="Name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="Alternate name of VNF.") + @org.onap.aai.annotations.Metadata(description="Alternate name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.") + @org.onap.aai.annotations.Metadata(description="Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.") - @org.openecomp.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") + @org.onap.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - do not use") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - do not use") - @org.openecomp.aai.annotations.Metadata(description="Network role being played by this VNF") + @org.onap.aai.annotations.Metadata(description="Network role being played by this VNF") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") - @org.openecomp.aai.annotations.Metadata(description="Unique ID of VPE connected to this VCE.") + @org.onap.aai.annotations.Metadata(description="Unique ID of VPE connected to this VCE.") - @org.openecomp.aai.annotations.Metadata(description="Valid v6 IP address for the WAN Link on this router. Implied length of /64.") + @org.onap.aai.annotations.Metadata(description="Valid v6 IP address for the WAN Link on this router. Implied length of /64.") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Loopback0 address") + @org.onap.aai.annotations.Metadata(description="Loopback0 address") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - see child relationships") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - see child relationships") @@ -4316,7 +4339,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of Virtual Customer Edge Routers, used specifically for Gamma. This object is deprecated.") + @org.onap.aai.annotations.Metadata(description="Collection of Virtual Customer Edge Routers, used specifically for Gamma. This object is deprecated.") @@ -4328,77 +4351,77 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="vnfc-name,prov-status,vnfc-type,vnfc-function-code,ipaddress-v4-oam-vip,in-maint,is-closed-loop-disabled,group-notation",searchable="vnfc-name",container="vnfcs",namespace="network") + @org.onap.aai.annotations.Metadata(indexedProps="vnfc-name,prov-status,vnfc-type,vnfc-function-code,ipaddress-v4-oam-vip,in-maint,is-closed-loop-disabled,group-notation",searchable="vnfc-name",container="vnfcs",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of vnfc.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of vnfc.") - @org.openecomp.aai.annotations.Metadata(description="function code") + @org.onap.aai.annotations.Metadata(description="function code") - @org.openecomp.aai.annotations.Metadata(description="type") + @org.onap.aai.annotations.Metadata(description="type") - @org.openecomp.aai.annotations.Metadata(description="prov status of this vnfc") + @org.onap.aai.annotations.Metadata(description="prov status of this vnfc") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by APP-C") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by APP-C") - @org.openecomp.aai.annotations.Metadata(description="Oam V4 vip address of this vnfc") + @org.onap.aai.annotations.Metadata(description="Oam V4 vip address of this vnfc") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") - @org.openecomp.aai.annotations.Metadata(description="Group notation of VNFC") + @org.onap.aai.annotations.Metadata(description="Group notation of VNFC") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4410,7 +4433,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="virtual network components associated with a vserver from application controller.") + @org.onap.aai.annotations.Metadata(description="virtual network components associated with a vserver from application controller.") @@ -4422,91 +4445,91 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="subnet-id,subnet-name",nameProps="subnet-name",uniqueProps="subnet-id",dependentOn="l3-network",container="subnets") + @org.onap.aai.annotations.Metadata(indexedProps="subnet-id,subnet-name",nameProps="subnet-name",uniqueProps="subnet-id",dependentOn="l3-network",container="subnets") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Subnet ID, should be UUID.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Subnet ID, should be UUID.") - @org.openecomp.aai.annotations.Metadata(description="Name associated with the subnet.") + @org.onap.aai.annotations.Metadata(description="Name associated with the subnet.") - @org.openecomp.aai.annotations.Metadata(description="Neutron id of this subnet") + @org.onap.aai.annotations.Metadata(description="Neutron id of this subnet") - @org.openecomp.aai.annotations.Metadata(description="gateway ip address") + @org.onap.aai.annotations.Metadata(description="gateway ip address") - @org.openecomp.aai.annotations.Metadata(description="network start address") + @org.onap.aai.annotations.Metadata(description="network start address") - @org.openecomp.aai.annotations.Metadata(description="cidr mask") + @org.onap.aai.annotations.Metadata(description="cidr mask") - @org.openecomp.aai.annotations.Metadata(description="ip version") + @org.onap.aai.annotations.Metadata(description="ip version") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="dhcp enabled") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="dhcp enabled") - @org.openecomp.aai.annotations.Metadata(description="the start address reserved for use by dhcp") + @org.onap.aai.annotations.Metadata(description="the start address reserved for use by dhcp") - @org.openecomp.aai.annotations.Metadata(description="the last address reserved for use by dhcp") + @org.onap.aai.annotations.Metadata(description="the last address reserved for use by dhcp") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4525,21 +4548,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="vlan-id-inner",dependentOn="l3-network",container="ctag-assignments") + @org.onap.aai.annotations.Metadata(indexedProps="vlan-id-inner",dependentOn="l3-network",container="ctag-assignments") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="id.") + @org.onap.aai.annotations.Metadata(isKey=true,description="id.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4558,21 +4581,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack segmentation assignment.",indexedProps="segmentation-id",dependentOn="l3-network",container="segmentation-assignments") + @org.onap.aai.annotations.Metadata(description="Openstack segmentation assignment.",indexedProps="segmentation-id",dependentOn="l3-network",container="segmentation-assignments") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -4584,7 +4607,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack segmentation assignments") + @org.onap.aai.annotations.Metadata(description="Collection of openstack segmentation assignments") @@ -4596,189 +4619,189 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Generic network definition",nameProps="network-name",indexedProps="heat-stack-id,network-uuid,service-id,network-id,network-name,model-invariant-id,model-version-id,widget-model-id,widget-model-version,contrail-network-fqdn,network-role",searchable="network-id,network-name",uniqueProps="network-id",container="l3-networks",namespace="network") + @org.onap.aai.annotations.Metadata(description="Generic network definition",nameProps="network-name",indexedProps="heat-stack-id,network-uuid,service-id,network-id,network-name,model-invariant-id,model-version-id,widget-model-id,widget-model-version,contrail-network-fqdn,network-role",searchable="network-id,network-name",uniqueProps="network-id",container="l3-networks",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Network ID, should be uuid. Unique across A&AI.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Network ID, should be uuid. Unique across A&AI.") - @org.openecomp.aai.annotations.Metadata(description="Name of the network, governed by some naming convention..") + @org.onap.aai.annotations.Metadata(description="Name of the network, governed by some naming convention..") - @org.openecomp.aai.annotations.Metadata(description="Type of the network - who defines these values?") + @org.onap.aai.annotations.Metadata(description="Type of the network - who defines these values?") - @org.openecomp.aai.annotations.Metadata(description="Role the network plans - who defines these values?") + @org.onap.aai.annotations.Metadata(description="Role the network plans - who defines these values?") - @org.openecomp.aai.annotations.Metadata(description="Network technology - who defines these values?") + @org.onap.aai.annotations.Metadata(description="Network technology - who defines these values?") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of this Interface") + @org.onap.aai.annotations.Metadata(description="Neutron network id of this Interface") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Set to true if bound to VPN") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Set to true if bound to VPN") - @org.openecomp.aai.annotations.Metadata(description="Unique identifier of service from ASDC. Does not strictly map to ASDC services. SOON TO BE DEPRECATED") + @org.onap.aai.annotations.Metadata(description="Unique identifier of service from ASDC. Does not strictly map to ASDC services. SOON TO BE DEPRECATED") - @org.openecomp.aai.annotations.Metadata(description="network role instance") + @org.onap.aai.annotations.Metadata(description="network role instance") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") - @org.openecomp.aai.annotations.Metadata(description="Contrail FQDN for the network") + @org.onap.aai.annotations.Metadata(description="Contrail FQDN for the network") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="Name associated with the physical network.") + @org.onap.aai.annotations.Metadata(description="Name associated with the physical network.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a provider network.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a provider network.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a shared network.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a shared network.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is an external network.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is an external network.") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational.") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational.") @@ -4788,7 +4811,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Relates to tenant (or is it a child of tenant), complex, service, vpn-binding") + @org.onap.aai.annotations.Metadata(description="Relates to tenant (or is it a child of tenant), complex, service, vpn-binding") @@ -4806,35 +4829,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(nameProps="network-policy-fqdn",indexedProps="network-policy-id,network-policy-fqdn",searchable="network-policy-id,network-policy-fqdn",uniqueProps="network-policy-id",container="network-policies",namespace="network") + @org.onap.aai.annotations.Metadata(nameProps="network-policy-fqdn",indexedProps="network-policy-id,network-policy-fqdn",searchable="network-policy-id,network-policy-fqdn",uniqueProps="network-policy-id",container="network-policies",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="UUID representing unique key to this instance") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID representing unique key to this instance") - @org.openecomp.aai.annotations.Metadata(description="Contrail FQDN for the policy") + @org.onap.aai.annotations.Metadata(description="Contrail FQDN for the policy") - @org.openecomp.aai.annotations.Metadata(description="ID for the openStack Heat instance") + @org.onap.aai.annotations.Metadata(description="ID for the openStack Heat instance") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4853,112 +4876,112 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="a deployment unit of VNFCs",indexedProps="vf-module-id,vf-module-name,heat-stack-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,contrail-service-instance-fqdn",searchable="vf-module-id,vf-module-name",dependentOn="generic-vnf",container="vf-modules") + @org.onap.aai.annotations.Metadata(description="a deployment unit of VNFCs",indexedProps="vf-module-id,vf-module-name,heat-stack-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,contrail-service-instance-fqdn",searchable="vf-module-id,vf-module-name",dependentOn="generic-vnf",container="vf-modules") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of vf-module.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of vf-module.") - @org.openecomp.aai.annotations.Metadata(description="Name of vf-module") + @org.onap.aai.annotations.Metadata(description="Name of vf-module") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance.") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance.") - @org.openecomp.aai.annotations.Metadata(description="orchestration status of this vf-module, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="orchestration status of this vf-module, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is base vf module") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is base vf module") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="the Contrail unique ID for a service-instance") + @org.onap.aai.annotations.Metadata(description="the Contrail unique ID for a service-instance") - @org.openecomp.aai.annotations.Metadata(description="the index will track the number of modules of a given type that have been deployed in a VNF, starting with 0, and always choosing the lowest available digit") + @org.onap.aai.annotations.Metadata(description="the index will track the number of modules of a given type that have been deployed in a VNF, starting with 0, and always choosing the lowest available digit") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") @@ -4970,7 +4993,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of vf-modules, a deployment unit of VNFCs") + @org.onap.aai.annotations.Metadata(description="Collection of vf-modules, a deployment unit of VNFCs") @@ -4982,329 +5005,329 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="General purpose VNF",nameProps="vnf-name",indexedProps="is-closed-loop-disabled,vnf-name2,vnf-type,heat-stack-id,in-maint,vnf-name,vnf-id,regional-resource-zone,prov-status,service-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,nf-type,nf-function,nf-naming-code,nf-role",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="generic-vnfs",namespace="network",extendsFrom="vnf",containsSuggestibleProps="true",suggestionAliases="VNFs") + @org.onap.aai.annotations.Metadata(description="General purpose VNF",nameProps="vnf-name",indexedProps="is-closed-loop-disabled,vnf-name2,vnf-type,heat-stack-id,in-maint,vnf-name,vnf-id,regional-resource-zone,prov-status,service-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,nf-type,nf-function,nf-naming-code,nf-role",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="generic-vnfs",namespace="network",extendsFrom="vnf",containsSuggestibleProps="true",suggestionAliases="VNFs") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") - @org.openecomp.aai.annotations.Metadata(description="Name of VNF.") + @org.onap.aai.annotations.Metadata(description="Name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="Alternate name of VNF.") + @org.onap.aai.annotations.Metadata(description="Alternate name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Unique identifier of service, does not necessarily map to ASDC service models. SOON TO BE DEPRECATED") + @org.onap.aai.annotations.Metadata(description="Unique identifier of service, does not necessarily map to ASDC service models. SOON TO BE DEPRECATED") - @org.openecomp.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") + @org.onap.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.",suggestibleOnSearch="true") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.",suggestibleOnSearch="true") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational. Valid values are in-service-path and out-of-service-path.") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational. Valid values are in-service-path and out-of-service-path.") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - do not use") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - do not use") - @org.openecomp.aai.annotations.Metadata(description="Client should send valid enumerated value") + @org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, used by MSO.",suggestibleOnSearch="true") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, used by MSO.",suggestibleOnSearch="true") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") - @org.openecomp.aai.annotations.Metadata(description="identifier of managed by company or customer") + @org.onap.aai.annotations.Metadata(description="identifier of managed by company or customer") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.") - @org.openecomp.aai.annotations.Metadata(description="v4 Loopback0 address") + @org.onap.aai.annotations.Metadata(description="v4 Loopback0 address") - @org.openecomp.aai.annotations.Metadata(description="v6 Loopback address") + @org.onap.aai.annotations.Metadata(description="v6 Loopback address") - @org.openecomp.aai.annotations.Metadata(description="v6 management address") + @org.onap.aai.annotations.Metadata(description="v6 management address") - @org.openecomp.aai.annotations.Metadata(description="number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(description="units associated with vcpu, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="units associated with vcpu, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(description="number of GB of memory ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="number of GB of memory ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(description="units associated with vmemory, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="units associated with vmemory, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(description="number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(description="units associated with vdisk, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="units associated with vdisk, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.") + @org.onap.aai.annotations.Metadata(description="details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.") - @org.openecomp.aai.annotations.Metadata(description="indicates whether generic-vnf access uses SSH") + @org.onap.aai.annotations.Metadata(description="indicates whether generic-vnf access uses SSH") - @org.openecomp.aai.annotations.Metadata(description="UUID of the Entitlement group used for licensing VNFs, OBSOLETE - See child relationships.") + @org.onap.aai.annotations.Metadata(description="UUID of the Entitlement group used for licensing VNFs, OBSOLETE - See child relationships.") - @org.openecomp.aai.annotations.Metadata(description="UUID of the specific entitlement resource. OBSOLETE - See child relationships.") + @org.onap.aai.annotations.Metadata(description="UUID of the specific entitlement resource. OBSOLETE - See child relationships.") - @org.openecomp.aai.annotations.Metadata(description="UUID of the license assignment group. OBSOLETE - See child relationships.") + @org.onap.aai.annotations.Metadata(description="UUID of the license assignment group. OBSOLETE - See child relationships.") - @org.openecomp.aai.annotations.Metadata(description="UUID of the actual license resource. OBSOLETE - See child relationships.") + @org.onap.aai.annotations.Metadata(description="UUID of the actual license resource. OBSOLETE - See child relationships.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="as-number of the VNF") + @org.onap.aai.annotations.Metadata(description="as-number of the VNF") - @org.openecomp.aai.annotations.Metadata(description="represents sub zone of the rr plane") + @org.onap.aai.annotations.Metadata(description="represents sub zone of the rr plane") - @org.openecomp.aai.annotations.Metadata(description="Generic description of the type of NF",suggestibleOnSearch="true") + @org.onap.aai.annotations.Metadata(description="Generic description of the type of NF",suggestibleOnSearch="true") - @org.openecomp.aai.annotations.Metadata(description="English description of Network function that the specific VNF deployment is providing") + @org.onap.aai.annotations.Metadata(description="English description of Network function that the specific VNF deployment is providing") - @org.openecomp.aai.annotations.Metadata(description="role in the network that this model will be providing") + @org.onap.aai.annotations.Metadata(description="role in the network that this model will be providing") - @org.openecomp.aai.annotations.Metadata(description="string assigned to this model used for naming purposes") + @org.onap.aai.annotations.Metadata(description="string assigned to this model used for naming purposes") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") @@ -5321,7 +5344,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of VNFs") + @org.onap.aai.annotations.Metadata(description="Collection of VNFs") @@ -5333,21 +5356,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="LAG links can connect lag-interfaces",indexedProps="link-name",container="lag-links",namespace="network") + @org.onap.aai.annotations.Metadata(description="LAG links can connect lag-interfaces",indexedProps="link-name",container="lag-links",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Alphabetical concatenation of lag-interface names") + @org.onap.aai.annotations.Metadata(isKey=true,description="Alphabetical concatenation of lag-interface names") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5359,7 +5382,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of link aggregation connections") + @org.onap.aai.annotations.Metadata(description="Collection of link aggregation connections") @@ -5371,105 +5394,105 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,prov-status,vnf-id2",searchable="vnf-id2,vnf-name,vnf-name2",uniqueProps="vnf-id2",container="newvces",namespace="network") + @org.onap.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,prov-status,vnf-id2",searchable="vnf-id2,vnf-name,vnf-name2",uniqueProps="vnf-id2",container="newvces",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF, can't use same attribute name right now until we promote this new object") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF, can't use same attribute name right now until we promote this new object") - @org.openecomp.aai.annotations.Metadata(description="Name of VNF.") + @org.onap.aai.annotations.Metadata(description="Name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="Alternate name of VNF.") + @org.onap.aai.annotations.Metadata(description="Alternate name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - do not use") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - do not use") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).") - @org.openecomp.aai.annotations.Metadata(description="Client should send valid enumerated value.") + @org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="v4 Loopback0 address") + @org.onap.aai.annotations.Metadata(description="v4 Loopback0 address") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO.") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO.") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") @@ -5482,7 +5505,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.") + @org.onap.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.") @@ -5494,161 +5517,161 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="PNF represents a physical network function. typically equipment used in the D1 world.",indexedProps="pnf-name,orchestration-status,inv-status",searchable="pnf-name",uniqueProps="pnf-name",container="pnfs",namespace="network") + @org.onap.aai.annotations.Metadata(description="PNF represents a physical network function. typically equipment used in the D1 world.",indexedProps="pnf-name,orchestration-status,inv-status",searchable="pnf-name",uniqueProps="pnf-name",container="pnfs",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="unique name of Physical Network Function.") + @org.onap.aai.annotations.Metadata(isKey=true,description="unique name of Physical Network Function.") - @org.openecomp.aai.annotations.Metadata(description="name of Physical Network Function.") + @org.onap.aai.annotations.Metadata(description="name of Physical Network Function.") - @org.openecomp.aai.annotations.Metadata(description="source of name2") + @org.onap.aai.annotations.Metadata(description="source of name2") - @org.openecomp.aai.annotations.Metadata(description="id of pnf") + @org.onap.aai.annotations.Metadata(description="id of pnf") - @org.openecomp.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="identifier of managed by company or customer") + @org.onap.aai.annotations.Metadata(description="identifier of managed by company or customer") - @org.openecomp.aai.annotations.Metadata(description="ipv4-oam-address with new naming convention for IP addresses") + @org.onap.aai.annotations.Metadata(description="ipv4-oam-address with new naming convention for IP addresses") - @org.openecomp.aai.annotations.Metadata(description="sw-version is the version of SW for the hosted application on the PNF.") + @org.onap.aai.annotations.Metadata(description="sw-version is the version of SW for the hosted application on the PNF.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(description="ID of the physical frame (relay rack) where pnf is installed.") + @org.onap.aai.annotations.Metadata(description="ID of the physical frame (relay rack) where pnf is installed.") - @org.openecomp.aai.annotations.Metadata(description="Serial number of the device") + @org.onap.aai.annotations.Metadata(description="Serial number of the device") - @org.openecomp.aai.annotations.Metadata(description="IPV4 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV4 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV6 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV4 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV4 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV6 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 OAM address") + @org.onap.aai.annotations.Metadata(description="IPV6 OAM address") - @org.openecomp.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") + @org.onap.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") + @org.onap.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") - @org.openecomp.aai.annotations.Metadata(description="Nf Role is the role performed by this instance in the network.") + @org.onap.aai.annotations.Metadata(description="Nf Role is the role performed by this instance in the network.") @@ -5662,7 +5685,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of Physical Network Functions.") + @org.onap.aai.annotations.Metadata(description="Collection of Physical Network Functions.") @@ -5674,63 +5697,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces",indexedProps="circuit-id,link-name",alternateKeys1="circuit-id",container="physical-links",namespace="network",searchable="link-name,circuit-id") + @org.onap.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces",indexedProps="circuit-id,link-name",alternateKeys1="circuit-id",container="physical-links",namespace="network",searchable="link-name,circuit-id") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ") + @org.onap.aai.annotations.Metadata(isKey=true,description="e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="Circuit it") + @org.onap.aai.annotations.Metadata(description="Circuit it") - @org.openecomp.aai.annotations.Metadata(description="Dual access mode (e.g., primary, secondary") + @org.onap.aai.annotations.Metadata(description="Dual access mode (e.g., primary, secondary") - @org.openecomp.aai.annotations.Metadata(description="To provide information on who manages this circuit. A&AI or 3rd party transport provider") + @org.onap.aai.annotations.Metadata(description="To provide information on who manages this circuit. A&AI or 3rd party transport provider") - @org.openecomp.aai.annotations.Metadata(description="Name of the service Provider on this link.") + @org.onap.aai.annotations.Metadata(description="Name of the service Provider on this link.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5742,7 +5765,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces") + @org.onap.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces") @@ -5754,35 +5777,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="vig-server contains information about a vig server used for IPSec-configuration. Populated by SDN-C from 1607",indexedProps="vig-address-type",dependentOn="ipsec-configuration",container="vig-servers") + @org.onap.aai.annotations.Metadata(description="vig-server contains information about a vig server used for IPSec-configuration. Populated by SDN-C from 1607",indexedProps="vig-address-type",dependentOn="ipsec-configuration",container="vig-servers") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="indicates whether the VIG is for AVPN or INTERNET") + @org.onap.aai.annotations.Metadata(isKey=true,description="indicates whether the VIG is for AVPN or INTERNET") - @org.openecomp.aai.annotations.Metadata(description="v4 IP of the vig server") + @org.onap.aai.annotations.Metadata(description="v4 IP of the vig server") - @org.openecomp.aai.annotations.Metadata(description="v6 IP of the vig server") + @org.onap.aai.annotations.Metadata(description="v6 IP of the vig server") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5801,161 +5824,161 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="IPSec configuration node will contain various configuration data for the NMTE VNF. This node will have an edge to the generic-vnf (vnf type = TE). Starting 1607, this data will be populated by SDN-C",indexedProps="ipsec-configuration-id",uniqueProps="ipsec-configuration-id",container="ipsec-configurations",namespace="network") + @org.onap.aai.annotations.Metadata(description="IPSec configuration node will contain various configuration data for the NMTE VNF. This node will have an edge to the generic-vnf (vnf type = TE). Starting 1607, this data will be populated by SDN-C",indexedProps="ipsec-configuration-id",uniqueProps="ipsec-configuration-id",container="ipsec-configurations",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="UUID of this configuration") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID of this configuration") - @org.openecomp.aai.annotations.Metadata(description="Indicate the type of VIG server like AVPN, INTERNET, BOTH") + @org.onap.aai.annotations.Metadata(description="Indicate the type of VIG server like AVPN, INTERNET, BOTH") - @org.openecomp.aai.annotations.Metadata(description="Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc") + @org.onap.aai.annotations.Metadata(description="Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc") - @org.openecomp.aai.annotations.Metadata(description="can offer a shared DMZ or a DMZ specific to a customer") + @org.onap.aai.annotations.Metadata(description="can offer a shared DMZ or a DMZ specific to a customer") - @org.openecomp.aai.annotations.Metadata(description="Network address of shared DMZ") + @org.onap.aai.annotations.Metadata(description="Network address of shared DMZ") - @org.openecomp.aai.annotations.Metadata(description="If the DMZ is a custom DMZ, this field will indicate the customer information") + @org.onap.aai.annotations.Metadata(description="If the DMZ is a custom DMZ, this field will indicate the customer information") - @org.openecomp.aai.annotations.Metadata(description="can be 1 or 2") + @org.onap.aai.annotations.Metadata(description="can be 1 or 2") - @org.openecomp.aai.annotations.Metadata(description="Contains values like md5, sha1, sha256, sha384") + @org.onap.aai.annotations.Metadata(description="Contains values like md5, sha1, sha256, sha384") - @org.openecomp.aai.annotations.Metadata(description="Encyption values like 3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") + @org.onap.aai.annotations.Metadata(description="Encyption values like 3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") - @org.openecomp.aai.annotations.Metadata(description="Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14") + @org.onap.aai.annotations.Metadata(description="Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14") - @org.openecomp.aai.annotations.Metadata(description="Group name defined in VIG for clients using aggressive mode") + @org.onap.aai.annotations.Metadata(description="Group name defined in VIG for clients using aggressive mode") - @org.openecomp.aai.annotations.Metadata(description="pre-shared key for the above group name ") + @org.onap.aai.annotations.Metadata(description="pre-shared key for the above group name ") - @org.openecomp.aai.annotations.Metadata(description="Lifetime for IKEv1 SA") + @org.onap.aai.annotations.Metadata(description="Lifetime for IKEv1 SA") - @org.openecomp.aai.annotations.Metadata(description="md5, sha1, sha256, sha384") + @org.onap.aai.annotations.Metadata(description="md5, sha1, sha256, sha384") - @org.openecomp.aai.annotations.Metadata(description="3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") + @org.onap.aai.annotations.Metadata(description="3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") - @org.openecomp.aai.annotations.Metadata(description="Life time for IPSec SA") + @org.onap.aai.annotations.Metadata(description="Life time for IPSec SA") - @org.openecomp.aai.annotations.Metadata(description="enable PFS or not") + @org.onap.aai.annotations.Metadata(description="enable PFS or not") - @org.openecomp.aai.annotations.Metadata(description="user ID for xAuth, sm-user, ,nmteHostName") + @org.onap.aai.annotations.Metadata(description="user ID for xAuth, sm-user, ,nmteHostName") - @org.openecomp.aai.annotations.Metadata(description="Encrypted using the Juniper $9$ algorithm") + @org.onap.aai.annotations.Metadata(description="Encrypted using the Juniper $9$ algorithm") - @org.openecomp.aai.annotations.Metadata(description="The time between DPD probe") + @org.onap.aai.annotations.Metadata(description="The time between DPD probe") - @org.openecomp.aai.annotations.Metadata(description="Maximum number of DPD before claiming the tunnel is down") + @org.onap.aai.annotations.Metadata(description="Maximum number of DPD before claiming the tunnel is down") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5975,28 +5998,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack route table reference.",nameProps="route-table-reference-fqdn",uniqueProps="route-table-reference-id",indexedProps="route-table-reference-id,route-table-reference-fqdn",container="route-table-references",namespace="network") + @org.onap.aai.annotations.Metadata(description="Openstack route table reference.",nameProps="route-table-reference-fqdn",uniqueProps="route-table-reference-id",indexedProps="route-table-reference-id,route-table-reference-fqdn",container="route-table-references",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="FQDN entry in the route table.") + @org.onap.aai.annotations.Metadata(description="FQDN entry in the route table.") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -6008,7 +6031,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack route table references") + @org.onap.aai.annotations.Metadata(description="Collection of openstack route table references") @@ -6020,42 +6043,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="General mechanism for grouping instances",nameProps="description",uniqueProps="id",indexedProps="id,description,type,sub-type",container="instance-groups",namespace="network") + @org.onap.aai.annotations.Metadata(description="General mechanism for grouping instances",nameProps="description",uniqueProps="id",indexedProps="id,description,type,sub-type",container="instance-groups",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Instance Group ID, UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Instance Group ID, UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="Descriptive text to help identify the usage of this instance-group") + @org.onap.aai.annotations.Metadata(description="Descriptive text to help identify the usage of this instance-group") - @org.openecomp.aai.annotations.Metadata(description="Only valid value today is lower case ha for high availability") + @org.onap.aai.annotations.Metadata(description="Only valid value today is lower case ha for high availability") - @org.openecomp.aai.annotations.Metadata(description="Valid values for ha type are [geo-activeactive, geo-activestandby, local-activeactive, local-activestandby]") + @org.onap.aai.annotations.Metadata(description="Valid values for ha type are [geo-activeactive, geo-activestandby, local-activeactive, local-activestandby]") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -6067,7 +6090,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack route table references") + @org.onap.aai.annotations.Metadata(description="Collection of openstack route table references") @@ -6079,49 +6102,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A zone is a grouping of assets in a location homing to the same connections into the CBB",nameProps="zone-name",indexedProps="zone-id,design-type,zone-context",uniqueProps="zone-id",container="zones",namespace="network") + @org.onap.aai.annotations.Metadata(description="A zone is a grouping of assets in a location homing to the same connections into the CBB",nameProps="zone-name",indexedProps="zone-id,design-type,zone-context",uniqueProps="zone-id",container="zones",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Code assigned by AIC to the zone") + @org.onap.aai.annotations.Metadata(isKey=true,description="Code assigned by AIC to the zone") - @org.openecomp.aai.annotations.Metadata(description="English name associated with the zone") + @org.onap.aai.annotations.Metadata(description="English name associated with the zone") - @org.openecomp.aai.annotations.Metadata(description="Design of zone [Medium/Large?]") + @org.onap.aai.annotations.Metadata(description="Design of zone [Medium/Large?]") - @org.openecomp.aai.annotations.Metadata(description="Context of zone [production/test]") + @org.onap.aai.annotations.Metadata(description="Context of zone [production/test]") - @org.openecomp.aai.annotations.Metadata(description="Status of a zone.") + @org.onap.aai.annotations.Metadata(description="Status of a zone.") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -6133,7 +6156,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of zones") + @org.onap.aai.annotations.Metadata(description="Collection of zones") @@ -6145,7 +6168,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for network inventory resources.") + @org.onap.aai.annotations.Metadata(description="Namespace for network inventory resources.") @@ -6174,7 +6197,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Internal map to define some reserved properties of a vertex",uniqueProps="aai-unique-key",indexedProps="aai-unique-key,source-of-truth,aai-node-type,aai-uri") + @org.onap.aai.annotations.Metadata(description="Internal map to define some reserved properties of a vertex",uniqueProps="aai-unique-key",indexedProps="aai-unique-key,source-of-truth,aai-node-type,aai-uri") @@ -6192,7 +6215,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Internal map to define the properties of an edge and interpret the map EdgeRules",edgeInfo="edgeLabel,direction,multiplicityRule,isParent,usesResource,hasDelTarget,SVC-INFRA,SVC-INFRA-REV") + @org.onap.aai.annotations.Metadata(description="Internal map to define the properties of an edge and interpret the map EdgeRules",edgeInfo="edgeLabel,direction,multiplicityRule,isParent,usesResource,hasDelTarget,SVC-INFRA,SVC-INFRA-REV") @@ -6259,63 +6282,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Allows for legacy POST of old-style and new-style models") + @org.onap.aai.annotations.Metadata(description="Allows for legacy POST of old-style and new-style models") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") + @org.onap.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") - @org.openecomp.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") + @org.onap.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") - @org.openecomp.aai.annotations.Metadata(description="Invariant unique ID which does not change from version to version") + @org.onap.aai.annotations.Metadata(description="Invariant unique ID which does not change from version to version") - @org.openecomp.aai.annotations.Metadata(description="Version") + @org.onap.aai.annotations.Metadata(description="Version") - @org.openecomp.aai.annotations.Metadata(description="Description") + @org.onap.aai.annotations.Metadata(description="Description") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -6328,7 +6351,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="QueryParameters for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="QueryParameters for performing a named-query or model query") @@ -6346,7 +6369,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="InstanceFilters for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="InstanceFilters for performing a named-query or model query") @@ -6363,7 +6386,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="SecondaryFilts for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="SecondaryFilts for performing a named-query or model query") @@ -6375,7 +6398,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query") @@ -6391,7 +6414,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Property holder for query properties or instance properties") + @org.onap.aai.annotations.Metadata(description="Property holder for query properties or instance properties") @@ -6412,7 +6435,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Extra properties for inventory item for response list") + @org.onap.aai.annotations.Metadata(description="Extra properties for inventory item for response list") @@ -6424,7 +6447,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Inventory item for response list",container="inventory-response-items") + @org.onap.aai.annotations.Metadata(description="Inventory item for response list",container="inventory-response-items") @@ -6438,7 +6461,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Container for inventory items in response list",container="response-list") + @org.onap.aai.annotations.Metadata(description="Container for inventory items in response list",container="response-list") @@ -6450,7 +6473,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Response container for the results of a named-query or model query") + @org.onap.aai.annotations.Metadata(description="Response container for the results of a named-query or model query") @@ -6462,14 +6485,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Abstract vnf class",indexedProps="vnf-id",uniqueProps="vnf-id",inheritors="vce,generic-vnf",isAbstract="true") + @org.onap.aai.annotations.Metadata(description="Abstract vnf class",indexedProps="vnf-id",uniqueProps="vnf-id",inheritors="vce,generic-vnf",isAbstract="true") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") diff --git a/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd b/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd index f137cd31..b074efb6 100644 --- a/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd +++ b/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd @@ -1,4 +1,27 @@ + - @org.openecomp.aai.annotations.Metadata(description="The specific type of node in the A&AI graph") + @org.onap.aai.annotations.Metadata(description="The specific type of node in the A&AI graph") - @org.openecomp.aai.annotations.Metadata(description="The URL to the specific resource") + @org.onap.aai.annotations.Metadata(description="The URL to the specific resource") @@ -106,14 +129,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate an attribute.") + @org.onap.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate an attribute.") - @org.openecomp.aai.annotations.Metadata(description="Value of the attribute.") + @org.onap.aai.annotations.Metadata(description="Value of the attribute.") @@ -126,14 +149,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Key part of a key/value pair") + @org.onap.aai.annotations.Metadata(description="Key part of a key/value pair") - @org.openecomp.aai.annotations.Metadata(description="Value part of a key/value pair") + @org.onap.aai.annotations.Metadata(description="Value part of a key/value pair") @@ -146,14 +169,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate type of node.") + @org.onap.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate type of node.") - @org.openecomp.aai.annotations.Metadata(description="URL to the object in A&AI.") + @org.onap.aai.annotations.Metadata(description="URL to the object in A&AI.") @@ -173,49 +196,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="OAM network, to be deprecated shortly. Do not use for new purposes. ",nameProps="network-name",indexedProps="cvlan-tag,network-uuid,network-name",dependentOn="cloud-region",container="oam-networks") + @org.onap.aai.annotations.Metadata(description="OAM network, to be deprecated shortly. Do not use for new purposes. ",nameProps="network-name",indexedProps="cvlan-tag,network-uuid,network-name",dependentOn="cloud-region",container="oam-networks") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="UUID of the network. Unique across a cloud-region") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID of the network. Unique across a cloud-region") - @org.openecomp.aai.annotations.Metadata(description="Name of the network.") + @org.onap.aai.annotations.Metadata(description="Name of the network.") - @org.openecomp.aai.annotations.Metadata(description="cvlan-id") + @org.onap.aai.annotations.Metadata(description="cvlan-id") - @org.openecomp.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") + @org.onap.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") - @org.openecomp.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") + @org.onap.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -227,7 +250,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of OAM networks, to be deprecated shortly. Do not use for new purposes. ") + @org.onap.aai.annotations.Metadata(description="Collection of OAM networks, to be deprecated shortly. Do not use for new purposes. ") @@ -239,28 +262,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Digital virtual switch metadata, used by SDN-C to configure VCEs. A&AI needs to receive this data from the PO deployment team and administer it using the provisioningTool.sh into A&AI. ",indexedProps="vcenter-url,switch-name",dependentOn="cloud-region",container="dvs-switches") + @org.onap.aai.annotations.Metadata(description="Digital virtual switch metadata, used by SDN-C to configure VCEs. A&AI needs to receive this data from the PO deployment team and administer it using the provisioningTool.sh into A&AI. ",indexedProps="vcenter-url,switch-name",dependentOn="cloud-region",container="dvs-switches") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="DVS switch name") + @org.onap.aai.annotations.Metadata(isKey=true,description="DVS switch name") - @org.openecomp.aai.annotations.Metadata(description="URL used to reach the vcenter") + @org.onap.aai.annotations.Metadata(description="URL used to reach the vcenter") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -272,7 +295,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of digital virtual switch metadata used for vmWare VCEs and GenericVnfs.") + @org.onap.aai.annotations.Metadata(description="Collection of digital virtual switch metadata used for vmWare VCEs and GenericVnfs.") @@ -284,35 +307,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Availability zone, a collection of compute hosts/pservers",indexedProps="availability-zone-name",dependentOn="cloud-region",container="availability-zones") + @org.onap.aai.annotations.Metadata(description="Availability zone, a collection of compute hosts/pservers",indexedProps="availability-zone-name",dependentOn="cloud-region",container="availability-zones") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name of the availability zone. Unique across a cloud region") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name of the availability zone. Unique across a cloud region") - @org.openecomp.aai.annotations.Metadata(description="Type of hypervisor. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Type of hypervisor. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="State that indicates whether the availability zone should be used, etc. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="State that indicates whether the availability zone should be used, etc. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -374,7 +397,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Serves a PATCH like function. Does not enforce concurrency control. Clear each usage with AAI team.") + @org.onap.aai.annotations.Metadata(description="Serves a PATCH like function. Does not enforce concurrency control. Clear each usage with AAI team.") @@ -408,7 +431,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="APIs that are more action related than REST (e.g., notify, update).") + @org.onap.aai.annotations.Metadata(description="APIs that are more action related than REST (e.g., notify, update).") @@ -421,42 +444,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A collection of C tags (vlan tags) grouped for a specific purpose.",indexedProps="availability-zone-name",dependentOn="complex",container="ctag-pools") + @org.onap.aai.annotations.Metadata(description="A collection of C tags (vlan tags) grouped for a specific purpose.",indexedProps="availability-zone-name",dependentOn="complex",container="ctag-pools") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="The Target provider edge router") + @org.onap.aai.annotations.Metadata(isKey=true,description="The Target provider edge router") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name of the availability zone") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name of the availability zone") - @org.openecomp.aai.annotations.Metadata(description="Describes what the intended purpose of this pool is.") + @org.onap.aai.annotations.Metadata(description="Describes what the intended purpose of this pool is.") - @org.openecomp.aai.annotations.Metadata(description="Comma separated list of ctags") + @org.onap.aai.annotations.Metadata(description="Comma separated list of ctags") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -475,49 +498,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.",indexedProps="identity-url,data-center-code,complex-name,physical-location-id",searchable="physical-location-id,data-center-code,complex-name,street1,street2,postal-code",uniqueProps="physical-location-id",container="complexes",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.",indexedProps="identity-url,data-center-code,complex-name,physical-location-id",searchable="physical-location-id,data-center-code,complex-name,street1,street2,postal-code",uniqueProps="physical-location-id",container="complexes",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier for physical location, e.g., CLLI") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier for physical location, e.g., CLLI") - @org.openecomp.aai.annotations.Metadata(description="Data center code which can be an alternate way to identify a complex") + @org.onap.aai.annotations.Metadata(description="Data center code which can be an alternate way to identify a complex") - @org.openecomp.aai.annotations.Metadata(description="Gamma complex name for LCP instance.") + @org.onap.aai.annotations.Metadata(description="Gamma complex name for LCP instance.") - @org.openecomp.aai.annotations.Metadata(description="URL of the keystone identity service") + @org.onap.aai.annotations.Metadata(description="URL of the keystone identity service") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Type, e.g., central office, data center.") + @org.onap.aai.annotations.Metadata(description="Type, e.g., central office, data center.") @@ -541,7 +564,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.") + @org.onap.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.") @@ -553,63 +576,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Persistent block-level storage.",indexedProps="volume-group-name,vnf-type,heat-stack-id,volume-group-id",searchable="volume-group-id,volume-group-name",dependentOn="cloud-region",container="volume-groups") + @org.onap.aai.annotations.Metadata(description="Persistent block-level storage.",indexedProps="volume-group-name,vnf-type,heat-stack-id,volume-group-id",searchable="volume-group-id,volume-group-name",dependentOn="cloud-region",container="volume-groups") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of volume-group.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of volume-group.") - @org.openecomp.aai.annotations.Metadata(description="Name of the volume group.") + @org.onap.aai.annotations.Metadata(description="Name of the volume group.") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this volume-group") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this volume-group") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this volume-group") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this volume-group") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") - @org.openecomp.aai.annotations.Metadata(description="helps relate the volume group to the vf-module whose components will require the volume group") + @org.onap.aai.annotations.Metadata(description="helps relate the volume group to the vf-module whose components will require the volume group") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -621,7 +644,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of persistent block-level storage.") + @org.onap.aai.annotations.Metadata(description="Collection of persistent block-level storage.") @@ -633,28 +656,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Ephemeral Block storage volume.",indexedProps="volume-id",dependentOn="vserver",container="volumes") + @org.onap.aai.annotations.Metadata(description="Ephemeral Block storage volume.",indexedProps="volume-id",dependentOn="vserver",container="volumes") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of block storage volume relative to the vserver.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of block storage volume relative to the vserver.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -666,7 +689,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of ephemeral Block storage volumes.") + @org.onap.aai.annotations.Metadata(description="Collection of ephemeral Block storage volumes.") @@ -678,63 +701,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="l3-interface-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface,vnfc") + @org.onap.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="l3-interface-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface,vnfc") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address") + @org.onap.aai.annotations.Metadata(isKey=true,description="IP address") - @org.openecomp.aai.annotations.Metadata(description="Prefix length, 32 for single address") + @org.onap.aai.annotations.Metadata(description="Prefix length, 32 for single address") - @org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag") + @org.onap.aai.annotations.Metadata(description="Inner VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag") + @org.onap.aai.annotations.Metadata(description="Outer VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address") + @org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") - @org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") @@ -746,63 +769,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface,vnfc") + @org.onap.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface,vnfc") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address") + @org.onap.aai.annotations.Metadata(isKey=true,description="IP address") - @org.openecomp.aai.annotations.Metadata(description="Prefix length, 128 for single address") + @org.onap.aai.annotations.Metadata(description="Prefix length, 128 for single address") - @org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag") + @org.onap.aai.annotations.Metadata(description="Inner VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag") + @org.onap.aai.annotations.Metadata(description="Outer VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address") + @org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") - @org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") @@ -814,98 +837,98 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Definition of vlan",indexedProps="vlan-interface,vlan-id-inner,vpn-key",dependentOn="l-interface",container="vlans") + @org.onap.aai.annotations.Metadata(description="Definition of vlan",indexedProps="vlan-interface,vlan-id-inner,vpn-key",dependentOn="l-interface",container="vlans") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="String that identifies the interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="String that identifies the interface") - @org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag") + @org.onap.aai.annotations.Metadata(description="Inner VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag") + @org.onap.aai.annotations.Metadata(description="Outer VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="Used to describe (the service associated with) the vlan") + @org.onap.aai.annotations.Metadata(description="Used to describe (the service associated with) the vlan") - @org.openecomp.aai.annotations.Metadata(description="Whether customer is going to use this VLAN for backdoor connection to another customer premise device.") + @org.onap.aai.annotations.Metadata(description="Whether customer is going to use this VLAN for backdoor connection to another customer premise device.") - @org.openecomp.aai.annotations.Metadata(description="This indicates the customers VPN ID associated with this vlan") + @org.onap.aai.annotations.Metadata(description="This indicates the customers VPN ID associated with this vlan") - @org.openecomp.aai.annotations.Metadata(description="Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.") + @org.onap.aai.annotations.Metadata(description="Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") - @org.openecomp.aai.annotations.Metadata(description="Prov Status of the VLAN configuration related to a logical interface. Valid values [PREPROV/NVTPROV/PROV].") + @org.onap.aai.annotations.Metadata(description="Prov Status of the VLAN configuration related to a logical interface. Valid values [PREPROV/NVTPROV/PROV].") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Flag indicating the interface uses the IP Unnumbered configuration.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Flag indicating the interface uses the IP Unnumbered configuration.") @@ -926,105 +949,105 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="SR-IOV Virtual Function (not to be confused with virtual network function)",indexedProps="pci-id,vf-vlan-filter,vf-mac-filter,vf-vlan-strip,neutron-network-id",dependentOn="l-interface",container="sriov-vfs") + @org.onap.aai.annotations.Metadata(description="SR-IOV Virtual Function (not to be confused with virtual network function)",indexedProps="pci-id,vf-vlan-filter,vf-mac-filter,vf-vlan-strip,neutron-network-id",dependentOn="l-interface",container="sriov-vfs") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="PCI ID used to identify the sriov-vf") + @org.onap.aai.annotations.Metadata(isKey=true,description="PCI ID used to identify the sriov-vf") - @org.openecomp.aai.annotations.Metadata(description="This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.") + @org.onap.aai.annotations.Metadata(description="This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.") - @org.openecomp.aai.annotations.Metadata(description="When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.") + @org.onap.aai.annotations.Metadata(description="When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.") - @org.openecomp.aai.annotations.Metadata(description="When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.") + @org.onap.aai.annotations.Metadata(description="When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.") - @org.openecomp.aai.annotations.Metadata(description="This option ensures anti VLAN spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") + @org.onap.aai.annotations.Metadata(description="This option ensures anti VLAN spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") - @org.openecomp.aai.annotations.Metadata(description="This option ensures anti MAC spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") + @org.onap.aai.annotations.Metadata(description="This option ensures anti MAC spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") - @org.openecomp.aai.annotations.Metadata(description="This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.") + @org.onap.aai.annotations.Metadata(description="This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, instructs to insert outer tag after traffic comes out of VM.") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, instructs to insert outer tag after traffic comes out of VM.") - @org.openecomp.aai.annotations.Metadata(description="This option is used to set the link status. Valid values as of 1607 are on, off, and auto.") + @org.onap.aai.annotations.Metadata(description="This option is used to set the link status. Valid values as of 1607 are on, off, and auto.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface") + @org.onap.aai.annotations.Metadata(description="Neutron network id of the interface") @@ -1036,7 +1059,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of SR-IOV Virtual Functions.") + @org.onap.aai.annotations.Metadata(description="Collection of SR-IOV Virtual Functions.") @@ -1048,112 +1071,112 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Logical interfaces, e.g., a vnic.",indexedProps="macaddr,interface-id,interface-name,network-name",dependentOn="generic-vnf,newvce,p-interface,vserver,lag-interface",container="l-interfaces") + @org.onap.aai.annotations.Metadata(description="Logical interfaces, e.g., a vnic.",indexedProps="macaddr,interface-id,interface-name,network-name",dependentOn="generic-vnf,newvce,p-interface,vserver,lag-interface",container="l-interfaces") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name given to the interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name given to the interface") - @org.openecomp.aai.annotations.Metadata(description="E.g., CUSTOMER, UPLINK, etc.") + @org.onap.aai.annotations.Metadata(description="E.g., CUSTOMER, UPLINK, etc.") - @org.openecomp.aai.annotations.Metadata(description="Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.") + @org.onap.aai.annotations.Metadata(description="Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="ID of interface") + @org.onap.aai.annotations.Metadata(description="ID of interface") - @org.openecomp.aai.annotations.Metadata(description="MAC address for the interface") + @org.onap.aai.annotations.Metadata(description="MAC address for the interface") - @org.openecomp.aai.annotations.Metadata(description="Name of the network") + @org.onap.aai.annotations.Metadata(description="Name of the network") - @org.openecomp.aai.annotations.Metadata(description="Whether A&AI should be managing this interface of not. Could have value like CUSTOMER") + @org.onap.aai.annotations.Metadata(description="Whether A&AI should be managing this interface of not. Could have value like CUSTOMER") - @org.openecomp.aai.annotations.Metadata(description="Human friendly text regarding this interface.") + @org.onap.aai.annotations.Metadata(description="Human friendly text regarding this interface.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not port is a mirrored.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not port is a mirrored.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") - @org.openecomp.aai.annotations.Metadata(description="Prov Status of the logical interface. Valid values [PREPROV/NVTPROV/PROV].") + @org.onap.aai.annotations.Metadata(description="Prov Status of the logical interface. Valid values [PREPROV/NVTPROV/PROV].") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Flag indicating the interface uses the IP Unnumbered configuration.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Flag indicating the interface uses the IP Unnumbered configuration.") - @org.openecomp.aai.annotations.Metadata(description="Freeform field for storing an ip address, list of ip addresses or a subnet block.") + @org.onap.aai.annotations.Metadata(description="Freeform field for storing an ip address, list of ip addresses or a subnet block.") @@ -1170,7 +1193,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of logical interfaces.") + @org.onap.aai.annotations.Metadata(description="Collection of logical interfaces.") @@ -1182,63 +1205,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual Servers, aka virtual machine or VM.",nameProps="vserver-name",indexedProps="is-closed-loop-disabled,prov-status,vserver-name,vserver-id,in-maint,vserver-name2",searchable="vserver-id,vserver-name,vserver-name2",dependentOn="tenant",container="vservers") + @org.onap.aai.annotations.Metadata(description="Virtual Servers, aka virtual machine or VM.",nameProps="vserver-name",indexedProps="is-closed-loop-disabled,prov-status,vserver-name,vserver-id,in-maint,vserver-name2",searchable="vserver-id,vserver-name,vserver-name2",dependentOn="tenant",container="vservers") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier for this vserver relative to its tenant") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier for this vserver relative to its tenant") - @org.openecomp.aai.annotations.Metadata(description="Name of vserver") + @org.onap.aai.annotations.Metadata(description="Name of vserver") - @org.openecomp.aai.annotations.Metadata(description="Alternative name of vserver") + @org.onap.aai.annotations.Metadata(description="Alternative name of vserver") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether closed loop function is enabled on this node") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether closed loop function is enabled on this node") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1252,7 +1275,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of virtual Servers, aka virtual machines or VMs.") + @org.onap.aai.annotations.Metadata(description="Collection of virtual Servers, aka virtual machines or VMs.") @@ -1264,35 +1287,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack tenant",nameProps="tenant-name",indexedProps="tenant-name,tenant-id,tenant-context",searchable="tenant-id,tenant-name",dependentOn="cloud-region",container="tenants") + @org.onap.aai.annotations.Metadata(description="Openstack tenant",nameProps="tenant-name",indexedProps="tenant-name,tenant-id,tenant-context",searchable="tenant-id,tenant-name",dependentOn="cloud-region",container="tenants") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id relative to the cloud-region.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id relative to the cloud-region.") - @org.openecomp.aai.annotations.Metadata(description="Readable name of tenant") + @org.onap.aai.annotations.Metadata(description="Readable name of tenant") - @org.openecomp.aai.annotations.Metadata(description="This field will store the tenant context.") + @org.onap.aai.annotations.Metadata(description="This field will store the tenant context.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1305,7 +1328,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack tenants.") + @org.onap.aai.annotations.Metadata(description="Collection of openstack tenants.") @@ -1317,84 +1340,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack flavor.",nameProps="flavor-name",indexedProps="flavor-name,flavor-id",dependentOn="cloud-region",container="flavors") + @org.onap.aai.annotations.Metadata(description="Openstack flavor.",nameProps="flavor-name",indexedProps="flavor-name,flavor-id",dependentOn="cloud-region",container="flavors") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Flavor id, expected to be unique across cloud-region.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Flavor id, expected to be unique across cloud-region.") - @org.openecomp.aai.annotations.Metadata(description="Flavor name") + @org.onap.aai.annotations.Metadata(description="Flavor name") - @org.openecomp.aai.annotations.Metadata(description="Number of CPUs") + @org.onap.aai.annotations.Metadata(description="Number of CPUs") - @org.openecomp.aai.annotations.Metadata(description="Amount of memory") + @org.onap.aai.annotations.Metadata(description="Amount of memory") - @org.openecomp.aai.annotations.Metadata(description="Disk space") + @org.onap.aai.annotations.Metadata(description="Disk space") - @org.openecomp.aai.annotations.Metadata(description="Amount of ephemeral disk space") + @org.onap.aai.annotations.Metadata(description="Amount of ephemeral disk space") - @org.openecomp.aai.annotations.Metadata(description="amount of swap space allocation") + @org.onap.aai.annotations.Metadata(description="amount of swap space allocation") - @org.openecomp.aai.annotations.Metadata(description="whether flavor is available to all users or private to the tenant it was created in.") + @org.onap.aai.annotations.Metadata(description="whether flavor is available to all users or private to the tenant it was created in.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Boolean as to whether this flavor is no longer enabled") + @org.onap.aai.annotations.Metadata(description="Boolean as to whether this flavor is no longer enabled") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1406,7 +1429,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack flavors.") + @org.onap.aai.annotations.Metadata(description="Collection of openstack flavors.") @@ -1418,42 +1441,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack group-assignment used to store exclusivity groups (EG).",nameProps="group-name",indexedProps="group-id,group-type,group-name",searchable="group-id,group-name",dependentOn="cloud-region",container="group-assignments") + @org.onap.aai.annotations.Metadata(description="Openstack group-assignment used to store exclusivity groups (EG).",nameProps="group-name",indexedProps="group-id,group-type,group-name",searchable="group-id,group-name",dependentOn="cloud-region",container="group-assignments") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Group id, expected to be unique across cloud-region.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Group id, expected to be unique across cloud-region.") - @org.openecomp.aai.annotations.Metadata(description="Group type - the type of group this instance refers to") + @org.onap.aai.annotations.Metadata(description="Group type - the type of group this instance refers to") - @org.openecomp.aai.annotations.Metadata(description="Group name - name assigned to the group") + @org.onap.aai.annotations.Metadata(description="Group name - name assigned to the group") - @org.openecomp.aai.annotations.Metadata(description="Group description - description of the group") + @org.onap.aai.annotations.Metadata(description="Group description - description of the group") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1465,7 +1488,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack group assignments") + @org.onap.aai.annotations.Metadata(description="Collection of openstack group assignments") @@ -1477,84 +1500,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack snapshot",nameProps="snapshot-name",uniqueProps="snapshot-id",indexedProps="application,snapshot-name,application-vendor,snapshot-id,application-version,prev-snapshot-id",dependentOn="cloud-region",container="snapshots") + @org.onap.aai.annotations.Metadata(description="Openstack snapshot",nameProps="snapshot-name",uniqueProps="snapshot-id",indexedProps="application,snapshot-name,application-vendor,snapshot-id,application-version,prev-snapshot-id",dependentOn="cloud-region",container="snapshots") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Snapshot id, this is the key UUID assoc associated in glance with the snapshots.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Snapshot id, this is the key UUID assoc associated in glance with the snapshots.") - @org.openecomp.aai.annotations.Metadata(description="Snapshot name") + @org.onap.aai.annotations.Metadata(description="Snapshot name") - @org.openecomp.aai.annotations.Metadata(description="Operating system architecture") + @org.onap.aai.annotations.Metadata(description="Operating system architecture") - @org.openecomp.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") + @org.onap.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") - @org.openecomp.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") + @org.onap.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") - @org.openecomp.aai.annotations.Metadata(description="The application that the image instantiates.") + @org.onap.aai.annotations.Metadata(description="The application that the image instantiates.") - @org.openecomp.aai.annotations.Metadata(description="The vendor of the application.") + @org.onap.aai.annotations.Metadata(description="The vendor of the application.") - @org.openecomp.aai.annotations.Metadata(description="The version of the application.") + @org.onap.aai.annotations.Metadata(description="The version of the application.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="This field contains the UUID of the previous snapshot (if any).") + @org.onap.aai.annotations.Metadata(description="This field contains the UUID of the previous snapshot (if any).") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1566,7 +1589,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack snapshots") + @org.onap.aai.annotations.Metadata(description="Collection of openstack snapshots") @@ -1578,14 +1601,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Key/value pairs",indexedProps="metaname",dependentOn="tenant,image,service-instance,connector,model",container="metadata") + @org.onap.aai.annotations.Metadata(description="Key/value pairs",indexedProps="metaname",dependentOn="tenant,image,service-instance,connector,model",container="metadata") - @org.openecomp.aai.annotations.Metadata(isKey=true) + @org.onap.aai.annotations.Metadata(isKey=true) @@ -1593,7 +1616,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1604,7 +1627,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of metadatum (key/value pairs)") + @org.onap.aai.annotations.Metadata(description="Collection of metadatum (key/value pairs)") @@ -1616,77 +1639,77 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack image.",nameProps="image-name",indexedProps="application,image-name,application-vendor,image-id,application-version",dependentOn="cloud-region",container="images") + @org.onap.aai.annotations.Metadata(description="Openstack image.",nameProps="image-name",indexedProps="application,image-name,application-vendor,image-id,application-version",dependentOn="cloud-region",container="images") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Image id, expected to be unique across cloud region") + @org.onap.aai.annotations.Metadata(isKey=true,description="Image id, expected to be unique across cloud region") - @org.openecomp.aai.annotations.Metadata(description="Image name") + @org.onap.aai.annotations.Metadata(description="Image name") - @org.openecomp.aai.annotations.Metadata(description="Operating system architecture.") + @org.onap.aai.annotations.Metadata(description="Operating system architecture.") - @org.openecomp.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") + @org.onap.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") - @org.openecomp.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") + @org.onap.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") - @org.openecomp.aai.annotations.Metadata(description="The application that the image instantiates.") + @org.onap.aai.annotations.Metadata(description="The application that the image instantiates.") - @org.openecomp.aai.annotations.Metadata(description="The vendor of the application.") + @org.onap.aai.annotations.Metadata(description="The vendor of the application.") - @org.openecomp.aai.annotations.Metadata(description="The version of the application.") + @org.onap.aai.annotations.Metadata(description="The version of the application.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1699,7 +1722,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collectio of Openstack images.") + @org.onap.aai.annotations.Metadata(description="Collectio of Openstack images.") @@ -1711,7 +1734,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of availability zones") + @org.onap.aai.annotations.Metadata(description="Collection of availability zones") @@ -1723,147 +1746,147 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Persist common address information of external systems.",indexedProps="esr-system-info-id,system-name,system-type",searchable="esr-system-info-id,system-name,system-type",container="esr-system-info-list",dependentOn="cloud-region,esr-ems,esr-vnfm,esr-thirdparty-sdnc") + @org.onap.aai.annotations.Metadata(description="Persist common address information of external systems.",indexedProps="esr-system-info-id,system-name,system-type",searchable="esr-system-info-id,system-name,system-type",container="esr-system-info-list",dependentOn="cloud-region,esr-ems,esr-vnfm,esr-thirdparty-sdnc") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of esr system info.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of esr system info.") - @org.openecomp.aai.annotations.Metadata(description="name of external system.") + @org.onap.aai.annotations.Metadata(description="name of external system.") - @org.openecomp.aai.annotations.Metadata(description="type of external systems.") + @org.onap.aai.annotations.Metadata(description="type of external systems.") - @org.openecomp.aai.annotations.Metadata(description="vendor of external systems.") + @org.onap.aai.annotations.Metadata(description="vendor of external systems.") - @org.openecomp.aai.annotations.Metadata(description="version of external systems.") + @org.onap.aai.annotations.Metadata(description="version of external systems.") - @org.openecomp.aai.annotations.Metadata(description="url used to access external systems.") + @org.onap.aai.annotations.Metadata(description="url used to access external systems.") - @org.openecomp.aai.annotations.Metadata(description="username used to access external systems.") + @org.onap.aai.annotations.Metadata(description="username used to access external systems.") - @org.openecomp.aai.annotations.Metadata(description="password used to access external systems.") + @org.onap.aai.annotations.Metadata(description="password used to access external systems.") - @org.openecomp.aai.annotations.Metadata(description="it could be vim/vnfm/thirdparty-sdnc/ems-resource/ems-performance/ems-alarm.") + @org.onap.aai.annotations.Metadata(description="it could be vim/vnfm/thirdparty-sdnc/ems-resource/ems-performance/ems-alarm.") - @org.openecomp.aai.annotations.Metadata(description="protocol of third party SDNC, for example netconf/snmp.") + @org.onap.aai.annotations.Metadata(description="protocol of third party SDNC, for example netconf/snmp.") - @org.openecomp.aai.annotations.Metadata(description="ca file content if enabled ssl on auth-url.") + @org.onap.aai.annotations.Metadata(description="ca file content if enabled ssl on auth-url.") - @org.openecomp.aai.annotations.Metadata(description="Whether to verify VIM's certificate.") + @org.onap.aai.annotations.Metadata(description="Whether to verify VIM's certificate.") - @org.openecomp.aai.annotations.Metadata(description="service IP of ftp server.") + @org.onap.aai.annotations.Metadata(description="service IP of ftp server.") - @org.openecomp.aai.annotations.Metadata(description="service port of ftp server.") + @org.onap.aai.annotations.Metadata(description="service port of ftp server.") - @org.openecomp.aai.annotations.Metadata(description="domain info for authentication.") + @org.onap.aai.annotations.Metadata(description="domain info for authentication.") - @org.openecomp.aai.annotations.Metadata(description="default tenant of VIM.") + @org.onap.aai.annotations.Metadata(description="default tenant of VIM.") - @org.openecomp.aai.annotations.Metadata(description="ftp passive mode or not.") + @org.onap.aai.annotations.Metadata(description="ftp passive mode or not.") - @org.openecomp.aai.annotations.Metadata(description="resource or performance data file path.") + @org.onap.aai.annotations.Metadata(description="resource or performance data file path.") - @org.openecomp.aai.annotations.Metadata(description="the status of external system.") + @org.onap.aai.annotations.Metadata(description="the status of external system.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1875,7 +1898,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of persistent block-level external system auth info.") + @org.onap.aai.annotations.Metadata(description="Collection of persistent block-level external system auth info.") @@ -1887,63 +1910,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="vip-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="cloud-region") + @org.onap.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="vip-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="cloud-region") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address") + @org.onap.aai.annotations.Metadata(isKey=true,description="IP address") - @org.openecomp.aai.annotations.Metadata(description="Prefix length, 32 for single address") + @org.onap.aai.annotations.Metadata(description="Prefix length, 32 for single address") - @org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag") + @org.onap.aai.annotations.Metadata(description="Inner VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag") + @org.onap.aai.annotations.Metadata(description="Outer VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address") + @org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") - @org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") @@ -1955,63 +1978,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="vip-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="cloud-region") + @org.onap.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="vip-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="cloud-region") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address") + @org.onap.aai.annotations.Metadata(isKey=true,description="IP address") - @org.openecomp.aai.annotations.Metadata(description="Prefix length, 128 for single address") + @org.onap.aai.annotations.Metadata(description="Prefix length, 128 for single address") - @org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag") + @org.onap.aai.annotations.Metadata(description="Inner VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag") + @org.onap.aai.annotations.Metadata(description="Outer VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address") + @org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") - @org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") @@ -2023,91 +2046,91 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="cloud-region designates an installation of a cloud cluster or region or instantiation.",indexedProps="cloud-owner,cloud-region-id,cloud-type,owner-defined-type",nameProps="owner-defined-type",container="cloud-regions",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="cloud-region designates an installation of a cloud cluster or region or instantiation.",indexedProps="cloud-owner,cloud-region-id,cloud-type,owner-defined-type",nameProps="owner-defined-type",container="cloud-regions",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname") + @org.onap.aai.annotations.Metadata(isKey=true,description="Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Identifier used by the vendor for the region. Second part of composite key") + @org.onap.aai.annotations.Metadata(isKey=true,description="Identifier used by the vendor for the region. Second part of composite key") - @org.openecomp.aai.annotations.Metadata(description="Type of the cloud (e.g., openstack)") + @org.onap.aai.annotations.Metadata(description="Type of the cloud (e.g., openstack)") - @org.openecomp.aai.annotations.Metadata(description="Cloud-owner defined type indicator (e.g., dcp, lcp)") + @org.onap.aai.annotations.Metadata(description="Cloud-owner defined type indicator (e.g., dcp, lcp)") - @org.openecomp.aai.annotations.Metadata(description="Software version employed at the site. NOTE - THIS FIELD IS NOT KEPT UP TO DATE.") + @org.onap.aai.annotations.Metadata(description="Software version employed at the site. NOTE - THIS FIELD IS NOT KEPT UP TO DATE.") - @org.openecomp.aai.annotations.Metadata(description="URL of the keystone identity service") + @org.onap.aai.annotations.Metadata(description="URL of the keystone identity service") - @org.openecomp.aai.annotations.Metadata(description="Zone where the cloud is homed. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") + @org.onap.aai.annotations.Metadata(description="Zone where the cloud is homed. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") - @org.openecomp.aai.annotations.Metadata(description="complex name for cloud-region instance. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") + @org.onap.aai.annotations.Metadata(description="complex name for cloud-region instance. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Whether the cloud region supports (true) or does not support (false) SR-IOV automation.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Whether the cloud region supports (true) or does not support (false) SR-IOV automation.") - @org.openecomp.aai.annotations.Metadata(description="ESR inputs extra information about the VIM or Cloud which will be decoded by MultiVIM.") + @org.onap.aai.annotations.Metadata(description="ESR inputs extra information about the VIM or Cloud which will be decoded by MultiVIM.") - @org.openecomp.aai.annotations.Metadata(description="MultiVIM will discover and expose EPA capabilities.") + @org.onap.aai.annotations.Metadata(description="MultiVIM will discover and expose EPA capabilities.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2131,7 +2154,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(maximumDepth="0") + @org.onap.aai.annotations.Metadata(maximumDepth="0") @@ -2143,28 +2166,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Network profile populated by SDN-GP for SNMP",indexedProps="nm-profile-name",container="network-profiles",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Network profile populated by SDN-GP for SNMP",indexedProps="nm-profile-name",container="network-profiles",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique name of network profile.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique name of network profile.") - @org.openecomp.aai.annotations.Metadata(description="Encrypted SNMP community string") + @org.onap.aai.annotations.Metadata(description="Encrypted SNMP community string") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2176,7 +2199,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of network profiles") + @org.onap.aai.annotations.Metadata(description="Collection of network profiles") @@ -2188,21 +2211,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="SR-IOV Physical Function",indexedProps="pf-pci-id",dependentOn="p-interface",container="sriov-pfs") + @org.onap.aai.annotations.Metadata(description="SR-IOV Physical Function",indexedProps="pf-pci-id",dependentOn="p-interface",container="sriov-pfs") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Identifier for the sriov-pf") + @org.onap.aai.annotations.Metadata(isKey=true,description="Identifier for the sriov-pf") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2214,7 +2237,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of SR-IOV Physical Functions.") + @org.onap.aai.annotations.Metadata(description="Collection of SR-IOV Physical Functions.") @@ -2226,91 +2249,91 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Physical interface (e.g., nic)",indexedProps="interface-name,prov-status",nameProps="prov-status",dependentOn="vpls-pe,pserver,pnf",container="p-interfaces") + @org.onap.aai.annotations.Metadata(description="Physical interface (e.g., nic)",indexedProps="interface-name,prov-status",nameProps="prov-status",dependentOn="vpls-pe,pserver,pnf",container="p-interfaces") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name that identifies the physical interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name that identifies the physical interface") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="Nature of the services and connectivity on this port.") + @org.onap.aai.annotations.Metadata(description="Nature of the services and connectivity on this port.") - @org.openecomp.aai.annotations.Metadata(description="CLEI or other specification for p-interface hardware.") + @org.onap.aai.annotations.Metadata(description="CLEI or other specification for p-interface hardware.") - @org.openecomp.aai.annotations.Metadata(description="Role specification for p-interface hardware.") + @org.onap.aai.annotations.Metadata(description="Role specification for p-interface hardware.") - @org.openecomp.aai.annotations.Metadata(description="Indicates the physical properties of the interface.") + @org.onap.aai.annotations.Metadata(description="Indicates the physical properties of the interface.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="MAC Address of the p-interface.") + @org.onap.aai.annotations.Metadata(description="MAC Address of the p-interface.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") - @org.openecomp.aai.annotations.Metadata(description="inventory status") + @org.onap.aai.annotations.Metadata(description="inventory status") @@ -2324,7 +2347,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical interfaces.") + @org.onap.aai.annotations.Metadata(description="Collection of physical interfaces.") @@ -2336,70 +2359,70 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Link aggregate interface",indexedProps="interface-name,interface-id,interface-role",dependentOn="generic-vnf,pserver,vpls-pe,pnf",container="lag-interfaces") + @org.onap.aai.annotations.Metadata(description="Link aggregate interface",indexedProps="interface-name,interface-id,interface-role",dependentOn="generic-vnf,pserver,vpls-pe,pnf",container="lag-interfaces") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name that identifies the link aggregate interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name that identifies the link aggregate interface") - @org.openecomp.aai.annotations.Metadata(description="Human friendly text regarding this interface.") + @org.onap.aai.annotations.Metadata(description="Human friendly text regarding this interface.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="ID of interface") + @org.onap.aai.annotations.Metadata(description="ID of interface") - @org.openecomp.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") + @org.onap.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") @@ -2412,7 +2435,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of link aggregate interfaces.") + @org.onap.aai.annotations.Metadata(description="Collection of link aggregate interfaces.") @@ -2424,196 +2447,196 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver.",nameProps="pserver-name2",indexedProps="hostname,in-maint,pserver-id,pserver-name2,inv-status",searchable="hostname,pserver-name2,pserver-id,ipv4-oam-address",container="pservers",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver.",nameProps="pserver-name2",indexedProps="hostname,in-maint,pserver-id,pserver-name2,inv-status",searchable="hostname,pserver-name2,pserver-id,ipv4-oam-address",container="pservers",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Value from executing hostname on the compute node.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Value from executing hostname on the compute node.") - @org.openecomp.aai.annotations.Metadata(description="PTNII name") + @org.onap.aai.annotations.Metadata(description="PTNII name") - @org.openecomp.aai.annotations.Metadata(description="Number of cpus") + @org.onap.aai.annotations.Metadata(description="Number of cpus") - @org.openecomp.aai.annotations.Metadata(description="Disk size, in GBs") + @org.onap.aai.annotations.Metadata(description="Disk size, in GBs") - @org.openecomp.aai.annotations.Metadata(description="RAM size, in MBs") + @org.onap.aai.annotations.Metadata(description="RAM size, in MBs") - @org.openecomp.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Fully-qualified domain name") + @org.onap.aai.annotations.Metadata(description="Fully-qualified domain name") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used to configure device, also used for troubleshooting and is IP used for traps generated by device.") + @org.onap.aai.annotations.Metadata(description="Used to configure device, also used for troubleshooting and is IP used for traps generated by device.") - @org.openecomp.aai.annotations.Metadata(description="Serial number, may be queried") + @org.onap.aai.annotations.Metadata(description="Serial number, may be queried") - @org.openecomp.aai.annotations.Metadata(description="IPV4 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV4 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV6 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV4 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV4 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV6 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 OAM address") + @org.onap.aai.annotations.Metadata(description="IPV6 OAM address") - @org.openecomp.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") + @org.onap.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") - @org.openecomp.aai.annotations.Metadata(description="ID of Pserver") + @org.onap.aai.annotations.Metadata(description="ID of Pserver") - @org.openecomp.aai.annotations.Metadata(description="internet topology of Pserver") + @org.onap.aai.annotations.Metadata(description="internet topology of Pserver") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="alternative pserver name") + @org.onap.aai.annotations.Metadata(description="alternative pserver name") - @org.openecomp.aai.annotations.Metadata(description="purpose of pserver") + @org.onap.aai.annotations.Metadata(description="purpose of pserver") - @org.openecomp.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") + @org.onap.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") - @org.openecomp.aai.annotations.Metadata(description="Indicates who owns and or manages the device.") + @org.onap.aai.annotations.Metadata(description="Indicates who owns and or manages the device.") - @org.openecomp.aai.annotations.Metadata(description="The host profile that defines the configuration of the pserver.") + @org.onap.aai.annotations.Metadata(description="The host profile that defines the configuration of the pserver.") @@ -2627,7 +2650,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of compute hosts.") + @org.onap.aai.annotations.Metadata(description="Collection of compute hosts.") @@ -2639,28 +2662,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context",nameProps="vdc-name",indexedProps="vdc-name,vdc-id",container="virtual-data-centers",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context",nameProps="vdc-name",indexedProps="vdc-name,vdc-id",container="virtual-data-centers",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of the vdc") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of the vdc") - @org.openecomp.aai.annotations.Metadata(description="Name of the virtual data center") + @org.onap.aai.annotations.Metadata(description="Name of the virtual data center") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2672,7 +2695,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context") + @org.onap.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context") @@ -2684,7 +2707,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for cloud infrastructure.") + @org.onap.aai.annotations.Metadata(description="Namespace for cloud infrastructure.") @@ -2700,21 +2723,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Persist EMS address information used by EMS driver.",indexedProps="ems-id",searchable="ems-id",container="esr-ems-list",namespace="external-system") + @org.onap.aai.annotations.Metadata(description="Persist EMS address information used by EMS driver.",indexedProps="ems-id",searchable="ems-id",container="esr-ems-list",namespace="external-system") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of EMS.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of EMS.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2727,7 +2750,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(maximumDepth="0") + @org.onap.aai.annotations.Metadata(maximumDepth="0") @@ -2739,35 +2762,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Persist VNFM address information used by VF-C.",indexedProps="vnfm-id",searchable="vnfm-id",container="esr-vnfm-list",namespace="external-system") + @org.onap.aai.annotations.Metadata(description="Persist VNFM address information used by VF-C.",indexedProps="vnfm-id",searchable="vnfm-id",container="esr-vnfm-list",namespace="external-system") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of VNFM.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of VNFM.") - @org.openecomp.aai.annotations.Metadata(description="indecate the VIM to deploy VNF.") + @org.onap.aai.annotations.Metadata(description="indecate the VIM to deploy VNF.") - @org.openecomp.aai.annotations.Metadata(description="certificate url of VNFM.") + @org.onap.aai.annotations.Metadata(description="certificate url of VNFM.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2780,7 +2803,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(maximumDepth="0") + @org.onap.aai.annotations.Metadata(maximumDepth="0") @@ -2792,35 +2815,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Persist SDNC address information used by ONAP SDNC.",indexedProps="sdnc-id",searchable="sdnc-id",container="esr-thirdparty-sdnc-list",namespace="external-system") + @org.onap.aai.annotations.Metadata(description="Persist SDNC address information used by ONAP SDNC.",indexedProps="sdnc-id",searchable="sdnc-id",container="esr-thirdparty-sdnc-list",namespace="external-system") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of SDNC.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of SDNC.") - @org.openecomp.aai.annotations.Metadata(description="used for DC type to indicate the location of SDNC, such as Core or Edge.") + @org.onap.aai.annotations.Metadata(description="used for DC type to indicate the location of SDNC, such as Core or Edge.") - @org.openecomp.aai.annotations.Metadata(description="password used to access SDNC server.") + @org.onap.aai.annotations.Metadata(description="password used to access SDNC server.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2833,7 +2856,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(maximumDepth="0") + @org.onap.aai.annotations.Metadata(maximumDepth="0") @@ -2845,7 +2868,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for external system.") + @org.onap.aai.annotations.Metadata(description="Namespace for external system.") @@ -2859,56 +2882,56 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets",indexedProps="resource-instance-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version",container="connectors",namespace="business") + @org.onap.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets",indexedProps="resource-instance-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version",container="connectors",namespace="business") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of resource instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of resource instance.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") @@ -2921,7 +2944,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets") + @org.onap.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets") @@ -2933,49 +2956,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Represents the specifics of a tunnel cross connect piece of a resource that gets separately allotted",uniqueProps="id",indexedProps="id",dependentOn="allotted-resource",container="tunnel-xconnects") + @org.onap.aai.annotations.Metadata(description="Represents the specifics of a tunnel cross connect piece of a resource that gets separately allotted",uniqueProps="id",indexedProps="id",dependentOn="allotted-resource",container="tunnel-xconnects") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN1") + @org.onap.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN1") - @org.openecomp.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN1") + @org.onap.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN1") - @org.openecomp.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN2") + @org.onap.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN2") - @org.openecomp.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN2") + @org.onap.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN2") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -2987,7 +3010,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object is used to store the specific tunnel cross connect aspects of an allotted resource") + @org.onap.aai.annotations.Metadata(description="This object is used to store the specific tunnel cross connect aspects of an allotted resource") @@ -2999,84 +3022,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Represents a slice or partial piece of a resource that gets separately allotted",nameProps="description",uniqueProps="id",indexedProps="id,model-invariant-id,model-version-id,type,role",dependentOn="service-instance",container="allotted-resources") + @org.onap.aai.annotations.Metadata(description="Represents a slice or partial piece of a resource that gets separately allotted",nameProps="description",uniqueProps="id",indexedProps="id,model-invariant-id,model-version-id,type,role",dependentOn="service-instance",container="allotted-resources") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="The descriptive information assigned to this allotted resource instance") + @org.onap.aai.annotations.Metadata(description="The descriptive information assigned to this allotted resource instance") - @org.openecomp.aai.annotations.Metadata(description="Link back to more information in the controller") + @org.onap.aai.annotations.Metadata(description="Link back to more information in the controller") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status") + @org.onap.aai.annotations.Metadata(description="Orchestration status") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") - @org.openecomp.aai.annotations.Metadata(description="Generic description of the type of allotted resource.") + @org.onap.aai.annotations.Metadata(description="Generic description of the type of allotted resource.") - @org.openecomp.aai.annotations.Metadata(description="role in the network that this resource will be providing.") + @org.onap.aai.annotations.Metadata(description="role in the network that this resource will be providing.") @@ -3089,7 +3112,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object is used to store slices of services being offered") + @org.onap.aai.annotations.Metadata(description="This object is used to store slices of services being offered") @@ -3101,154 +3124,154 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Instance of a service",indexedProps="service-instance-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,service-instance-name,service-instance-location-id,orchestration-status,environment-context,workload-context",nameProps="service-instance-name",searchable="service-instance-id,service-instance-name",uniqueProps="service-instance-id",dependentOn="service-subscription",container="service-instances") + @org.onap.aai.annotations.Metadata(description="Instance of a service",indexedProps="service-instance-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,service-instance-name,service-instance-location-id,orchestration-status,environment-context,workload-context",nameProps="service-instance-name",searchable="service-instance-id,service-instance-name",uniqueProps="service-instance-id",dependentOn="service-subscription",container="service-instances") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this instance of a service") + @org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this instance of a service") - @org.openecomp.aai.annotations.Metadata(description="This field will store a name assigned to the service-instance.") + @org.onap.aai.annotations.Metadata(description="This field will store a name assigned to the service-instance.") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of service.") + @org.onap.aai.annotations.Metadata(description="String capturing type of service.") - @org.openecomp.aai.annotations.Metadata(description="String capturing the service role.") + @org.onap.aai.annotations.Metadata(description="String capturing the service role.") - @org.openecomp.aai.annotations.Metadata(description="This field will store the environment context assigned to the service-instance.") + @org.onap.aai.annotations.Metadata(description="This field will store the environment context assigned to the service-instance.") - @org.openecomp.aai.annotations.Metadata(description="This field will store the workload context assigned to the service-instance.") + @org.onap.aai.annotations.Metadata(description="This field will store the workload context assigned to the service-instance.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="Indicates the total bandwidth to be used for this service.") + @org.onap.aai.annotations.Metadata(description="Indicates the total bandwidth to be used for this service.") - @org.openecomp.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN1 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN1 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN1 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN1 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN2 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN2 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN2 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN2 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="URL customers will use to access the vHN Portal.") + @org.onap.aai.annotations.Metadata(description="URL customers will use to access the vHN Portal.") - @org.openecomp.aai.annotations.Metadata(description="An identifier that customers assign to the location where this service is being used.") + @org.onap.aai.annotations.Metadata(description="An identifier that customers assign to the location where this service is being used.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this service.") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this service.") @@ -3262,7 +3285,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of service instances") + @org.onap.aai.annotations.Metadata(description="Collection of service instances") @@ -3274,28 +3297,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Object that group service instances.",indexedProps="service-type",dependentOn="customer",container="service-subscriptions",crossEntityReference="service-instance,service-type") + @org.onap.aai.annotations.Metadata(description="Object that group service instances.",indexedProps="service-type",dependentOn="customer",container="service-subscriptions",crossEntityReference="service-instance,service-type") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Value defined by orchestration to identify this service across ECOMP.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Value defined by orchestration to identify this service across ECOMP.") - @org.openecomp.aai.annotations.Metadata(description="This property will be deleted from A&AI in the near future. Only stop gap solution.") + @org.onap.aai.annotations.Metadata(description="This property will be deleted from A&AI in the near future. Only stop gap solution.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3308,7 +3331,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of objects that group service instances.") + @org.onap.aai.annotations.Metadata(description="Collection of objects that group service instances.") @@ -3320,35 +3343,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="customer identifiers to provide linkage back to BSS information.",nameProps="subscriber-name",indexedProps="subscriber-name,global-customer-id,subscriber-type",searchable="global-customer-id,subscriber-name",uniqueProps="global-customer-id",container="customers",namespace="business") + @org.onap.aai.annotations.Metadata(description="customer identifiers to provide linkage back to BSS information.",nameProps="subscriber-name",indexedProps="subscriber-name,global-customer-id,subscriber-type",searchable="global-customer-id,subscriber-name",uniqueProps="global-customer-id",container="customers",namespace="business") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Global customer id used across ECOMP to uniquely identify customer.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Global customer id used across ECOMP to uniquely identify customer.") - @org.openecomp.aai.annotations.Metadata(description="Subscriber name, an alternate way to retrieve a customer.") + @org.onap.aai.annotations.Metadata(description="Subscriber name, an alternate way to retrieve a customer.") - @org.openecomp.aai.annotations.Metadata(description="Subscriber type, a way to provide VID with only the INFRA customers.",defaultValue="CUST") + @org.onap.aai.annotations.Metadata(description="Subscriber type, a way to provide VID with only the INFRA customers.",defaultValue="CUST") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3361,7 +3384,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of customer identifiers to provide linkage back to BSS information.") + @org.onap.aai.annotations.Metadata(description="Collection of customer identifiers to provide linkage back to BSS information.") @@ -3373,21 +3396,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="describes a line-of-business",indexedProps="line-of-business-name",uniqueProps="line-of-business-name",container="lines-of-business",namespace="business") + @org.onap.aai.annotations.Metadata(description="describes a line-of-business",indexedProps="line-of-business-name",uniqueProps="line-of-business-name",container="lines-of-business",namespace="business") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name of the line-of-business (product)") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name of the line-of-business (product)") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3399,7 +3422,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of lines-of-business") + @org.onap.aai.annotations.Metadata(description="Collection of lines-of-business") @@ -3411,28 +3434,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="describes an owning-entity",indexedProps="owning-entity-id, owning-entity-name",searchable="owning-entity-id",uniqueProps="owning-entity-id, owning-entity-name",container="owning-entities",namespace="business") + @org.onap.aai.annotations.Metadata(description="describes an owning-entity",indexedProps="owning-entity-id, owning-entity-name",searchable="owning-entity-id",uniqueProps="owning-entity-id, owning-entity-name",container="owning-entities",namespace="business") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="UUID of an owning entity") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID of an owning entity") - @org.openecomp.aai.annotations.Metadata(description="Owning entity name") + @org.onap.aai.annotations.Metadata(description="Owning entity name") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3444,7 +3467,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of owning-entities") + @org.onap.aai.annotations.Metadata(description="Collection of owning-entities") @@ -3456,21 +3479,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="describes a platform",indexedProps="platform-name",uniqueProps="platform-name",container="platforms",namespace="business") + @org.onap.aai.annotations.Metadata(description="describes a platform",indexedProps="platform-name",uniqueProps="platform-name",container="platforms",namespace="business") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name of the platform") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name of the platform") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3482,7 +3505,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of platforms") + @org.onap.aai.annotations.Metadata(description="Collection of platforms") @@ -3494,21 +3517,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="describes the project",indexedProps="project-name",uniqueProps="project-name",container="projects",namespace="business") + @org.onap.aai.annotations.Metadata(description="describes the project",indexedProps="project-name",uniqueProps="project-name",container="projects",namespace="business") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name of the project deploying a service") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name of the project deploying a service") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3520,7 +3543,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of projects") + @org.onap.aai.annotations.Metadata(description="Collection of projects") @@ -3532,7 +3555,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for business related constructs") + @org.onap.aai.annotations.Metadata(description="Namespace for business related constructs") @@ -3549,49 +3572,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Image object that pertain to a VNF that doesn't have associated vservers. This is a kludge.",indexedProps="application,vnf-image-uuid,application-vendor,application-version",uniqueProps="vnf-image-uuid",container="vnf-images",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Image object that pertain to a VNF that doesn't have associated vservers. This is a kludge.",indexedProps="application,vnf-image-uuid,application-vendor,application-version",uniqueProps="vnf-image-uuid",container="vnf-images",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of this asset") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of this asset") - @org.openecomp.aai.annotations.Metadata(description="The application that the image instantiates.") + @org.onap.aai.annotations.Metadata(description="The application that the image instantiates.") - @org.openecomp.aai.annotations.Metadata(description="The vendor of the application.") + @org.onap.aai.annotations.Metadata(description="The vendor of the application.") - @org.openecomp.aai.annotations.Metadata(description="The version of the application.") + @org.onap.aai.annotations.Metadata(description="The version of the application.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3603,7 +3626,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of image objects that pertain to a VNF that doesn't have associated vservers. This is a kludge.") + @org.onap.aai.annotations.Metadata(description="Collection of image objects that pertain to a VNF that doesn't have associated vservers. This is a kludge.") @@ -3615,42 +3638,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Stand-in for service model definitions. Likely to be deprecated in favor of models from ASDC. Does not strictly map to ASDC services.",indexedProps="service-description,service-id",container="services",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Stand-in for service model definitions. Likely to be deprecated in favor of models from ASDC. Does not strictly map to ASDC services.",indexedProps="service-description,service-id",container="services",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") + @org.onap.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") - @org.openecomp.aai.annotations.Metadata(description="Description of the service") + @org.onap.aai.annotations.Metadata(description="Description of the service") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="service version") + @org.onap.aai.annotations.Metadata(description="service version") @@ -3662,7 +3685,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of service model definitions. Likely to be deprecated in favor of models from ASDC.") + @org.onap.aai.annotations.Metadata(description="Collection of service model definitions. Likely to be deprecated in favor of models from ASDC.") @@ -3674,28 +3697,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Early definition of server/resource pairings, likely to be replaced by models. No new use should be made of this.",indexedProps="service-type,vnf-type",container="service-capabilities",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Early definition of server/resource pairings, likely to be replaced by models. No new use should be made of this.",indexedProps="service-type,vnf-type",container="service-capabilities",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") + @org.onap.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(isKey=true,description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3707,7 +3730,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of service capabilities.") + @org.onap.aai.annotations.Metadata(description="Collection of service capabilities.") @@ -3719,14 +3742,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="element-choice-set-uuid",indexedProps="element-choice-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="element-choice-sets") + @org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="element-choice-set-uuid",indexedProps="element-choice-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="element-choice-sets") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -3749,14 +3772,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="constrained-element-set-uuid",indexedProps="constrained-element-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="constrained-element-sets") + @org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="constrained-element-set-uuid",indexedProps="constrained-element-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="constrained-element-sets") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -3779,14 +3802,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="model-constraint-uuid",indexedProps="model-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-constraints") + @org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="model-constraint-uuid",indexedProps="model-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-constraints") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -3795,7 +3818,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3813,28 +3836,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model.",uniqueProps="model-element-uuid",indexedProps="model-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-elements") + @org.onap.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model.",uniqueProps="model-element-uuid",indexedProps="model-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-elements") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") - @org.openecomp.aai.annotations.Metadata(description="Indicates whether this element was created as part of instantiation from this model") + @org.onap.aai.annotations.Metadata(description="Indicates whether this element was created as part of instantiation from this model") - @org.openecomp.aai.annotations.Metadata(description="How many of this type of element are required/allowed") + @org.onap.aai.annotations.Metadata(description="How many of this type of element are required/allowed") @@ -3842,21 +3865,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model") + @org.onap.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model") - @org.openecomp.aai.annotations.Metadata(description="Describes new constraints on this model element that are not part of that model's definition") + @org.onap.aai.annotations.Metadata(description="Describes new constraints on this model element that are not part of that model's definition") @@ -3875,42 +3898,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe a specific version of an inventory asset and its connections related to ASDC models",nameProps="model-name",indexedProps="model-version-id,model-name,model-version",uniqueProps="model-version-id",container="model-vers") + @org.onap.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe a specific version of an inventory asset and its connections related to ASDC models",nameProps="model-name",indexedProps="model-version-id,model-name,model-version",uniqueProps="model-version-id",container="model-vers") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") + @org.onap.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") - @org.openecomp.aai.annotations.Metadata(description="Version") + @org.onap.aai.annotations.Metadata(description="Version") - @org.openecomp.aai.annotations.Metadata(description="Description") + @org.onap.aai.annotations.Metadata(description="Description") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3931,28 +3954,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe an inventory asset and its connections related to ASDC models, independent of version",nameProps="model-type",indexedProps="model-invariant-id,model-type",uniqueProps="model-invariant-id",container="models",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe an inventory asset and its connections related to ASDC models, independent of version",nameProps="model-type",indexedProps="model-invariant-id,model-type",uniqueProps="model-invariant-id",container="models",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") + @org.onap.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3965,7 +3988,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models") + @org.onap.aai.annotations.Metadata(description="Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models") @@ -3977,14 +4000,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",uniqueProps="related-lookup-uuid",indexedProps="related-lookup-uuid",allowDirectRead="true",allowDirectWrite="false",container="related-lookups") + @org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="related-lookup-uuid",indexedProps="related-lookup-uuid",allowDirectRead="true",allowDirectWrite="false",container="related-lookups") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -4009,14 +4032,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",uniqueProps="property-constraint-uuid",indexedProps="property-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="property-constraints") + @org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="property-constraint-uuid",indexedProps="property-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="property-constraints") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -4038,14 +4061,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",uniqueProps="named-query-element-uuid",indexedProps="named-query-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="named-query-elements") + @org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="named-query-element-uuid",indexedProps="named-query-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="named-query-elements") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -4071,14 +4094,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true) + @org.onap.aai.annotations.Metadata(isKey=true) @@ -4088,7 +4111,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") @@ -4114,7 +4137,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for objects managed by ASDC") + @org.onap.aai.annotations.Metadata(description="Namespace for objects managed by ASDC") @@ -4130,147 +4153,147 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Logical links generally connect l-interfaces but are used to express logical connectivity between two points",indexedProps="link-name,model-invariant-id,model-version-id,widget-model-id,widget-model-version,link-id,prov-status,circuit-id,purpose",uniqueProps="link-id",container="logical-links",namespace="network",searchable="link-name") + @org.onap.aai.annotations.Metadata(description="Logical links generally connect l-interfaces but are used to express logical connectivity between two points",indexedProps="link-name,model-invariant-id,model-version-id,widget-model-id,widget-model-version,link-id,prov-status,circuit-id,purpose",uniqueProps="link-id",container="logical-links",namespace="network",searchable="link-name") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ") + @org.onap.aai.annotations.Metadata(isKey=true,description="e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(description="Type of logical link, e.g., evc") + @org.onap.aai.annotations.Metadata(description="Type of logical link, e.g., evc") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="v4, v6, or ds for dual stack") + @org.onap.aai.annotations.Metadata(description="v4, v6, or ds for dual stack") - @org.openecomp.aai.annotations.Metadata(description="For example, static or BGP") + @org.onap.aai.annotations.Metadata(description="For example, static or BGP") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="Indication of operational status of the logical link.") + @org.onap.aai.annotations.Metadata(description="Indication of operational status of the logical link.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Indication of the network use of the logical link.") + @org.onap.aai.annotations.Metadata(description="Indication of the network use of the logical link.") - @org.openecomp.aai.annotations.Metadata(description="Alias or alternate name (CLCI or D1 name).") + @org.onap.aai.annotations.Metadata(description="Alias or alternate name (CLCI or D1 name).") - @org.openecomp.aai.annotations.Metadata(description="UUID of the logical-link, SDNC generates this.") + @org.onap.aai.annotations.Metadata(description="UUID of the logical-link, SDNC generates this.") - @org.openecomp.aai.annotations.Metadata(description="Circuit id") + @org.onap.aai.annotations.Metadata(description="Circuit id") - @org.openecomp.aai.annotations.Metadata(description="Reason for this entity, role it is playing") + @org.onap.aai.annotations.Metadata(description="Reason for this entity, role it is playing") @@ -4282,7 +4305,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of logical connections") + @org.onap.aai.annotations.Metadata(description="Collection of logical connections") @@ -4294,35 +4317,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="cos",dependentOn="site-pair",container="classes-of-service") + @org.onap.aai.annotations.Metadata(indexedProps="cos",dependentOn="site-pair",container="classes-of-service") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") + @org.onap.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") - @org.openecomp.aai.annotations.Metadata(description="identifier of probe") + @org.onap.aai.annotations.Metadata(description="identifier of probe") - @org.openecomp.aai.annotations.Metadata(description="type of probe") + @org.onap.aai.annotations.Metadata(description="type of probe") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4334,7 +4357,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="class-of-service of probe") + @org.onap.aai.annotations.Metadata(description="class-of-service of probe") @@ -4346,56 +4369,56 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="site-pair-id",uniqueProps="site-pair-id",dependentOn="routing-instance",container="site-pairs") + @org.onap.aai.annotations.Metadata(indexedProps="site-pair-id",uniqueProps="site-pair-id",dependentOn="routing-instance",container="site-pairs") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") + @org.onap.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") - @org.openecomp.aai.annotations.Metadata(description="Prefix address") + @org.onap.aai.annotations.Metadata(description="Prefix address") - @org.openecomp.aai.annotations.Metadata(description="Prefix address") + @org.onap.aai.annotations.Metadata(description="Prefix address") - @org.openecomp.aai.annotations.Metadata(description="ip version, v4, v6") + @org.onap.aai.annotations.Metadata(description="ip version, v4, v6") - @org.openecomp.aai.annotations.Metadata(description="Hostname of the destination equipment to which SLAs are measured against.") + @org.onap.aai.annotations.Metadata(description="Hostname of the destination equipment to which SLAs are measured against.") - @org.openecomp.aai.annotations.Metadata(description="The type of destinatination equipment. Could be Router, UCPE, etc.") + @org.onap.aai.annotations.Metadata(description="The type of destinatination equipment. Could be Router, UCPE, etc.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4408,7 +4431,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="probe within a set") + @org.onap.aai.annotations.Metadata(description="probe within a set") @@ -4420,28 +4443,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="routing-instance-id",dependentOn="site-pair-set",container="routing-instances") + @org.onap.aai.annotations.Metadata(indexedProps="routing-instance-id",dependentOn="site-pair-set",container="routing-instances") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of routing instance") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of routing instance") - @org.openecomp.aai.annotations.Metadata(description="rpm owner") + @org.onap.aai.annotations.Metadata(description="rpm owner") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4454,7 +4477,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="set of probes related to generic-vnf routing instance") + @org.onap.aai.annotations.Metadata(description="set of probes related to generic-vnf routing instance") @@ -4466,21 +4489,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Set of instances for probes used to measure service level agreements",indexedProps="site-pair-set-id",uniqueProps="site-pair-set-id",container="site-pair-sets",namespace="network") + @org.onap.aai.annotations.Metadata(description="Set of instances for probes used to measure service level agreements",indexedProps="site-pair-set-id",uniqueProps="site-pair-set-id",container="site-pair-sets",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of site pair set.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of site pair set.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4493,7 +4516,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of sets of instances for probes related to generic-vnf") + @org.onap.aai.annotations.Metadata(description="Collection of sets of instances for probes related to generic-vnf") @@ -4505,28 +4528,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Route target information",container="route-targets",dependentOn="vpn-binding",canBeLinked="true") + @org.onap.aai.annotations.Metadata(description="Route target information",container="route-targets",dependentOn="vpn-binding",canBeLinked="true") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Number used to identify an RT, globally unique in the network") + @org.onap.aai.annotations.Metadata(isKey=true,description="Number used to identify an RT, globally unique in the network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Role assigned to this route target") + @org.onap.aai.annotations.Metadata(isKey=true,description="Role assigned to this route target") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4538,7 +4561,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of route target information") + @org.onap.aai.annotations.Metadata(description="Collection of route target information") @@ -4550,63 +4573,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="VPN binding",nameProps="vpn-name,vpn-type",indexedProps="vpn-name,vpn-id,vpn-type",searchable="vpn-id,vpn-name",uniqueProps="vpn-id",container="vpn-bindings",namespace="network") + @org.onap.aai.annotations.Metadata(description="VPN binding",nameProps="vpn-name,vpn-type",indexedProps="vpn-name,vpn-id,vpn-type",searchable="vpn-id,vpn-name",uniqueProps="vpn-id",container="vpn-bindings",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="VPN ID, globally unique within A&AI") + @org.onap.aai.annotations.Metadata(isKey=true,description="VPN ID, globally unique within A&AI") - @org.openecomp.aai.annotations.Metadata(description="VPN Name") + @org.onap.aai.annotations.Metadata(description="VPN Name") - @org.openecomp.aai.annotations.Metadata(description="the platform associated with the VPN example AVPN, Mobility") + @org.onap.aai.annotations.Metadata(description="the platform associated with the VPN example AVPN, Mobility") - @org.openecomp.aai.annotations.Metadata(description="Type of the vpn, should be taken from enumerated/valid values") + @org.onap.aai.annotations.Metadata(description="Type of the vpn, should be taken from enumerated/valid values") - @org.openecomp.aai.annotations.Metadata(description="region of customer vpn") + @org.onap.aai.annotations.Metadata(description="region of customer vpn") - @org.openecomp.aai.annotations.Metadata(description="id for this customer vpn") + @org.onap.aai.annotations.Metadata(description="id for this customer vpn") - @org.openecomp.aai.annotations.Metadata(description="Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.") + @org.onap.aai.annotations.Metadata(description="Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4614,7 +4637,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="l3-networks relate to vpn-bindings") + @org.onap.aai.annotations.Metadata(description="l3-networks relate to vpn-bindings") @@ -4632,49 +4655,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="VPLS Provider Edge routers.",indexedProps="prov-status,equipment-name",container="vpls-pes",namespace="network") + @org.onap.aai.annotations.Metadata(description="VPLS Provider Edge routers.",indexedProps="prov-status,equipment-name",container="vpls-pes",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true) + @org.onap.aai.annotations.Metadata(isKey=true) - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).") - @org.openecomp.aai.annotations.Metadata(description="Client should send valid enumerated value, e.g., VPLS-PE.") + @org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value, e.g., VPLS-PE.") - @org.openecomp.aai.annotations.Metadata(description="Temporary location for stag to get to VCE") + @org.onap.aai.annotations.Metadata(description="Temporary location for stag to get to VCE") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4688,7 +4711,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of VPLS Provider Edge routers") + @org.onap.aai.annotations.Metadata(description="Collection of VPLS Provider Edge routers") @@ -4700,35 +4723,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="multicast-configuration-id",uniqueProps="multicast-configuration-id",container="multicast-configurations",namespace="network") + @org.onap.aai.annotations.Metadata(indexedProps="multicast-configuration-id",uniqueProps="multicast-configuration-id",container="multicast-configurations",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of multicast configuration.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of multicast configuration.") - @org.openecomp.aai.annotations.Metadata(description="protocol of multicast configuration") + @org.onap.aai.annotations.Metadata(description="protocol of multicast configuration") - @org.openecomp.aai.annotations.Metadata(description="rp type of multicast configuration") + @org.onap.aai.annotations.Metadata(description="rp type of multicast configuration") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4740,7 +4763,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="multicast configuration of generic-vnf ip-address") + @org.onap.aai.annotations.Metadata(description="multicast configuration of generic-vnf ip-address") @@ -4752,21 +4775,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(dependentOn="port-group",indexedProps="cvlan-tag",container="cvlan-tags") + @org.onap.aai.annotations.Metadata(dependentOn="port-group",indexedProps="cvlan-tag",container="cvlan-tags") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="See mis-na-virtualization-platform.yang") + @org.onap.aai.annotations.Metadata(isKey=true,description="See mis-na-virtualization-platform.yang") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4785,84 +4808,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used to capture the network interfaces of this VCE",nameProps="port-group-name",indexedProps="port-group-id,heat-stack-id,interface-id,interface-name,switch-name",dependentOn="vce",container="port-groups") + @org.onap.aai.annotations.Metadata(description="Used to capture the network interfaces of this VCE",nameProps="port-group-name",indexedProps="port-group-id,heat-stack-id,interface-id,interface-name,switch-name",dependentOn="vce",container="port-groups") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of the interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of the interface") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of this Interface") + @org.onap.aai.annotations.Metadata(description="Neutron network id of this Interface") - @org.openecomp.aai.annotations.Metadata(description="Neutron network name of this Interface") + @org.onap.aai.annotations.Metadata(description="Neutron network name of this Interface") - @org.openecomp.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") + @org.onap.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Unique ID for port group in vmware") + @org.onap.aai.annotations.Metadata(description="Unique ID for port group in vmware") - @org.openecomp.aai.annotations.Metadata(description="Likely to duplicate value of neutron network name") + @org.onap.aai.annotations.Metadata(description="Likely to duplicate value of neutron network name") - @org.openecomp.aai.annotations.Metadata(description="DVS or standard switch name (should be non-null for port groups associated with DVS)") + @org.onap.aai.annotations.Metadata(description="DVS or standard switch name (should be non-null for port groups associated with DVS)") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") @@ -4882,28 +4905,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Metadata for license group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="licenses") + @org.onap.aai.annotations.Metadata(description="Metadata for license group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="licenses") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID for the license group the resource belongs to, should be uuid.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID for the license group the resource belongs to, should be uuid.") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of a license resource. ") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of a license resource. ") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -4915,7 +4938,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Licenses to be allocated across resources, keyed by group-uuid and resource-uuid, related to license management") + @org.onap.aai.annotations.Metadata(description="Licenses to be allocated across resources, keyed by group-uuid and resource-uuid, related to license management") @@ -4927,28 +4950,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Metadata for entitlement group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="entitlements") + @org.onap.aai.annotations.Metadata(description="Metadata for entitlement group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="entitlements") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID for the entitlement group the resource comes from, should be uuid.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID for the entitlement group the resource comes from, should be uuid.") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of an entitlement resource. ") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of an entitlement resource. ") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -4960,7 +4983,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Entitlements, keyed by group-uuid and resource-uuid, related to license management") + @org.onap.aai.annotations.Metadata(description="Entitlements, keyed by group-uuid and resource-uuid, related to license management") @@ -4972,140 +4995,140 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual Customer Edge Router, used specifically for Gamma. This object is deprecated.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,vnf-id,interface-name,regional-resource-zone,vpe-id,prov-status,service-id",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="vces",namespace="network",extendsFrom="vnf") + @org.onap.aai.annotations.Metadata(description="Virtual Customer Edge Router, used specifically for Gamma. This object is deprecated.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,vnf-id,interface-name,regional-resource-zone,vpe-id,prov-status,service-id",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="vces",namespace="network",extendsFrom="vnf") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") - @org.openecomp.aai.annotations.Metadata(description="Name of VNF.") + @org.onap.aai.annotations.Metadata(description="Name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="Alternate name of VNF.") + @org.onap.aai.annotations.Metadata(description="Alternate name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.") + @org.onap.aai.annotations.Metadata(description="Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.") - @org.openecomp.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") + @org.onap.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - do not use") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - do not use") - @org.openecomp.aai.annotations.Metadata(description="Network role being played by this VNF") + @org.onap.aai.annotations.Metadata(description="Network role being played by this VNF") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") - @org.openecomp.aai.annotations.Metadata(description="Unique ID of VPE connected to this VCE.") + @org.onap.aai.annotations.Metadata(description="Unique ID of VPE connected to this VCE.") - @org.openecomp.aai.annotations.Metadata(description="Valid v6 IP address for the WAN Link on this router. Implied length of /64.") + @org.onap.aai.annotations.Metadata(description="Valid v6 IP address for the WAN Link on this router. Implied length of /64.") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Loopback0 address") + @org.onap.aai.annotations.Metadata(description="Loopback0 address") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - see child relationships") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - see child relationships") @@ -5120,7 +5143,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of Virtual Customer Edge Routers, used specifically for Gamma. This object is deprecated.") + @org.onap.aai.annotations.Metadata(description="Collection of Virtual Customer Edge Routers, used specifically for Gamma. This object is deprecated.") @@ -5132,91 +5155,91 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="vnfc-name,prov-status,nfc-function,nfc-naming-code,ipaddress-v4-oam-vip,in-maint,is-closed-loop-disabled,group-notation,model-invariant-id,model-version-id",searchable="vnfc-name",container="vnfcs",namespace="network") + @org.onap.aai.annotations.Metadata(indexedProps="vnfc-name,prov-status,nfc-function,nfc-naming-code,ipaddress-v4-oam-vip,in-maint,is-closed-loop-disabled,group-notation,model-invariant-id,model-version-id",searchable="vnfc-name",container="vnfcs",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of vnfc.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of vnfc.") - @org.openecomp.aai.annotations.Metadata(description="Short code that is used in naming instances of the item being modeled") + @org.onap.aai.annotations.Metadata(description="Short code that is used in naming instances of the item being modeled") - @org.openecomp.aai.annotations.Metadata(description="English description of function that the specific resource deployment is providing. Assigned as part of the customization of a resource in a service") + @org.onap.aai.annotations.Metadata(description="English description of function that the specific resource deployment is providing. Assigned as part of the customization of a resource in a service") - @org.openecomp.aai.annotations.Metadata(description="prov status of this vnfc") + @org.onap.aai.annotations.Metadata(description="prov status of this vnfc") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by APP-C") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by APP-C") - @org.openecomp.aai.annotations.Metadata(description="Oam V4 vip address of this vnfc") + @org.onap.aai.annotations.Metadata(description="Oam V4 vip address of this vnfc") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") - @org.openecomp.aai.annotations.Metadata(description="Group notation of VNFC") + @org.onap.aai.annotations.Metadata(description="Group notation of VNFC") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5230,7 +5253,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="virtual network components associated with a vserver from application controller.") + @org.onap.aai.annotations.Metadata(description="virtual network components associated with a vserver from application controller.") @@ -5242,42 +5265,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="host-route-id",dependentOn="subnet",container="host-routes") + @org.onap.aai.annotations.Metadata(indexedProps="host-route-id",dependentOn="subnet",container="host-routes") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="host-route id") + @org.onap.aai.annotations.Metadata(isKey=true,description="host-route id") - @org.openecomp.aai.annotations.Metadata(description="subnet prefix") + @org.onap.aai.annotations.Metadata(description="subnet prefix") - @org.openecomp.aai.annotations.Metadata(description="Could be ip-address, hostname, or service-instance") + @org.onap.aai.annotations.Metadata(description="Could be ip-address, hostname, or service-instance") - @org.openecomp.aai.annotations.Metadata(description="Should be ip-address, hostname, or service-instance to match next-hop") + @org.onap.aai.annotations.Metadata(description="Should be ip-address, hostname, or service-instance to match next-hop") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5296,112 +5319,112 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="subnet-id,subnet-name",nameProps="subnet-name",uniqueProps="subnet-id",dependentOn="l3-network",container="subnets") + @org.onap.aai.annotations.Metadata(indexedProps="subnet-id,subnet-name",nameProps="subnet-name",uniqueProps="subnet-id",dependentOn="l3-network",container="subnets") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Subnet ID, should be UUID.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Subnet ID, should be UUID.") - @org.openecomp.aai.annotations.Metadata(description="Name associated with the subnet.") + @org.onap.aai.annotations.Metadata(description="Name associated with the subnet.") - @org.openecomp.aai.annotations.Metadata(description="Neutron id of this subnet") + @org.onap.aai.annotations.Metadata(description="Neutron id of this subnet") - @org.openecomp.aai.annotations.Metadata(description="gateway ip address") + @org.onap.aai.annotations.Metadata(description="gateway ip address") - @org.openecomp.aai.annotations.Metadata(description="network start address") + @org.onap.aai.annotations.Metadata(description="network start address") - @org.openecomp.aai.annotations.Metadata(description="cidr mask") + @org.onap.aai.annotations.Metadata(description="cidr mask") - @org.openecomp.aai.annotations.Metadata(description="ip version") + @org.onap.aai.annotations.Metadata(description="ip version") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="dhcp enabled") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="dhcp enabled") - @org.openecomp.aai.annotations.Metadata(description="the start address reserved for use by dhcp") + @org.onap.aai.annotations.Metadata(description="the start address reserved for use by dhcp") - @org.openecomp.aai.annotations.Metadata(description="the last address reserved for use by dhcp") + @org.onap.aai.annotations.Metadata(description="the last address reserved for use by dhcp") - @org.openecomp.aai.annotations.Metadata(description="role of the subnet, referenced when assigning IPs") + @org.onap.aai.annotations.Metadata(description="role of the subnet, referenced when assigning IPs") - @org.openecomp.aai.annotations.Metadata(description="ip address assignment direction of the subnet") + @org.onap.aai.annotations.Metadata(description="ip address assignment direction of the subnet") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="sequence of the subnet") + @org.onap.aai.annotations.Metadata(description="sequence of the subnet") @@ -5421,21 +5444,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="vlan-id-inner",dependentOn="l3-network",container="ctag-assignments") + @org.onap.aai.annotations.Metadata(indexedProps="vlan-id-inner",dependentOn="l3-network",container="ctag-assignments") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="id.") + @org.onap.aai.annotations.Metadata(isKey=true,description="id.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5454,21 +5477,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack segmentation assignment.",indexedProps="segmentation-id",dependentOn="l3-network",container="segmentation-assignments") + @org.onap.aai.annotations.Metadata(description="Openstack segmentation assignment.",indexedProps="segmentation-id",dependentOn="l3-network",container="segmentation-assignments") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -5480,7 +5503,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack segmentation assignments") + @org.onap.aai.annotations.Metadata(description="Collection of openstack segmentation assignments") @@ -5492,189 +5515,189 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Generic network definition",nameProps="network-name",indexedProps="heat-stack-id,network-uuid,service-id,network-id,network-name,model-invariant-id,model-version-id,widget-model-id,widget-model-version,contrail-network-fqdn,network-role",searchable="network-id,network-name",uniqueProps="network-id",container="l3-networks",namespace="network") + @org.onap.aai.annotations.Metadata(description="Generic network definition",nameProps="network-name",indexedProps="heat-stack-id,network-uuid,service-id,network-id,network-name,model-invariant-id,model-version-id,widget-model-id,widget-model-version,contrail-network-fqdn,network-role",searchable="network-id,network-name",uniqueProps="network-id",container="l3-networks",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Network ID, should be uuid. Unique across A&AI.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Network ID, should be uuid. Unique across A&AI.") - @org.openecomp.aai.annotations.Metadata(description="Name of the network, governed by some naming convention..") + @org.onap.aai.annotations.Metadata(description="Name of the network, governed by some naming convention..") - @org.openecomp.aai.annotations.Metadata(description="Type of the network - who defines these values?") + @org.onap.aai.annotations.Metadata(description="Type of the network - who defines these values?") - @org.openecomp.aai.annotations.Metadata(description="Role the network plans - who defines these values?") + @org.onap.aai.annotations.Metadata(description="Role the network plans - who defines these values?") - @org.openecomp.aai.annotations.Metadata(description="Network technology - who defines these values?") + @org.onap.aai.annotations.Metadata(description="Network technology - who defines these values?") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of this Interface") + @org.onap.aai.annotations.Metadata(description="Neutron network id of this Interface") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Set to true if bound to VPN") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Set to true if bound to VPN") - @org.openecomp.aai.annotations.Metadata(description="Unique identifier of service from ASDC. Does not strictly map to ASDC services. SOON TO BE DEPRECATED") + @org.onap.aai.annotations.Metadata(description="Unique identifier of service from ASDC. Does not strictly map to ASDC services. SOON TO BE DEPRECATED") - @org.openecomp.aai.annotations.Metadata(description="network role instance") + @org.onap.aai.annotations.Metadata(description="network role instance") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") - @org.openecomp.aai.annotations.Metadata(description="Contrail FQDN for the network") + @org.onap.aai.annotations.Metadata(description="Contrail FQDN for the network") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="Name associated with the physical network.") + @org.onap.aai.annotations.Metadata(description="Name associated with the physical network.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a provider network.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a provider network.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a shared network.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a shared network.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is an external network.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is an external network.") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational.") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational.") @@ -5684,7 +5707,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Relates to tenant (or is it a child of tenant), complex, service, vpn-binding") + @org.onap.aai.annotations.Metadata(description="Relates to tenant (or is it a child of tenant), complex, service, vpn-binding") @@ -5702,35 +5725,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(nameProps="network-policy-fqdn",indexedProps="network-policy-id,network-policy-fqdn",searchable="network-policy-id,network-policy-fqdn",uniqueProps="network-policy-id",container="network-policies",namespace="network") + @org.onap.aai.annotations.Metadata(nameProps="network-policy-fqdn",indexedProps="network-policy-id,network-policy-fqdn",searchable="network-policy-id,network-policy-fqdn",uniqueProps="network-policy-id",container="network-policies",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="UUID representing unique key to this instance") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID representing unique key to this instance") - @org.openecomp.aai.annotations.Metadata(description="Contrail FQDN for the policy") + @org.onap.aai.annotations.Metadata(description="Contrail FQDN for the policy") - @org.openecomp.aai.annotations.Metadata(description="ID for the openStack Heat instance") + @org.onap.aai.annotations.Metadata(description="ID for the openStack Heat instance") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5749,112 +5772,112 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="a deployment unit of VNFCs",indexedProps="vf-module-id,vf-module-name,heat-stack-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,contrail-service-instance-fqdn",searchable="vf-module-id,vf-module-name",dependentOn="generic-vnf",container="vf-modules") + @org.onap.aai.annotations.Metadata(description="a deployment unit of VNFCs",indexedProps="vf-module-id,vf-module-name,heat-stack-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,contrail-service-instance-fqdn",searchable="vf-module-id,vf-module-name",dependentOn="generic-vnf",container="vf-modules") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of vf-module.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of vf-module.") - @org.openecomp.aai.annotations.Metadata(description="Name of vf-module") + @org.onap.aai.annotations.Metadata(description="Name of vf-module") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance.") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance.") - @org.openecomp.aai.annotations.Metadata(description="orchestration status of this vf-module, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="orchestration status of this vf-module, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is base vf module") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is base vf module") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="the Contrail unique ID for a service-instance") + @org.onap.aai.annotations.Metadata(description="the Contrail unique ID for a service-instance") - @org.openecomp.aai.annotations.Metadata(description="the index will track the number of modules of a given type that have been deployed in a VNF, starting with 0, and always choosing the lowest available digit") + @org.onap.aai.annotations.Metadata(description="the index will track the number of modules of a given type that have been deployed in a VNF, starting with 0, and always choosing the lowest available digit") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") @@ -5866,7 +5889,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of vf-modules, a deployment unit of VNFCs") + @org.onap.aai.annotations.Metadata(description="Collection of vf-modules, a deployment unit of VNFCs") @@ -5878,357 +5901,357 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="General purpose VNF",nameProps="vnf-name",indexedProps="is-closed-loop-disabled,vnf-name2,vnf-type,heat-stack-id,in-maint,vnf-name,vnf-id,regional-resource-zone,prov-status,service-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,nf-type,nf-function,nf-naming-code,nf-role",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="generic-vnfs",namespace="network",extendsFrom="vnf",containsSuggestibleProps="true",suggestionAliases="VNFs") + @org.onap.aai.annotations.Metadata(description="General purpose VNF",nameProps="vnf-name",indexedProps="is-closed-loop-disabled,vnf-name2,vnf-type,heat-stack-id,in-maint,vnf-name,vnf-id,regional-resource-zone,prov-status,service-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,nf-type,nf-function,nf-naming-code,nf-role",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="generic-vnfs",namespace="network",extendsFrom="vnf",containsSuggestibleProps="true",suggestionAliases="VNFs") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") - @org.openecomp.aai.annotations.Metadata(description="Name of VNF.") + @org.onap.aai.annotations.Metadata(description="Name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="Alternate name of VNF.") + @org.onap.aai.annotations.Metadata(description="Alternate name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Unique identifier of service, does not necessarily map to ASDC service models. SOON TO BE DEPRECATED") + @org.onap.aai.annotations.Metadata(description="Unique identifier of service, does not necessarily map to ASDC service models. SOON TO BE DEPRECATED") - @org.openecomp.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") + @org.onap.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.",suggestibleOnSearch="true") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.",suggestibleOnSearch="true") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational. Valid values are in-service-path and out-of-service-path.") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational. Valid values are in-service-path and out-of-service-path.") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - do not use") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - do not use") - @org.openecomp.aai.annotations.Metadata(description="Client should send valid enumerated value") + @org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, used by MSO.",suggestibleOnSearch="true") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, used by MSO.",suggestibleOnSearch="true") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") - @org.openecomp.aai.annotations.Metadata(description="identifier of managed by ATT or customer") + @org.onap.aai.annotations.Metadata(description="identifier of managed by ATT or customer") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.") - @org.openecomp.aai.annotations.Metadata(description="v4 Loopback0 address") + @org.onap.aai.annotations.Metadata(description="v4 Loopback0 address") - @org.openecomp.aai.annotations.Metadata(description="v6 Loopback address") + @org.onap.aai.annotations.Metadata(description="v6 Loopback address") - @org.openecomp.aai.annotations.Metadata(description="v6 management address") + @org.onap.aai.annotations.Metadata(description="v6 management address") - @org.openecomp.aai.annotations.Metadata(description="number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE") + @org.onap.aai.annotations.Metadata(description="number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE") - @org.openecomp.aai.annotations.Metadata(description="units associated with vcpu, used for VNFs with no vservers/flavors, to be used only by uCPE") + @org.onap.aai.annotations.Metadata(description="units associated with vcpu, used for VNFs with no vservers/flavors, to be used only by uCPE") - @org.openecomp.aai.annotations.Metadata(description="number of GB of memory ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE") + @org.onap.aai.annotations.Metadata(description="number of GB of memory ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE") - @org.openecomp.aai.annotations.Metadata(description="units associated with vmemory, used for VNFs with no vservers/flavors, to be used only by uCPE") + @org.onap.aai.annotations.Metadata(description="units associated with vmemory, used for VNFs with no vservers/flavors, to be used only by uCPE") - @org.openecomp.aai.annotations.Metadata(description="number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only uCPE") + @org.onap.aai.annotations.Metadata(description="number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only uCPE") - @org.openecomp.aai.annotations.Metadata(description="units associated with vdisk, used for VNFs with no vservers/flavors, to be used only by uCPE") + @org.onap.aai.annotations.Metadata(description="units associated with vdisk, used for VNFs with no vservers/flavors, to be used only by uCPE") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.") + @org.onap.aai.annotations.Metadata(description="details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.") - @org.openecomp.aai.annotations.Metadata(description="indicates whether generic-vnf access uses SSH") + @org.onap.aai.annotations.Metadata(description="indicates whether generic-vnf access uses SSH") - @org.openecomp.aai.annotations.Metadata(description="UUID of the Entitlement group used for licensing VNFs, OBSOLETE - See child relationships.") + @org.onap.aai.annotations.Metadata(description="UUID of the Entitlement group used for licensing VNFs, OBSOLETE - See child relationships.") - @org.openecomp.aai.annotations.Metadata(description="UUID of the specific entitlement resource. OBSOLETE - See child relationships.") + @org.onap.aai.annotations.Metadata(description="UUID of the specific entitlement resource. OBSOLETE - See child relationships.") - @org.openecomp.aai.annotations.Metadata(description="UUID of the license assignment group. OBSOLETE - See child relationships.") + @org.onap.aai.annotations.Metadata(description="UUID of the license assignment group. OBSOLETE - See child relationships.") - @org.openecomp.aai.annotations.Metadata(description="UUID of the actual license resource. OBSOLETE - See child relationships.") + @org.onap.aai.annotations.Metadata(description="UUID of the actual license resource. OBSOLETE - See child relationships.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="as-number of the VNF") + @org.onap.aai.annotations.Metadata(description="as-number of the VNF") - @org.openecomp.aai.annotations.Metadata(description="represents sub zone of the rr plane") + @org.onap.aai.annotations.Metadata(description="represents sub zone of the rr plane") - @org.openecomp.aai.annotations.Metadata(description="Generic description of the type of NF",suggestibleOnSearch="true") + @org.onap.aai.annotations.Metadata(description="Generic description of the type of NF",suggestibleOnSearch="true") - @org.openecomp.aai.annotations.Metadata(description="English description of Network function that the specific VNF deployment is providing") + @org.onap.aai.annotations.Metadata(description="English description of Network function that the specific VNF deployment is providing") - @org.openecomp.aai.annotations.Metadata(description="role in the network that this model will be providing",suggestibleOnSearch="true") + @org.onap.aai.annotations.Metadata(description="role in the network that this model will be providing",suggestibleOnSearch="true") - @org.openecomp.aai.annotations.Metadata(description="string assigned to this model used for naming purposes") + @org.onap.aai.annotations.Metadata(description="string assigned to this model used for naming purposes") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") - @org.openecomp.aai.annotations.Metadata(description="Gateway address") + @org.onap.aai.annotations.Metadata(description="Gateway address") - @org.openecomp.aai.annotations.Metadata(description="Prefix length for oam-address") + @org.onap.aai.annotations.Metadata(description="Prefix length for oam-address") - @org.openecomp.aai.annotations.Metadata(description="Temporary location for S-TAG to get to VCE") + @org.onap.aai.annotations.Metadata(description="Temporary location for S-TAG to get to VCE") - @org.openecomp.aai.annotations.Metadata(description="Network Management profile of this VNF") + @org.onap.aai.annotations.Metadata(description="Network Management profile of this VNF") @@ -6245,7 +6268,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of VNFs") + @org.onap.aai.annotations.Metadata(description="Collection of VNFs") @@ -6257,21 +6280,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="LAG links can connect lag-interfaces",indexedProps="link-name",container="lag-links",namespace="network") + @org.onap.aai.annotations.Metadata(description="LAG links can connect lag-interfaces",indexedProps="link-name",container="lag-links",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Alphabetical concatenation of lag-interface names") + @org.onap.aai.annotations.Metadata(isKey=true,description="Alphabetical concatenation of lag-interface names") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -6283,7 +6306,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of link aggregation connections") + @org.onap.aai.annotations.Metadata(description="Collection of link aggregation connections") @@ -6295,105 +6318,105 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,prov-status,vnf-id2",searchable="vnf-id2,vnf-name,vnf-name2",uniqueProps="vnf-id2",container="newvces",namespace="network") + @org.onap.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,prov-status,vnf-id2",searchable="vnf-id2,vnf-name,vnf-name2",uniqueProps="vnf-id2",container="newvces",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF, can't use same attribute name right now until we promote this new object") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF, can't use same attribute name right now until we promote this new object") - @org.openecomp.aai.annotations.Metadata(description="Name of VNF.") + @org.onap.aai.annotations.Metadata(description="Name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="Alternate name of VNF.") + @org.onap.aai.annotations.Metadata(description="Alternate name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - do not use") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - do not use") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).") - @org.openecomp.aai.annotations.Metadata(description="Client should send valid enumerated value.") + @org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="v4 Loopback0 address") + @org.onap.aai.annotations.Metadata(description="v4 Loopback0 address") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO.") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO.") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") @@ -6406,7 +6429,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.") + @org.onap.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.") @@ -6418,161 +6441,161 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="PNF represents a physical network function. typically equipment used in the D1 world. in 1607, this will be populated by SDN-C to represent a premises router that a uCPE connects to. But this can be used to represent any physical device that is not an AIC node or uCPE.",indexedProps="pnf-name,orchestration-status,inv-status",searchable="pnf-name",uniqueProps="pnf-name",container="pnfs",namespace="network") + @org.onap.aai.annotations.Metadata(description="PNF represents a physical network function. typically equipment used in the D1 world. in 1607, this will be populated by SDN-C to represent a premises router that a uCPE connects to. But this can be used to represent any physical device that is not an AIC node or uCPE.",indexedProps="pnf-name,orchestration-status,inv-status",searchable="pnf-name",uniqueProps="pnf-name",container="pnfs",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="unique name of Physical Network Function.") + @org.onap.aai.annotations.Metadata(isKey=true,description="unique name of Physical Network Function.") - @org.openecomp.aai.annotations.Metadata(description="name of Physical Network Function.") + @org.onap.aai.annotations.Metadata(description="name of Physical Network Function.") - @org.openecomp.aai.annotations.Metadata(description="source of name2") + @org.onap.aai.annotations.Metadata(description="source of name2") - @org.openecomp.aai.annotations.Metadata(description="id of pnf") + @org.onap.aai.annotations.Metadata(description="id of pnf") - @org.openecomp.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="identifier of managed by ATT or customer") + @org.onap.aai.annotations.Metadata(description="identifier of managed by ATT or customer") - @org.openecomp.aai.annotations.Metadata(description="ipv4-oam-address with new naming convention for IP addresses") + @org.onap.aai.annotations.Metadata(description="ipv4-oam-address with new naming convention for IP addresses") - @org.openecomp.aai.annotations.Metadata(description="sw-version is the version of SW for the hosted application on the PNF.") + @org.onap.aai.annotations.Metadata(description="sw-version is the version of SW for the hosted application on the PNF.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(description="ID of the physical frame (relay rack) where pnf is installed.") + @org.onap.aai.annotations.Metadata(description="ID of the physical frame (relay rack) where pnf is installed.") - @org.openecomp.aai.annotations.Metadata(description="Serial number of the device") + @org.onap.aai.annotations.Metadata(description="Serial number of the device") - @org.openecomp.aai.annotations.Metadata(description="IPV4 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV4 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV6 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV4 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV4 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV6 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 OAM address") + @org.onap.aai.annotations.Metadata(description="IPV6 OAM address") - @org.openecomp.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") + @org.onap.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") + @org.onap.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") - @org.openecomp.aai.annotations.Metadata(description="Nf Role is the role performed by this instance in the network.") + @org.onap.aai.annotations.Metadata(description="Nf Role is the role performed by this instance in the network.") @@ -6586,7 +6609,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of Physical Network Functions.") + @org.onap.aai.annotations.Metadata(description="Collection of Physical Network Functions.") @@ -6598,91 +6621,91 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces",indexedProps="circuit-id,link-name",alternateKeys1="circuit-id",container="physical-links",namespace="network",searchable="link-name,circuit-id") + @org.onap.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces",indexedProps="circuit-id,link-name",alternateKeys1="circuit-id",container="physical-links",namespace="network",searchable="link-name,circuit-id") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ") + @org.onap.aai.annotations.Metadata(isKey=true,description="e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="Circuit it") + @org.onap.aai.annotations.Metadata(description="Circuit it") - @org.openecomp.aai.annotations.Metadata(description="Dual access mode (e.g., primary, secondary") + @org.onap.aai.annotations.Metadata(description="Dual access mode (e.g., primary, secondary") - @org.openecomp.aai.annotations.Metadata(description="To provide information on who manages this circuit. A&AI or 3rd party transport provider") + @org.onap.aai.annotations.Metadata(description="To provide information on who manages this circuit. A&AI or 3rd party transport provider") - @org.openecomp.aai.annotations.Metadata(description="Name of the service Provider on this link.") + @org.onap.aai.annotations.Metadata(description="Name of the service Provider on this link.") - @org.openecomp.aai.annotations.Metadata(description="Upstream Bandwidth value agreed with the service provider") + @org.onap.aai.annotations.Metadata(description="Upstream Bandwidth value agreed with the service provider") - @org.openecomp.aai.annotations.Metadata(description="Units for the upstream BW value") + @org.onap.aai.annotations.Metadata(description="Units for the upstream BW value") - @org.openecomp.aai.annotations.Metadata(description="Downstream Bandwidth value agreed with the service provider") + @org.onap.aai.annotations.Metadata(description="Downstream Bandwidth value agreed with the service provider") - @org.openecomp.aai.annotations.Metadata(description="Units for downstream BW value") + @org.onap.aai.annotations.Metadata(description="Units for downstream BW value") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -6694,7 +6717,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces") + @org.onap.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces") @@ -6706,35 +6729,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="vig-server contains information about a vig server used for IPSec-configuration. Populated by SDN-C from 1607",indexedProps="vig-address-type",dependentOn="ipsec-configuration",container="vig-servers") + @org.onap.aai.annotations.Metadata(description="vig-server contains information about a vig server used for IPSec-configuration. Populated by SDN-C from 1607",indexedProps="vig-address-type",dependentOn="ipsec-configuration",container="vig-servers") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="indicates whether the VIG is for AVPN or INTERNET") + @org.onap.aai.annotations.Metadata(isKey=true,description="indicates whether the VIG is for AVPN or INTERNET") - @org.openecomp.aai.annotations.Metadata(description="v4 IP of the vig server") + @org.onap.aai.annotations.Metadata(description="v4 IP of the vig server") - @org.openecomp.aai.annotations.Metadata(description="v6 IP of the vig server") + @org.onap.aai.annotations.Metadata(description="v6 IP of the vig server") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -6753,161 +6776,161 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="IPSec configuration node will contain various configuration data for the NMTE VNF. This node will have an edge to the generic-vnf (vnf type = TE). Starting 1607, this data will be populated by SDN-C",indexedProps="ipsec-configuration-id",uniqueProps="ipsec-configuration-id",container="ipsec-configurations",namespace="network") + @org.onap.aai.annotations.Metadata(description="IPSec configuration node will contain various configuration data for the NMTE VNF. This node will have an edge to the generic-vnf (vnf type = TE). Starting 1607, this data will be populated by SDN-C",indexedProps="ipsec-configuration-id",uniqueProps="ipsec-configuration-id",container="ipsec-configurations",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="UUID of this configuration") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID of this configuration") - @org.openecomp.aai.annotations.Metadata(description="Indicate the type of VIG server like AVPN, INTERNET, BOTH") + @org.onap.aai.annotations.Metadata(description="Indicate the type of VIG server like AVPN, INTERNET, BOTH") - @org.openecomp.aai.annotations.Metadata(description="Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc") + @org.onap.aai.annotations.Metadata(description="Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc") - @org.openecomp.aai.annotations.Metadata(description="ATT can offer a shared DMZ or a DMZ specific to a customer") + @org.onap.aai.annotations.Metadata(description="ATT can offer a shared DMZ or a DMZ specific to a customer") - @org.openecomp.aai.annotations.Metadata(description="Network address of shared DMZ") + @org.onap.aai.annotations.Metadata(description="Network address of shared DMZ") - @org.openecomp.aai.annotations.Metadata(description="If the DMZ is a custom DMZ, this field will indicate the customer information") + @org.onap.aai.annotations.Metadata(description="If the DMZ is a custom DMZ, this field will indicate the customer information") - @org.openecomp.aai.annotations.Metadata(description="can be 1 or 2") + @org.onap.aai.annotations.Metadata(description="can be 1 or 2") - @org.openecomp.aai.annotations.Metadata(description="Contains values like md5, sha1, sha256, sha384") + @org.onap.aai.annotations.Metadata(description="Contains values like md5, sha1, sha256, sha384") - @org.openecomp.aai.annotations.Metadata(description="Encyption values like 3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") + @org.onap.aai.annotations.Metadata(description="Encyption values like 3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") - @org.openecomp.aai.annotations.Metadata(description="Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14") + @org.onap.aai.annotations.Metadata(description="Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14") - @org.openecomp.aai.annotations.Metadata(description="Group name defined in VIG for clients using aggressive mode") + @org.onap.aai.annotations.Metadata(description="Group name defined in VIG for clients using aggressive mode") - @org.openecomp.aai.annotations.Metadata(description="pre-shared key for the above group name ") + @org.onap.aai.annotations.Metadata(description="pre-shared key for the above group name ") - @org.openecomp.aai.annotations.Metadata(description="Lifetime for IKEv1 SA") + @org.onap.aai.annotations.Metadata(description="Lifetime for IKEv1 SA") - @org.openecomp.aai.annotations.Metadata(description="md5, sha1, sha256, sha384") + @org.onap.aai.annotations.Metadata(description="md5, sha1, sha256, sha384") - @org.openecomp.aai.annotations.Metadata(description="3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") + @org.onap.aai.annotations.Metadata(description="3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") - @org.openecomp.aai.annotations.Metadata(description="Life time for IPSec SA") + @org.onap.aai.annotations.Metadata(description="Life time for IPSec SA") - @org.openecomp.aai.annotations.Metadata(description="enable PFS or not") + @org.onap.aai.annotations.Metadata(description="enable PFS or not") - @org.openecomp.aai.annotations.Metadata(description="user ID for xAuth, sm-user,ucpeHostName,nmteHostName") + @org.onap.aai.annotations.Metadata(description="user ID for xAuth, sm-user,ucpeHostName,nmteHostName") - @org.openecomp.aai.annotations.Metadata(description="Encrypted using the Juniper $9$ algorithm") + @org.onap.aai.annotations.Metadata(description="Encrypted using the Juniper $9$ algorithm") - @org.openecomp.aai.annotations.Metadata(description="The time between DPD probe") + @org.onap.aai.annotations.Metadata(description="The time between DPD probe") - @org.openecomp.aai.annotations.Metadata(description="Maximum number of DPD before claiming the tunnel is down") + @org.onap.aai.annotations.Metadata(description="Maximum number of DPD before claiming the tunnel is down") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -6927,28 +6950,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack route table reference.",nameProps="route-table-reference-fqdn",uniqueProps="route-table-reference-id",indexedProps="route-table-reference-id,route-table-reference-fqdn",container="route-table-references",namespace="network") + @org.onap.aai.annotations.Metadata(description="Openstack route table reference.",nameProps="route-table-reference-fqdn",uniqueProps="route-table-reference-id",indexedProps="route-table-reference-id,route-table-reference-fqdn",container="route-table-references",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="FQDN entry in the route table.") + @org.onap.aai.annotations.Metadata(description="FQDN entry in the route table.") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -6960,7 +6983,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack route table references") + @org.onap.aai.annotations.Metadata(description="Collection of openstack route table references") @@ -6972,63 +6995,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="General mechanism for grouping instances",nameProps="description",uniqueProps="id",searchable="id,description",indexedProps="id,description,type,sub-type",container="instance-groups",namespace="network") + @org.onap.aai.annotations.Metadata(description="General mechanism for grouping instances",nameProps="description",uniqueProps="id",searchable="id,description",indexedProps="id,description,type,sub-type",container="instance-groups",namespace="network") - @org.openecomp.aai.annotations.Metadata(description="role of the instance group.") + @org.onap.aai.annotations.Metadata(description="role of the instance group.") - @org.openecomp.aai.annotations.Metadata(description="ASDC model id for this resource or service model.") + @org.onap.aai.annotations.Metadata(description="ASDC model id for this resource or service model.") - @org.openecomp.aai.annotations.Metadata(description="ASDC model version uid for this resource model.") + @org.onap.aai.annotations.Metadata(description="ASDC model version uid for this resource model.") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Instance Group ID, UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Instance Group ID, UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="Descriptive text to help identify the usage of this instance-group") + @org.onap.aai.annotations.Metadata(description="Descriptive text to help identify the usage of this instance-group") - @org.openecomp.aai.annotations.Metadata(description="Only valid value today is lower case ha for high availability") + @org.onap.aai.annotations.Metadata(description="Only valid value today is lower case ha for high availability") - @org.openecomp.aai.annotations.Metadata(description="Valid values for ha type are [geo-activeactive, geo-activestandby, local-activeactive, local-activestandby]") + @org.onap.aai.annotations.Metadata(description="Valid values for ha type are [geo-activeactive, geo-activestandby, local-activeactive, local-activestandby]") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -7040,7 +7063,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack route table references") + @org.onap.aai.annotations.Metadata(description="Collection of openstack route table references") @@ -7052,49 +7075,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A zone is a grouping of assets in a location homing to the same connections into the CBB",nameProps="zone-name",indexedProps="zone-id,design-type,zone-context",uniqueProps="zone-id",container="zones",namespace="network") + @org.onap.aai.annotations.Metadata(description="A zone is a grouping of assets in a location homing to the same connections into the CBB",nameProps="zone-name",indexedProps="zone-id,design-type,zone-context",uniqueProps="zone-id",container="zones",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Code assigned by AIC to the zone") + @org.onap.aai.annotations.Metadata(isKey=true,description="Code assigned by AIC to the zone") - @org.openecomp.aai.annotations.Metadata(description="English name associated with the zone") + @org.onap.aai.annotations.Metadata(description="English name associated with the zone") - @org.openecomp.aai.annotations.Metadata(description="Design of zone [Medium/Large?]") + @org.onap.aai.annotations.Metadata(description="Design of zone [Medium/Large?]") - @org.openecomp.aai.annotations.Metadata(description="Context of zone [production/test]") + @org.onap.aai.annotations.Metadata(description="Context of zone [production/test]") - @org.openecomp.aai.annotations.Metadata(description="Status of a zone.") + @org.onap.aai.annotations.Metadata(description="Status of a zone.") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -7106,7 +7129,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of zones") + @org.onap.aai.annotations.Metadata(description="Collection of zones") @@ -7118,91 +7141,91 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Port Mirror Configuration.",indexedProps="configuration-id,model-invariant-id,model-version-id",uniqueProps="configuration-id",container="configurations",namespace="network") + @org.onap.aai.annotations.Metadata(description="Port Mirror Configuration.",indexedProps="configuration-id,model-invariant-id,model-version-id",uniqueProps="configuration-id",container="configurations",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="UUID assigned to configuration.") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID assigned to configuration.") - @org.openecomp.aai.annotations.Metadata(description="Indicates the entity that will manage this feature. Could be an organization or the name of the application as well.") + @org.onap.aai.annotations.Metadata(description="Indicates the entity that will manage this feature. Could be an organization or the name of the application as well.") - @org.openecomp.aai.annotations.Metadata(description="Name of the configuration.") + @org.onap.aai.annotations.Metadata(description="Name of the configuration.") - @org.openecomp.aai.annotations.Metadata(description="port-mirroring-configuration.") + @org.onap.aai.annotations.Metadata(description="port-mirroring-configuration.") - @org.openecomp.aai.annotations.Metadata(description="vprobe, pprobe.") + @org.onap.aai.annotations.Metadata(description="vprobe, pprobe.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of the configuration.") + @org.onap.aai.annotations.Metadata(description="Orchestration status of the configuration.") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational.") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details from SDN-GC.") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details from SDN-GC.") - @org.openecomp.aai.annotations.Metadata(description="id of the configuration used to customize the resource") + @org.onap.aai.annotations.Metadata(description="id of the configuration used to customize the resource") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -7215,7 +7238,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of configurations") + @org.onap.aai.annotations.Metadata(description="Collection of configurations") @@ -7227,7 +7250,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for network inventory resources.") + @org.onap.aai.annotations.Metadata(description="Namespace for network inventory resources.") @@ -7257,7 +7280,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Internal map to define some reserved properties of a vertex",uniqueProps="aai-unique-key",indexedProps="aai-unique-key,source-of-truth,aai-node-type,aai-uri") + @org.onap.aai.annotations.Metadata(description="Internal map to define some reserved properties of a vertex",uniqueProps="aai-unique-key",indexedProps="aai-unique-key,source-of-truth,aai-node-type,aai-uri") @@ -7275,7 +7298,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Internal map to define the properties of an edge and interpret the map EdgeRules",edgeInfo="edgeLabel,direction,multiplicityRule,isParent,usesResource,hasDelTarget,SVC-INFRA,SVC-INFRA-REV") + @org.onap.aai.annotations.Metadata(description="Internal map to define the properties of an edge and interpret the map EdgeRules",edgeInfo="edgeLabel,direction,multiplicityRule,isParent,usesResource,hasDelTarget,SVC-INFRA,SVC-INFRA-REV") @@ -7342,63 +7365,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Allows for legacy POST of old-style and new-style models") + @org.onap.aai.annotations.Metadata(description="Allows for legacy POST of old-style and new-style models") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") + @org.onap.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") - @org.openecomp.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") + @org.onap.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") - @org.openecomp.aai.annotations.Metadata(description="Invariant unique ID which does not change from version to version") + @org.onap.aai.annotations.Metadata(description="Invariant unique ID which does not change from version to version") - @org.openecomp.aai.annotations.Metadata(description="Version") + @org.onap.aai.annotations.Metadata(description="Version") - @org.openecomp.aai.annotations.Metadata(description="Description") + @org.onap.aai.annotations.Metadata(description="Description") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -7411,7 +7434,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="QueryParameters for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="QueryParameters for performing a named-query or model query") @@ -7429,7 +7452,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="InstanceFilters for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="InstanceFilters for performing a named-query or model query") @@ -7446,7 +7469,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="SecondaryFilts for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="SecondaryFilts for performing a named-query or model query") @@ -7458,7 +7481,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query") @@ -7474,7 +7497,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Property holder for query properties or instance properties") + @org.onap.aai.annotations.Metadata(description="Property holder for query properties or instance properties") @@ -7495,7 +7518,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Extra properties for inventory item for response list") + @org.onap.aai.annotations.Metadata(description="Extra properties for inventory item for response list") @@ -7507,7 +7530,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Inventory item for response list",container="inventory-response-items") + @org.onap.aai.annotations.Metadata(description="Inventory item for response list",container="inventory-response-items") @@ -7521,7 +7544,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Container for inventory items in response list",container="response-list") + @org.onap.aai.annotations.Metadata(description="Container for inventory items in response list",container="response-list") @@ -7533,7 +7556,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Response container for the results of a named-query or model query") + @org.onap.aai.annotations.Metadata(description="Response container for the results of a named-query or model query") @@ -7545,14 +7568,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Abstract vnf class",indexedProps="vnf-id",uniqueProps="vnf-id",inheritors="vce,generic-vnf",isAbstract="true") + @org.onap.aai.annotations.Metadata(description="Abstract vnf class",indexedProps="vnf-id",uniqueProps="vnf-id",inheritors="vce,generic-vnf",isAbstract="true") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") diff --git a/aai-schema/src/main/resources/aai_schema/aai_schema_v8.xsd b/aai-schema/src/main/resources/aai_schema/aai_schema_v8.xsd index a540aa80..a50fdd17 100644 --- a/aai-schema/src/main/resources/aai_schema/aai_schema_v8.xsd +++ b/aai-schema/src/main/resources/aai_schema/aai_schema_v8.xsd @@ -1,4 +1,27 @@ + diff --git a/aai-schema/src/main/resources/aai_schema/aai_schema_v9.xsd b/aai-schema/src/main/resources/aai_schema/aai_schema_v9.xsd index 1984c3f0..1f82b407 100644 --- a/aai-schema/src/main/resources/aai_schema/aai_schema_v9.xsd +++ b/aai-schema/src/main/resources/aai_schema/aai_schema_v9.xsd @@ -1,4 +1,27 @@ + - @org.openecomp.aai.annotations.Metadata(description="The specific type of node in the A&AI graph") + @org.onap.aai.annotations.Metadata(description="The specific type of node in the A&AI graph") - @org.openecomp.aai.annotations.Metadata(description="The URL to the specific resource") + @org.onap.aai.annotations.Metadata(description="The URL to the specific resource") @@ -106,14 +129,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate an attribute.") + @org.onap.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate an attribute.") - @org.openecomp.aai.annotations.Metadata(description="Value of the attribute.") + @org.onap.aai.annotations.Metadata(description="Value of the attribute.") @@ -126,14 +149,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Key part of a key/value pair") + @org.onap.aai.annotations.Metadata(description="Key part of a key/value pair") - @org.openecomp.aai.annotations.Metadata(description="Value part of a key/value pair") + @org.onap.aai.annotations.Metadata(description="Value part of a key/value pair") @@ -146,14 +169,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate type of node.") + @org.onap.aai.annotations.Metadata(description="A keyword provided by A&AI to indicate type of node.") - @org.openecomp.aai.annotations.Metadata(description="URL to the object in A&AI.") + @org.onap.aai.annotations.Metadata(description="URL to the object in A&AI.") @@ -173,49 +196,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="OAM network, to be deprecated shortly. Do not use for new purposes. ",nameProps="network-name",indexedProps="cvlan-tag,network-uuid,network-name",dependentOn="cloud-region",container="oam-networks") + @org.onap.aai.annotations.Metadata(description="OAM network, to be deprecated shortly. Do not use for new purposes. ",nameProps="network-name",indexedProps="cvlan-tag,network-uuid,network-name",dependentOn="cloud-region",container="oam-networks") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="UUID of the network. Unique across a cloud-region") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID of the network. Unique across a cloud-region") - @org.openecomp.aai.annotations.Metadata(description="Name of the network.") + @org.onap.aai.annotations.Metadata(description="Name of the network.") - @org.openecomp.aai.annotations.Metadata(description="cvlan-id") + @org.onap.aai.annotations.Metadata(description="cvlan-id") - @org.openecomp.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") + @org.onap.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") - @org.openecomp.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") + @org.onap.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -227,7 +250,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of OAM networks, to be deprecated shortly. Do not use for new purposes. ") + @org.onap.aai.annotations.Metadata(description="Collection of OAM networks, to be deprecated shortly. Do not use for new purposes. ") @@ -239,28 +262,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Digital virtual switch metadata, used by SDN-C to configure VCEs. A&AI needs to receive this data from the PO deployment team and administer it using the provisioningTool.sh into A&AI. ",indexedProps="vcenter-url,switch-name",dependentOn="cloud-region",container="dvs-switches") + @org.onap.aai.annotations.Metadata(description="Digital virtual switch metadata, used by SDN-C to configure VCEs. A&AI needs to receive this data from the PO deployment team and administer it using the provisioningTool.sh into A&AI. ",indexedProps="vcenter-url,switch-name",dependentOn="cloud-region",container="dvs-switches") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="DVS switch name") + @org.onap.aai.annotations.Metadata(isKey=true,description="DVS switch name") - @org.openecomp.aai.annotations.Metadata(description="URL used to reach the vcenter") + @org.onap.aai.annotations.Metadata(description="URL used to reach the vcenter") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -272,7 +295,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of digital virtual switch metadata used for vmWare VCEs and GenericVnfs.") + @org.onap.aai.annotations.Metadata(description="Collection of digital virtual switch metadata used for vmWare VCEs and GenericVnfs.") @@ -284,35 +307,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Availability zone, a collection of compute hosts/pservers",indexedProps="availability-zone-name",dependentOn="cloud-region",container="availability-zones") + @org.onap.aai.annotations.Metadata(description="Availability zone, a collection of compute hosts/pservers",indexedProps="availability-zone-name",dependentOn="cloud-region",container="availability-zones") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name of the availability zone. Unique across a cloud region") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name of the availability zone. Unique across a cloud region") - @org.openecomp.aai.annotations.Metadata(description="Type of hypervisor. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Type of hypervisor. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="State that indicates whether the availability zone should be used, etc. Source of truth should define valid values.",dbAlias="operational-status") + @org.onap.aai.annotations.Metadata(description="State that indicates whether the availability zone should be used, etc. Source of truth should define valid values.",dbAlias="operational-status") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -374,7 +397,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Serves a PATCH like function. Does not enforce concurrency control. Clear each usage with AAI team.") + @org.onap.aai.annotations.Metadata(description="Serves a PATCH like function. Does not enforce concurrency control. Clear each usage with AAI team.") @@ -408,7 +431,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="APIs that are more action related than REST (e.g., notify, update).") + @org.onap.aai.annotations.Metadata(description="APIs that are more action related than REST (e.g., notify, update).") @@ -421,42 +444,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A collection of C tags (vlan tags) grouped for a specific purpose.",indexedProps="availability-zone-name",dependentOn="complex",container="ctag-pools") + @org.onap.aai.annotations.Metadata(description="A collection of C tags (vlan tags) grouped for a specific purpose.",indexedProps="availability-zone-name",dependentOn="complex",container="ctag-pools") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="The Target provider edge router") + @org.onap.aai.annotations.Metadata(isKey=true,description="The Target provider edge router") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name of the availability zone") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name of the availability zone") - @org.openecomp.aai.annotations.Metadata(description="Describes what the intended purpose of this pool is.") + @org.onap.aai.annotations.Metadata(description="Describes what the intended purpose of this pool is.") - @org.openecomp.aai.annotations.Metadata(description="Comma separated list of ctags") + @org.onap.aai.annotations.Metadata(description="Comma separated list of ctags") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -475,49 +498,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.",indexedProps="identity-url,data-center-code,complex-name,physical-location-id",searchable="physical-location-id,data-center-code,complex-name,street1,street2,postal-code",uniqueProps="physical-location-id",container="complexes",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.",indexedProps="identity-url,data-center-code,complex-name,physical-location-id",searchable="physical-location-id,data-center-code,complex-name,street1,street2,postal-code",uniqueProps="physical-location-id",container="complexes",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier for physical location, e.g., CLLI") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier for physical location, e.g., CLLI") - @org.openecomp.aai.annotations.Metadata(description="Data center code which can be an alternate way to identify a complex") + @org.onap.aai.annotations.Metadata(description="Data center code which can be an alternate way to identify a complex") - @org.openecomp.aai.annotations.Metadata(description="Gamma complex name for LCP instance.") + @org.onap.aai.annotations.Metadata(description="Gamma complex name for LCP instance.") - @org.openecomp.aai.annotations.Metadata(description="URL of the keystone identity service") + @org.onap.aai.annotations.Metadata(description="URL of the keystone identity service") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Type, e.g., central office, data center.") + @org.onap.aai.annotations.Metadata(description="Type, e.g., central office, data center.") @@ -541,7 +564,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.") + @org.onap.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.") @@ -553,63 +576,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Persistent block-level storage.",indexedProps="volume-group-name,vnf-type,heat-stack-id,volume-group-id",searchable="volume-group-id,volume-group-name",dependentOn="cloud-region",container="volume-groups") + @org.onap.aai.annotations.Metadata(description="Persistent block-level storage.",indexedProps="volume-group-name,vnf-type,heat-stack-id,volume-group-id",searchable="volume-group-id,volume-group-name",dependentOn="cloud-region",container="volume-groups") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of volume-group.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of volume-group.") - @org.openecomp.aai.annotations.Metadata(description="Name of the volume group.") + @org.onap.aai.annotations.Metadata(description="Name of the volume group.") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this volume-group") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this volume-group") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this volume-group") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this volume-group") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.",dbAlias="model-customization-id") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.",dbAlias="model-customization-id") - @org.openecomp.aai.annotations.Metadata(description="helps relate the volume group to the vf-module whose components will require the volume group",dbAlias="vf-module-model-customization-id") + @org.onap.aai.annotations.Metadata(description="helps relate the volume group to the vf-module whose components will require the volume group",dbAlias="vf-module-model-customization-id") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -621,7 +644,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of persistent block-level storage.") + @org.onap.aai.annotations.Metadata(description="Collection of persistent block-level storage.") @@ -633,28 +656,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Ephemeral Block storage volume.",indexedProps="volume-id",dependentOn="vserver",container="volumes") + @org.onap.aai.annotations.Metadata(description="Ephemeral Block storage volume.",indexedProps="volume-id",dependentOn="vserver",container="volumes") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of block storage volume relative to the vserver.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of block storage volume relative to the vserver.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -666,7 +689,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of ephemeral Block storage volumes.") + @org.onap.aai.annotations.Metadata(description="Collection of ephemeral Block storage volumes.") @@ -678,63 +701,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="l3-interface-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface") + @org.onap.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="l3-interface-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address") + @org.onap.aai.annotations.Metadata(isKey=true,description="IP address") - @org.openecomp.aai.annotations.Metadata(description="Prefix length, 32 for single address") + @org.onap.aai.annotations.Metadata(description="Prefix length, 32 for single address") - @org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag") + @org.onap.aai.annotations.Metadata(description="Inner VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag") + @org.onap.aai.annotations.Metadata(description="Outer VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address") + @org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") - @org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") @@ -746,63 +769,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface") + @org.onap.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="IP address") + @org.onap.aai.annotations.Metadata(isKey=true,description="IP address") - @org.openecomp.aai.annotations.Metadata(description="Prefix length, 128 for single address") + @org.onap.aai.annotations.Metadata(description="Prefix length, 128 for single address") - @org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag") + @org.onap.aai.annotations.Metadata(description="Inner VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag") + @org.onap.aai.annotations.Metadata(description="Outer VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Indicator of fixed or floating address") + @org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to") - @org.openecomp.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") + @org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to") @@ -814,77 +837,77 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Definition of vlan",indexedProps="vlan-interface,vlan-id-inner,vpn-id",uniqueProps="vpn-id",dependentOn="l-interface",container="vlans") + @org.onap.aai.annotations.Metadata(description="Definition of vlan",indexedProps="vlan-interface,vlan-id-inner,vpn-id",uniqueProps="vpn-id",dependentOn="l-interface",container="vlans") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="String that identifies the interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="String that identifies the interface") - @org.openecomp.aai.annotations.Metadata(description="Inner VLAN tag") + @org.onap.aai.annotations.Metadata(description="Inner VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Outer VLAN tag") + @org.onap.aai.annotations.Metadata(description="Outer VLAN tag") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="Used to describe (the service associated with) the vlan") + @org.onap.aai.annotations.Metadata(description="Used to describe (the service associated with) the vlan") - @org.openecomp.aai.annotations.Metadata(description="Whether customer is going to use this VLAN for backdoor connection to another customer premise device.") + @org.onap.aai.annotations.Metadata(description="Whether customer is going to use this VLAN for backdoor connection to another customer premise device.") - @org.openecomp.aai.annotations.Metadata(description="This indicates the customers VPN ID associated with this vlan",dbAlias="vpn-id-local") + @org.onap.aai.annotations.Metadata(description="This indicates the customers VPN ID associated with this vlan",dbAlias="vpn-id-local") - @org.openecomp.aai.annotations.Metadata(description="Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.") + @org.onap.aai.annotations.Metadata(description="Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.") @@ -905,105 +928,105 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="SR-IOV Virtual Function (not to be confused with virtual network function)",indexedProps="pci-id,vf-vlan-filter,vf-mac-filter,vf-vlan-strip,neutron-network-id",dependentOn="l-interface",container="sriov-vfs") + @org.onap.aai.annotations.Metadata(description="SR-IOV Virtual Function (not to be confused with virtual network function)",indexedProps="pci-id,vf-vlan-filter,vf-mac-filter,vf-vlan-strip,neutron-network-id",dependentOn="l-interface",container="sriov-vfs") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="PCI ID used to identify the sriov-vf") + @org.onap.aai.annotations.Metadata(isKey=true,description="PCI ID used to identify the sriov-vf") - @org.openecomp.aai.annotations.Metadata(description="This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.") + @org.onap.aai.annotations.Metadata(description="This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.") - @org.openecomp.aai.annotations.Metadata(description="When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.") + @org.onap.aai.annotations.Metadata(description="When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.") - @org.openecomp.aai.annotations.Metadata(description="When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.") + @org.onap.aai.annotations.Metadata(description="When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.") - @org.openecomp.aai.annotations.Metadata(description="This option ensures anti VLAN spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") + @org.onap.aai.annotations.Metadata(description="This option ensures anti VLAN spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") - @org.openecomp.aai.annotations.Metadata(description="This option ensures anti MAC spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") + @org.onap.aai.annotations.Metadata(description="This option ensures anti MAC spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.") - @org.openecomp.aai.annotations.Metadata(description="This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.") + @org.onap.aai.annotations.Metadata(description="This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM") - @org.openecomp.aai.annotations.Metadata(description="This option, if set to true, instructs to insert outer tag after traffic comes out of VM.") + @org.onap.aai.annotations.Metadata(description="This option, if set to true, instructs to insert outer tag after traffic comes out of VM.") - @org.openecomp.aai.annotations.Metadata(description="This option is used to set the link status. Valid values as of 1607 are on, off, and auto.") + @org.onap.aai.annotations.Metadata(description="This option is used to set the link status. Valid values as of 1607 are on, off, and auto.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of the interface") + @org.onap.aai.annotations.Metadata(description="Neutron network id of the interface") @@ -1015,7 +1038,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of SR-IOV Virtual Functions.") + @org.onap.aai.annotations.Metadata(description="Collection of SR-IOV Virtual Functions.") @@ -1027,77 +1050,77 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Logical interfaces, e.g., a vnic.",indexedProps="macaddr,interface-id,interface-name,network-name",dependentOn="generic-vnf,newvce,p-interface,vserver,lag-interface",container="l-interfaces") + @org.onap.aai.annotations.Metadata(description="Logical interfaces, e.g., a vnic.",indexedProps="macaddr,interface-id,interface-name,network-name",dependentOn="generic-vnf,newvce,p-interface,vserver,lag-interface",container="l-interfaces") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name given to the interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name given to the interface") - @org.openecomp.aai.annotations.Metadata(description="E.g., CUSTOMER, UPLINK, etc.") + @org.onap.aai.annotations.Metadata(description="E.g., CUSTOMER, UPLINK, etc.") - @org.openecomp.aai.annotations.Metadata(description="Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.") + @org.onap.aai.annotations.Metadata(description="Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="ID of interface") + @org.onap.aai.annotations.Metadata(description="ID of interface") - @org.openecomp.aai.annotations.Metadata(description="MAC address for the interface") + @org.onap.aai.annotations.Metadata(description="MAC address for the interface") - @org.openecomp.aai.annotations.Metadata(description="Name of the network") + @org.onap.aai.annotations.Metadata(description="Name of the network") - @org.openecomp.aai.annotations.Metadata(description="Whether A&AI should be managing this interface of not. Could have value like CUSTOMER") + @org.onap.aai.annotations.Metadata(description="Whether A&AI should be managing this interface of not. Could have value like CUSTOMER") - @org.openecomp.aai.annotations.Metadata(description="Human friendly text regarding this interface.") + @org.onap.aai.annotations.Metadata(description="Human friendly text regarding this interface.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1113,7 +1136,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of logical interfaces.") + @org.onap.aai.annotations.Metadata(description="Collection of logical interfaces.") @@ -1125,63 +1148,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual Servers, aka virtual machine or VM.",nameProps="vserver-name",indexedProps="is-closed-loop-disabled,prov-status,vserver-name,vserver-id,in-maint,vserver-name2",searchable="vserver-id,vserver-name,vserver-name2",dependentOn="tenant",container="vservers") + @org.onap.aai.annotations.Metadata(description="Virtual Servers, aka virtual machine or VM.",nameProps="vserver-name",indexedProps="is-closed-loop-disabled,prov-status,vserver-name,vserver-id,in-maint,vserver-name2",searchable="vserver-id,vserver-name,vserver-name2",dependentOn="tenant",container="vservers") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier for this vserver relative to its tenant") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier for this vserver relative to its tenant") - @org.openecomp.aai.annotations.Metadata(description="Name of vserver") + @org.onap.aai.annotations.Metadata(description="Name of vserver") - @org.openecomp.aai.annotations.Metadata(description="Alternative name of vserver") + @org.onap.aai.annotations.Metadata(description="Alternative name of vserver") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether closed loop function is enabled on this node") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether closed loop function is enabled on this node") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1195,7 +1218,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of virtual Servers, aka virtual machines or VMs.") + @org.onap.aai.annotations.Metadata(description="Collection of virtual Servers, aka virtual machines or VMs.") @@ -1207,28 +1230,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack tenant",nameProps="tenant-name",indexedProps="tenant-name,tenant-id",searchable="tenant-id,tenant-name",dependentOn="cloud-region",container="tenants") + @org.onap.aai.annotations.Metadata(description="Openstack tenant",nameProps="tenant-name",indexedProps="tenant-name,tenant-id",searchable="tenant-id,tenant-name",dependentOn="cloud-region",container="tenants") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id relative to the cloud-region.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id relative to the cloud-region.") - @org.openecomp.aai.annotations.Metadata(description="Readable name of tenant") + @org.onap.aai.annotations.Metadata(description="Readable name of tenant") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1241,7 +1264,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack tenants.") + @org.onap.aai.annotations.Metadata(description="Collection of openstack tenants.") @@ -1253,84 +1276,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack flavor.",nameProps="flavor-name",indexedProps="flavor-name,flavor-id",dependentOn="cloud-region",container="flavors") + @org.onap.aai.annotations.Metadata(description="Openstack flavor.",nameProps="flavor-name",indexedProps="flavor-name,flavor-id",dependentOn="cloud-region",container="flavors") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Flavor id, expected to be unique across cloud-region.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Flavor id, expected to be unique across cloud-region.") - @org.openecomp.aai.annotations.Metadata(description="Flavor name") + @org.onap.aai.annotations.Metadata(description="Flavor name") - @org.openecomp.aai.annotations.Metadata(description="Number of CPUs") + @org.onap.aai.annotations.Metadata(description="Number of CPUs") - @org.openecomp.aai.annotations.Metadata(description="Amount of memory") + @org.onap.aai.annotations.Metadata(description="Amount of memory") - @org.openecomp.aai.annotations.Metadata(description="Disk space") + @org.onap.aai.annotations.Metadata(description="Disk space") - @org.openecomp.aai.annotations.Metadata(description="Amount of ephemeral disk space") + @org.onap.aai.annotations.Metadata(description="Amount of ephemeral disk space") - @org.openecomp.aai.annotations.Metadata(description="amount of swap space allocation") + @org.onap.aai.annotations.Metadata(description="amount of swap space allocation") - @org.openecomp.aai.annotations.Metadata(description="whether flavor is available to all users or private to the tenant it was created in.") + @org.onap.aai.annotations.Metadata(description="whether flavor is available to all users or private to the tenant it was created in.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Boolean as to whether this flavor is no longer enabled") + @org.onap.aai.annotations.Metadata(description="Boolean as to whether this flavor is no longer enabled") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1342,7 +1365,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack flavors.") + @org.onap.aai.annotations.Metadata(description="Collection of openstack flavors.") @@ -1354,42 +1377,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack group-assignment used to store exclusivity groups (EG).",nameProps="group-name",indexedProps="group-id,group-type,group-name",dependentOn="cloud-region",container="group-assignments") + @org.onap.aai.annotations.Metadata(description="Openstack group-assignment used to store exclusivity groups (EG).",nameProps="group-name",indexedProps="group-id,group-type,group-name",dependentOn="cloud-region",container="group-assignments") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Group id, expected to be unique across cloud-region.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Group id, expected to be unique across cloud-region.") - @org.openecomp.aai.annotations.Metadata(description="Group type - the type of group this instance refers to") + @org.onap.aai.annotations.Metadata(description="Group type - the type of group this instance refers to") - @org.openecomp.aai.annotations.Metadata(description="Group name - name assigned to the group") + @org.onap.aai.annotations.Metadata(description="Group name - name assigned to the group") - @org.openecomp.aai.annotations.Metadata(description="Group description - description of the group") + @org.onap.aai.annotations.Metadata(description="Group description - description of the group") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1401,7 +1424,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack group assignments") + @org.onap.aai.annotations.Metadata(description="Collection of openstack group assignments") @@ -1413,84 +1436,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack snapshot",nameProps="snapshot-name",uniqueProps="snapshot-id",indexedProps="application,snapshot-name,application-vendor,snapshot-id,application-version,prev-snapshot-id",dependentOn="cloud-region",container="snapshots") + @org.onap.aai.annotations.Metadata(description="Openstack snapshot",nameProps="snapshot-name",uniqueProps="snapshot-id",indexedProps="application,snapshot-name,application-vendor,snapshot-id,application-version,prev-snapshot-id",dependentOn="cloud-region",container="snapshots") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Snapshot id, this is the key UUID assoc associated in glance with the snapshots.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Snapshot id, this is the key UUID assoc associated in glance with the snapshots.") - @org.openecomp.aai.annotations.Metadata(description="Snapshot name") + @org.onap.aai.annotations.Metadata(description="Snapshot name") - @org.openecomp.aai.annotations.Metadata(description="Operating system architecture") + @org.onap.aai.annotations.Metadata(description="Operating system architecture") - @org.openecomp.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") + @org.onap.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") - @org.openecomp.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") + @org.onap.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") - @org.openecomp.aai.annotations.Metadata(description="The application that the image instantiates.") + @org.onap.aai.annotations.Metadata(description="The application that the image instantiates.") - @org.openecomp.aai.annotations.Metadata(description="The vendor of the application.") + @org.onap.aai.annotations.Metadata(description="The vendor of the application.") - @org.openecomp.aai.annotations.Metadata(description="The version of the application.") + @org.onap.aai.annotations.Metadata(description="The version of the application.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="This field contains the UUID of the previous snapshot (if any).") + @org.onap.aai.annotations.Metadata(description="This field contains the UUID of the previous snapshot (if any).") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1502,7 +1525,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack snapshots") + @org.onap.aai.annotations.Metadata(description="Collection of openstack snapshots") @@ -1514,14 +1537,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Key/value pairs",indexedProps="metaname",dependentOn="tenant,image,service-instance,connector,model",container="metadata") + @org.onap.aai.annotations.Metadata(description="Key/value pairs",indexedProps="metaname",dependentOn="tenant,image,service-instance,connector,model",container="metadata") - @org.openecomp.aai.annotations.Metadata(isKey=true) + @org.onap.aai.annotations.Metadata(isKey=true) @@ -1529,7 +1552,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1540,7 +1563,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of metadatum (key/value pairs)") + @org.onap.aai.annotations.Metadata(description="Collection of metadatum (key/value pairs)") @@ -1552,77 +1575,77 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack image.",nameProps="image-name",indexedProps="application,image-name,application-vendor,image-id,application-version",dependentOn="cloud-region",container="images") + @org.onap.aai.annotations.Metadata(description="Openstack image.",nameProps="image-name",indexedProps="application,image-name,application-vendor,image-id,application-version",dependentOn="cloud-region",container="images") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Image id, expected to be unique across cloud region") + @org.onap.aai.annotations.Metadata(isKey=true,description="Image id, expected to be unique across cloud region") - @org.openecomp.aai.annotations.Metadata(description="Image name") + @org.onap.aai.annotations.Metadata(description="Image name") - @org.openecomp.aai.annotations.Metadata(description="Operating system architecture.") + @org.onap.aai.annotations.Metadata(description="Operating system architecture.") - @org.openecomp.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") + @org.onap.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase") - @org.openecomp.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") + @org.onap.aai.annotations.Metadata(description="The operating system version as specified by the distributor.") - @org.openecomp.aai.annotations.Metadata(description="The application that the image instantiates.") + @org.onap.aai.annotations.Metadata(description="The application that the image instantiates.") - @org.openecomp.aai.annotations.Metadata(description="The vendor of the application.") + @org.onap.aai.annotations.Metadata(description="The vendor of the application.") - @org.openecomp.aai.annotations.Metadata(description="The version of the application.") + @org.onap.aai.annotations.Metadata(description="The version of the application.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1635,7 +1658,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collectio of Openstack images.") + @org.onap.aai.annotations.Metadata(description="Collectio of Openstack images.") @@ -1647,7 +1670,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of availability zones") + @org.onap.aai.annotations.Metadata(description="Collection of availability zones") @@ -1659,70 +1682,70 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="cloud-region designates an installation of a cloud cluster or region or instantiation.",indexedProps="cloud-owner,cloud-region-id,cloud-type,owner-defined-type",nameProps="owner-defined-type",container="cloud-regions",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="cloud-region designates an installation of a cloud cluster or region or instantiation.",indexedProps="cloud-owner,cloud-region-id,cloud-type,owner-defined-type",nameProps="owner-defined-type",container="cloud-regions",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname") + @org.onap.aai.annotations.Metadata(isKey=true,description="Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Identifier used by the vendor for the region. Second part of composite key") + @org.onap.aai.annotations.Metadata(isKey=true,description="Identifier used by the vendor for the region. Second part of composite key") - @org.openecomp.aai.annotations.Metadata(description="Type of the cloud (e.g., openstack)") + @org.onap.aai.annotations.Metadata(description="Type of the cloud (e.g., openstack)") - @org.openecomp.aai.annotations.Metadata(description="Cloud-owner defined type indicator (e.g., dcp, lcp)") + @org.onap.aai.annotations.Metadata(description="Cloud-owner defined type indicator (e.g., dcp, lcp)") - @org.openecomp.aai.annotations.Metadata(description="Software version employed at the site. NOTE - THIS FIELD IS NOT KEPT UP TO DATE.") + @org.onap.aai.annotations.Metadata(description="Software version employed at the site. NOTE - THIS FIELD IS NOT KEPT UP TO DATE.") - @org.openecomp.aai.annotations.Metadata(description="URL of the keystone identity service") + @org.onap.aai.annotations.Metadata(description="URL of the keystone identity service") - @org.openecomp.aai.annotations.Metadata(description="Zone where the cloud is homed. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") + @org.onap.aai.annotations.Metadata(description="Zone where the cloud is homed. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") - @org.openecomp.aai.annotations.Metadata(description="complex name for cloud-region instance. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") + @org.onap.aai.annotations.Metadata(description="complex name for cloud-region instance. NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1743,7 +1766,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(maximumDepth="0") + @org.onap.aai.annotations.Metadata(maximumDepth="0") @@ -1755,28 +1778,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Network profile populated by SDN-GP for SNMP",indexedProps="nm-profile-name",container="network-profiles",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Network profile populated by SDN-GP for SNMP",indexedProps="nm-profile-name",container="network-profiles",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique name of network profile.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique name of network profile.") - @org.openecomp.aai.annotations.Metadata(description="Encrypted SNMP community string") + @org.onap.aai.annotations.Metadata(description="Encrypted SNMP community string") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1788,7 +1811,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of network profiles") + @org.onap.aai.annotations.Metadata(description="Collection of network profiles") @@ -1800,70 +1823,70 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Physical interface (e.g., nic)",indexedProps="interface-name,prov-status",nameProps="prov-status",dependentOn="vpls-pe,pserver,pnf",container="p-interfaces") + @org.onap.aai.annotations.Metadata(description="Physical interface (e.g., nic)",indexedProps="interface-name,prov-status",nameProps="prov-status",dependentOn="vpls-pe,pserver,pnf",container="p-interfaces") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name that identifies the physical interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name that identifies the physical interface") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="Nature of the services and connectivity on this port.") + @org.onap.aai.annotations.Metadata(description="Nature of the services and connectivity on this port.") - @org.openecomp.aai.annotations.Metadata(description="CLEI or other specification for p-interface hardware.") + @org.onap.aai.annotations.Metadata(description="CLEI or other specification for p-interface hardware.") - @org.openecomp.aai.annotations.Metadata(description="Role specification for p-interface hardware.") + @org.onap.aai.annotations.Metadata(description="Role specification for p-interface hardware.") - @org.openecomp.aai.annotations.Metadata(description="Indicates the physical properties of the interface.") + @org.onap.aai.annotations.Metadata(description="Indicates the physical properties of the interface.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -1876,7 +1899,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical interfaces.") + @org.onap.aai.annotations.Metadata(description="Collection of physical interfaces.") @@ -1888,63 +1911,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Link aggregate interface",indexedProps="interface-name,interface-id,interface-role",dependentOn="generic-vnf,pserver,vpls-pe,pnf",container="lag-interfaces") + @org.onap.aai.annotations.Metadata(description="Link aggregate interface",indexedProps="interface-name,interface-id,interface-role",dependentOn="generic-vnf,pserver,vpls-pe,pnf",container="lag-interfaces") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Name that identifies the link aggregate interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Name that identifies the link aggregate interface") - @org.openecomp.aai.annotations.Metadata(description="Human friendly text regarding this interface.") + @org.onap.aai.annotations.Metadata(description="Human friendly text regarding this interface.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="ID of interface") + @org.onap.aai.annotations.Metadata(description="ID of interface") - @org.openecomp.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") + @org.onap.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") @@ -1957,7 +1980,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of link aggregate interfaces.") + @org.onap.aai.annotations.Metadata(description="Collection of link aggregate interfaces.") @@ -1969,182 +1992,182 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver.",nameProps="pserver-name2",indexedProps="hostname,in-maint,pserver-id,pserver-name2,inv-status",searchable="hostname,pserver-name2,pserver-id,ipv4-oam-address",container="pservers",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver.",nameProps="pserver-name2",indexedProps="hostname,in-maint,pserver-id,pserver-name2,inv-status",searchable="hostname,pserver-name2,pserver-id,ipv4-oam-address",container="pservers",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Value from executing hostname on the compute node.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Value from executing hostname on the compute node.") - @org.openecomp.aai.annotations.Metadata(description="PTNII name") + @org.onap.aai.annotations.Metadata(description="PTNII name") - @org.openecomp.aai.annotations.Metadata(description="Number of cpus") + @org.onap.aai.annotations.Metadata(description="Number of cpus") - @org.openecomp.aai.annotations.Metadata(description="Disk size, in GBs") + @org.onap.aai.annotations.Metadata(description="Disk size, in GBs") - @org.openecomp.aai.annotations.Metadata(description="RAM size, in MBs") + @org.onap.aai.annotations.Metadata(description="RAM size, in MBs") - @org.openecomp.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Fully-qualified domain name") + @org.onap.aai.annotations.Metadata(description="Fully-qualified domain name") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used to configure device, also used for troubleshooting and is IP used for traps generated by device.") + @org.onap.aai.annotations.Metadata(description="Used to configure device, also used for troubleshooting and is IP used for traps generated by device.") - @org.openecomp.aai.annotations.Metadata(description="Serial number, may be queried") + @org.onap.aai.annotations.Metadata(description="Serial number, may be queried") - @org.openecomp.aai.annotations.Metadata(description="IPV4 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV4 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV6 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV4 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV4 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV6 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 OAM address") + @org.onap.aai.annotations.Metadata(description="IPV6 OAM address") - @org.openecomp.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") + @org.onap.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") - @org.openecomp.aai.annotations.Metadata(description="ID of Pserver") + @org.onap.aai.annotations.Metadata(description="ID of Pserver") - @org.openecomp.aai.annotations.Metadata(description="internet topology of Pserver") + @org.onap.aai.annotations.Metadata(description="internet topology of Pserver") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="alternative pserver name") + @org.onap.aai.annotations.Metadata(description="alternative pserver name") - @org.openecomp.aai.annotations.Metadata(description="purpose of pserver") + @org.onap.aai.annotations.Metadata(description="purpose of pserver") - @org.openecomp.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") + @org.onap.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") @@ -2158,7 +2181,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of compute hosts.") + @org.onap.aai.annotations.Metadata(description="Collection of compute hosts.") @@ -2170,28 +2193,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context",nameProps="vdc-name",indexedProps="vdc-name,vdc-id",container="virtual-data-centers",namespace="cloud-infrastructure") + @org.onap.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context",nameProps="vdc-name",indexedProps="vdc-name,vdc-id",container="virtual-data-centers",namespace="cloud-infrastructure") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of the vdc") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of the vdc") - @org.openecomp.aai.annotations.Metadata(description="Name of the virtual data center") + @org.onap.aai.annotations.Metadata(description="Name of the virtual data center") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2203,7 +2226,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context") + @org.onap.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context") @@ -2215,7 +2238,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for cloud infrastructure.") + @org.onap.aai.annotations.Metadata(description="Namespace for cloud infrastructure.") @@ -2231,56 +2254,56 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets",indexedProps="resource-instance-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version",container="connectors",namespace="business") + @org.onap.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets",indexedProps="resource-instance-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version",container="connectors",namespace="business") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of resource instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of resource instance.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") @@ -2293,7 +2316,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets") + @org.onap.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets") @@ -2305,49 +2328,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Represents the specifics of a tunnel cross connect piece of a resource that gets separately allotted",uniqueProps="id",indexedProps="id",dependentOn="allotted-resource",container="tunnel-xconnects") + @org.onap.aai.annotations.Metadata(description="Represents the specifics of a tunnel cross connect piece of a resource that gets separately allotted",uniqueProps="id",indexedProps="id",dependentOn="allotted-resource",container="tunnel-xconnects") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN1") + @org.onap.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN1") - @org.openecomp.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN1") + @org.onap.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN1") - @org.openecomp.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN2") + @org.onap.aai.annotations.Metadata(description="The WAN uplink bandwidth for WAN2") - @org.openecomp.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN2") + @org.onap.aai.annotations.Metadata(description="The WAN downlink bandwidth for WAN2") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -2359,7 +2382,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object is used to store the specific tunnel cross connect aspects of an allotted resource") + @org.onap.aai.annotations.Metadata(description="This object is used to store the specific tunnel cross connect aspects of an allotted resource") @@ -2371,63 +2394,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Represents a slice or partial piece of a resource that gets separately allotted",nameProps="description",uniqueProps="id",indexedProps="id,persona-model-id,persona-model-version",dependentOn="service-instance",container="allotted-resources") + @org.onap.aai.annotations.Metadata(description="Represents a slice or partial piece of a resource that gets separately allotted",nameProps="description",uniqueProps="id",indexedProps="id,persona-model-id,persona-model-version",dependentOn="service-instance",container="allotted-resources") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="The descriptive information assigned to this allotted resource instance") + @org.onap.aai.annotations.Metadata(description="The descriptive information assigned to this allotted resource instance") - @org.openecomp.aai.annotations.Metadata(description="Link back to more information in the controller") + @org.onap.aai.annotations.Metadata(description="Link back to more information in the controller") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.",dbAlias="model-customization-id") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.",dbAlias="model-customization-id") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -2440,7 +2463,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object is used to store slices of services being offered") + @org.onap.aai.annotations.Metadata(description="This object is used to store slices of services being offered") @@ -2452,126 +2475,126 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Instance of a service",indexedProps="service-instance-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version,service-instance-name,service-instance-location-id,orchestration-status",nameProps="service-instance-name",searchable="service-instance-id,service-instance-name",uniqueProps="service-instance-id",dependentOn="service-subscription",container="service-instances") + @org.onap.aai.annotations.Metadata(description="Instance of a service",indexedProps="service-instance-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version,service-instance-name,service-instance-location-id,orchestration-status",nameProps="service-instance-name",searchable="service-instance-id,service-instance-name",uniqueProps="service-instance-id",dependentOn="service-subscription",container="service-instances") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this instance of a service") + @org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this instance of a service") - @org.openecomp.aai.annotations.Metadata(description="This field will store a name assigned to the service-instance.") + @org.onap.aai.annotations.Metadata(description="This field will store a name assigned to the service-instance.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="Indicates the total bandwidth to be used for this service.") + @org.onap.aai.annotations.Metadata(description="Indicates the total bandwidth to be used for this service.") - @org.openecomp.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN1 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN1 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN1 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN1 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN2 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the upstream bandwidth this service will use on the WAN2 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN2 port of the physical device.") + @org.onap.aai.annotations.Metadata(description="indicates the downstream bandwidth this service will use on the WAN2 port of the physical device.") - @org.openecomp.aai.annotations.Metadata(description="URL customers will use to access the vHN Portal.") + @org.onap.aai.annotations.Metadata(description="URL customers will use to access the vHN Portal.") - @org.openecomp.aai.annotations.Metadata(description="An identifier that customers assign to the location where this service is being used.") + @org.onap.aai.annotations.Metadata(description="An identifier that customers assign to the location where this service is being used.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this service.") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this service.") @@ -2585,7 +2608,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of service instances") + @org.onap.aai.annotations.Metadata(description="Collection of service instances") @@ -2597,28 +2620,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Object that group service instances.",indexedProps="service-type",dependentOn="customer",container="service-subscriptions",crossEntityReference="service-instance,service-type") + @org.onap.aai.annotations.Metadata(description="Object that group service instances.",indexedProps="service-type",dependentOn="customer",container="service-subscriptions",crossEntityReference="service-instance,service-type") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Value defined by orchestration to identify this service across ECOMP.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Value defined by orchestration to identify this service across ECOMP.") - @org.openecomp.aai.annotations.Metadata(description="This property will be deleted from A&AI in the near future. Only stop gap solution.") + @org.onap.aai.annotations.Metadata(description="This property will be deleted from A&AI in the near future. Only stop gap solution.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2631,7 +2654,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of objects that group service instances.") + @org.onap.aai.annotations.Metadata(description="Collection of objects that group service instances.") @@ -2643,35 +2666,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="customer identifiers to provide linkage back to BSS information.",nameProps="subscriber-name",indexedProps="subscriber-name,global-customer-id,subscriber-type",searchable="global-customer-id,subscriber-name",uniqueProps="global-customer-id",container="customers",namespace="business") + @org.onap.aai.annotations.Metadata(description="customer identifiers to provide linkage back to BSS information.",nameProps="subscriber-name",indexedProps="subscriber-name,global-customer-id,subscriber-type",searchable="global-customer-id,subscriber-name",uniqueProps="global-customer-id",container="customers",namespace="business") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Global customer id used across ECOMP to uniquely identify customer.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Global customer id used across ECOMP to uniquely identify customer.") - @org.openecomp.aai.annotations.Metadata(description="Subscriber name, an alternate way to retrieve a customer.") + @org.onap.aai.annotations.Metadata(description="Subscriber name, an alternate way to retrieve a customer.") - @org.openecomp.aai.annotations.Metadata(description="Subscriber type, a way to provide VID with only the INFRA customers.",defaultValue="CUST") + @org.onap.aai.annotations.Metadata(description="Subscriber type, a way to provide VID with only the INFRA customers.",defaultValue="CUST") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2684,7 +2707,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of customer identifiers to provide linkage back to BSS information.") + @org.onap.aai.annotations.Metadata(description="Collection of customer identifiers to provide linkage back to BSS information.") @@ -2696,7 +2719,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for business related constructs") + @org.onap.aai.annotations.Metadata(description="Namespace for business related constructs") @@ -2709,49 +2732,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Image object that pertain to a VNF that doesn't have associated vservers. This is a kludge.",indexedProps="application,vnf-image-uuid,application-vendor,application-version",uniqueProps="vnf-image-uuid",container="vnf-images",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Image object that pertain to a VNF that doesn't have associated vservers. This is a kludge.",indexedProps="application,vnf-image-uuid,application-vendor,application-version",uniqueProps="vnf-image-uuid",container="vnf-images",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of this asset") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of this asset") - @org.openecomp.aai.annotations.Metadata(description="The application that the image instantiates.") + @org.onap.aai.annotations.Metadata(description="The application that the image instantiates.") - @org.openecomp.aai.annotations.Metadata(description="The vendor of the application.") + @org.onap.aai.annotations.Metadata(description="The vendor of the application.") - @org.openecomp.aai.annotations.Metadata(description="The version of the application.") + @org.onap.aai.annotations.Metadata(description="The version of the application.") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2763,7 +2786,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of image objects that pertain to a VNF that doesn't have associated vservers. This is a kludge.") + @org.onap.aai.annotations.Metadata(description="Collection of image objects that pertain to a VNF that doesn't have associated vservers. This is a kludge.") @@ -2775,42 +2798,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Stand-in for service model definitions. Likely to be deprecated in favor of models from ASDC. Does not strictly map to ASDC services.",indexedProps="service-description,service-id",container="services",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Stand-in for service model definitions. Likely to be deprecated in favor of models from ASDC. Does not strictly map to ASDC services.",indexedProps="service-description,service-id",container="services",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") + @org.onap.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") - @org.openecomp.aai.annotations.Metadata(description="Description of the service") + @org.onap.aai.annotations.Metadata(description="Description of the service") - @org.openecomp.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") + @org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="service version") + @org.onap.aai.annotations.Metadata(description="service version") @@ -2822,7 +2845,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of service model definitions. Likely to be deprecated in favor of models from ASDC.") + @org.onap.aai.annotations.Metadata(description="Collection of service model definitions. Likely to be deprecated in favor of models from ASDC.") @@ -2834,28 +2857,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Early definition of server/resource pairings, likely to be replaced by models. No new use should be made of this.",indexedProps="service-type,vnf-type",container="service-capabilities",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Early definition of server/resource pairings, likely to be replaced by models. No new use should be made of this.",indexedProps="service-type,vnf-type",container="service-capabilities",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") + @org.onap.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(isKey=true,description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2867,7 +2890,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of service capabilities.") + @org.onap.aai.annotations.Metadata(description="Collection of service capabilities.") @@ -2879,14 +2902,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="element-choice-set-uuid",indexedProps="element-choice-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="element-choice-sets") + @org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="element-choice-set-uuid",indexedProps="element-choice-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="element-choice-sets") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -2909,14 +2932,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="constrained-element-set-uuid",indexedProps="constrained-element-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="constrained-element-sets") + @org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="constrained-element-set-uuid",indexedProps="constrained-element-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="constrained-element-sets") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -2939,14 +2962,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="model-constraint-uuid",indexedProps="model-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-constraints") + @org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="model-constraint-uuid",indexedProps="model-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-constraints") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -2955,7 +2978,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -2973,28 +2996,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model.",uniqueProps="model-element-uuid",indexedProps="model-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-elements") + @org.onap.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model.",uniqueProps="model-element-uuid",indexedProps="model-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-elements") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") - @org.openecomp.aai.annotations.Metadata(description="Indicates whether this element was created as part of instantiation from this model") + @org.onap.aai.annotations.Metadata(description="Indicates whether this element was created as part of instantiation from this model") - @org.openecomp.aai.annotations.Metadata(description="How many of this type of element are required/allowed") + @org.onap.aai.annotations.Metadata(description="How many of this type of element are required/allowed") @@ -3002,21 +3025,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model") + @org.onap.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model") - @org.openecomp.aai.annotations.Metadata(description="Describes new constraints on this model element that are not part of that model's definition") + @org.onap.aai.annotations.Metadata(description="Describes new constraints on this model element that are not part of that model's definition") @@ -3035,42 +3058,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe a specific version of an inventory asset and its connections related to ASDC models",nameProps="model-name",indexedProps="model-version-id,model-name,model-version",uniqueProps="model-version-id",container="model-vers") + @org.onap.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe a specific version of an inventory asset and its connections related to ASDC models",nameProps="model-name",indexedProps="model-version-id,model-name,model-version",uniqueProps="model-version-id",container="model-vers") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") + @org.onap.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") - @org.openecomp.aai.annotations.Metadata(description="Version") + @org.onap.aai.annotations.Metadata(description="Version") - @org.openecomp.aai.annotations.Metadata(description="Description") + @org.onap.aai.annotations.Metadata(description="Description") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3091,28 +3114,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe an inventory asset and its connections related to ASDC models, independent of version",nameProps="model-type",indexedProps="model-invariant-id,model-type",uniqueProps="model-invariant-id",container="models",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe an inventory asset and its connections related to ASDC models, independent of version",nameProps="model-type",indexedProps="model-invariant-id,model-type",uniqueProps="model-invariant-id",container="models",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") + @org.onap.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3125,7 +3148,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models") + @org.onap.aai.annotations.Metadata(description="Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models") @@ -3137,14 +3160,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",uniqueProps="related-lookup-uuid",indexedProps="related-lookup-uuid",allowDirectRead="true",allowDirectWrite="false",container="related-lookups") + @org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="related-lookup-uuid",indexedProps="related-lookup-uuid",allowDirectRead="true",allowDirectWrite="false",container="related-lookups") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -3169,14 +3192,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",uniqueProps="property-constraint-uuid",indexedProps="property-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="property-constraints") + @org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="property-constraint-uuid",indexedProps="property-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="property-constraints") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -3198,14 +3221,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",uniqueProps="named-query-element-uuid",indexedProps="named-query-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="named-query-elements") + @org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="named-query-element-uuid",indexedProps="named-query-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="named-query-elements") - @org.openecomp.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") + @org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true") @@ -3231,14 +3254,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") - @org.openecomp.aai.annotations.Metadata(isKey=true) + @org.onap.aai.annotations.Metadata(isKey=true) @@ -3248,7 +3271,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") + @org.onap.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation") @@ -3274,7 +3297,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for objects managed by ASDC") + @org.onap.aai.annotations.Metadata(description="Namespace for objects managed by ASDC") @@ -3290,140 +3313,140 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Logical links generally connect l-interfaces but are used to express logical connectivity between two points",indexedProps="link-name,persona-model-id,persona-model-version,widget-model-id,widget-model-version,link-id,prov-status,circuit-id,purpose",uniqueProps="link-id",container="logical-links",namespace="network",searchable="link-name") + @org.onap.aai.annotations.Metadata(description="Logical links generally connect l-interfaces but are used to express logical connectivity between two points",indexedProps="link-name,persona-model-id,persona-model-version,widget-model-id,widget-model-version,link-id,prov-status,circuit-id,purpose",uniqueProps="link-id",container="logical-links",namespace="network",searchable="link-name") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ") + @org.onap.aai.annotations.Metadata(isKey=true,description="e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ") - @org.openecomp.aai.annotations.Metadata(description="Type of logical link, e.g., evc") + @org.onap.aai.annotations.Metadata(description="Type of logical link, e.g., evc") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="v4, v6, or ds for dual stack") + @org.onap.aai.annotations.Metadata(description="v4, v6, or ds for dual stack") - @org.openecomp.aai.annotations.Metadata(description="For example, static or BGP") + @org.onap.aai.annotations.Metadata(description="For example, static or BGP") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="Indication of operational status of the logical link.") + @org.onap.aai.annotations.Metadata(description="Indication of operational status of the logical link.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Indication of the network use of the logical link.") + @org.onap.aai.annotations.Metadata(description="Indication of the network use of the logical link.") - @org.openecomp.aai.annotations.Metadata(description="Alias or alternate name (CLCI or D1 name).") + @org.onap.aai.annotations.Metadata(description="Alias or alternate name (CLCI or D1 name).") - @org.openecomp.aai.annotations.Metadata(description="UUID of the logical-link, SDNC generates this.") + @org.onap.aai.annotations.Metadata(description="UUID of the logical-link, SDNC generates this.") - @org.openecomp.aai.annotations.Metadata(description="Circuit id") + @org.onap.aai.annotations.Metadata(description="Circuit id") - @org.openecomp.aai.annotations.Metadata(description="Reason for this entity, role it is playing") + @org.onap.aai.annotations.Metadata(description="Reason for this entity, role it is playing") @@ -3435,7 +3458,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of logical connections") + @org.onap.aai.annotations.Metadata(description="Collection of logical connections") @@ -3447,35 +3470,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="cos",dependentOn="site-pair",container="classes-of-service") + @org.onap.aai.annotations.Metadata(indexedProps="cos",dependentOn="site-pair",container="classes-of-service") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") + @org.onap.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") - @org.openecomp.aai.annotations.Metadata(description="identifier of probe") + @org.onap.aai.annotations.Metadata(description="identifier of probe") - @org.openecomp.aai.annotations.Metadata(description="type of probe") + @org.onap.aai.annotations.Metadata(description="type of probe") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3487,7 +3510,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="class-of-service of probe") + @org.onap.aai.annotations.Metadata(description="class-of-service of probe") @@ -3499,56 +3522,56 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="site-pair-id",uniqueProps="site-pair-id",dependentOn="routing-instance",container="site-pairs") + @org.onap.aai.annotations.Metadata(indexedProps="site-pair-id",uniqueProps="site-pair-id",dependentOn="routing-instance",container="site-pairs") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") + @org.onap.aai.annotations.Metadata(isKey=true,description="unique identifier of probe") - @org.openecomp.aai.annotations.Metadata(description="Prefix address") + @org.onap.aai.annotations.Metadata(description="Prefix address") - @org.openecomp.aai.annotations.Metadata(description="Prefix address") + @org.onap.aai.annotations.Metadata(description="Prefix address") - @org.openecomp.aai.annotations.Metadata(description="ip version, v4, v6") + @org.onap.aai.annotations.Metadata(description="ip version, v4, v6") - @org.openecomp.aai.annotations.Metadata(description="Hostname of the destination equipment to which SLAs are measured against.") + @org.onap.aai.annotations.Metadata(description="Hostname of the destination equipment to which SLAs are measured against.") - @org.openecomp.aai.annotations.Metadata(description="The type of destinatination equipment. Could be Router, etc.") + @org.onap.aai.annotations.Metadata(description="The type of destinatination equipment. Could be Router, etc.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3561,7 +3584,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="probe within a set") + @org.onap.aai.annotations.Metadata(description="probe within a set") @@ -3573,28 +3596,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="routing-instance-id",uniqueProps="routing-instance-id",dependentOn="site-pair-set",container="routing-instances") + @org.onap.aai.annotations.Metadata(indexedProps="routing-instance-id",uniqueProps="routing-instance-id",dependentOn="site-pair-set",container="routing-instances") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of routing instance") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of routing instance") - @org.openecomp.aai.annotations.Metadata(description="rpm owner") + @org.onap.aai.annotations.Metadata(description="rpm owner") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3607,7 +3630,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="set of probes related to generic-vnf routing instance") + @org.onap.aai.annotations.Metadata(description="set of probes related to generic-vnf routing instance") @@ -3619,21 +3642,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Set of instances for probes used to measure service level agreements",indexedProps="site-pair-set-id",uniqueProps="site-pair-set-id",container="site-pair-sets",namespace="network") + @org.onap.aai.annotations.Metadata(description="Set of instances for probes used to measure service level agreements",indexedProps="site-pair-set-id",uniqueProps="site-pair-set-id",container="site-pair-sets",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of site pair set.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of site pair set.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3646,7 +3669,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of sets of instances for probes related to generic-vnf") + @org.onap.aai.annotations.Metadata(description="Collection of sets of instances for probes related to generic-vnf") @@ -3658,70 +3681,70 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="VPN binding",nameProps="vpn-name,vpn-type",indexedProps="vpn-name,vpn-id,global-route-target,vpn-type",searchable="vpn-id,vpn-name",uniqueProps="vpn-id",container="vpn-bindings",namespace="network") + @org.onap.aai.annotations.Metadata(description="VPN binding",nameProps="vpn-name,vpn-type",indexedProps="vpn-name,vpn-id,global-route-target,vpn-type",searchable="vpn-id,vpn-name",uniqueProps="vpn-id",container="vpn-bindings",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="VPN ID, globally unique within A&AI") + @org.onap.aai.annotations.Metadata(isKey=true,description="VPN ID, globally unique within A&AI") - @org.openecomp.aai.annotations.Metadata(description="VPN Name") + @org.onap.aai.annotations.Metadata(description="VPN Name") - @org.openecomp.aai.annotations.Metadata(description="Number used to identify a VPN, globally unique in the network",dataLink="./route-targets/route-target/{global-route-target}/{route-target-role}") + @org.onap.aai.annotations.Metadata(description="Number used to identify a VPN, globally unique in the network",dataLink="./route-targets/route-target/{global-route-target}/{route-target-role}") - @org.openecomp.aai.annotations.Metadata(description="the platform associated with the VPN example AVPN, Mobility") + @org.onap.aai.annotations.Metadata(description="the platform associated with the VPN example AVPN, Mobility") - @org.openecomp.aai.annotations.Metadata(description="Type of the vpn, should be taken from enumerated/valid values") + @org.onap.aai.annotations.Metadata(description="Type of the vpn, should be taken from enumerated/valid values") - @org.openecomp.aai.annotations.Metadata(description="Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.") + @org.onap.aai.annotations.Metadata(description="Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.") - @org.openecomp.aai.annotations.Metadata(description="Role assigned to this route target",dataLink="./route-targets/route-target/{global-route-target}/{route-target-role}",defaultValue="BOTH") + @org.onap.aai.annotations.Metadata(description="Role assigned to this route target",dataLink="./route-targets/route-target/{global-route-target}/{route-target-role}",defaultValue="BOTH") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="l3-networks relate to vpn-bindings") + @org.onap.aai.annotations.Metadata(description="l3-networks relate to vpn-bindings") @@ -3739,49 +3762,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="VPLS Provider Edge routers.",indexedProps="prov-status,equipment-name",container="vpls-pes",namespace="network") + @org.onap.aai.annotations.Metadata(description="VPLS Provider Edge routers.",indexedProps="prov-status,equipment-name",container="vpls-pes",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true) + @org.onap.aai.annotations.Metadata(isKey=true) - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by VPE (v4-loopback0-ip-address).") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by VPE (v4-loopback0-ip-address).") - @org.openecomp.aai.annotations.Metadata(description="Client should send valid enumerated value, e.g., VPLS-PE.") + @org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value, e.g., VPLS-PE.") - @org.openecomp.aai.annotations.Metadata(description="Temporary location for stag to get to VCE") + @org.onap.aai.annotations.Metadata(description="Temporary location for stag to get to VCE") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3795,7 +3818,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of VPLS Provider Edge routers") + @org.onap.aai.annotations.Metadata(description="Collection of VPLS Provider Edge routers") @@ -3807,35 +3830,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="multicast-configuration-id",uniqueProps="multicast-configuration-id",container="multicast-configurations",namespace="network") + @org.onap.aai.annotations.Metadata(indexedProps="multicast-configuration-id",uniqueProps="multicast-configuration-id",container="multicast-configurations",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of multicast configuration.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of multicast configuration.") - @org.openecomp.aai.annotations.Metadata(description="protocol of multicast configuration") + @org.onap.aai.annotations.Metadata(description="protocol of multicast configuration") - @org.openecomp.aai.annotations.Metadata(description="rp type of multicast configuration") + @org.onap.aai.annotations.Metadata(description="rp type of multicast configuration") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3847,7 +3870,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="multicast configuration of generic-vnf ip-address") + @org.onap.aai.annotations.Metadata(description="multicast configuration of generic-vnf ip-address") @@ -3859,21 +3882,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(dependentOn="port-group",indexedProps="cvlan-tag",container="cvlan-tags") + @org.onap.aai.annotations.Metadata(dependentOn="port-group",indexedProps="cvlan-tag",container="cvlan-tags") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="See mis-na-virtualization-platform.yang") + @org.onap.aai.annotations.Metadata(isKey=true,description="See mis-na-virtualization-platform.yang") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -3892,84 +3915,84 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Used to capture the network interfaces of this VCE",nameProps="port-group-name",indexedProps="port-group-id,heat-stack-id,interface-id,interface-name,switch-name",dependentOn="vce",container="port-groups") + @org.onap.aai.annotations.Metadata(description="Used to capture the network interfaces of this VCE",nameProps="port-group-name",indexedProps="port-group-id,heat-stack-id,interface-id,interface-name,switch-name",dependentOn="vce",container="port-groups") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of the interface") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of the interface") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of this Interface") + @org.onap.aai.annotations.Metadata(description="Neutron network id of this Interface") - @org.openecomp.aai.annotations.Metadata(description="Neutron network name of this Interface") + @org.onap.aai.annotations.Metadata(description="Neutron network name of this Interface") - @org.openecomp.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") + @org.onap.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Unique ID for port group in vmware") + @org.onap.aai.annotations.Metadata(description="Unique ID for port group in vmware") - @org.openecomp.aai.annotations.Metadata(description="Likely to duplicate value of neutron network name") + @org.onap.aai.annotations.Metadata(description="Likely to duplicate value of neutron network name") - @org.openecomp.aai.annotations.Metadata(description="DVS or standard switch name (should be non-null for port groups associated with DVS)") + @org.onap.aai.annotations.Metadata(description="DVS or standard switch name (should be non-null for port groups associated with DVS)") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") @@ -3989,28 +4012,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Metadata for license group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="licenses") + @org.onap.aai.annotations.Metadata(description="Metadata for license group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="licenses") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID for the license group the resource belongs to, should be uuid.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID for the license group the resource belongs to, should be uuid.") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of a license resource. ") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of a license resource. ") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -4022,7 +4045,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Licenses to be allocated across resources, keyed by group-uuid and resource-uuid, related to license management") + @org.onap.aai.annotations.Metadata(description="Licenses to be allocated across resources, keyed by group-uuid and resource-uuid, related to license management") @@ -4034,28 +4057,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Metadata for entitlement group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="entitlements") + @org.onap.aai.annotations.Metadata(description="Metadata for entitlement group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="entitlements") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID for the entitlement group the resource comes from, should be uuid.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID for the entitlement group the resource comes from, should be uuid.") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of an entitlement resource. ") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of an entitlement resource. ") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -4067,7 +4090,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Entitlements, keyed by group-uuid and resource-uuid, related to license management") + @org.onap.aai.annotations.Metadata(description="Entitlements, keyed by group-uuid and resource-uuid, related to license management") @@ -4079,140 +4102,140 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Virtual Customer Edge Router, used specifically for Gamma. This object is deprecated.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,vnf-id,interface-name,regional-resource-zone,vpe-id,prov-status,service-id",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="vces",namespace="network",extendsFrom="vnf") + @org.onap.aai.annotations.Metadata(description="Virtual Customer Edge Router, used specifically for Gamma. This object is deprecated.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,vnf-id,interface-name,regional-resource-zone,vpe-id,prov-status,service-id",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="vces",namespace="network",extendsFrom="vnf") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") - @org.openecomp.aai.annotations.Metadata(description="Name of VNF.") + @org.onap.aai.annotations.Metadata(description="Name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="Alternate name of VNF.") + @org.onap.aai.annotations.Metadata(description="Alternate name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.") + @org.onap.aai.annotations.Metadata(description="Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.") - @org.openecomp.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") + @org.onap.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational",dbAlias="operational-status") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational",dbAlias="operational-status") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - do not use") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - do not use") - @org.openecomp.aai.annotations.Metadata(description="Network role being played by this VNF") + @org.onap.aai.annotations.Metadata(description="Network role being played by this VNF") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") - @org.openecomp.aai.annotations.Metadata(description="Unique ID of VPE connected to this VCE.") + @org.onap.aai.annotations.Metadata(description="Unique ID of VPE connected to this VCE.") - @org.openecomp.aai.annotations.Metadata(description="Valid v6 IP address for the WAN Link on this router. Implied length of /64.") + @org.onap.aai.annotations.Metadata(description="Valid v6 IP address for the WAN Link on this router. Implied length of /64.") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Loopback0 address") + @org.onap.aai.annotations.Metadata(description="Loopback0 address") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - see child relationships") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - see child relationships") @@ -4227,7 +4250,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of Virtual Customer Edge Routers, used specifically for Gamma. This object is deprecated.") + @org.onap.aai.annotations.Metadata(description="Collection of Virtual Customer Edge Routers, used specifically for Gamma. This object is deprecated.") @@ -4239,77 +4262,77 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="vnfc-name,prov-status,vnfc-type,vnfc-function-code,ipaddress-v4-oam-vip,in-maint,is-closed-loop-disabled,group-notation",searchable="vnfc-name",container="vnfcs",namespace="network") + @org.onap.aai.annotations.Metadata(indexedProps="vnfc-name,prov-status,vnfc-type,vnfc-function-code,ipaddress-v4-oam-vip,in-maint,is-closed-loop-disabled,group-notation",searchable="vnfc-name",container="vnfcs",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of vnfc.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of vnfc.") - @org.openecomp.aai.annotations.Metadata(description="function code",dbAlias="nfc-naming-code") + @org.onap.aai.annotations.Metadata(description="function code",dbAlias="nfc-naming-code") - @org.openecomp.aai.annotations.Metadata(description="type",dbAlias="nfc-function") + @org.onap.aai.annotations.Metadata(description="type",dbAlias="nfc-function") - @org.openecomp.aai.annotations.Metadata(description="prov status of this vnfc") + @org.onap.aai.annotations.Metadata(description="prov status of this vnfc") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by APP-C") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by APP-C") - @org.openecomp.aai.annotations.Metadata(description="Oam V4 vip address of this vnfc") + @org.onap.aai.annotations.Metadata(description="Oam V4 vip address of this vnfc") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") - @org.openecomp.aai.annotations.Metadata(description="Group notation of VNFC") + @org.onap.aai.annotations.Metadata(description="Group notation of VNFC") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4321,7 +4344,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="virtual network components associated with a vserver from application controller.") + @org.onap.aai.annotations.Metadata(description="virtual network components associated with a vserver from application controller.") @@ -4333,91 +4356,91 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="subnet-id,subnet-name",nameProps="subnet-name",uniqueProps="subnet-id",dependentOn="l3-network",container="subnets") + @org.onap.aai.annotations.Metadata(indexedProps="subnet-id,subnet-name",nameProps="subnet-name",uniqueProps="subnet-id",dependentOn="l3-network",container="subnets") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Subnet ID, should be UUID.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Subnet ID, should be UUID.") - @org.openecomp.aai.annotations.Metadata(description="Name associated with the subnet.") + @org.onap.aai.annotations.Metadata(description="Name associated with the subnet.") - @org.openecomp.aai.annotations.Metadata(description="Neutron id of this subnet") + @org.onap.aai.annotations.Metadata(description="Neutron id of this subnet") - @org.openecomp.aai.annotations.Metadata(description="gateway ip address") + @org.onap.aai.annotations.Metadata(description="gateway ip address") - @org.openecomp.aai.annotations.Metadata(description="network start address") + @org.onap.aai.annotations.Metadata(description="network start address") - @org.openecomp.aai.annotations.Metadata(description="cidr mask") + @org.onap.aai.annotations.Metadata(description="cidr mask") - @org.openecomp.aai.annotations.Metadata(description="ip version") + @org.onap.aai.annotations.Metadata(description="ip version") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="dhcp enabled") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="dhcp enabled") - @org.openecomp.aai.annotations.Metadata(description="the start address reserved for use by dhcp") + @org.onap.aai.annotations.Metadata(description="the start address reserved for use by dhcp") - @org.openecomp.aai.annotations.Metadata(description="the last address reserved for use by dhcp") + @org.onap.aai.annotations.Metadata(description="the last address reserved for use by dhcp") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4436,21 +4459,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(indexedProps="vlan-id-inner",dependentOn="l3-network",container="ctag-assignments") + @org.onap.aai.annotations.Metadata(indexedProps="vlan-id-inner",dependentOn="l3-network",container="ctag-assignments") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="id.") + @org.onap.aai.annotations.Metadata(isKey=true,description="id.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4469,21 +4492,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack segmentation assignment.",indexedProps="segmentation-id",dependentOn="l3-network",container="segmentation-assignments") + @org.onap.aai.annotations.Metadata(description="Openstack segmentation assignment.",indexedProps="segmentation-id",dependentOn="l3-network",container="segmentation-assignments") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -4495,7 +4518,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack segmentation assignments") + @org.onap.aai.annotations.Metadata(description="Collection of openstack segmentation assignments") @@ -4507,182 +4530,182 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Generic network definition",nameProps="network-name",indexedProps="heat-stack-id,network-uuid,service-id,network-id,network-name,persona-model-id,persona-model-version,widget-model-id,widget-model-version,contrail-network-fqdn,network-role",searchable="network-id,network-name",uniqueProps="network-id",container="l3-networks",namespace="network") + @org.onap.aai.annotations.Metadata(description="Generic network definition",nameProps="network-name",indexedProps="heat-stack-id,network-uuid,service-id,network-id,network-name,persona-model-id,persona-model-version,widget-model-id,widget-model-version,contrail-network-fqdn,network-role",searchable="network-id,network-name",uniqueProps="network-id",container="l3-networks",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Network ID, should be uuid. Unique across A&AI.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Network ID, should be uuid. Unique across A&AI.") - @org.openecomp.aai.annotations.Metadata(description="Name of the network, governed by some naming convention..") + @org.onap.aai.annotations.Metadata(description="Name of the network, governed by some naming convention..") - @org.openecomp.aai.annotations.Metadata(description="Type of the network - who defines these values?") + @org.onap.aai.annotations.Metadata(description="Type of the network - who defines these values?") - @org.openecomp.aai.annotations.Metadata(description="Role the network plans - who defines these values?") + @org.onap.aai.annotations.Metadata(description="Role the network plans - who defines these values?") - @org.openecomp.aai.annotations.Metadata(description="Network technology - who defines these values?") + @org.onap.aai.annotations.Metadata(description="Network technology - who defines these values?") - @org.openecomp.aai.annotations.Metadata(description="Neutron network id of this Interface") + @org.onap.aai.annotations.Metadata(description="Neutron network id of this Interface") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Set to true if bound to VPN") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Set to true if bound to VPN") - @org.openecomp.aai.annotations.Metadata(description="Unique identifier of service from ASDC. Does not strictly map to ASDC services. SOON TO BE DEPRECATED") + @org.onap.aai.annotations.Metadata(description="Unique identifier of service from ASDC. Does not strictly map to ASDC services. SOON TO BE DEPRECATED") - @org.openecomp.aai.annotations.Metadata(description="network role instance") + @org.onap.aai.annotations.Metadata(description="network role instance") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") - @org.openecomp.aai.annotations.Metadata(description="Contrail FQDN for the network") + @org.onap.aai.annotations.Metadata(description="Contrail FQDN for the network") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.",dbAlias="model-customization-id") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.",dbAlias="model-customization-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="Name associated with the physical network.") + @org.onap.aai.annotations.Metadata(description="Name associated with the physical network.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a provider network.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a provider network.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a shared network.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a shared network.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is an external network.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is an external network.") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") @@ -4692,7 +4715,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Relates to tenant (or is it a child of tenant), complex, service, vpn-binding") + @org.onap.aai.annotations.Metadata(description="Relates to tenant (or is it a child of tenant), complex, service, vpn-binding") @@ -4710,35 +4733,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(nameProps="network-policy-fqdn",indexedProps="network-policy-id,network-policy-fqdn",searchable="network-policy-id,network-policy-fqdn",uniqueProps="network-policy-id",container="network-policies",namespace="network") + @org.onap.aai.annotations.Metadata(nameProps="network-policy-fqdn",indexedProps="network-policy-id,network-policy-fqdn",searchable="network-policy-id,network-policy-fqdn",uniqueProps="network-policy-id",container="network-policies",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="UUID representing unique key to this instance") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID representing unique key to this instance") - @org.openecomp.aai.annotations.Metadata(description="Contrail FQDN for the policy") + @org.onap.aai.annotations.Metadata(description="Contrail FQDN for the policy") - @org.openecomp.aai.annotations.Metadata(description="ID for the openStack Heat instance") + @org.onap.aai.annotations.Metadata(description="ID for the openStack Heat instance") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -4757,112 +4780,112 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="a deployment unit of VNFCs",indexedProps="vf-module-id,vf-module-name,heat-stack-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version,contrail-service-instance-fqdn",searchable="vf-module-id,vf-module-name",dependentOn="generic-vnf",container="vf-modules") + @org.onap.aai.annotations.Metadata(description="a deployment unit of VNFCs",indexedProps="vf-module-id,vf-module-name,heat-stack-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version,contrail-service-instance-fqdn",searchable="vf-module-id,vf-module-name",dependentOn="generic-vnf",container="vf-modules") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique ID of vf-module.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of vf-module.") - @org.openecomp.aai.annotations.Metadata(description="Name of vf-module") + @org.onap.aai.annotations.Metadata(description="Name of vf-module") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance.") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance.") - @org.openecomp.aai.annotations.Metadata(description="orchestration status of this vf-module, mastered by MSO") + @org.onap.aai.annotations.Metadata(description="orchestration status of this vf-module, mastered by MSO") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is base vf module") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is base vf module") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.",dbAlias="model-customization-id") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.",dbAlias="model-customization-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="the Contrail unique ID for a service-instance") + @org.onap.aai.annotations.Metadata(description="the Contrail unique ID for a service-instance") - @org.openecomp.aai.annotations.Metadata(description="the index will track the number of modules of a given type that have been deployed in a VNF, starting with 0, and always choosing the lowest available digit") + @org.onap.aai.annotations.Metadata(description="the index will track the number of modules of a given type that have been deployed in a VNF, starting with 0, and always choosing the lowest available digit") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") @@ -4874,7 +4897,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of vf-modules, a deployment unit of VNFCs") + @org.onap.aai.annotations.Metadata(description="Collection of vf-modules, a deployment unit of VNFCs") @@ -4886,273 +4909,273 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="General purpose VNF",nameProps="vnf-name",indexedProps="is-closed-loop-disabled,vnf-name2,vnf-type,heat-stack-id,in-maint,vnf-name,vnf-id,regional-resource-zone,prov-status,service-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="generic-vnfs",namespace="network",extendsFrom="vnf") + @org.onap.aai.annotations.Metadata(description="General purpose VNF",nameProps="vnf-name",indexedProps="is-closed-loop-disabled,vnf-name2,vnf-type,heat-stack-id,in-maint,vnf-name,vnf-id,regional-resource-zone,prov-status,service-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="generic-vnfs",namespace="network",extendsFrom="vnf") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") - @org.openecomp.aai.annotations.Metadata(description="Name of VNF.") + @org.onap.aai.annotations.Metadata(description="Name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="Alternate name of VNF.") + @org.onap.aai.annotations.Metadata(description="Alternate name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Unique identifier of service, does not necessarily map to ASDC service models. SOON TO BE DEPRECATED") + @org.onap.aai.annotations.Metadata(description="Unique identifier of service, does not necessarily map to ASDC service models. SOON TO BE DEPRECATED") - @org.openecomp.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") + @org.onap.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational. Valid values are in-service-path and out-of-service-path.",dbAlias="operational-status") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational. Valid values are in-service-path and out-of-service-path.",dbAlias="operational-status") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - do not use") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - do not use") - @org.openecomp.aai.annotations.Metadata(description="Client should send valid enumerated value") + @org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, used by MSO.") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, used by MSO.") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") - @org.openecomp.aai.annotations.Metadata(description="identifier of managed by company or customer") + @org.onap.aai.annotations.Metadata(description="identifier of managed by company or customer") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.") - @org.openecomp.aai.annotations.Metadata(description="v4 Loopback0 address") + @org.onap.aai.annotations.Metadata(description="v4 Loopback0 address") - @org.openecomp.aai.annotations.Metadata(description="v6 Loopback address") + @org.onap.aai.annotations.Metadata(description="v6 Loopback address") - @org.openecomp.aai.annotations.Metadata(description="v6 management address") + @org.onap.aai.annotations.Metadata(description="v6 management address") - @org.openecomp.aai.annotations.Metadata(description="number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(description="units associated with vcpu, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="units associated with vcpu, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(description="number of GB of memory ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="number of GB of memory ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(description="units associated with vmemory, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="units associated with vmemory, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(description="number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(description="units associated with vdisk, used for VNFs with no vservers/flavors, to be used only in some usecases") + @org.onap.aai.annotations.Metadata(description="units associated with vdisk, used for VNFs with no vservers/flavors, to be used only in some usecases") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.") + @org.onap.aai.annotations.Metadata(description="details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.") - @org.openecomp.aai.annotations.Metadata(description="indicates whether generic-vnf access uses SSH") + @org.onap.aai.annotations.Metadata(description="indicates whether generic-vnf access uses SSH") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") + @org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",dbAlias="model-invariant-id-local",requires="persona-model-version",visibility="deployment") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="persona-model-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") + @org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dbAlias="model-version-id-local",dataCopy="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id") - @org.openecomp.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.",dbAlias="model-customization-id") + @org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.",dbAlias="model-customization-id") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&AI widget.") - @org.openecomp.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") + @org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.") - @org.openecomp.aai.annotations.Metadata(description="as-number of the VNF") + @org.onap.aai.annotations.Metadata(description="as-number of the VNF") - @org.openecomp.aai.annotations.Metadata(description="represents sub zone of the rr plane") + @org.onap.aai.annotations.Metadata(description="represents sub zone of the rr plane") - @org.openecomp.aai.annotations.Metadata(description="Path to the controller object.") + @org.onap.aai.annotations.Metadata(description="Path to the controller object.") @@ -5169,7 +5192,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of VNFs") + @org.onap.aai.annotations.Metadata(description="Collection of VNFs") @@ -5181,21 +5204,21 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="LAG links can connect lag-interfaces",indexedProps="link-name",container="lag-links",namespace="network") + @org.onap.aai.annotations.Metadata(description="LAG links can connect lag-interfaces",indexedProps="link-name",container="lag-links",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Alphabetical concatenation of lag-interface names") + @org.onap.aai.annotations.Metadata(isKey=true,description="Alphabetical concatenation of lag-interface names") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5207,7 +5230,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of link aggregation connections") + @org.onap.aai.annotations.Metadata(description="Collection of link aggregation connections") @@ -5219,105 +5242,105 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,prov-status,vnf-id2",searchable="vnf-id2,vnf-name,vnf-name2",uniqueProps="vnf-id2",container="newvces",namespace="network") + @org.onap.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,prov-status,vnf-id2",searchable="vnf-id2,vnf-name,vnf-name2",uniqueProps="vnf-id2",container="newvces",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF, can't use same attribute name right now until we promote this new object") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF, can't use same attribute name right now until we promote this new object") - @org.openecomp.aai.annotations.Metadata(description="Name of VNF.") + @org.onap.aai.annotations.Metadata(description="Name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="Alternate name of VNF.") + @org.onap.aai.annotations.Metadata(description="Alternate name of VNF.") - @org.openecomp.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") + @org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the ASDC resource. This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.") - @org.openecomp.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") + @org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.") - @org.openecomp.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational",dbAlias="operational-status") + @org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational",dbAlias="operational-status") - @org.openecomp.aai.annotations.Metadata(description="OBSOLETE - do not use") + @org.onap.aai.annotations.Metadata(description="OBSOLETE - do not use") - @org.openecomp.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by VPE (v4-loopback0-ip-address).") + @org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by VPE (v4-loopback0-ip-address).") - @org.openecomp.aai.annotations.Metadata(description="Client should send valid enumerated value.") + @org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="v4 Loopback0 address") + @org.onap.aai.annotations.Metadata(description="v4 Loopback0 address") - @org.openecomp.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO.") + @org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO.") - @org.openecomp.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") + @org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO") - @org.openecomp.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") + @org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE") @@ -5330,7 +5353,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.") + @org.onap.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf. This object will be retired with vce.") @@ -5342,161 +5365,161 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="PNF represents a physical network function. typically equipment used in the D1 world.",indexedProps="pnf-name,orchestration-status,inv-status",searchable="pnf-name",uniqueProps="pnf-name",container="pnfs",namespace="network") + @org.onap.aai.annotations.Metadata(description="PNF represents a physical network function. typically equipment used in the D1 world.",indexedProps="pnf-name,orchestration-status,inv-status",searchable="pnf-name",uniqueProps="pnf-name",container="pnfs",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="unique name of Physical Network Function.") + @org.onap.aai.annotations.Metadata(isKey=true,description="unique name of Physical Network Function.") - @org.openecomp.aai.annotations.Metadata(description="name of Physical Network Function.") + @org.onap.aai.annotations.Metadata(description="name of Physical Network Function.") - @org.openecomp.aai.annotations.Metadata(description="source of name2") + @org.onap.aai.annotations.Metadata(description="source of name2") - @org.openecomp.aai.annotations.Metadata(description="id of pnf") + @org.onap.aai.annotations.Metadata(description="id of pnf") - @org.openecomp.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment type. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment vendor. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") + @org.onap.aai.annotations.Metadata(description="Equipment model. Source of truth should define valid values.") - @org.openecomp.aai.annotations.Metadata(description="identifier of managed by company or customer") + @org.onap.aai.annotations.Metadata(description="identifier of managed by company or customer") - @org.openecomp.aai.annotations.Metadata(description="ipv4-oam-address with new naming convention for IP addresses") + @org.onap.aai.annotations.Metadata(description="ipv4-oam-address with new naming convention for IP addresses") - @org.openecomp.aai.annotations.Metadata(description="sw-version is the version of SW for the hosted application on the PNF.") + @org.onap.aai.annotations.Metadata(description="sw-version is the version of SW for the hosted application on the PNF.") - @org.openecomp.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") + @org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.") - @org.openecomp.aai.annotations.Metadata(description="ID of the physical frame (relay rack) where pnf is installed.") + @org.onap.aai.annotations.Metadata(description="ID of the physical frame (relay rack) where pnf is installed.") - @org.openecomp.aai.annotations.Metadata(description="Serial number of the device") + @org.onap.aai.annotations.Metadata(description="Serial number of the device") - @org.openecomp.aai.annotations.Metadata(description="IPV4 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV4 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 Loopback 0 address") + @org.onap.aai.annotations.Metadata(description="IPV6 Loopback 0 address") - @org.openecomp.aai.annotations.Metadata(description="IPV4 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV4 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 AIM address") + @org.onap.aai.annotations.Metadata(description="IPV6 AIM address") - @org.openecomp.aai.annotations.Metadata(description="IPV6 OAM address") + @org.onap.aai.annotations.Metadata(description="IPV6 OAM address") - @org.openecomp.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") + @org.onap.aai.annotations.Metadata(description="CANOPI's inventory status. Only set with values exactly as defined by CANOPI.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") - @org.openecomp.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") + @org.onap.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]") - @org.openecomp.aai.annotations.Metadata(description="Nf Role is the role performed by this instance in the network.") + @org.onap.aai.annotations.Metadata(description="Nf Role is the role performed by this instance in the network.") @@ -5510,7 +5533,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of Physical Network Functions.") + @org.onap.aai.annotations.Metadata(description="Collection of Physical Network Functions.") @@ -5522,63 +5545,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces",indexedProps="circuit-id,link-name",alternateKeys1="circuit-id",container="physical-links",namespace="network",searchable="link-name,circuit-id") + @org.onap.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces",indexedProps="circuit-id,link-name",alternateKeys1="circuit-id",container="physical-links",namespace="network",searchable="link-name,circuit-id") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ") + @org.onap.aai.annotations.Metadata(isKey=true,description="e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ") - @org.openecomp.aai.annotations.Metadata(description="Captures the numeric part of the speed") + @org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed") - @org.openecomp.aai.annotations.Metadata(description="Captures the units corresponding to the speed") + @org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed") - @org.openecomp.aai.annotations.Metadata(description="Circuit it") + @org.onap.aai.annotations.Metadata(description="Circuit it") - @org.openecomp.aai.annotations.Metadata(description="Dual access mode (e.g., primary, secondary") + @org.onap.aai.annotations.Metadata(description="Dual access mode (e.g., primary, secondary") - @org.openecomp.aai.annotations.Metadata(description="To provide information on who manages this circuit. A&AI or 3rd party transport provider") + @org.onap.aai.annotations.Metadata(description="To provide information on who manages this circuit. A&AI or 3rd party transport provider") - @org.openecomp.aai.annotations.Metadata(description="Name of the service Provider on this link.") + @org.onap.aai.annotations.Metadata(description="Name of the service Provider on this link.") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5590,7 +5613,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces") + @org.onap.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces") @@ -5602,35 +5625,35 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="vig-server contains information about a vig server used for IPSec-configuration. Populated by SDN-C from 1607",indexedProps="vig-address-type",dependentOn="ipsec-configuration",container="vig-servers") + @org.onap.aai.annotations.Metadata(description="vig-server contains information about a vig server used for IPSec-configuration. Populated by SDN-C from 1607",indexedProps="vig-address-type",dependentOn="ipsec-configuration",container="vig-servers") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="indicates whether the VIG is for AVPN or INTERNET") + @org.onap.aai.annotations.Metadata(isKey=true,description="indicates whether the VIG is for AVPN or INTERNET") - @org.openecomp.aai.annotations.Metadata(description="v4 IP of the vig server") + @org.onap.aai.annotations.Metadata(description="v4 IP of the vig server") - @org.openecomp.aai.annotations.Metadata(description="v6 IP of the vig server") + @org.onap.aai.annotations.Metadata(description="v6 IP of the vig server") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5649,161 +5672,161 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="IPSec configuration node will contain various configuration data for the NMTE VNF. This node will have an edge to the generic-vnf (vnf type = TE). Starting 1607, this data will be populated by SDN-C",indexedProps="ipsec-configuration-id",uniqueProps="ipsec-configuration-id",container="ipsec-configurations",namespace="network") + @org.onap.aai.annotations.Metadata(description="IPSec configuration node will contain various configuration data for the NMTE VNF. This node will have an edge to the generic-vnf (vnf type = TE). Starting 1607, this data will be populated by SDN-C",indexedProps="ipsec-configuration-id",uniqueProps="ipsec-configuration-id",container="ipsec-configurations",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="UUID of this configuration") + @org.onap.aai.annotations.Metadata(isKey=true,description="UUID of this configuration") - @org.openecomp.aai.annotations.Metadata(description="Indicate the type of VIG server like AVPN, INTERNET, BOTH") + @org.onap.aai.annotations.Metadata(description="Indicate the type of VIG server like AVPN, INTERNET, BOTH") - @org.openecomp.aai.annotations.Metadata(description="Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc") + @org.onap.aai.annotations.Metadata(description="Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc") - @org.openecomp.aai.annotations.Metadata(description="can offer a shared DMZ or a DMZ specific to a customer") + @org.onap.aai.annotations.Metadata(description="can offer a shared DMZ or a DMZ specific to a customer") - @org.openecomp.aai.annotations.Metadata(description="Network address of shared DMZ") + @org.onap.aai.annotations.Metadata(description="Network address of shared DMZ") - @org.openecomp.aai.annotations.Metadata(description="If the DMZ is a custom DMZ, this field will indicate the customer information") + @org.onap.aai.annotations.Metadata(description="If the DMZ is a custom DMZ, this field will indicate the customer information") - @org.openecomp.aai.annotations.Metadata(description="can be 1 or 2") + @org.onap.aai.annotations.Metadata(description="can be 1 or 2") - @org.openecomp.aai.annotations.Metadata(description="Contains values like md5, sha1, sha256, sha384") + @org.onap.aai.annotations.Metadata(description="Contains values like md5, sha1, sha256, sha384") - @org.openecomp.aai.annotations.Metadata(description="Encyption values like 3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") + @org.onap.aai.annotations.Metadata(description="Encyption values like 3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") - @org.openecomp.aai.annotations.Metadata(description="Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14") + @org.onap.aai.annotations.Metadata(description="Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14") - @org.openecomp.aai.annotations.Metadata(description="Group name defined in VIG for clients using aggressive mode") + @org.onap.aai.annotations.Metadata(description="Group name defined in VIG for clients using aggressive mode") - @org.openecomp.aai.annotations.Metadata(description="pre-shared key for the above group name ") + @org.onap.aai.annotations.Metadata(description="pre-shared key for the above group name ") - @org.openecomp.aai.annotations.Metadata(description="Lifetime for IKEv1 SA") + @org.onap.aai.annotations.Metadata(description="Lifetime for IKEv1 SA") - @org.openecomp.aai.annotations.Metadata(description="md5, sha1, sha256, sha384") + @org.onap.aai.annotations.Metadata(description="md5, sha1, sha256, sha384") - @org.openecomp.aai.annotations.Metadata(description="3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") + @org.onap.aai.annotations.Metadata(description="3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc") - @org.openecomp.aai.annotations.Metadata(description="Life time for IPSec SA") + @org.onap.aai.annotations.Metadata(description="Life time for IPSec SA") - @org.openecomp.aai.annotations.Metadata(description="enable PFS or not") + @org.onap.aai.annotations.Metadata(description="enable PFS or not") - @org.openecomp.aai.annotations.Metadata(description="user ID for xAuth, sm-user, ,nmteHostName") + @org.onap.aai.annotations.Metadata(description="user ID for xAuth, sm-user, ,nmteHostName") - @org.openecomp.aai.annotations.Metadata(description="Encrypted using the Juniper $9$ algorithm") + @org.onap.aai.annotations.Metadata(description="Encrypted using the Juniper $9$ algorithm") - @org.openecomp.aai.annotations.Metadata(description="The time between DPD probe") + @org.onap.aai.annotations.Metadata(description="The time between DPD probe") - @org.openecomp.aai.annotations.Metadata(description="Maximum number of DPD before claiming the tunnel is down") + @org.onap.aai.annotations.Metadata(description="Maximum number of DPD before claiming the tunnel is down") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -5823,28 +5846,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Openstack route table reference.",nameProps="route-table-reference-fqdn",uniqueProps="route-table-reference-id",indexedProps="route-table-reference-id,route-table-reference-fqdn",container="route-table-references",namespace="network") + @org.onap.aai.annotations.Metadata(description="Openstack route table reference.",nameProps="route-table-reference-fqdn",uniqueProps="route-table-reference-id",indexedProps="route-table-reference-id,route-table-reference-fqdn",container="route-table-references",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="FQDN entry in the route table.") + @org.onap.aai.annotations.Metadata(description="FQDN entry in the route table.") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -5856,7 +5879,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack route table references") + @org.onap.aai.annotations.Metadata(description="Collection of openstack route table references") @@ -5868,42 +5891,42 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="General mechanism for grouping instances",nameProps="description",uniqueProps="id",indexedProps="id,description,type,sub-type",container="instance-groups",namespace="network") + @org.onap.aai.annotations.Metadata(description="General mechanism for grouping instances",nameProps="description",uniqueProps="id",indexedProps="id,description,type,sub-type",container="instance-groups",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Instance Group ID, UUID assigned to this instance.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Instance Group ID, UUID assigned to this instance.") - @org.openecomp.aai.annotations.Metadata(description="Descriptive text to help identify the usage of this instance-group") + @org.onap.aai.annotations.Metadata(description="Descriptive text to help identify the usage of this instance-group") - @org.openecomp.aai.annotations.Metadata(description="Only valid value today is lower case ha for high availability") + @org.onap.aai.annotations.Metadata(description="Only valid value today is lower case ha for high availability") - @org.openecomp.aai.annotations.Metadata(description="Valid values for ha type are [geo-activeactive, geo-activestandby, local-activeactive, local-activestandby]") + @org.onap.aai.annotations.Metadata(description="Valid values for ha type are [geo-activeactive, geo-activestandby, local-activeactive, local-activestandby]") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -5915,7 +5938,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of openstack route table references") + @org.onap.aai.annotations.Metadata(description="Collection of openstack route table references") @@ -5927,49 +5950,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="A zone is a grouping of assets in a location homing to the same connections into the CBB",nameProps="zone-name",indexedProps="zone-id,design-type,zone-context",uniqueProps="zone-id",container="zones",namespace="network") + @org.onap.aai.annotations.Metadata(description="A zone is a grouping of assets in a location homing to the same connections into the CBB",nameProps="zone-name",indexedProps="zone-id,design-type,zone-context",uniqueProps="zone-id",container="zones",namespace="network") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Code assigned by AIC to the zone") + @org.onap.aai.annotations.Metadata(isKey=true,description="Code assigned by AIC to the zone") - @org.openecomp.aai.annotations.Metadata(description="English name associated with the zone") + @org.onap.aai.annotations.Metadata(description="English name associated with the zone") - @org.openecomp.aai.annotations.Metadata(description="Design of zone [Medium/Large?]") + @org.onap.aai.annotations.Metadata(description="Design of zone [Medium/Large?]") - @org.openecomp.aai.annotations.Metadata(description="Context of zone [production/test]") + @org.onap.aai.annotations.Metadata(description="Context of zone [production/test]") - @org.openecomp.aai.annotations.Metadata(description="Status of a zone.") + @org.onap.aai.annotations.Metadata(description="Status of a zone.") - @org.openecomp.aai.annotations.Metadata(description="Concurrency value") + @org.onap.aai.annotations.Metadata(description="Concurrency value") @@ -5981,7 +6004,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Collection of zones") + @org.onap.aai.annotations.Metadata(description="Collection of zones") @@ -5993,7 +6016,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Namespace for network inventory resources.") + @org.onap.aai.annotations.Metadata(description="Namespace for network inventory resources.") @@ -6022,7 +6045,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Internal map to define some reserved properties of a vertex",uniqueProps="aai-unique-key",indexedProps="aai-unique-key,source-of-truth,aai-node-type,aai-uri") + @org.onap.aai.annotations.Metadata(description="Internal map to define some reserved properties of a vertex",uniqueProps="aai-unique-key",indexedProps="aai-unique-key,source-of-truth,aai-node-type,aai-uri") @@ -6040,7 +6063,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Internal map to define the properties of an edge and interpret the map EdgeRules",edgeInfo="edgeLabel,direction,multiplicityRule,isParent,usesResource,hasDelTarget,SVC-INFRA,SVC-INFRA-REV") + @org.onap.aai.annotations.Metadata(description="Internal map to define the properties of an edge and interpret the map EdgeRules",edgeInfo="edgeLabel,direction,multiplicityRule,isParent,usesResource,hasDelTarget,SVC-INFRA,SVC-INFRA-REV") @@ -6107,63 +6130,63 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Allows for legacy POST of old-style and new-style models") + @org.onap.aai.annotations.Metadata(description="Allows for legacy POST of old-style and new-style models") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC") - @org.openecomp.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") + @org.onap.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.") - @org.openecomp.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") + @org.onap.aai.annotations.Metadata(description="Name of the model, which can change from version to version.") - @org.openecomp.aai.annotations.Metadata(description="Invariant unique ID which does not change from version to version") + @org.onap.aai.annotations.Metadata(description="Invariant unique ID which does not change from version to version") - @org.openecomp.aai.annotations.Metadata(description="Version") + @org.onap.aai.annotations.Metadata(description="Version") - @org.openecomp.aai.annotations.Metadata(description="Description") + @org.onap.aai.annotations.Metadata(description="Description") - @org.openecomp.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") + @org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.") @@ -6176,7 +6199,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="QueryParameters for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="QueryParameters for performing a named-query or model query") @@ -6194,7 +6217,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="InstanceFilters for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="InstanceFilters for performing a named-query or model query") @@ -6211,7 +6234,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="SecondaryFilts for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="SecondaryFilts for performing a named-query or model query") @@ -6223,7 +6246,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query") + @org.onap.aai.annotations.Metadata(description="ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query") @@ -6239,7 +6262,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Property holder for query properties or instance properties") + @org.onap.aai.annotations.Metadata(description="Property holder for query properties or instance properties") @@ -6257,7 +6280,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Inventory item for response list",container="inventory-response-items") + @org.onap.aai.annotations.Metadata(description="Inventory item for response list",container="inventory-response-items") @@ -6271,7 +6294,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Container for inventory items in response list",container="response-list") + @org.onap.aai.annotations.Metadata(description="Container for inventory items in response list",container="response-list") @@ -6283,7 +6306,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Response container for the results of a named-query or model query") + @org.onap.aai.annotations.Metadata(description="Response container for the results of a named-query or model query") @@ -6302,14 +6325,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.openecomp.aai.annotations.Metadata(description="Abstract vnf class",indexedProps="vnf-id",uniqueProps="vnf-id",inheritors="vce,generic-vnf",isAbstract="true") + @org.onap.aai.annotations.Metadata(description="Abstract vnf class",indexedProps="vnf-id",uniqueProps="vnf-id",inheritors="vce,generic-vnf",isAbstract="true") - @org.openecomp.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") + @org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF. This is unique across the graph.") diff --git a/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v10.yaml b/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v10.yaml index 1dc7075a..b5d83e21 100644 --- a/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v10.yaml +++ b/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v10.yaml @@ -1,3 +1,25 @@ +# +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# + swagger: "2.0" info: description: | diff --git a/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v11.yaml b/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v11.yaml index 73a943f0..4447f7f3 100644 --- a/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v11.yaml +++ b/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v11.yaml @@ -1,3 +1,25 @@ +# +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# + swagger: "2.0" info: description: | diff --git a/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v8.yaml b/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v8.yaml index f0389464..a61bf31a 100644 --- a/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v8.yaml +++ b/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v8.yaml @@ -1,3 +1,25 @@ +# +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# + swagger: "2.0" info: description: | diff --git a/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v9.yaml b/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v9.yaml index 6422b496..905c350b 100644 --- a/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v9.yaml +++ b/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v9.yaml @@ -1,3 +1,25 @@ +# +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# + swagger: "2.0" info: description: | diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v10.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v10.xml index 6dce5aaa..51eaa349 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v10.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v10.xml @@ -1,23 +1,28 @@ - - + + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> + @@ -25,14 +30,14 @@ - - - - - - - - + + + + + + + + @@ -42,24 +47,24 @@ - - - - + + + + - + - + @@ -68,8 +73,8 @@ - - + + @@ -87,9 +92,9 @@ - - - + + + @@ -120,7 +125,7 @@ - + @@ -143,16 +148,16 @@ - - + + - - + + @@ -162,8 +167,8 @@ - - + + @@ -174,9 +179,9 @@ - + - + @@ -184,7 +189,7 @@ - + @@ -210,7 +215,7 @@ - + @@ -229,18 +234,18 @@ - - - - - + + + + + - + @@ -295,16 +300,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -320,7 +325,7 @@ - + @@ -367,7 +372,7 @@ - + @@ -381,7 +386,7 @@ - + @@ -398,8 +403,8 @@ - - + + @@ -441,7 +446,7 @@ - + @@ -492,8 +497,8 @@ - - + + @@ -508,7 +513,7 @@ - + @@ -540,7 +545,7 @@ - + @@ -556,7 +561,7 @@ - + @@ -581,8 +586,8 @@ - - + + @@ -600,7 +605,7 @@ - + @@ -649,9 +654,9 @@ - - - + + + @@ -669,7 +674,7 @@ - + @@ -738,12 +743,12 @@ - - - - - - + + + + + + @@ -759,7 +764,7 @@ - + @@ -835,7 +840,7 @@ - + @@ -888,7 +893,7 @@ - + @@ -900,7 +905,7 @@ - + @@ -964,9 +969,9 @@ - - - + + + @@ -1020,7 +1025,7 @@ - + @@ -1035,7 +1040,7 @@ - + @@ -1057,7 +1062,7 @@ - + @@ -1073,7 +1078,7 @@ - + @@ -1135,7 +1140,7 @@ - + @@ -1152,7 +1157,7 @@ - + @@ -1214,7 +1219,7 @@ - + @@ -1232,7 +1237,7 @@ - + @@ -1264,7 +1269,7 @@ - + @@ -1281,7 +1286,7 @@ - + @@ -1338,8 +1343,8 @@ - - + + @@ -1356,7 +1361,7 @@ - + @@ -1385,7 +1390,7 @@ - + @@ -1407,7 +1412,7 @@ - + @@ -1423,7 +1428,7 @@ - + @@ -1445,7 +1450,7 @@ - + @@ -1461,7 +1466,7 @@ - + @@ -1597,9 +1602,9 @@ - - - + + + @@ -1617,7 +1622,7 @@ - + @@ -1675,8 +1680,8 @@ - - + + @@ -1693,7 +1698,7 @@ - + @@ -1746,8 +1751,8 @@ - - + + @@ -1763,7 +1768,7 @@ - + @@ -1800,7 +1805,7 @@ - + @@ -1817,7 +1822,7 @@ - + @@ -1844,7 +1849,7 @@ - + @@ -1860,7 +1865,7 @@ - + @@ -1882,7 +1887,7 @@ - + @@ -1902,8 +1907,8 @@ - - + + @@ -1913,7 +1918,7 @@ - + @@ -1963,8 +1968,8 @@ - - + + @@ -1980,7 +1985,7 @@ - + @@ -2011,8 +2016,8 @@ - - + + @@ -2031,7 +2036,7 @@ - + @@ -2053,9 +2058,9 @@ - + - + @@ -2072,7 +2077,7 @@ - + @@ -2172,9 +2177,9 @@ - - - + + + @@ -2193,11 +2198,11 @@ - - - - - + + + + + @@ -2207,7 +2212,7 @@ - + @@ -2244,7 +2249,7 @@ - + @@ -2261,7 +2266,7 @@ - + @@ -2293,7 +2298,7 @@ - + @@ -2309,7 +2314,7 @@ - + @@ -2331,7 +2336,7 @@ - + @@ -2347,24 +2352,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -2374,7 +2379,7 @@ - + @@ -2484,7 +2489,7 @@ - + @@ -2502,7 +2507,7 @@ - + @@ -2519,8 +2524,8 @@ - - + + @@ -2537,7 +2542,7 @@ - + @@ -2559,8 +2564,8 @@ - - + + @@ -2576,7 +2581,7 @@ - + @@ -2618,8 +2623,8 @@ - - + + @@ -2635,7 +2640,7 @@ - + @@ -2662,7 +2667,7 @@ - + @@ -2674,7 +2679,7 @@ - + @@ -2711,8 +2716,8 @@ - - + + @@ -2735,7 +2740,7 @@ - + @@ -2768,9 +2773,9 @@ - - - + + + @@ -2786,7 +2791,7 @@ - + @@ -2813,7 +2818,7 @@ - + @@ -2829,7 +2834,7 @@ - + @@ -2931,10 +2936,10 @@ - - - - + + + + @@ -2951,7 +2956,7 @@ - + @@ -3013,8 +3018,8 @@ - - + + @@ -3028,7 +3033,7 @@ - + @@ -3045,7 +3050,7 @@ - + @@ -3062,7 +3067,7 @@ - + @@ -3121,7 +3126,7 @@ - + @@ -3134,7 +3139,7 @@ - + @@ -3283,10 +3288,10 @@ - - - - + + + + @@ -3305,7 +3310,7 @@ - + @@ -3331,7 +3336,7 @@ - + @@ -3345,7 +3350,7 @@ - + @@ -3362,7 +3367,7 @@ - + @@ -3374,7 +3379,7 @@ - + @@ -3442,7 +3447,7 @@ - + @@ -3459,7 +3464,7 @@ - + @@ -3712,12 +3717,12 @@ - - - - - - + + + + + + @@ -3739,7 +3744,7 @@ - + @@ -3830,7 +3835,7 @@ - + @@ -3848,7 +3853,7 @@ - + @@ -3865,7 +3870,7 @@ - + @@ -3881,7 +3886,7 @@ - + @@ -3958,8 +3963,8 @@ - - + + @@ -3978,7 +3983,7 @@ - + @@ -4099,9 +4104,9 @@ - - - + + + @@ -4119,7 +4124,7 @@ - + @@ -4169,7 +4174,7 @@ - + @@ -4184,7 +4189,7 @@ - + @@ -4211,7 +4216,7 @@ - + @@ -4224,7 +4229,7 @@ - + @@ -4341,8 +4346,8 @@ - - + + @@ -4358,7 +4363,7 @@ - + @@ -4383,8 +4388,8 @@ - - + + @@ -4429,7 +4434,7 @@ - + @@ -4459,8 +4464,8 @@ - - + + @@ -4468,7 +4473,7 @@ - + @@ -4507,16 +4512,16 @@ - - - + + + - + @@ -4553,24 +4558,24 @@ - + - + - + - + @@ -4591,7 +4596,7 @@ - + @@ -4603,7 +4608,7 @@ - + @@ -4626,15 +4631,15 @@ - - + + - + @@ -4657,15 +4662,15 @@ - - + + - + @@ -4688,15 +4693,15 @@ - - + + - + @@ -4720,17 +4725,17 @@ - - - - + + + + - + @@ -4756,14 +4761,14 @@ - + - + @@ -4796,9 +4801,9 @@ - - - + + + @@ -4810,8 +4815,8 @@ - - + + @@ -4861,8 +4866,8 @@ - - + + @@ -4872,7 +4877,7 @@ - + @@ -4893,7 +4898,7 @@ - + @@ -4924,7 +4929,7 @@ - + @@ -4935,7 +4940,7 @@ - + @@ -4948,8 +4953,8 @@ - - + + @@ -4959,7 +4964,7 @@ - + @@ -4977,7 +4982,7 @@ - + @@ -4999,7 +5004,7 @@ - + @@ -5018,7 +5023,7 @@ - + @@ -5050,7 +5055,7 @@ - + @@ -5070,7 +5075,7 @@ - + @@ -5087,7 +5092,7 @@ - + @@ -5103,7 +5108,7 @@ - + @@ -5173,8 +5178,8 @@ - - + + @@ -5194,7 +5199,7 @@ - + @@ -5231,7 +5236,7 @@ - + @@ -5250,7 +5255,7 @@ - + @@ -5272,7 +5277,7 @@ - + @@ -5289,7 +5294,7 @@ - + @@ -5311,7 +5316,7 @@ - + @@ -5345,7 +5350,7 @@ - + @@ -5382,7 +5387,7 @@ - + @@ -5399,7 +5404,7 @@ - + @@ -5420,7 +5425,7 @@ - + diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml index 640ceed1..61fe23ce 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml @@ -1,24 +1,27 @@ + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v8.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v8.xml index 6f644533..d666b738 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v8.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v8.xml @@ -1,23 +1,28 @@ - - + + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> + @@ -25,37 +30,37 @@ - - - - - - - + + + + + + + - - - - + + + + - + - + @@ -64,8 +69,8 @@ - - + + @@ -83,9 +88,9 @@ - - - + + + @@ -116,7 +121,7 @@ - + @@ -139,16 +144,16 @@ - - + + - - + + @@ -158,8 +163,8 @@ - - + + @@ -170,9 +175,9 @@ - + - + @@ -180,7 +185,7 @@ - + @@ -206,7 +211,7 @@ - + @@ -225,18 +230,18 @@ - - - - - + + + + + - + @@ -288,16 +293,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -313,7 +318,7 @@ - + @@ -350,7 +355,7 @@ - + @@ -363,7 +368,7 @@ - + @@ -380,8 +385,8 @@ - - + + @@ -423,7 +428,7 @@ - + @@ -471,8 +476,8 @@ - - + + @@ -487,7 +492,7 @@ - + @@ -519,7 +524,7 @@ - + @@ -535,7 +540,7 @@ - + @@ -557,8 +562,8 @@ - - + + @@ -575,7 +580,7 @@ - + @@ -624,9 +629,9 @@ - - - + + + @@ -644,7 +649,7 @@ - + @@ -696,11 +701,11 @@ - - - - - + + + + + @@ -716,7 +721,7 @@ - + @@ -792,7 +797,7 @@ - + @@ -845,7 +850,7 @@ - + @@ -857,7 +862,7 @@ - + @@ -910,9 +915,9 @@ - - - + + + @@ -966,7 +971,7 @@ - + @@ -981,7 +986,7 @@ - + @@ -1003,7 +1008,7 @@ - + @@ -1019,7 +1024,7 @@ - + @@ -1081,7 +1086,7 @@ - + @@ -1098,7 +1103,7 @@ - + @@ -1160,7 +1165,7 @@ - + @@ -1178,7 +1183,7 @@ - + @@ -1210,7 +1215,7 @@ - + @@ -1227,7 +1232,7 @@ - + @@ -1284,8 +1289,8 @@ - - + + @@ -1302,7 +1307,7 @@ - + @@ -1331,7 +1336,7 @@ - + @@ -1353,7 +1358,7 @@ - + @@ -1369,7 +1374,7 @@ - + @@ -1391,7 +1396,7 @@ - + @@ -1407,7 +1412,7 @@ - + @@ -1505,9 +1510,9 @@ - - - + + + @@ -1525,7 +1530,7 @@ - + @@ -1572,8 +1577,8 @@ - - + + @@ -1589,7 +1594,7 @@ - + @@ -1616,8 +1621,8 @@ - - + + @@ -1633,7 +1638,7 @@ - + @@ -1670,7 +1675,7 @@ - + @@ -1687,7 +1692,7 @@ - + @@ -1715,7 +1720,7 @@ - + @@ -1731,7 +1736,7 @@ - + @@ -1753,7 +1758,7 @@ - + @@ -1773,8 +1778,8 @@ - - + + @@ -1784,7 +1789,7 @@ - + @@ -1834,8 +1839,8 @@ - - + + @@ -1851,7 +1856,7 @@ - + @@ -1879,8 +1884,8 @@ - - + + @@ -1899,7 +1904,7 @@ - + @@ -1921,9 +1926,9 @@ - + - + @@ -1939,7 +1944,7 @@ - + @@ -2029,8 +2034,8 @@ - - + + @@ -2049,11 +2054,11 @@ - - - - - + + + + + @@ -2063,7 +2068,7 @@ - + @@ -2101,7 +2106,7 @@ - + @@ -2118,7 +2123,7 @@ - + @@ -2150,7 +2155,7 @@ - + @@ -2166,7 +2171,7 @@ - + @@ -2188,7 +2193,7 @@ - + @@ -2204,22 +2209,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -2229,7 +2234,7 @@ - + @@ -2324,7 +2329,7 @@ - + @@ -2341,7 +2346,7 @@ - + @@ -2358,8 +2363,8 @@ - - + + @@ -2376,7 +2381,7 @@ - + @@ -2398,8 +2403,8 @@ - - + + @@ -2415,7 +2420,7 @@ - + @@ -2457,8 +2462,8 @@ - - + + @@ -2474,7 +2479,7 @@ - + @@ -2501,7 +2506,7 @@ - + @@ -2513,7 +2518,7 @@ - + @@ -2545,7 +2550,7 @@ - + @@ -2567,7 +2572,7 @@ - + @@ -2600,9 +2605,9 @@ - - - + + + @@ -2618,7 +2623,7 @@ - + @@ -2645,7 +2650,7 @@ - + @@ -2661,7 +2666,7 @@ - + @@ -2764,8 +2769,8 @@ - - + + @@ -2782,7 +2787,7 @@ - + @@ -2844,8 +2849,8 @@ - - + + @@ -2859,7 +2864,7 @@ - + @@ -2876,7 +2881,7 @@ - + @@ -2893,7 +2898,7 @@ - + @@ -2952,7 +2957,7 @@ - + @@ -2964,7 +2969,7 @@ - + @@ -3098,10 +3103,10 @@ - - - - + + + + @@ -3119,7 +3124,7 @@ - + @@ -3145,7 +3150,7 @@ - + @@ -3158,7 +3163,7 @@ - + @@ -3175,7 +3180,7 @@ - + @@ -3187,7 +3192,7 @@ - + @@ -3255,7 +3260,7 @@ - + @@ -3272,7 +3277,7 @@ - + @@ -3470,10 +3475,10 @@ - - - - + + + + @@ -3493,7 +3498,7 @@ - + @@ -3569,7 +3574,7 @@ - + @@ -3586,7 +3591,7 @@ - + @@ -3603,7 +3608,7 @@ - + @@ -3619,7 +3624,7 @@ - + @@ -3697,8 +3702,8 @@ - - + + @@ -3717,7 +3722,7 @@ - + @@ -3795,9 +3800,9 @@ - - - + + + @@ -3814,7 +3819,7 @@ - + @@ -3861,7 +3866,7 @@ - + @@ -3875,7 +3880,7 @@ - + @@ -3902,7 +3907,7 @@ - + @@ -3915,7 +3920,7 @@ - + @@ -4032,8 +4037,8 @@ - - + + @@ -4049,7 +4054,7 @@ - + @@ -4074,8 +4079,8 @@ - - + + @@ -4119,7 +4124,7 @@ - + @@ -4170,16 +4175,16 @@ - - - + + + - + @@ -4216,24 +4221,24 @@ - + - + - + - + @@ -4254,14 +4259,14 @@ - + - + @@ -4284,15 +4289,15 @@ - - + + - + @@ -4315,15 +4320,15 @@ - - + + - + @@ -4346,15 +4351,15 @@ - - + + - + @@ -4378,17 +4383,17 @@ - - - - + + + + - + @@ -4414,14 +4419,14 @@ - + - + @@ -4454,8 +4459,8 @@ - - + + @@ -4466,8 +4471,8 @@ - - + + @@ -4477,7 +4482,7 @@ - + @@ -4509,7 +4514,7 @@ - + @@ -4520,7 +4525,7 @@ - + @@ -4533,8 +4538,8 @@ - - + + @@ -4544,7 +4549,7 @@ - + @@ -4562,7 +4567,7 @@ - + @@ -4584,7 +4589,7 @@ - + @@ -4603,7 +4608,7 @@ - + @@ -4620,7 +4625,7 @@ - + diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v9.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v9.xml index 142145c5..ecffb2fc 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v9.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v9.xml @@ -1,23 +1,28 @@ - - + + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + +--> + @@ -25,14 +30,14 @@ - - - - - - - - + + + + + + + + @@ -42,24 +47,24 @@ - - - - + + + + - + - + @@ -68,8 +73,8 @@ - - + + @@ -87,9 +92,9 @@ - - - + + + @@ -120,7 +125,7 @@ - + @@ -143,16 +148,16 @@ - - + + - - + + @@ -162,8 +167,8 @@ - - + + @@ -174,9 +179,9 @@ - + - + @@ -184,7 +189,7 @@ - + @@ -210,7 +215,7 @@ - + @@ -229,18 +234,18 @@ - - - - - + + + + + - + @@ -295,16 +300,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -320,7 +325,7 @@ - + @@ -369,7 +374,7 @@ - + @@ -383,7 +388,7 @@ - + @@ -400,8 +405,8 @@ - - + + @@ -443,7 +448,7 @@ - + @@ -494,8 +499,8 @@ - - + + @@ -510,7 +515,7 @@ - + @@ -542,7 +547,7 @@ - + @@ -558,7 +563,7 @@ - + @@ -583,8 +588,8 @@ - - + + @@ -602,7 +607,7 @@ - + @@ -651,9 +656,9 @@ - - - + + + @@ -671,7 +676,7 @@ - + @@ -728,11 +733,11 @@ - - - - - + + + + + @@ -748,7 +753,7 @@ - + @@ -824,7 +829,7 @@ - + @@ -877,7 +882,7 @@ - + @@ -889,7 +894,7 @@ - + @@ -947,9 +952,9 @@ - - - + + + @@ -1003,7 +1008,7 @@ - + @@ -1018,7 +1023,7 @@ - + @@ -1040,7 +1045,7 @@ - + @@ -1056,7 +1061,7 @@ - + @@ -1118,7 +1123,7 @@ - + @@ -1135,7 +1140,7 @@ - + @@ -1197,7 +1202,7 @@ - + @@ -1215,7 +1220,7 @@ - + @@ -1247,7 +1252,7 @@ - + @@ -1264,7 +1269,7 @@ - + @@ -1321,8 +1326,8 @@ - - + + @@ -1339,7 +1344,7 @@ - + @@ -1368,7 +1373,7 @@ - + @@ -1390,7 +1395,7 @@ - + @@ -1406,7 +1411,7 @@ - + @@ -1428,7 +1433,7 @@ - + @@ -1444,7 +1449,7 @@ - + @@ -1580,9 +1585,9 @@ - - - + + + @@ -1600,7 +1605,7 @@ - + @@ -1652,8 +1657,8 @@ - - + + @@ -1670,7 +1675,7 @@ - + @@ -1717,8 +1722,8 @@ - - + + @@ -1734,7 +1739,7 @@ - + @@ -1771,7 +1776,7 @@ - + @@ -1788,7 +1793,7 @@ - + @@ -1816,7 +1821,7 @@ - + @@ -1832,7 +1837,7 @@ - + @@ -1854,7 +1859,7 @@ - + @@ -1874,8 +1879,8 @@ - - + + @@ -1885,7 +1890,7 @@ - + @@ -1935,8 +1940,8 @@ - - + + @@ -1952,7 +1957,7 @@ - + @@ -1983,8 +1988,8 @@ - - + + @@ -2003,7 +2008,7 @@ - + @@ -2025,9 +2030,9 @@ - + - + @@ -2044,7 +2049,7 @@ - + @@ -2144,9 +2149,9 @@ - - - + + + @@ -2165,11 +2170,11 @@ - - - - - + + + + + @@ -2179,7 +2184,7 @@ - + @@ -2216,7 +2221,7 @@ - + @@ -2233,7 +2238,7 @@ - + @@ -2265,7 +2270,7 @@ - + @@ -2281,7 +2286,7 @@ - + @@ -2303,7 +2308,7 @@ - + @@ -2319,24 +2324,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -2346,7 +2351,7 @@ - + @@ -2456,7 +2461,7 @@ - + @@ -2474,7 +2479,7 @@ - + @@ -2491,8 +2496,8 @@ - - + + @@ -2509,7 +2514,7 @@ - + @@ -2531,8 +2536,8 @@ - - + + @@ -2548,7 +2553,7 @@ - + @@ -2590,8 +2595,8 @@ - - + + @@ -2607,7 +2612,7 @@ - + @@ -2634,7 +2639,7 @@ - + @@ -2646,7 +2651,7 @@ - + @@ -2696,7 +2701,7 @@ - + @@ -2719,7 +2724,7 @@ - + @@ -2752,9 +2757,9 @@ - - - + + + @@ -2770,7 +2775,7 @@ - + @@ -2797,7 +2802,7 @@ - + @@ -2813,7 +2818,7 @@ - + @@ -2916,10 +2921,10 @@ - - - - + + + + @@ -2936,7 +2941,7 @@ - + @@ -2998,8 +3003,8 @@ - - + + @@ -3013,7 +3018,7 @@ - + @@ -3030,7 +3035,7 @@ - + @@ -3047,7 +3052,7 @@ - + @@ -3107,7 +3112,7 @@ - + @@ -3120,7 +3125,7 @@ - + @@ -3265,10 +3270,10 @@ - - - - + + + + @@ -3287,7 +3292,7 @@ - + @@ -3313,7 +3318,7 @@ - + @@ -3327,7 +3332,7 @@ - + @@ -3344,7 +3349,7 @@ - + @@ -3356,7 +3361,7 @@ - + @@ -3424,7 +3429,7 @@ - + @@ -3441,7 +3446,7 @@ - + @@ -3653,12 +3658,12 @@ - - - - - - + + + + + + @@ -3678,7 +3683,7 @@ - + @@ -3770,7 +3775,7 @@ - + @@ -3788,7 +3793,7 @@ - + @@ -3805,7 +3810,7 @@ - + @@ -3821,7 +3826,7 @@ - + @@ -3899,8 +3904,8 @@ - - + + @@ -3919,7 +3924,7 @@ - + @@ -4040,9 +4045,9 @@ - - - + + + @@ -4060,7 +4065,7 @@ - + @@ -4110,7 +4115,7 @@ - + @@ -4125,7 +4130,7 @@ - + @@ -4152,7 +4157,7 @@ - + @@ -4165,7 +4170,7 @@ - + @@ -4282,8 +4287,8 @@ - - + + @@ -4299,7 +4304,7 @@ - + @@ -4324,8 +4329,8 @@ - - + + @@ -4370,7 +4375,7 @@ - + @@ -4400,8 +4405,8 @@ - - + + @@ -4409,7 +4414,7 @@ - + @@ -4448,16 +4453,16 @@ - - - + + + - + @@ -4494,24 +4499,24 @@ - + - + - + - + @@ -4532,7 +4537,7 @@ - + @@ -4544,7 +4549,7 @@ - + @@ -4567,15 +4572,15 @@ - - + + - + @@ -4598,15 +4603,15 @@ - - + + - + @@ -4629,15 +4634,15 @@ - - + + - + @@ -4661,17 +4666,17 @@ - - - - + + + + - + @@ -4697,14 +4702,14 @@ - + - + @@ -4737,9 +4742,9 @@ - - - + + + @@ -4751,8 +4756,8 @@ - - + + @@ -4802,8 +4807,8 @@ - - + + @@ -4813,7 +4818,7 @@ - + @@ -4834,7 +4839,7 @@ - + @@ -4865,7 +4870,7 @@ - + @@ -4876,7 +4881,7 @@ - + @@ -4889,8 +4894,8 @@ - - + + @@ -4900,7 +4905,7 @@ - + @@ -4918,7 +4923,7 @@ - + @@ -4940,7 +4945,7 @@ - + @@ -4959,7 +4964,7 @@ - + @@ -4991,7 +4996,7 @@ - + @@ -5011,7 +5016,7 @@ - + @@ -5028,7 +5033,7 @@ - + @@ -5044,7 +5049,7 @@ - + @@ -5100,8 +5105,8 @@ - - + + @@ -5121,7 +5126,7 @@ - + @@ -5158,7 +5163,7 @@ - + @@ -5177,7 +5182,7 @@ - + @@ -5199,7 +5204,7 @@ - + @@ -5216,7 +5221,7 @@ - + @@ -5238,7 +5243,7 @@ - + @@ -5272,7 +5277,7 @@ - + @@ -5309,7 +5314,7 @@ - + diff --git a/aai-schema/src/main/xjb/bindings.xjb b/aai-schema/src/main/xjb/bindings.xjb index f532391e..06fbae86 100644 --- a/aai-schema/src/main/xjb/bindings.xjb +++ b/aai-schema/src/main/xjb/bindings.xjb @@ -5,17 +5,22 @@ xmlns:xs="http://www.w3.org/2001/XMLSchema"> - + - + - + + + + + + diff --git a/aai-utils/src/test/java/org/onap/aaiutils/oxm/OxmModelLoaderTest.java b/aai-utils/src/test/java/org/onap/aaiutils/oxm/OxmModelLoaderTest.java index 190d8ee0..deb9b6ed 100644 --- a/aai-utils/src/test/java/org/onap/aaiutils/oxm/OxmModelLoaderTest.java +++ b/aai-utils/src/test/java/org/onap/aaiutils/oxm/OxmModelLoaderTest.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * org.openecomp.aai + * org.onap.aai * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ diff --git a/pom.xml b/pom.xml index f60d0d3e..965168ef 100644 --- a/pom.xml +++ b/pom.xml @@ -136,7 +136,7 @@ 5.6 -views -Xdoclint:none - org.openecomp.aai.domain.yang.*:org.openecomp.aai.util.* + org.onap.aai.domain.yang.*:org.onap.aai.util.* true -- 2.16.6