Package org.camunda.bpm.engine.impl.cmd
Class GetDeployedStartFormCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
org.camunda.bpm.engine.impl.cmd.GetDeployedStartFormCmd
- All Implemented Interfaces:
Command<InputStream>
- Author:
- Anna Pazola
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
CAMUNDA_FORMS_KEY, CAMUNDA_FORMS_KEY_LENGTH, commandContext, DEPLOYMENT_KEY, DEPLOYMENT_KEY_LENGTH, EMBEDDED_KEY, EMBEDDED_KEY_LENGTH
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
execute, getDeploymentResource, getResourceForCamundaFormRef, getResourceForFormKey
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
processDefinitionId
-
-
Constructor Details
-
GetDeployedStartFormCmd
-
-
Method Details
-
getFormData
- Specified by:
getFormData
in classAbstractGetDeployedFormCmd
-
checkAuthorization
protected void checkAuthorization()- Specified by:
checkAuthorization
in classAbstractGetDeployedFormCmd
-