Package com.flowable.idm.engine.impl.cmd
Class CreatePropertyCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.CreatePropertyCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<IdmPropertyEntity>
public class CreatePropertyCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<IdmPropertyEntity>, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
name
-
value
-
-
Constructor Details
-
CreatePropertyCmd
-
-
Method Details
-
execute
public IdmPropertyEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<IdmPropertyEntity>
-