Class ProcessInstanceScopedObjectFormProvider

java.lang.Object
com.flowable.platform.service.action.ProcessInstanceScopedObjectFormProvider
All Implemented Interfaces:
ScopedObjectFormProvider

public class ProcessInstanceScopedObjectFormProvider
extends java.lang.Object
implements ScopedObjectFormProvider
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.flowable.form.api.FormRepositoryService formRepositoryService  
    protected PlatformTaskService platformTaskService  
    protected PlatformProcessInstanceService processInstanceService  
    protected org.flowable.engine.RepositoryService repositoryService  
    protected org.flowable.engine.RuntimeService runtimeService  
    protected org.flowable.engine.TaskService taskService  
  • Constructor Summary

    Constructors 
    Constructor Description
    ProcessInstanceScopedObjectFormProvider​(org.flowable.engine.RepositoryService repositoryService, org.flowable.engine.RuntimeService runtimeService, org.flowable.engine.TaskService taskService, org.flowable.form.api.FormRepositoryService formRepositoryService, PlatformProcessInstanceService processInstanceService, PlatformTaskService platformTaskService)  
  • Method Summary

    Modifier and Type Method Description
    org.flowable.form.api.FormInfo getForm​(java.lang.String scopeType, java.lang.String scopeId, java.lang.String formKey)
    Deprecated.
    java.lang.String getScopeType()  
    java.util.Map<java.lang.String,​java.lang.Object> getVariables​(java.lang.String scopeType, java.lang.String scopeId, java.lang.String subScopeId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait