Class ProcessInstanceScopedObjectFormProvider
- java.lang.Object
-
- com.flowable.platform.service.action.ProcessInstanceScopedObjectFormProvider
-
- All Implemented Interfaces:
ScopedObjectFormProvider
public class ProcessInstanceScopedObjectFormProvider extends Object implements ScopedObjectFormProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected FormRepositoryService
formRepositoryService
protected PlatformTaskService
platformTaskService
protected PlatformProcessInstanceService
processInstanceService
protected RepositoryService
repositoryService
protected RuntimeService
runtimeService
protected TaskService
taskService
-
Constructor Summary
Constructors Constructor Description ProcessInstanceScopedObjectFormProvider(RepositoryService repositoryService, RuntimeService runtimeService, TaskService taskService, FormRepositoryService formRepositoryService, PlatformProcessInstanceService processInstanceService, PlatformTaskService platformTaskService)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FormInfo
getForm(String scopeType, String scopeId, String formKey)
Deprecated.String
getScopeType()
Map<String,Object>
getVariables(String scopeType, String scopeId, String subScopeId)
-
-
-
Field Detail
-
runtimeService
protected RuntimeService runtimeService
-
taskService
protected TaskService taskService
-
repositoryService
protected RepositoryService repositoryService
-
formRepositoryService
protected FormRepositoryService formRepositoryService
-
processInstanceService
protected PlatformProcessInstanceService processInstanceService
-
platformTaskService
protected PlatformTaskService platformTaskService
-
-
Constructor Detail
-
ProcessInstanceScopedObjectFormProvider
public ProcessInstanceScopedObjectFormProvider(RepositoryService repositoryService, RuntimeService runtimeService, TaskService taskService, FormRepositoryService formRepositoryService, PlatformProcessInstanceService processInstanceService, PlatformTaskService platformTaskService)
-
-
Method Detail
-
getScopeType
public String getScopeType()
- Specified by:
getScopeType
in interfaceScopedObjectFormProvider
-
getForm
@Deprecated public FormInfo getForm(String scopeType, String scopeId, String formKey)
Deprecated.- Specified by:
getForm
in interfaceScopedObjectFormProvider
-
getVariables
public Map<String,Object> getVariables(String scopeType, String scopeId, String subScopeId)
- Specified by:
getVariables
in interfaceScopedObjectFormProvider
-
-