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 Details

    • name

      protected String name
    • value

      protected String value
  • Constructor Details

    • CreatePropertyCmd

      public CreatePropertyCmd(String name, String value)
  • Method Details

    • execute

      public IdmPropertyEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<IdmPropertyEntity>