com.gentics.api.portalnode.connector
Interface CRSyncModifier
public interface CRSyncModifier
A CRSyncModifier can be used to alter objects before they are stored in the
target repository when using the CRSync. For each stored object, the modify
method is called and the altered object is stored in the target repository.
- Author:
- alexander
Method Summary |
void |
modify(Changeable changeable)
Modify the passed object before it is stored in the target repository |
modify
void modify(Changeable changeable)
- Modify the passed object before it is stored in the target repository
- Parameters:
changeable
- the object to modify
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.