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