Class GetDeploymentServiceDefinitionCmd
- java.lang.Object
-
- com.flowable.serviceregistry.engine.impl.cmd.AbstractNeedsServiceDefinitionCmd
-
- com.flowable.serviceregistry.engine.impl.cmd.GetDeploymentServiceDefinitionCmd
-
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<ServiceDefinition>
public class GetDeploymentServiceDefinitionCmd extends AbstractNeedsServiceDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<ServiceDefinition>, java.io.Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
serviceDefinitionId
protected java.lang.String
serviceDefinitionKey
protected java.lang.String
tenantId
-
Constructor Summary
Constructors Constructor Description GetDeploymentServiceDefinitionCmd(java.lang.String serviceDefinitionId, java.lang.String serviceDefinitionKey, java.lang.String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceDefinition
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Methods inherited from class com.flowable.serviceregistry.engine.impl.cmd.AbstractNeedsServiceDefinitionCmd
resolveServiceDefinition
-
-
-
-
Method Detail
-
execute
public ServiceDefinition execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<ServiceDefinition>
-
-