com.wewebu.ow.server.dmsdialogs.views
Interface OwBatchPropertiesHandler

All Known Implementing Classes:
OwStandardBatchPropertiesHandler

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

Since:
3.1.0.0

Method Summary
 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.
 

Method Detail

setBatchIndexProperties

void setBatchIndexProperties(Collection batchIndexProperties_p)
Set names for properties that are copied from one document to another.

Parameters:
batchIndexProperties_p -

saveBatchIndexProperties

void saveBatchIndexProperties()
                              throws Exception
Save current properties for next object.

Throws:
Exception

clearBatchIndex

void clearBatchIndex()
                     throws OwInvalidOperationException
Clear stored batch index data

Throws:
OwInvalidOperationException

onBatchIndex

void onBatchIndex()
                  throws Exception
called by the client when the indexes should be set from the previous values as defined with setBatchProperties

Throws:
Exception

setProperties

void setProperties(OwPropertyCollection properties_p)
Set the current properties.

Parameters:
properties_p - - the properties.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.