Class AbstractGetDeployedFormCmd

    • Field Detail

      • EMBEDDED_KEY

        protected static java.lang.String EMBEDDED_KEY
      • CAMUNDA_FORMS_KEY

        protected static java.lang.String CAMUNDA_FORMS_KEY
      • EMBEDDED_KEY_LENGTH

        protected static int EMBEDDED_KEY_LENGTH
      • CAMUNDA_FORMS_KEY_LENGTH

        protected static int CAMUNDA_FORMS_KEY_LENGTH
      • DEPLOYMENT_KEY

        protected static java.lang.String DEPLOYMENT_KEY
      • DEPLOYMENT_KEY_LENGTH

        protected static int DEPLOYMENT_KEY_LENGTH
    • Constructor Detail

      • AbstractGetDeployedFormCmd

        public AbstractGetDeployedFormCmd()
    • Method Detail

      • execute

        public java.io.InputStream execute​(CommandContext commandContext)
        Specified by:
        execute in interface Command<java.io.InputStream>
      • getResourceForFormKey

        protected java.io.InputStream getResourceForFormKey​(FormData formData,
                                                            java.lang.String formKey)
      • getResourceForCamundaFormRef

        protected java.io.InputStream getResourceForCamundaFormRef​(CamundaFormRef camundaFormRef,
                                                                   java.lang.String deploymentId)
      • getDeploymentResource

        protected java.io.InputStream getDeploymentResource​(java.lang.String deploymentId,
                                                            java.lang.String resourceName)
      • getFormData

        protected abstract FormData getFormData()
      • checkAuthorization

        protected abstract void checkAuthorization()