Class ProcessInstanceScopedObjectProvider
java.lang.Object
com.flowable.platform.service.action.ProcessInstanceScopedObjectProvider
- All Implemented Interfaces:
ScopedObjectProvider<org.flowable.engine.runtime.ProcessInstance>
public class ProcessInstanceScopedObjectProvider extends java.lang.Object implements ScopedObjectProvider<org.flowable.engine.runtime.ProcessInstance>
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.engine.RuntimeService
runtimeService
-
Constructor Summary
Constructors Constructor Description ProcessInstanceScopedObjectProvider(org.flowable.engine.RuntimeService runtimeService)
-
Method Summary
Modifier and Type Method Description org.flowable.engine.runtime.ProcessInstance
getScopedObject(java.lang.String scopeType, java.lang.String scopeId, com.flowable.core.common.api.security.SecurityScope securityScope)
java.lang.String
getScopeType()
-
Field Details
-
runtimeService
protected org.flowable.engine.RuntimeService runtimeService
-
-
Constructor Details
-
ProcessInstanceScopedObjectProvider
public ProcessInstanceScopedObjectProvider(org.flowable.engine.RuntimeService runtimeService)
-
-
Method Details
-
getScopeType
public java.lang.String getScopeType()- Specified by:
getScopeType
in interfaceScopedObjectProvider<org.flowable.engine.runtime.ProcessInstance>
-
getScopedObject
public org.flowable.engine.runtime.ProcessInstance getScopedObject(java.lang.String scopeType, java.lang.String scopeId, com.flowable.core.common.api.security.SecurityScope securityScope)- Specified by:
getScopedObject
in interfaceScopedObjectProvider<org.flowable.engine.runtime.ProcessInstance>
-