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