Uses of Class
org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
-
Packages that use ScopedAssociation Package Description org.camunda.bpm.engine.cdi.impl.context -
-
Uses of ScopedAssociation in org.camunda.bpm.engine.cdi.impl.context
Subclasses of ScopedAssociation in org.camunda.bpm.engine.cdi.impl.context Modifier and Type Class Description class
ConversationScopedAssociation
class
RequestScopedAssociation
Methods in org.camunda.bpm.engine.cdi.impl.context that return ScopedAssociation Modifier and Type Method Description protected ScopedAssociation
DefaultContextAssociationManager. getScopedAssociation()
Methods in org.camunda.bpm.engine.cdi.impl.context that return types with arguments of type ScopedAssociation Modifier and Type Method Description protected List<Class<? extends ScopedAssociation>>
DefaultContextAssociationManager. getAvailableScopedAssociationClasses()
Override to add different / additional contexts.protected Class<? extends ScopedAssociation>
DefaultContextAssociationManager. getBroadestActiveContext()
-