com.wewebu.ow.server.ecmimpl.cmis.property
Interface OwCMISConvertFilter

All Known Implementing Classes:
OwCMISConvertFilterChain, OwCMISFilterInternal, OwCMISFilterReadonly

public interface OwCMISConvertFilter

Implementors are used by OwCMISStandardPropertyCollectionConverter to filter out properties that are not accepted for conversion.

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:
4.0.0.0

Method Summary
 boolean accept(com.wewebu.ow.server.ecm.OwProperty cmisProperty_p)
           
 

Method Detail

accept

boolean accept(com.wewebu.ow.server.ecm.OwProperty cmisProperty_p)
               throws com.wewebu.ow.server.exceptions.OwException
Parameters:
cmisProperty_p -
Returns:
true if the given property can be converted
Throws:
com.wewebu.ow.server.exceptions.OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.