Uses of Class
com.gentics.api.contentnode.publish.CnMapPublishException

Packages that use CnMapPublishException
com.gentics.api.contentnode.publish   
 

Uses of CnMapPublishException in com.gentics.api.contentnode.publish
 

Methods in com.gentics.api.contentnode.publish that throw CnMapPublishException
 void CnMapPublishHandler.createObject(Resolvable object)
          This method is called for every object, which is created in the ContentRepository (was created/published since the last publish process into the respective ContentRepository).
 void CnMapPublishHandler.deleteObject(Resolvable object)
          This method is called for every object, which is removed from the ContentRepository (was deleted or taken offline since the last publish run).
 void CnMapPublishHandler.init(Map parameters)
          This method is called once for every configured instance to take the handler into service.
 void CnMapPublishHandler.open(long timestamp)
          This method is called once for every configured instance for each publish run.
 void CnMapPublishHandler.updateObject(Resolvable object)
          This method is called for every object, which needs to be updated in the ContentRepository (was changed since the last publish process).
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.