public class ContentReviewItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NOT_SUBMITTED |
static Long |
NOT_SUBMITTED_CODE |
static String |
REPORT_ERROR_NO_RETRY |
static Long |
REPORT_ERROR_NO_RETRY_CODE |
static String |
REPORT_ERROR_RETRY |
static Long |
REPORT_ERROR_RETRY_CODE |
static String |
SUBMISSION_ERROR_NO_RETRY |
static Long |
SUBMISSION_ERROR_NO_RETRY_CODE |
static String |
SUBMISSION_ERROR_RETRY |
static Long |
SUBMISSION_ERROR_RETRY_CODE |
static Long |
SUBMISSION_ERROR_RETRY_EXCEEDED |
static String |
SUBMISSION_ERROR_USER_DETAILS |
static Long |
SUBMISSION_ERROR_USER_DETAILS_CODE |
static String |
SUBMITTED_AWAITING_REPORT |
static Long |
SUBMITTED_AWAITING_REPORT_CODE |
static String |
SUBMITTED_REPORT_AVAILABLE |
static Long |
SUBMITTED_REPORT_AVAILABLE_CODE |
| Constructor and Description |
|---|
ContentReviewItem()
Default constructor
|
ContentReviewItem(String contentId)
Minimal constructor
|
ContentReviewItem(String userId,
String siteId,
String taskId,
String contentId,
Date dateQueued,
Long status)
Constructor for a newly queued item
|
ContentReviewItem(String userId,
String siteId,
String taskId,
String contentId,
String externalId,
Date dateQueued,
Date dateSubmitted,
Date dateReportReceived,
long status,
Integer reviewScore)
Full constructor
|
public static final String NOT_SUBMITTED
public static final Long NOT_SUBMITTED_CODE
public static final String SUBMITTED_AWAITING_REPORT
public static final Long SUBMITTED_AWAITING_REPORT_CODE
public static final String SUBMITTED_REPORT_AVAILABLE
public static final Long SUBMITTED_REPORT_AVAILABLE_CODE
public static final String SUBMISSION_ERROR_RETRY
public static final Long SUBMISSION_ERROR_RETRY_CODE
public static final String SUBMISSION_ERROR_NO_RETRY
public static final Long SUBMISSION_ERROR_NO_RETRY_CODE
public static final String SUBMISSION_ERROR_USER_DETAILS
public static final Long SUBMISSION_ERROR_USER_DETAILS_CODE
public static final String REPORT_ERROR_RETRY
public static final Long REPORT_ERROR_RETRY_CODE
public static final String REPORT_ERROR_NO_RETRY
public static final Long REPORT_ERROR_NO_RETRY_CODE
public static final Long SUBMISSION_ERROR_RETRY_EXCEEDED
public ContentReviewItem()
public ContentReviewItem(String contentId)
public ContentReviewItem(String userId, String siteId, String taskId, String contentId, Date dateQueued, Long status)
public Date getDateQueued()
public void setDateQueued(Date dateQueued)
public Date getDateReportReceived()
public void setDateReportReceived(Date dateReportReceived)
public Date getDateSubmitted()
public void setDateSubmitted(Date dateSubmitted)
public String getSiteId()
public void setSiteId(String siteId)
public String getUserId()
public void setUserId(String userId)
public String getExternalId()
public void setExternalId(String externalId)
public String getContentId()
public void setContentId(String contentId)
public Integer getReviewScore()
public void setReviewScore(Integer reviewScore)
public Long getStatus()
public void setStatus(Long status)
public Long getId()
public void setId(Long id)
public String getTaskId()
public void setTaskId(String taskId)
public String getLastError()
public void setLastError(String le)
public void setIconURL(String u)
public String getIconUrl()
public Long getRetryCount()
public void setRetryCount(Long l)
public Date getNextRetryTime()
public void setNextRetryTime(Date nextRetryTime)
public Integer getErrorCode()
public void setErrorCode(Integer errorCode)
errorCode - Copyright © 2003-2016 Sakai Project. All Rights Reserved.