Class DefaultContextAssociationManager

java.lang.Object
org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
All Implemented Interfaces:
Serializable, ContextAssociationManager

public class DefaultContextAssociationManager extends Object implements ContextAssociationManager, Serializable
Default implementation of the business process association manager. Uses a fallback-strategy to associate the process instance with the "broadest" active scope, starting with the conversation.

Subclass in order to implement custom association schemes and association with custom scopes.

Author:
Daniel Meyer
See Also: