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

    Interface MaxIntObject

    interface MaxIntObject {
        intobjectname?: string;
        description?: string;
        selfreferencing?: string;
        userdefined?: string;
        changeby?: string;
        changedate?: string;
        description_longdescription?: string;
        maxintobjectid?: number;
        xmldata?: string;
        langcode?: string;
        hasld?: string;
        defclass?: string;
        procclass?: string;
        queryonly?: string;
        configurable?: string;
        flatsupported?: string;
        usewith?: string;
        aliasconflict?: string;
        usewithdescription?: string;
        messagetype?: string;
        responsexml?: string;
        app?: string;
        authapp?: string;
        searchattrs?: string;
        copyauthapp?: string;
        copygroupauth?: string;
        useossecurity?: string;
        loadqueryfromapp?: string;
        autopagingthreshold?: number;
        timelineattribute?: string;
        restrictwhere?: string;
        queryapps?: string;
        tags?: string;
        primaryapi?: string;
        module?: string;
        internal?: string;
        completehierarchy?: string;
        graphtype?: string;
        graphtypename?: string;
        maxintobjdetail?: MaxIntObjectDetail[];
        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

    Identifies the integration object. This value must be unique.

    description?: string

    Describes the integration object. To enter or view additional information, click the Long Description button.

    selfreferencing?: string

    SELFREFERENCING

    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

    description_longdescription?: string

    DESCRIPTION_LONGDESCRIPTION

    maxintobjectid?: number

    Unique Identifier

    xmldata?: string

    XML representation of the selected integration object. It reflects the included and excluded persistent, non-persistent.

    langcode?: string

    Language Column

    hasld?: string

    Boolean flag to indicate if there is any long description for this record

    defclass?: string

    Path to a Java class file that contains outbound processing and filtering code. This is a processing class that is typically used to filter the content of any MOS created by Maximo. It is applicable only for Publishing and/ or filtering query responses. This class is not always required

    procclass?: string

    Path to a Java class file that contains Inbound processing code. This is a processing class that facilitates the creation/ update of the MBOs that constitute the MOS. Note that this class does not contain any processing logic for query support it is only for facilitating Content Management (Create/ Update/ Delete) Services. This class is not always required.

    queryonly?: string

    This is a Boolean indicator identifying if the MOS can be used to create/ update Maximo MBOs

    configurable?: string

    Identifies if the MOS is configurable i.e. if the user can Add/ Modify any of the MOS properties.This flag will always be 'Y' for all user-defined MOSs.

    flatsupported?: string

    This is a Boolean indicator identifying if the MOS supports Flat File/ Interface table processing. This defaults to 'N

    usewith?: string

    Indicates from where in Maximo the Maximo Object Structure is accessible. Possible values include: ALL, INTEGRATION and DEPLOYMENT MGR. If you choose ALL, the MOS can be used from any Maximo application. If you choose INTEGRATION, the template is available from the INTEGRATION applications, but cannot be used in other app. Chosing either DEPLOYMENT MGR or someother app limits the use of the MOS to within that specific application. Click the Select Value button to indicate from where the MOS can be accessed.

    aliasconflict?: string

    Identifies the status of the Alias Validation Process

    usewithdescription?: string

    UseWith Description

    messagetype?: string

    Message type. The Value of this field comes from SYNONYMDOMAIN "MESSAGETYPE"

    responsexml?: string

    XML representation of the selected integration object. It reflects the included and excluded persistent, non-persistent.

    app?: string

    The application using this object structure. Only applies to report object structures.

    authapp?: string

    The specified application can authorize inbound queue-based or synchronous integration messages to this object structure. The application can also authorize export of data from this object structure.

    searchattrs?: string

    Search Attributes.

    copyauthapp?: string

    Copy from Application.

    copygroupauth?: string

    Copy Group Authorization

    useossecurity?: string

    Use Object Structure for Authorization Name

    loadqueryfromapp?: string

    Load Query From All Apps

    autopagingthreshold?: number

    Auto Paging Threshold

    timelineattribute?: string

    Time-Line Attribute

    restrictwhere?: string

    Data restriction condition

    queryapps?: string

    Query Apps

    tags?: string

    Tags

    primaryapi?: string

    Indicates whether this object structure is for a primary API. A primary API is provided with your Maximo system and is the preferred API for the associated Maximo business objects. If an object structure that is designated as a primary API exists, use that object structure for all interactions with the associated Maximo business objects.

    module?: string

    The name of the module. The name must match the name of the module that is used for the associated Maximo application.

    internal?: string

    Indicates whether the object structure is internal. An internal object structure is typically used for system-level features and data, such as administrative and configuration data. You cannot configure an internal object structure for integration.

    completehierarchy?: string

    For self-referencing Object Stuctures publish complete hierarchy when unchecked data is published in a two level hierarchy.

    graphtype?: string

    Graph Type

    graphtypename?: string

    Graph Type Name

    maxintobjdetail?: MaxIntObjectDetail[]

    Child object details for this integration object

    href?: string

    URI that identifies the resource

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