Maximo API Client - v0.9.01
    Preparing search index...

    Interface MaxApp

    MaxApps model and related child models for MXL_APPS object structure Generated from MAXATTRIBUTECFG CSV

    interface MaxApp {
        href: string;
        "rdf:about": string;
        app?: string;
        description?: string;
        apptype?: string;
        restrictions?: string;
        orderby?: string;
        originalapp?: string;
        custapptype?: string;
        maintbname?: string;
        maxappsid?: number;
        groupname?: string;
        read?: boolean;
        insert?: boolean;
        save?: boolean;
        delete?: boolean;
        module?: string;
        keyattribute?: string;
        viewport?: string;
        ismobile?: boolean;
        lockenabled?: boolean;
        hasld?: boolean;
        description_longdescription?: string;
        langcode?: string;
        template?: string;
        maxpresentation?: MaxPresentation[];
        sigoption?: SigOption[];
        appdoctype?: AppDocType[];
        "dcterms:title"?: string;
        "dcterms:identifier"?: string;
        allowedactions?: AllowedActions;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    href: string

    URI that identifies the resource

    "rdf:about": string
    app?: string
    description?: string
    apptype?: string
    restrictions?: string
    orderby?: string
    originalapp?: string
    custapptype?: string
    maintbname?: string
    maxappsid?: number
    groupname?: string
    read?: boolean
    insert?: boolean
    save?: boolean
    delete?: boolean
    module?: string
    keyattribute?: string
    viewport?: string
    ismobile?: boolean
    lockenabled?: boolean
    hasld?: boolean
    description_longdescription?: string
    langcode?: string
    template?: string
    maxpresentation?: MaxPresentation[]
    sigoption?: SigOption[]
    appdoctype?: AppDocType[]
    "dcterms:title"?: string
    "dcterms:identifier"?: string
    allowedactions?: AllowedActions