Class GetDeploymentDocumentDefinitionCmd
java.lang.Object
com.flowable.content.engine.impl.cmd.AbstractNeedsDocumentDefinitionCmd
com.flowable.content.engine.impl.cmd.GetDeploymentDocumentDefinitionCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<DocumentDefinition>
public class GetDeploymentDocumentDefinitionCmd
extends AbstractNeedsDocumentDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<DocumentDefinition>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetDeploymentDocumentDefinitionCmd
(String documentDefinitionId) GetDeploymentDocumentDefinitionCmd
(String documentDefinitionKey, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class com.flowable.content.engine.impl.cmd.AbstractNeedsDocumentDefinitionCmd
resolveDocumentDefinition
-
Field Details
-
documentDefinitionId
-
documentDefinitionKey
-
tenantId
-
-
Constructor Details
-
GetDeploymentDocumentDefinitionCmd
-
GetDeploymentDocumentDefinitionCmd
-
-
Method Details
-
execute
public DocumentDefinition execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<DocumentDefinition>
-