Class AbstractNeedsServiceDefinitionCmd

java.lang.Object
com.flowable.serviceregistry.engine.impl.cmd.AbstractNeedsServiceDefinitionCmd
Direct Known Subclasses:
GetDeploymentServiceDefinitionCmd, GetLookupIdByReferenceKeyCmd, GetServiceDefinitionModelCmd

public abstract class AbstractNeedsServiceDefinitionCmd
extends java.lang.Object
Author:
Joram Barrez
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractNeedsServiceDefinitionCmd()  
  • Method Summary

    Modifier and Type Method Description
    protected ServiceDefinition resolveServiceDefinition​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String serviceDefinitionId, java.lang.String serviceDefinitionKey, java.lang.String tenantId)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • resolveServiceDefinition

      protected ServiceDefinition resolveServiceDefinition​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String serviceDefinitionId, java.lang.String serviceDefinitionKey, java.lang.String tenantId)