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