Package com.flowable.idm.engine.impl.cmd
Class GetPrivilegeMappingsByPrivilegeIdCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.GetPrivilegeMappingsByPrivilegeIdCmd
-
- All Implemented Interfaces:
Serializable
,Command<List<PrivilegeMapping>>
public class GetPrivilegeMappingsByPrivilegeIdCmd extends Object implements Command<List<PrivilegeMapping>>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
privilegeId
-
Constructor Summary
Constructors Constructor Description GetPrivilegeMappingsByPrivilegeIdCmd(String privilegeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PrivilegeMapping>
execute(CommandContext commandContext)
-
-
-
Field Detail
-
privilegeId
protected String privilegeId
-
-
Constructor Detail
-
GetPrivilegeMappingsByPrivilegeIdCmd
public GetPrivilegeMappingsByPrivilegeIdCmd(String privilegeId)
-
-
Method Detail
-
execute
public List<PrivilegeMapping> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<PrivilegeMapping>>
-
-