Package com.flowable.action.api.runtime
Interface ScopedObjectProvider<T,H>
-
- All Known Implementing Classes:
CaseInstanceScopedObjectProvider,ProcessInstanceScopedObjectProvider,TaskScopedObjectProvider
public interface ScopedObjectProvider<T,H>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default HgetHistoricScopedObject(String scopeType, String scopeId, SecurityScope securityScope)TgetScopedObject(String scopeType, String scopeId, SecurityScope securityScope)StringgetScopeType()
-
-
-
Method Detail
-
getScopeType
String getScopeType()
-
getScopedObject
T getScopedObject(String scopeType, String scopeId, SecurityScope securityScope)
-
getHistoricScopedObject
default H getHistoricScopedObject(String scopeType, String scopeId, SecurityScope securityScope)
-
-