02-15-2011 07:39 AM
02-15-2011 07:44 AM
public void markEnded(String deleteReason) {
this.deleteReason = deleteReason;
this.endTime = ClockUtil.getCurrentTime();
this.durationInMillis = endTime.getTime() - startTime.getTime();
}
02-15-2011 08:25 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.