public class OwCommandCancelCheckout
extends com.wewebu.ow.server.command.OwCommand
Implementation of the command cancel checkout.
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
Constructor and Description |
---|
OwCommandCancelCheckout(Collection objects_p,
com.wewebu.ow.server.app.OwMainAppContext appContext_p,
com.wewebu.ow.server.command.OwProcessableObjectStrategy processableObjectStrategy_p)
Constructor
|
OwCommandCancelCheckout(com.wewebu.ow.server.ecm.OwObject object_p,
com.wewebu.ow.server.app.OwMainAppContext appContext_p,
com.wewebu.ow.server.command.OwProcessableObjectStrategy processableObjectStrategy_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
processObject(com.wewebu.ow.server.ecm.OwObject object_p)
Cancel checkout
|
execute, getAllErrorMessages, getAllErrorNames, getAllErrorObjects, getDisabledObjectNames, getDisabledObjects, getFailedObjectsData, getProcessedDMSIDs, getProcessedObjectNames, getProcessedObjects, hasDisabledObjects, hasErrors, hasProcessedObjects
public OwCommandCancelCheckout(Collection objects_p, com.wewebu.ow.server.app.OwMainAppContext appContext_p, com.wewebu.ow.server.command.OwProcessableObjectStrategy processableObjectStrategy_p)
objects_p
- - the list of objectsappContext_p
- - the application contextprocessableObjectStrategy_p
- - checker for processability state of an object.public OwCommandCancelCheckout(com.wewebu.ow.server.ecm.OwObject object_p, com.wewebu.ow.server.app.OwMainAppContext appContext_p, com.wewebu.ow.server.command.OwProcessableObjectStrategy processableObjectStrategy_p)
object_p
- - the object to be canceled from checkout operation.appContext_p
- - the application contextprocessableObjectStrategy_p
- - checker for processability state of an object.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.