Class GetLookupIdByServiceOrReferenceKeyCmd

java.lang.Object
com.flowable.serviceregistry.engine.impl.cmd.AbstractNeedsServiceDefinitionCmd
com.flowable.serviceregistry.engine.impl.cmd.GetLookupIdByServiceOrReferenceKeyCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Object>

public class GetLookupIdByServiceOrReferenceKeyCmd extends AbstractNeedsServiceDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<Object>
Author:
Tijs Rademakers, Joram Barrez
  • Field Details

    • data

      protected Map<String,Object> data
    • serviceKey

      protected String serviceKey
    • referenceKey

      protected String referenceKey
    • tenantId

      protected String tenantId
  • Constructor Details

    • GetLookupIdByServiceOrReferenceKeyCmd

      public GetLookupIdByServiceOrReferenceKeyCmd(Map<String,Object> data, String serviceKey, String referenceKey, String tenantId)
  • Method Details

    • execute

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