Package io.vertigo.audit.trace
Class TraceCriteria
- java.lang.Object
-
- io.vertigo.audit.trace.TraceCriteria
-
- All Implemented Interfaces:
DtObject,Serializable
public final class TraceCriteria extends Object implements DtObject
This class defines the Audit Trace for an Object.- Author:
- xdurand
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TraceCriteriaBuilderbuilder()Static method factory for AuditTraceCriteriaBuilderStringgetCategory()InstantgetEndBusinessDate()InstantgetEndExecutionDate()LonggetItem()InstantgetStartBusinessDate()InstantgetStartExecutionDate()StringgetUsername()StringtoString()
-
-
-
Method Detail
-
builder
public static TraceCriteriaBuilder builder()
Static method factory for AuditTraceCriteriaBuilder- Returns:
- AuditTraceCriteriaBuilder
-
getCategory
public String getCategory()
- Returns:
- the category
-
getUsername
public String getUsername()
- Returns:
- the user
-
getStartBusinessDate
public Instant getStartBusinessDate()
- Returns:
- the startBusinessDate
-
getEndBusinessDate
public Instant getEndBusinessDate()
- Returns:
- the endBusinessDate
-
getStartExecutionDate
public Instant getStartExecutionDate()
- Returns:
- the startExecutionDate
-
getEndExecutionDate
public Instant getEndExecutionDate()
- Returns:
- the endExecutionDate
-
getItem
public Long getItem()
- Returns:
- the item
-
-