com.wewebu.ow.server.ecmimpl.cmis.property
Class OwCMISConvertFilterChain

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.property.OwCMISConvertFilterChain
All Implemented Interfaces:
OwCMISConvertFilter
Direct Known Subclasses:
OwCMISFilterInternal, OwCMISFilterReadonly

public abstract class OwCMISConvertFilterChain
extends Object
implements OwCMISConvertFilter

Chain of responsibility filter base class.

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

Constructor Summary
OwCMISConvertFilterChain()
           
OwCMISConvertFilterChain(OwCMISConvertFilter nextFilter_p)
           
 
Method Summary
 boolean accept(com.wewebu.ow.server.ecm.OwProperty property_p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwCMISConvertFilterChain

public OwCMISConvertFilterChain()

OwCMISConvertFilterChain

public OwCMISConvertFilterChain(OwCMISConvertFilter nextFilter_p)
Method Detail

accept

public boolean accept(com.wewebu.ow.server.ecm.OwProperty property_p)
               throws com.wewebu.ow.server.exceptions.OwException
Specified by:
accept in interface OwCMISConvertFilter
Returns:
true if the given property can be converted
Throws:
com.wewebu.ow.server.exceptions.OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.