Interface AuditDefinition
public interface AuditDefinition
The audit definition contains the necessary meta information and description of its related
AuditInstance
which also
includes the optional list of necessary parameters available within the payload of the instance.- Author:
- Micha Kiener
-
Method Summary
Modifier and Type Method Description java.lang.String
getDeploymentId()
java.lang.String
getId()
java.lang.String
getKey()
java.lang.String
getTenantId()
int
getVersion()
-
Method Details
-
getId
java.lang.String getId() -
getKey
java.lang.String getKey() -
getVersion
int getVersion() -
getDeploymentId
java.lang.String getDeploymentId() -
getTenantId
java.lang.String getTenantId()
-