- All Implemented Interfaces:
- java.io.Serializable, PersistentObject
public class SPendingActivityMapping
extends java.lang.Object
implements PersistentObject
Used to get pending activities of a user.
Link activity to
- an actor if the activity is not filtered
- a user if the activity is filtered
When the activity is created we insert one or more of this object:
- if the activity is not filtered we insert one of them for each actor of the activity with inside the actorId
- if the activity is filtered we execute those filter and insert a one of them for each user that is filtered
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form