@finos/legend-application-studio
Version:
Legend Studio application core
28 lines • 1.98 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 { type HostedService, type FunctionActivator, type Ownership, type DeploymentOwner, type UserList } from '@finos/legend-graph';
export declare const hostedService_setDocumentation: (hostedService: HostedService, val: string) => void;
export declare const hostedService_setAutoActivateUpdates: (hostedService: HostedService, val: boolean) => void;
export declare const hostedService_setPattern: (hostedService: HostedService, val: string) => void;
export declare const hostedService_removePatternParameter: (hostedService: HostedService, value: string) => void;
export declare const hostedService_setStoreModel: (hostedService: HostedService, val: boolean) => void;
export declare const hostedService_setGenerateLineage: (hostedService: HostedService, val: boolean) => void;
export declare const activator_setOwnership: (activator: FunctionActivator, value: Ownership) => void;
export declare const activator_setDeploymentOwner: (deploymentOwner: DeploymentOwner, value: string) => void;
export declare const activator_addUserOwner: (userList: UserList, value: string) => void;
export declare const activator_updateUserOwnership: (userList: UserList, value: string, index: number) => void;
export declare const activator_deleteValueFromUserOwnership: (userList: UserList, index: number) => void;
//# sourceMappingURL=DSL_FunctionActivator_GraphModifierHelper.d.ts.map