Class WfHistoryEventDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.wf.WfHistoryEventDto
-
- All Implemented Interfaces:
Serializable
,Comparable<WfHistoryEventDto>
public class WfHistoryEventDto extends Object implements Comparable<WfHistoryEventDto>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_EVENT
static String
F_TIMESTAMP
static String
F_TIMESTAMP_FORMATTED
-
Constructor Summary
Constructors Constructor Description WfHistoryEventDto(String entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(WfHistoryEventDto o)
String
getEvent()
Date
getTimestamp()
String
getTimestampFormatted()
-
-
-
Field Detail
-
F_TIMESTAMP
public static final String F_TIMESTAMP
- See Also:
- Constant Field Values
-
F_TIMESTAMP_FORMATTED
public static final String F_TIMESTAMP_FORMATTED
- See Also:
- Constant Field Values
-
F_EVENT
public static final String F_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WfHistoryEventDto
public WfHistoryEventDto(String entry)
-
-
Method Detail
-
getTimestampFormatted
public String getTimestampFormatted()
-
getTimestamp
public Date getTimestamp()
-
getEvent
public String getEvent()
-
compareTo
public int compareTo(WfHistoryEventDto o)
- Specified by:
compareTo
in interfaceComparable<WfHistoryEventDto>
-
-