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