Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: Change Log Consumer

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: Change Log Consumer


Chronological Thread 
  • From: "Klug, Lawrence" <>
  • To: Chris Hyzer <>, "" <>
  • Subject: [grouper-users] RE: Change Log Consumer
  • Date: Fri, 5 Oct 2012 18:42:52 +0000
  • Accept-language: en-US

Nice, point me to an example!

 

From: Chris Hyzer [mailto:]
Sent: Friday, October 05, 2012 11:08 AM
To: Klug, Lawrence;
Subject: RE: Change Log Consumer

 

I think you should be able to get the information in the point-in-time data.  i.e. subtract a minute or whatever, and get the attribute value from then.  There still could be a race condition, but in general, it should work J.  Shilen, can you give more info on it if this is the way to go?

 

Thanks,

Chris

 

From: On Behalf Of Klug, Lawrence
Sent: Friday, October 05, 2012 11:18 AM
To:
Subject: [grouper-users] Change Log Consumer

 

Hi,

 

I’d like to identify Group delete events where the Group in has a specific attribute so that I can notify an external application(Plone).  It looks like the system deletes attributeAssign objects just prior to the delete group event (see below), so is what I’m trying to do possible?  So can I access the Group that belongs to a attributeAssign event?  How?

 

**** PLONE CHANGE LOG CONSUMER ****

Processing changeLog #74383, privilege.deletePrivilege

**** PLONE CHANGE LOG CONSUMER ****

Processing changeLog #74384, privilege.deletePrivilege

**** PLONE CHANGE LOG CONSUMER ****

Processing changeLog #74385, privilege.deletePrivilege

**** PLONE CHANGE LOG CONSUMER ****

Processing changeLog #74386, attributeAssignValue.deleteAttributeAssignValue

**** PLONE CHANGE LOG CONSUMER ****

Processing changeLog #74387, attributeAssignValue.deleteAttributeAssignValue

**** PLONE CHANGE LOG CONSUMER ****

Processing changeLog #74388, attributeAssign.deleteAttributeAssign

**** PLONE CHANGE LOG CONSUMER ****

Processing changeLog #74389, group.deleteGroup

 

Thanks,

 

Lawrence

 




Archive powered by MHonArc 2.6.16.

Top of Page