@finos/legend-extension-dsl-data-space
Version:
Legend extension for Data Space DSL
38 lines • 2.92 kB
TypeScript
/**
* Copyright (c) 2020-present, Goldman Sachs
*
* 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.
*/
import { V1_DataSpace } from './v1/model/packageableElements/dataSpace/V1_DSL_DataSpace_DataSpace.js';
import { type PlainObject } from '@finos/legend-shared';
import { type V1_ElementProtocolClassifierPathGetter, type V1_ElementProtocolDeserializer, type V1_ElementProtocolSerializer, type V1_ElementTransformer, type V1_PackageableElement, type V1_PureModelContextData, type DSL_Mapping_PureProtocolProcessorPlugin_Extension, type V1_MappingIncludeBuilder, type V1_MappingIncludeTransformer, type V1_MappingIncludeProtocolSerializer, type V1_MappingIncludeProtocolDeserializer, type V1_MappingIncludeIdentifierBuilder, type V1_SavedQueryExecutionBuilder, type V1_ElementPointerType, PureProtocolProcessorPlugin, V1_ElementBuilder } from '@finos/legend-graph';
export declare const DATA_SPACE_ELEMENT_CLASSIFIER_PATH = "meta::pure::metamodel::dataSpace::DataSpace";
export declare const DATA_SPACE_ELEMENT_POINTER = "DATASPACE";
export declare class DSL_DataSpace_PureProtocolProcessorPlugin extends PureProtocolProcessorPlugin implements DSL_Mapping_PureProtocolProcessorPlugin_Extension {
constructor();
V1_getExtraElementBuilders(): V1_ElementBuilder<V1_PackageableElement>[];
V1_getExtraSystemModels(): PlainObject<V1_PureModelContextData>[];
V1_getExtraElementClassifierPathGetters(): V1_ElementProtocolClassifierPathGetter[];
V1_getExtraElementPointerTypes(): V1_ElementPointerType[];
V1_getExtraElementProtocolSerializers(): V1_ElementProtocolSerializer[];
V1_getExtraElementProtocolDeserializers(): V1_ElementProtocolDeserializer[];
V1_getExtraElementTransformers(): V1_ElementTransformer[];
V1_getExtraMappingIncludeBuilders(): V1_MappingIncludeBuilder[];
V1_getExtraMappingIncludeTransformers(): V1_MappingIncludeTransformer[];
V1_getExtraMappingIncludeProtocolSerializers(): V1_MappingIncludeProtocolSerializer[];
V1_getExtraMappingIncludeProtocolDeserializers(): V1_MappingIncludeProtocolDeserializer[];
V1_getExtraMappingIncludeIdentifierBuilders(): V1_MappingIncludeIdentifierBuilder[];
V1_getExtraSavedQueryExecutionBuilder(): V1_SavedQueryExecutionBuilder[];
}
export declare const extractDataSpaceTaxonomyNodes: (json: PlainObject<V1_DataSpace>) => string[];
//# sourceMappingURL=DSL_DataSpace_PureProtocolProcessorPlugin.d.ts.map