|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hlcl.rql.hip.as.WorkflowCheckModel
public class WorkflowCheckModel
Constructor Summary | |
---|---|
WorkflowCheckModel(PageArrayList pages,
java.lang.String templateNameSuffixes,
java.lang.String suffixesSeparator,
java.lang.String noteNameSuffix)
Creates a new workflow check model. |
Method Summary | |
---|---|
boolean |
areTherePagesToCheck()
Return true, if there are pages left for check. |
void |
confirm(java.lang.String pageId)
Confirm the page for the given page id. |
java.util.Iterator |
getItemsIterator()
Returns an iterator over the list of workflow check items. |
User |
getSelectedUser()
Returns the actual selected user. |
java.lang.String |
getSelectedUserName()
Returns the name of the actual selected user. |
java.util.Iterator |
getUsersIterator()
Returns the iterator for the set of all users, who send pages to check. |
void |
reject(java.lang.String pageId,
java.lang.String comment)
Reject the page for the given page id and set the comment at the page. |
void |
selectUser(java.lang.String userName)
Sets this model accordingly to the given user. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowCheckModel(PageArrayList pages, java.lang.String templateNameSuffixes, java.lang.String suffixesSeparator, java.lang.String noteNameSuffix) throws RQLException
RQLException
Method Detail |
---|
public boolean areTherePagesToCheck()
public void confirm(java.lang.String pageId) throws RQLException
RQLException
public java.util.Iterator getItemsIterator()
public User getSelectedUser()
public java.lang.String getSelectedUserName() throws RQLException
RQLException
public java.util.Iterator getUsersIterator()
public void reject(java.lang.String pageId, java.lang.String comment) throws RQLException
RQLException
public void selectUser(java.lang.String userName) throws RQLException
RQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |