public class BackgroundOperationMonitor extends Object implements Serializable
| Constructor and Description |
|---|
BackgroundOperationMonitor() |
BackgroundOperationMonitor(String taskId,
float progress,
State state,
Throwable errorCause,
String submitter,
Date startTime,
Date endTime,
boolean inBackground,
boolean abort,
boolean hidden,
org.gcube.portlets.user.td.widgetcommonevent.shared.operations.UIOperationsId operationId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String tabularResourceId,
String tabularResourceName) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndTime() |
Throwable |
getErrorCause() |
org.gcube.portlets.user.td.widgetcommonevent.shared.operations.UIOperationsId |
getOperationId() |
float |
getProgress() |
Date |
getStartTime() |
State |
getState() |
String |
getSubmitter() |
String |
getTabularResourceId() |
String |
getTabularResourceName() |
String |
getTaskId() |
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
getTrId() |
boolean |
isAbort() |
boolean |
isHidden() |
boolean |
isInBackground() |
void |
setAbort(boolean abort) |
void |
setEndTime(Date endTime) |
void |
setErrorCause(Throwable errorCause) |
void |
setHidden(boolean hidden) |
void |
setInBackground(boolean inBackground) |
void |
setOperationId(org.gcube.portlets.user.td.widgetcommonevent.shared.operations.UIOperationsId operationId) |
void |
setProgress(float progress) |
void |
setStartTime(Date startTime) |
void |
setState(State state) |
void |
setSubmitter(String submitter) |
void |
setTabularResourceId(String tabularResourceId) |
void |
setTabularResourceName(String tabularResourceName) |
void |
setTaskId(String taskId) |
void |
setTrId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
String |
toString() |
public BackgroundOperationMonitor()
public BackgroundOperationMonitor(String taskId, float progress, State state, Throwable errorCause, String submitter, Date startTime, Date endTime, boolean inBackground, boolean abort, boolean hidden, org.gcube.portlets.user.td.widgetcommonevent.shared.operations.UIOperationsId operationId, org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, String tabularResourceId, String tabularResourceName)
taskId - progress - state - errorCause - submitter - startTime - endTime - inBackground - abort - hidden - operationId - trId - tabularResourceId - tabularResourceName - public org.gcube.portlets.user.td.widgetcommonevent.shared.operations.UIOperationsId getOperationId()
public void setOperationId(org.gcube.portlets.user.td.widgetcommonevent.shared.operations.UIOperationsId operationId)
public String getTaskId()
public void setTaskId(String taskId)
public boolean isInBackground()
public void setInBackground(boolean inBackground)
public boolean isAbort()
public void setAbort(boolean abort)
public org.gcube.portlets.user.td.widgetcommonevent.shared.TRId getTrId()
public void setTrId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
public boolean isHidden()
public void setHidden(boolean hidden)
public String getTabularResourceName()
public void setTabularResourceName(String tabularResourceName)
public float getProgress()
public void setProgress(float progress)
public State getState()
public void setState(State state)
public Throwable getErrorCause()
public void setErrorCause(Throwable errorCause)
public String getSubmitter()
public void setSubmitter(String submitter)
public Date getStartTime()
public void setStartTime(Date startTime)
public Date getEndTime()
public void setEndTime(Date endTime)
public String getTabularResourceId()
public void setTabularResourceId(String tabularResourceId)
Copyright © 2016. All Rights Reserved.