Class SPendingActivityMapping

  • All Implemented Interfaces:
    java.io.Serializable, PersistentObject

    @Entity
    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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ACTIVITY_ID  
      static java.lang.String ACTOR_ID  
      static java.lang.String USER_ID  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SPendingActivityMapping

        public SPendingActivityMapping()