psdi.app.actualci

Class ActCIRelation

  • java.lang.Object
  • All Implemented Interfaces:
    java.rmi.Remote, ActCIRelationRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class ActCIRelation
    extends Mbo
    implements ActCIRelationRemote
    MBO object to represent ActCIRelation. See Actual Configuration Item package description for details.

    This is a system level object.

    The key attribute for this object is: sourceci, targetci, relationum.

    The attributes in this object are as follows:

    Attribute NameDescription
    CIRelationIDUnique ID
    SourceCIIdentifier of the source Actual CI that has a relation with the target Actual CI
    TargetCIIdentifier of the target Actual CI that has a relation with the source Actual CI
    RelationNumIdentifier of the relationship that exists between the source CI and target CI
    ChangeByName of the user who last modified CI Relationship. This attribute defaults to the current user unless another value is provided.
    ChangeDateChange Date of relationship between CIs.This attribute defaults to the MXServer date/time unless another value is provided.
    AncestorCIIf this relation is a containment relation then this colim would identify the to level Actual CI in that containment tree
    SourceCIGUIDSource Actual CI GUID
    TargetCIGUIDTarget Actual CI GUID
    • Constructor Detail

      • ActCIRelation

        public ActCIRelation(MboSet ms)
                      throws java.rmi.RemoteException
        Constructs the ActCIRelation object.
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException