Class GetPropertyCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.GetPropertyCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<IdmPropertyEntity>

public class GetPropertyCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<IdmPropertyEntity>, Serializable
See Also:
  • Field Details

    • name

      protected String name
  • Constructor Details

    • GetPropertyCmd

      public GetPropertyCmd(String name)
  • 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>