Expression Language Reference
    Preparing search index...

    Interface ImportInputMeta

    Input Document Metadata Object Contains metadata information about the input

    interface ImportInputMeta {
        contentType?: string;
        documentUuid?: string;
        fullname?: string;
        isFragment?: boolean;
        lastModified?: string | Date;
        name?: string;
        page?: number;
        parentName?: string;
        parentUuid?: string;
        size?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    contentType?: string

    Content Type of document

    documentUuid?: string

    UUID of document

    fullname?: string

    Name of document (including parent name when document is a fragment)

    isFragment?: boolean

    Is this Input a Document Fragment ?

    lastModified?: string | Date
    name?: string

    Name of document

    page?: number

    Page Numer

    parentName?: string

    Name of parent document (Fragments only)

    parentUuid?: string

    UUID of parent document (Fragments only)

    size?: number

    Size of Document