|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hlcl.rql.hip.as.WorkflowCheckItem
public class WorkflowCheckItem
WorkflowCheckModel
Constructor Summary | |
---|---|
WorkflowCheckItem(WorkflowCheckModel model,
Page page)
Creates an item, wrapping the given page. |
Method Summary | |
---|---|
WorkflowCheckItem |
addChild(Page childPage)
Add given page as new workflow check item child. |
int |
compareTo(java.lang.Object o)
Implement to sort by page headline. |
void |
confirm()
Confirm the page |
boolean |
equals(java.lang.Object obj)
Return true, if the pages are equal. |
java.util.List |
getChilds()
Return the childs (a list of workflow check items) or null, if no items exists. |
java.lang.String |
getCreatedByUserName()
Return the name of the user who created the page. |
java.lang.String |
getHeadline()
Return the headline of the page. |
java.lang.String |
getHeadlineAndId()
Return the headline and the ID of the page. |
java.lang.String |
getId()
Return the page ID as the ID of this check item too. |
java.lang.String |
getNoteValue()
Return the value of the administrative note where the rejection comment is saved. |
java.lang.String |
getPageGuid()
Return the page GUID of the page. |
java.lang.String |
getTemplateName()
Return the name of the template of the page. |
void |
reject(java.lang.String comment)
Reject the page with the given comment. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowCheckItem(WorkflowCheckModel model, Page page)
Method Detail |
---|
public WorkflowCheckItem addChild(Page childPage) throws RQLException
RQLException
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public void confirm() throws RQLException
RQLException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.util.List getChilds()
public java.lang.String getCreatedByUserName() throws RQLException
RQLException
public java.lang.String getHeadline() throws RQLException
RQLException
public java.lang.String getHeadlineAndId() throws RQLException
RQLException
public java.lang.String getId() throws RQLException
RQLException
public java.lang.String getNoteValue() throws RQLException
RQLException
public java.lang.String getPageGuid() throws RQLException
RQLException
public java.lang.String getTemplateName() throws RQLException
RQLException
public void reject(java.lang.String comment) throws RQLException
RQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |