| |
|
| java.lang.Object info.jtrac.domain.AbstractItem info.jtrac.domain.History
History | public class History extends AbstractItem (Code) | | Any updates to an Item (even a new insert) causes a snapshot of
the item to be stored in the History table.
In this way for each Item, a History view is available which
shows the diffs, who made changes and when, etc.
|
History | public History(Item item)(Code) | | this is used a) when creating snapshot of item when inserting history
and b) to create snapshot of item when editing item in which case
the status, loggedBy and assignedTo fields are additionally tweaked
|
createDocument | public Document createDocument()(Code) | | Lucene DocumentCreator implementation
|
getIndex | public int getIndex()(Code) | | |
setActualEffort | public void setActualEffort(Double actualEffort)(Code) | | |
|
|
|