Class GetLookupIdByServiceOrReferenceKeyCmd
- java.lang.Object
-
- com.flowable.serviceregistry.engine.impl.cmd.AbstractNeedsServiceDefinitionCmd
-
- com.flowable.serviceregistry.engine.impl.cmd.GetLookupIdByServiceOrReferenceKeyCmd
-
public class GetLookupIdByServiceOrReferenceKeyCmd extends AbstractNeedsServiceDefinitionCmd implements Command<Object>
- Author:
- Tijs Rademakers, Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>
data
protected String
referenceKey
protected String
serviceKey
protected String
tenantId
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.serviceregistry.engine.impl.cmd.AbstractNeedsServiceDefinitionCmd
resolveServiceDefinition, resolveServiceDefinitionByReferenceKey
-
-
-
-
Method Detail
-
execute
public Object execute(CommandContext commandContext)
-
-