Class SPendingActivityMapping

java.lang.Object
org.bonitasoft.engine.core.process.instance.model.SPendingActivityMapping
All Implemented Interfaces:
Serializable, PersistentObject

@Entity public class SPendingActivityMapping extends 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: