Package com.flowable.action.api.runtime
Interface ScopedObjectFormProvider
-
- All Known Implementing Classes:
CaseInstanceScopedObjectFormProvider
,DefaultScopedObjectFormProvider
,ProcessInstanceScopedObjectFormProvider
public interface ScopedObjectFormProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default FormInfo
getForm(String scopeType, String scopeId, String formKey)
Deprecated.only used for getting form info before 3.6String
getScopeType()
Map<String,Object>
getVariables(String scopeType, String scopeId, String subScopeId)
-