public interface OwBatchPropertiesHandler
Provide support for batch operations.
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 |
clearBatchIndex()
Clear stored batch index data
|
void |
onBatchIndex()
called by the client when the indexes should be set from the previous values as defined with setBatchProperties
|
void |
saveBatchIndexProperties()
Save current properties for next object.
|
void |
setBatchIndexProperties(Collection batchIndexProperties_p)
Set names for properties that are copied from one document to another.
|
void |
setProperties(OwPropertyCollection properties_p)
Set the current properties.
|
void setBatchIndexProperties(Collection batchIndexProperties_p)
batchIndexProperties_p - void saveBatchIndexProperties()
throws Exception
Exceptionvoid clearBatchIndex()
throws OwInvalidOperationException
OwInvalidOperationExceptionvoid onBatchIndex()
throws Exception
Exceptionvoid setProperties(OwPropertyCollection properties_p)
properties_p - - the properties.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.