Interface IAuditRecordData
-
- All Superinterfaces:
com4j.Com4jObject
public interface IAuditRecordData extends com4j.Com4jObjectCustom audit events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringaction()The action for which a custom audit is required.voidaction(String pVal)The action for which a custom audit is required.Stringdescription()The description of the custom audit event.voiddescription(String pVal)The description of the custom audit event.StringentityID()The ID of the entity for which a custom audit is required.voidentityID(String pVal)The ID of the entity for which a custom audit is required.StringentityType()The type of the entity for which a custom audit is required.voidentityType(String pVal)The type of the entity for which a custom audit is required.
-
-
-
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.
-
-