Class 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  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • runtimeService

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

      • ProcessInstanceScopedObjectProvider

        public ProcessInstanceScopedObjectProvider​(org.flowable.engine.RuntimeService runtimeService)
    • Method Detail

      • 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>