Class GetLookupIdByReferenceKeyCmd

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

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

    Fields 
    Modifier and Type Field Description
    protected java.util.Map<java.lang.String,​java.lang.Object> data  
    protected java.lang.String referenceKey  
    protected java.lang.String tenantId  
  • Constructor Summary

    Constructors 
    Constructor Description
    GetLookupIdByReferenceKeyCmd​(java.util.Map<java.lang.String,​java.lang.Object> data, java.lang.String referenceKey, java.lang.String tenantId)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class com.flowable.serviceregistry.engine.impl.cmd.AbstractNeedsServiceDefinitionCmd

    resolveServiceDefinition

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • data

      protected java.util.Map<java.lang.String,​java.lang.Object> data
    • referenceKey

      protected java.lang.String referenceKey
    • tenantId

      protected java.lang.String tenantId
  • Constructor Details

    • GetLookupIdByReferenceKeyCmd

      public GetLookupIdByReferenceKeyCmd​(java.util.Map<java.lang.String,​java.lang.Object> data, java.lang.String referenceKey, java.lang.String tenantId)
  • Method Details

    • execute

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