public class CaseInstanceScopedObjectProvider extends Object implements ScopedObjectProvider<org.flowable.cmmn.api.runtime.CaseInstance>
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.cmmn.api.CmmnRuntimeService |
cmmnRuntimeService |
| Constructor and Description |
|---|
CaseInstanceScopedObjectProvider(org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.cmmn.api.runtime.CaseInstance |
getScopedObject(String scopeType,
String scopeId,
com.flowable.core.common.api.security.SecurityScope securityScope) |
String |
getScopeType() |
protected org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService
public CaseInstanceScopedObjectProvider(org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService)
public String getScopeType()
getScopeType in interface ScopedObjectProvider<org.flowable.cmmn.api.runtime.CaseInstance>public org.flowable.cmmn.api.runtime.CaseInstance getScopedObject(String scopeType, String scopeId, com.flowable.core.common.api.security.SecurityScope securityScope)
getScopedObject in interface ScopedObjectProvider<org.flowable.cmmn.api.runtime.CaseInstance>Copyright © 2019. All rights reserved.