Class AbstractNeedsServiceDefinitionCmd
java.lang.Object
com.flowable.serviceregistry.engine.impl.cmd.AbstractNeedsServiceDefinitionCmd
- Direct Known Subclasses:
GetDeploymentServiceDefinitionCmd
,GetLookupIdByServiceOrReferenceKeyCmd
,GetServiceDefinitionModelByReferenceCmd
,GetServiceDefinitionModelCmd
- Author:
- Joram Barrez
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ServiceDefinition
resolveServiceDefinition
(CommandContext commandContext, String serviceDefinitionId, String serviceDefinitionKey, String tenantId) protected ServiceDefinition
resolveServiceDefinitionByReferenceKey
(CommandContext commandContext, String referenceKey, String tenantId)
-
Constructor Details
-
AbstractNeedsServiceDefinitionCmd
public AbstractNeedsServiceDefinitionCmd()
-
-
Method Details
-
resolveServiceDefinition
protected ServiceDefinition resolveServiceDefinition(CommandContext commandContext, String serviceDefinitionId, String serviceDefinitionKey, String tenantId) -
resolveServiceDefinitionByReferenceKey
protected ServiceDefinition resolveServiceDefinitionByReferenceKey(CommandContext commandContext, String referenceKey, String tenantId)
-