Class GetPropertiesCmd

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

public class GetPropertiesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Map<String,String>>, Serializable
Author:
Tom Baeyens
See Also:
  • Constructor Details

    • GetPropertiesCmd

      public GetPropertiesCmd()
  • Method Details

    • execute

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