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
All Methods Instance Methods Concrete Methods 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
-
-