Package com.flowable.action.api.runtime
Interface ScopedObjectProvider<T>
-
- All Known Implementing Classes:
CaseInstanceScopedObjectProvider,ProcessInstanceScopedObjectProvider,TaskScopedObjectProvider
public interface ScopedObjectProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getScopeType
java.lang.String getScopeType()
-
getScopedObject
T getScopedObject(java.lang.String scopeType, java.lang.String scopeId, com.flowable.core.common.api.security.SecurityScope securityScope)
-
-