@Internal public abstract class AbstractESTask extends Object implements ESTask
Modifier and Type | Field and Description |
---|---|
protected AnyTypeDao |
anyTypeDao |
protected ESDocumentBuilder |
documentBuilder |
protected HibernateHandle |
handle |
protected long |
order |
Constructor and Description |
---|
AbstractESTask(HibernateHandle handle,
AnyTypeDao anyTypeDao,
ESDocumentBuilder documentBuilder) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getOrder() |
protected com.atlassian.bonnie.Searchable |
getSearchable() |
int |
hashCode() |
void |
setOrder(long order)
Set order of the task used for optimistic concurrency control
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDescription
convertToJournalEntry
protected final HibernateHandle handle
protected final AnyTypeDao anyTypeDao
protected final ESDocumentBuilder documentBuilder
protected long order
public AbstractESTask(HibernateHandle handle, AnyTypeDao anyTypeDao, ESDocumentBuilder documentBuilder)
protected com.atlassian.bonnie.Searchable getSearchable()
public void setOrder(long order)
ESTask
public long getOrder()
Copyright © 2003–2016 Atlassian. All rights reserved.