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
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 objectvoid renderCheckInOptions(Writer w_p, OwMainAppContext context_p) throws Exception
w_p - - the Writer objectcontext_p - - the OwMainAppContext objectExceptionvoid renderCheckInModes(Writer w_p, OwMainAppContext context_p) throws Exception
w_p - context_p - ExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.