psdi.app.relation

Interface RelationRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    Relation


    public interface RelationRemote
    extends MboRemote
    Remote Interface to the Relation object.
    • Field Detail

      • COMPRELATION

        static final java.lang.String COMPRELATION
        Identifier of the Relationship that is complementary to the current relationship. Parent relation is complementary to child relation. Complementary relationship can exists only between two unidirectional relationships
        MAXTYPE: UPPER
        CLASSNAME: psdi.app.relation.FldRelationCompRelation
        See Also:
        Constant Field Values
      • DESCRIPTION

        static final java.lang.String DESCRIPTION
        Description of the Relationship
        MAXTYPE: ALN
        CLASSNAME:
        See Also:
        Constant Field Values
      • DESCRIPTION_LONGDESCRIPTION

        static final java.lang.String DESCRIPTION_LONGDESCRIPTION
        Long description for DESCRIPTION
        MAXTYPE: LONGALN
        CLASSNAME:
        See Also:
        Constant Field Values
      • HASLD

        static final java.lang.String HASLD
        Boolean flag to indicate if there is any long description for this record.
        MAXTYPE: YORN
        CLASSNAME:
        See Also:
        Constant Field Values
      • IMPORTED

        static final java.lang.String IMPORTED
        Indicates if this relation was populated by an external source or not.
        MAXTYPE: YORN
        CLASSNAME:
        See Also:
        Constant Field Values
      • ISLINEARREF

        static final java.lang.String ISLINEARREF
        If checked, Maximo will create a feature instance each time this relationship is applied to a linear asset. That feature instance will be identified as a reference point and can be used to locate work.
        MAXTYPE: YORN
        CLASSNAME:
        See Also:
        Constant Field Values
      • RELATIONID

        static final java.lang.String RELATIONID
        Unique Id
        MAXTYPE: INTEGER
        CLASSNAME:
        See Also:
        Constant Field Values
      • RELATIONNUM

        static final java.lang.String RELATIONNUM
        Relationship identifier
        MAXTYPE: UPPER
        CLASSNAME:
        See Also:
        Constant Field Values
      • TYPE

        static final java.lang.String TYPE
        Type of the relationship. A relationship can be unidirectional or bidirectional. Parent - Child relationships are unidirectional where as relationships like connected to, intersects etc. are bidirectional
        MAXTYPE: UPPER
        CLASSNAME: psdi.app.relation.FldRelationType
        See Also:
        Constant Field Values
      • USEWITH

        static final java.lang.String USEWITH
        Use WIth
        MAXTYPE: UPPER
        CLASSNAME: psdi.app.relation.RelationFldUseWith
        See Also:
        Constant Field Values