public class WorkflowLogEntry extends Object
Constructor and Description |
---|
WorkflowLogEntry(String uid,
String name,
String type,
String submitter,
String status,
Date startDate,
String description,
String scope) |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(LogEntryLevel level,
String message) |
void |
addEntry(TaskLogEntry entry) |
String |
getAuthor() |
String |
getDescription() |
Date |
getEndDate() |
List<TaskLogEntry> |
getEntries() |
String |
getName() |
String |
getScope() |
Date |
getStartDate() |
String |
getStatus() |
String |
getSubmitter() |
String |
getType() |
String |
getUid() |
void |
persistLog() |
void |
setStatus(String status) |
public void addEntry(TaskLogEntry entry)
public void addEntry(LogEntryLevel level, String message)
public void persistLog()
public String getUid()
public String getName()
public String getAuthor()
public Date getStartDate()
public String getSubmitter()
public String getStatus()
public void setStatus(String status)
public Date getEndDate()
public String getType()
public String getDescription()
public String getScope()
public List<TaskLogEntry> getEntries()
Copyright © 2015. All Rights Reserved.