Package com.flowable.idm.engine.impl.cmd
Class UpdatePropertyCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.UpdatePropertyCmd
-
- All Implemented Interfaces:
Serializable
,Command<Void>
public class UpdatePropertyCmd extends Object implements Command<Void>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected IdmProperty
idmProperty
-
Constructor Summary
Constructors Constructor Description UpdatePropertyCmd(IdmProperty idmProperty)
-
-
-
Field Detail
-
idmProperty
protected IdmProperty idmProperty
-
-
Constructor Detail
-
UpdatePropertyCmd
public UpdatePropertyCmd(IdmProperty idmProperty)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-