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