Forums / Developer / Object removal extension hook?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Object removal extension hook?

Author Message

Tuomo Syvänperä

Saturday 08 August 2009 12:29:32 am

I have created a custom ezcontentobjectedithandler which creates/updates a row in our own database when new objects of certain class are published. Is there a similar extension hook for object removal? Meaning, that when these objects of the same class are removed, I should be able to remove the row from our database also.

Heath

Saturday 08 August 2009 11:19:51 am

Yes, using the locations features in the admin manually of course [0]
or using the workflow event system to automate this process
(their are several which offer similar functionality). [1-4]

By what criteria would you like to determine weather assignment should be added?

By default to all objects of a specific content class or some other criteria?

I think I would recommend copying most recent related extension as the basis for your solution. [3]

Cheers,
Heath

[0] http://ez.no/doc/ez_publish/user_...sks/publishing_at_multiple_locations
[1] http://ez.no/developer/contribs/w...ed_user_placement_for_ez_publish_3_8
[2] http://ez.no/developer/contribs/workflow/automated_user_placment
[3] http://projects.ez.no/createmultiplelocationruleevent
[4] http://ez.no/developer/contribs/workflow/locations_workflow_event
[5] http://ez.no/developer/forum/developer/create_automatically_an_assignement

7x | https://se7enx.com/
Brookins Consulting | https://brookinsconsulting.com/
Certified | http://web.archive.org/web/201012...th.ez.no/certification/verify/380350
Solutions | https://projects.exponential.earth/users/community/brookins-consulting
eZpedia community documentation project | http://ezpedia.se7enx.com

James

Saturday 08 August 2009 11:28:36 am

<i>http://ezpedia.org/en/ez/workflow</i>