Class UserAccountScopedObjectProvider

  • All Implemented Interfaces:
    com.flowable.action.api.runtime.ScopedObjectProvider<UserAccount>

    public class UserAccountScopedObjectProvider
    extends java.lang.Object
    implements com.flowable.action.api.runtime.ScopedObjectProvider<UserAccount>
    • Method Detail

      • getScopeType

        public java.lang.String getScopeType()
        Specified by:
        getScopeType in interface com.flowable.action.api.runtime.ScopedObjectProvider<UserAccount>
      • getScopedObject

        public UserAccount getScopedObject​(java.lang.String scopeType,
                                           java.lang.String scopeId,
                                           SecurityScope securityScope)
        Specified by:
        getScopedObject in interface com.flowable.action.api.runtime.ScopedObjectProvider<UserAccount>