salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
11 lines (10 loc) • 676 B
TypeScript
import { DefaultMetadataType } from './defaultMetadataType';
export declare class CustomObjectTranslationSubtypeMetadataType extends DefaultMetadataType {
getAggregateMetadataName(): string;
getFullNameFromFilePath(filePath: string): string;
getAggregateFullNameFromFilePath(filePath: string): string;
getAggregateMetadataFilePathFromWorkspacePath(filePath: string): string;
getAggregateFullNameFromWorkspaceFullName(workspaceFullName: string): string;
sourceMemberFullNameCorrespondsWithWorkspaceFullName(sourceMemberFullName: string, workspaceFullName: string): boolean;
getAggregateFullNameFromComponentFailure(componentFailure: any): string;
}