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

    Interface MaxIntObjectDetail

    interface MaxIntObjectDetail {
        intobjectname?: string;
        objectname?: string;
        relation?: string;
        objectorder?: number;
        processorder?: number;
        tablelevel?: string;
        userdefined?: string;
        changeby?: string;
        changedate?: string;
        ifacename?: string;
        maxintobjdetailid?: number;
        objectid?: number;
        parentobjid?: number;
        hierarchypath?: string;
        parentobjname?: string;
        haschildren?: string;
        hasparent?: string;
        description?: string;
        altkey?: string;
        relationjoinrequired?: string;
        relationcardinality?: string;
        excludeparentkey?: string;
        deleteoncreate?: string;
        propagateevent?: string;
        invokeexecute?: string;
        fdresource?: string;
        skipkeyupdate?: string;
        excludebydefault?: string;
        licensenum?: string;
        skipdeleteonreplace?: string;
        graphtypename?: string;
        href?: string;
        "rdf:about"?: string;
        "dcterms:title"?: string;
        "dcterms:identifier"?: string;
        allowedactions?: AllowedActions;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    intobjectname?: string

    INtOBJECTNAME

    objectname?: string

    Identifies a Maximo Business Object (MBO).

    relation?: string

    Where clause used to navigate from a parent MBO to a child MBO. Relationships are predefined in Maximo. Applies only to standard (non-merged) integration objects.

    objectorder?: number

    Sequence in which the MEA processes child MBOs with the same parent MBO. This number is assigned when a user adds a child MBO. You can change this value in user-defined, but not in predefined (MEA-supplied), integration objects. Applies only to standard (non-merged) integration objects.

    processorder?: number

    PROCESSORDER

    tablelevel?: string

    TABLELEVEL

    userdefined?: string

    Specifies whether the corresponding object was predefined (MEA-supplied) or added by a user. If the check box is selected, a user created the object.

    changeby?: string

    CHANGEBY

    changedate?: string

    CHANGEDATE

    ifacename?: string

    IFACENAME

    maxintobjdetailid?: number

    Unique Identifier

    objectid?: number

    Object Detail Id

    parentobjid?: number

    Parent Object Detail Id

    hierarchypath?: string

    The parent object details of the current object detail node

    parentobjname?: string

    Parent ObjectName

    haschildren?: string

    Does this Object Detail have children?

    hasparent?: string

    Does this Object Detail belong to a parent Object Deatil?

    description?: string

    Description of object. Used only with Reporting Object Structures.

    altkey?: string

    A unique index that the integration framework uses to find a record in the system in place of the primary key for the object. Use an alternate key if the primary key is not known by the external system. Define the alternate key as a MAXIMO index in the Database Configuration application.

    relationjoinrequired?: string

    Nonpersistent field used to populate maxrelationship.dbjoinrequired for Reporting Object Structures

    relationcardinality?: string

    Nonpersistent field used to populate maxrelationship.cardinality for Reporting Object Structures

    excludeparentkey?: string

    Exclude key field attributes of the parent object for the selected child object

    deleteoncreate?: string

    Delete auto-generated data for selected child object

    propagateevent?: string

    Propagate Event

    invokeexecute?: string

    Invoke Execute on Non-persistent Object

    fdresource?: string

    Federated Resource Name

    skipkeyupdate?: string

    When selected, when new primary key values are received, the values are not updated in the Maximo database and the original primary key values are retained.

    excludebydefault?: string

    Exclude Attributes

    licensenum?: string

    License

    skipdeleteonreplace?: string

    Skip delete of the objects not presented in payload for replace operation.

    graphtypename?: string

    Graph Type Name

    href?: string

    URI that identifies the resource

    "rdf:about"?: string
    "dcterms:title"?: string
    "dcterms:identifier"?: string
    allowedactions?: AllowedActions