Class SPendingActivityMapping
java.lang.Object
org.bonitasoft.engine.core.process.instance.model.SPendingActivityMapping
- All Implemented Interfaces:
Serializable,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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
Field Details
-
ACTOR_ID
- See Also:
-
ACTIVITY_ID
- See Also:
-
USER_ID
- See Also:
-
-
Constructor Details
-
SPendingActivityMapping
public SPendingActivityMapping()
-