Package com.flowable.idm.engine.impl.cmd
Class GetUsersWithPrivilegeCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.GetUsersWithPrivilegeCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<List<PlatformUser>>
public class GetUsersWithPrivilegeCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<List<PlatformUser>>, Serializable
- Author:
- Joram Barrez
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
name
-
-
Constructor Details
-
GetUsersWithPrivilegeCmd
-
-
Method Details
-
execute
public List<PlatformUser> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<List<PlatformUser>>
-