|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Context for managers to call upon when making decisions about how to save an object. This type could easily evolve into an UpdateContext, CreateContext, etc., this version of the interface is a first step.
Method Summary | |
boolean |
doUpdateLastModifier()
UpdateLastModifier indicates whether to update the LastModifier field when saving a page. |
boolean |
isMinorEdit()
Minor edits indicate that notifications should not be sent out informing users of changes made to the page. |
void |
setMinorEdit(boolean minorEdit)
Minor edits indicate that notifications should not be sent out informing users of changes made to the page. |
void |
setUpdateLastModifier(boolean updateLastModifier)
|
Method Detail |
public boolean isMinorEdit()
public void setMinorEdit(boolean minorEdit)
public boolean doUpdateLastModifier()
public void setUpdateLastModifier(boolean updateLastModifier)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |