public class ProcessInstanceScopedObjectProvider extends Object implements ScopedObjectProvider<org.flowable.engine.runtime.ProcessInstance>
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.engine.RuntimeService |
runtimeService |
| Constructor and Description |
|---|
ProcessInstanceScopedObjectProvider(org.flowable.engine.RuntimeService runtimeService) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.engine.runtime.ProcessInstance |
getScopedObject(String scopeType,
String scopeId,
String accessibleByUser,
Collection<String> groups,
String tenantId) |
String |
getScopeType() |
public ProcessInstanceScopedObjectProvider(org.flowable.engine.RuntimeService runtimeService)
public String getScopeType()
getScopeType in interface ScopedObjectProvider<org.flowable.engine.runtime.ProcessInstance>public org.flowable.engine.runtime.ProcessInstance getScopedObject(String scopeType, String scopeId, String accessibleByUser, Collection<String> groups, String tenantId)
getScopedObject in interface ScopedObjectProvider<org.flowable.engine.runtime.ProcessInstance>Copyright © 2019. All rights reserved.