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>
public class GetDeployedStartFormCmd extends AbstractGetDeployedFormCmd
- Author:
- Anna Pazola
-
-
Field Summary
Fields Modifier and Type Field Description protected String
processDefinitionId
-
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
Constructors Constructor Description GetDeployedStartFormCmd(String processDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkAuthorization()
protected FormData
getFormData()
-
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 Detail
-
processDefinitionId
protected String processDefinitionId
-
-
Constructor Detail
-
GetDeployedStartFormCmd
public GetDeployedStartFormCmd(String processDefinitionId)
-
-
Method Detail
-
getFormData
protected FormData getFormData()
- Specified by:
getFormData
in classAbstractGetDeployedFormCmd
-
checkAuthorization
protected void checkAuthorization()
- Specified by:
checkAuthorization
in classAbstractGetDeployedFormCmd
-
-