|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OwCheckInHandler
Handler for checkin operation.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Method Summary | |
|---|---|
void |
computeCheckinOptions(javax.servlet.http.HttpServletRequest request_p)
Compute the checkin options, based on user selection. |
Object |
getCheckinModeObject()
Get selected check in mode. |
boolean |
isReleaseVersion()
Getter for release version flag. |
void |
renderCheckInModes(Writer w_p,
OwMainAppContext context_p)
Render the check in modes. |
void |
renderCheckInOptions(Writer w_p,
OwMainAppContext context_p)
Render the check in option (checkbox for creating a released version) |
void |
setCheckInOptions(List checkinModeList_p,
boolean displayReleaseBox_p)
Set the check in options. |
void |
setCheckInVersionMajor(boolean checkInAsMajorVersion_p)
Set the check in version mode. |
| Method Detail |
|---|
void setCheckInVersionMajor(boolean checkInAsMajorVersion_p)
checkInAsMajorVersion_p -
void setCheckInOptions(List checkinModeList_p,
boolean displayReleaseBox_p)
throws Exception
checkinModeList_p - - the list of checkin objects.displayReleaseBox_p - - flag for displaying a check box for release.
ExceptionObject getCheckinModeObject()
boolean isReleaseVersion()
true if the created document is releasedvoid computeCheckinOptions(javax.servlet.http.HttpServletRequest request_p)
request_p - - the HttpServletRequest object
void renderCheckInOptions(Writer w_p,
OwMainAppContext context_p)
throws Exception
w_p - - the Writer objectcontext_p - - the OwMainAppContext object
Exception
void renderCheckInModes(Writer w_p,
OwMainAppContext context_p)
throws Exception
w_p - context_p -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||