Interface IAuditRecord

    • Method Detail

      • auditPropertyFactory

        com4j.Com4jObject auditPropertyFactory()

        The AuditPropertyFactory Object for the current AuditRecord.

        Getter method for the COM property "AuditPropertyFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • action

        String action()

        The name of the action that caused the tracked change.

        Getter method for the COM property "Action"

        Returns:
        Returns a value of type java.lang.String
      • entityType

        String entityType()

        The type of the entity that changed.

        Getter method for the COM property "EntityType"

        Returns:
        Returns a value of type java.lang.String
      • entityID

        String entityID()

        The ID of the entity that changed.

        Getter method for the COM property "EntityID"

        Returns:
        Returns a value of type java.lang.String
      • userName

        String userName()

        The username of the user who performed the action.

        Getter method for the COM property "UserName"

        Returns:
        Returns a value of type java.lang.String
      • sessionID

        int sessionID()

        The Quality Center Session ID under which the action was performed.

        Getter method for the COM property "SessionID"

        Returns:
        Returns a value of type int
      • time

        String time()

        The time stamp of the change according to the database server clock.

        Getter method for the COM property "Time"

        Returns:
        Returns a value of type java.lang.String
      • contextID

        int contextID()

        For HP use. Get Context Action id

        Getter method for the COM property "ContextID"

        Returns:
        Returns a value of type int
      • description

        String description()

        The description of the audited change.

        Getter method for the COM property "Description"

        Returns:
        Returns a value of type java.lang.String
      • actionID

        int actionID()

        The ID of the AuditRecord.

        Getter method for the COM property "ActionID"

        Returns:
        Returns a value of type int