public class OwCommandCheckout
extends com.wewebu.ow.server.command.OwCommand
Implementation of the command 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 |
---|
OwCommandCheckout(Collection objects_p,
com.wewebu.ow.server.app.OwMainAppContext appContext_p,
com.wewebu.ow.server.command.OwProcessableObjectStrategy processableObjectStrategy_p)
Constructor
|
OwCommandCheckout(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)
The checkout implementation.
|
execute, getAllErrorMessages, getAllErrorNames, getAllErrorObjects, getDisabledObjectNames, getDisabledObjects, getFailedObjectsData, getProcessedDMSIDs, getProcessedObjectNames, getProcessedObjects, hasDisabledObjects, hasErrors, hasProcessedObjects
public OwCommandCheckout(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 OwCommandCheckout(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 checkoutappContext_p
- - the application contextprocessableObjectStrategy_p
- - checker for processability state of an object.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.