Searched defs:UpdateLogEntry (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DUpdateLogEntry.java30 public class UpdateLogEntry { class
46 public UpdateLogEntry setId(String id) {
55 public UpdateLogEntry setStatus(UpdateManagerImpl.UpdateStatus status) {
64 public UpdateLogEntry setStatusMessage(String statusMessage) {
73 public UpdateLogEntry setCompletedTasks(int completedTasks) {
82 public UpdateLogEntry setTotalTasks(int totalTasks) {
91 public UpdateLogEntry setStartDate(String startDate) {
100 public UpdateLogEntry setEndDate(String endDate) {
109 public UpdateLogEntry setUserName(String userName) {
118 public UpdateLogEntry setNodeI
[all...]

Completed in 31 milliseconds