Package com.flowable.action.api.runtime
Interface ScopedObjectProvider<T,H>
- All Known Implementing Classes:
CaseInstanceScopedObjectProvider
,ProcessInstanceScopedObjectProvider
,TaskScopedObjectProvider
public interface ScopedObjectProvider<T,H>
-
Method Summary
Modifier and TypeMethodDescriptiondefault H
getHistoricScopedObject
(String scopeType, String scopeId, SecurityScope securityScope) getScopedObject
(String scopeType, String scopeId, SecurityScope securityScope)
-
Method Details
-
getScopeType
String getScopeType() -
getScopedObject
-
getHistoricScopedObject
-