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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • runtimeService

      protected org.flowable.engine.RuntimeService runtimeService
  • Constructor Details

  • Method Details

    • getScopeType

      public java.lang.String getScopeType()
      Specified by:
      getScopeType in interface ScopedObjectProvider<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 interface ScopedObjectProvider<org.flowable.engine.runtime.ProcessInstance>