Package com.flowable.idm.engine.impl.cmd
Class SetPlatformUserInfosCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.SetPlatformUserInfosCmd
-
- All Implemented Interfaces:
Serializable
,Command<List<PlatformIdentityInfo>>
public class SetPlatformUserInfosCmd extends Object implements Command<List<PlatformIdentityInfo>>, Serializable
- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PlatformIdentityInfo>
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public List<PlatformIdentityInfo> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<PlatformIdentityInfo>>
-
-