public abstract class AbstractGetDeployedFormCmd extends Object implements Command<InputStream>
Modifier and Type | Field and Description |
---|---|
protected static String |
CAMUNDA_FORMS_KEY |
protected static int |
CAMUNDA_FORMS_KEY_LENGTH |
protected static String |
DEPLOYMENT_KEY |
protected static int |
DEPLOYMENT_KEY_LENGTH |
protected static String |
EMBEDDED_KEY |
protected static int |
EMBEDDED_KEY_LENGTH |
Constructor and Description |
---|
AbstractGetDeployedFormCmd() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
checkAuthorization(CommandContext commandContext) |
InputStream |
execute(CommandContext commandContext) |
protected abstract FormData |
getFormData(CommandContext commandContext) |
protected String |
getResourceName(String formKey) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected static String EMBEDDED_KEY
protected static String CAMUNDA_FORMS_KEY
protected static int EMBEDDED_KEY_LENGTH
protected static int CAMUNDA_FORMS_KEY_LENGTH
protected static String DEPLOYMENT_KEY
protected static int DEPLOYMENT_KEY_LENGTH
public InputStream execute(CommandContext commandContext)
execute
in interface Command<InputStream>
protected abstract FormData getFormData(CommandContext commandContext)
protected abstract void checkAuthorization(CommandContext commandContext)
Copyright © 2022. All rights reserved.