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
      String action()
      The action for which a custom audit is required.
      void action​(String pVal)
      The action for which a custom audit is required.
      String description()
      The description of the custom audit event.
      void description​(String pVal)
      The description of the custom audit event.
      String entityID()
      The ID of the entity for which a custom audit is required.
      void entityID​(String pVal)
      The ID of the entity for which a custom audit is required.
      String entityType()
      The type of the entity for which a custom audit is required.
      void entityType​(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

        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​(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

        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​(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

        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​(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

        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​(String pVal)

        The description of the custom audit event.

        Setter method for the COM property "Description"

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