Package org.deidentifier.arx.gui.model
Klasse ModelAuditTrailEntry
java.lang.Object
org.deidentifier.arx.gui.model.ModelAuditTrailEntry
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
ModelAuditTrailEntry.AuditTrailEntryFindReplace
This class implements an entry for the audit trail. Actions that are logged should
extend this abstract base class.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classFind and replace entry -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ModelAuditTrailEntrycreatefindReplaceEntry(String attribute, String searchString, String replacementString) Returns an entry for the according action
-
Konstruktordetails
-
ModelAuditTrailEntry
public ModelAuditTrailEntry()
-
-
Methodendetails
-
createfindReplaceEntry
public static ModelAuditTrailEntry createfindReplaceEntry(String attribute, String searchString, String replacementString) Returns an entry for the according action- Parameter:
attribute-searchString-replacementString-- Gibt zurück:
-