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