org.apache.cocoon.portal.util
Interface DeltaApplicableReferencesAdjustable
- All Superinterfaces:
- DeltaApplicable
- All Known Implementing Classes:
- CopletDataManager
public interface DeltaApplicableReferencesAdjustable
- extends DeltaApplicable
Interface for functionality of objects to be updated by a delta object
and where references to contained DeltaApplicable objects can be adjusted
if no delta has been applied to them.
- Version:
- CVS $Id: DeltaApplicableReferencesAdjustable.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Björn Lütkemeier
Method Summary |
void |
adjustReferences(Object object)
Updates the references to contained DeltaApplicable objects
if no delta has been applied to them. |
adjustReferences
void adjustReferences(Object object)
- Updates the references to contained DeltaApplicable objects
if no delta has been applied to them.
- Throws:
ClassCastException
- If the object is not of the expected type.
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.