Interface IAuditRecordData

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IAuditRecordData
    extends com4j.Com4jObject
    Custom audit events.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String action()
      The action for which a custom audit is required.
      void action​(java.lang.String pVal)
      The action for which a custom audit is required.
      java.lang.String description()
      The description of the custom audit event.
      void description​(java.lang.String pVal)
      The description of the custom audit event.
      java.lang.String entityID()
      The ID of the entity for which a custom audit is required.
      void entityID​(java.lang.String pVal)
      The ID of the entity for which a custom audit is required.
      java.lang.String entityType()
      The type of the entity for which a custom audit is required.
      void entityType​(java.lang.String pVal)
      The type of the entity for which a custom audit is required.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • action

        java.lang.String action()

        The action for which a custom audit is required.

        Getter method for the COM property "Action"

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

        void action​(java.lang.String pVal)

        The action for which a custom audit is required.

        Setter method for the COM property "Action"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • entityID

        java.lang.String entityID()

        The ID of the entity for which a custom audit is required.

        Getter method for the COM property "EntityID"

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

        void entityID​(java.lang.String pVal)

        The ID of the entity for which a custom audit is required.

        Setter method for the COM property "EntityID"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • entityType

        java.lang.String entityType()

        The type of the entity for which a custom audit is required.

        Getter method for the COM property "EntityType"

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

        void entityType​(java.lang.String pVal)

        The type of the entity for which a custom audit is required.

        Setter method for the COM property "EntityType"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • description

        java.lang.String description()

        The description of the custom audit event.

        Getter method for the COM property "Description"

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

        void description​(java.lang.String pVal)

        The description of the custom audit event.

        Setter method for the COM property "Description"

        Parameters:
        pVal - Mandatory java.lang.String parameter.