Package com.flowable.action.api.runtime
Interface ScopedObjectProvider<T>
- All Known Implementing Classes:
CaseInstanceScopedObjectProvider,ProcessInstanceScopedObjectProvider,TaskScopedObjectProvider
public interface ScopedObjectProvider<T>
-
Method Summary
Modifier and Type Method Description TgetScopedObject(java.lang.String scopeType, java.lang.String scopeId, com.flowable.core.common.api.security.SecurityScope securityScope)java.lang.StringgetScopeType()
-
Method Details
-
getScopeType
java.lang.String getScopeType() -
getScopedObject
T getScopedObject(java.lang.String scopeType, java.lang.String scopeId, com.flowable.core.common.api.security.SecurityScope securityScope)
-