public class OwCommandDelRef
extends com.wewebu.ow.server.command.OwCommand
Delete Reference command, use to delete one or more objects references. This class is decoupled from GUI.
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 |
|---|
OwCommandDelRef(Collection objects_p,
com.wewebu.ow.server.ecm.OwObject parent_p,
com.wewebu.ow.server.app.OwMainAppContext appContext_p,
com.wewebu.ow.server.command.OwProcessableObjectStrategy processableObjectStrategy_p)
Construct a OwCommandDelRef instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
processObject(com.wewebu.ow.server.ecm.OwObject object_p)
Delete an object reference.
|
execute, getAllErrorMessages, getAllErrorNames, getAllErrorObjects, getDisabledObjectNames, getDisabledObjects, getFailedObjectsData, getProcessedDMSIDs, getProcessedObjectNames, getProcessedObjects, hasDisabledObjects, hasErrors, hasProcessedObjectspublic OwCommandDelRef(Collection objects_p, com.wewebu.ow.server.ecm.OwObject parent_p, com.wewebu.ow.server.app.OwMainAppContext appContext_p, com.wewebu.ow.server.command.OwProcessableObjectStrategy processableObjectStrategy_p)
objects_p - - a collection of objectsparent_p - - the parentappContext_p - - the application contextprocessableObjectStrategy_p - - strategy to decide if a given object can be processed.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.