void |
ProcessInstanceService.changeActivityState(ServerConfig serverConfig,
String processInstanceId,
com.fasterxml.jackson.databind.JsonNode changeActivityBody) |
void |
CaseInstanceService.changePlanItemState(ServerConfig serverConfig,
String caseInstanceId,
com.fasterxml.jackson.databind.JsonNode changeActivityBody) |
org.apache.http.client.methods.HttpDelete |
FlowableClientService.createDelete(org.apache.http.client.utils.URIBuilder builder,
ServerConfig serverConfig) |
org.apache.http.client.methods.HttpPost |
FlowableClientService.createPost(String uri,
ServerConfig serverConfig) |
org.apache.http.client.methods.HttpPost |
FlowableClientService.createPost(org.apache.http.client.utils.URIBuilder builder,
ServerConfig serverConfig) |
org.apache.http.client.methods.HttpPut |
FlowableClientService.createPut(String uri,
ServerConfig serverConfig) |
org.apache.http.client.methods.HttpPut |
FlowableClientService.createPut(org.apache.http.client.utils.URIBuilder builder,
ServerConfig serverConfig) |
protected ServerConfigRepresentation |
ServerConfigService.createServerConfigRepresentation(ServerConfig serverConfig) |
void |
CaseInstanceService.createVariable(ServerConfig serverConfig,
String caseInstanceId,
com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
void |
ProcessInstanceService.createVariable(ServerConfig serverConfig,
String processInstanceId,
com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
void |
AppService.deleteAppDeployment(ServerConfig serverConfig,
javax.servlet.http.HttpServletResponse httpResponse,
String appDeploymentId) |
void |
BatchService.deleteBatch(ServerConfig serverConfig,
String batchId) |
void |
AppDeploymentService.deleteDeployment(ServerConfig serverConfig,
javax.servlet.http.HttpServletResponse httpResponse,
String appDeploymentId) |
void |
DecisionTableDeploymentService.deleteDeployment(ServerConfig serverConfig,
javax.servlet.http.HttpServletResponse httpResponse,
String appDeploymentId) |
void |
CmmnDeploymentService.deleteDeployment(ServerConfig serverConfig,
javax.servlet.http.HttpServletResponse httpResponse,
String appDeploymentId) |
void |
DeploymentService.deleteDeployment(ServerConfig serverConfig,
javax.servlet.http.HttpServletResponse httpResponse,
String appDeploymentId) |
void |
FormDeploymentService.deleteDeployment(ServerConfig serverConfig,
javax.servlet.http.HttpServletResponse httpResponse,
String appDeploymentId) |
void |
JobService.deleteJob(ServerConfig serverConfig,
String jobId,
String jobType) |
void |
CmmnJobService.deleteJob(ServerConfig serverConfig,
String jobId,
String jobType) |
void |
TaskService.deleteTask(ServerConfig serverConfig,
String taskId)
Delete a task.
|
void |
CmmnTaskService.deleteTask(ServerConfig serverConfig,
String taskId)
Delete a task.
|
void |
CaseInstanceService.deleteVariable(ServerConfig serverConfig,
String caseInstanceId,
String variableName) |
void |
ProcessInstanceService.deleteVariable(ServerConfig serverConfig,
String processInstanceId,
String variableName) |
void |
FlowableClientService.execute(org.apache.http.client.methods.HttpUriRequest request,
javax.servlet.http.HttpServletResponse httpResponse,
ServerConfig serverConfig) |
ResponseInfo |
FlowableClientService.execute(org.apache.http.client.methods.HttpUriRequest request,
ServerConfig serverConfig) |
ResponseInfo |
FlowableClientService.execute(org.apache.http.client.methods.HttpUriRequest request,
ServerConfig serverConfig,
int... expectedStatusCodes) |
void |
CaseInstanceService.executeAction(ServerConfig serverConfig,
String caseInstanceId,
com.fasterxml.jackson.databind.JsonNode actionBody) |
void |
ProcessInstanceService.executeAction(ServerConfig serverConfig,
String processInstanceId,
com.fasterxml.jackson.databind.JsonNode actionBody) |
com.fasterxml.jackson.databind.JsonNode |
FlowableClientService.executeDownloadRequest(org.apache.http.client.methods.HttpUriRequest request,
javax.servlet.http.HttpServletResponse httpResponse,
ServerConfig serverConfig) |
com.fasterxml.jackson.databind.JsonNode |
FlowableClientService.executeDownloadRequest(org.apache.http.client.methods.HttpUriRequest request,
javax.servlet.http.HttpServletResponse httpResponse,
ServerConfig serverConfig,
int expectedStatusCode) |
AttachmentResponseInfo |
FlowableClientService.executeDownloadRequest(org.apache.http.client.methods.HttpUriRequest request,
ServerConfig serverConfig) |
AttachmentResponseInfo |
FlowableClientService.executeDownloadRequest(org.apache.http.client.methods.HttpUriRequest request,
ServerConfig serverConfig,
Integer... expectedStatusCodes) |
void |
JobService.executeJob(ServerConfig serverConfig,
String jobId) |
void |
CmmnJobService.executeJob(ServerConfig serverConfig,
String jobId) |
com.fasterxml.jackson.databind.JsonNode |
FlowableClientService.executeRequest(org.apache.http.client.methods.HttpUriRequest request,
ServerConfig serverConfig)
Execute the given request.
|
com.fasterxml.jackson.databind.JsonNode |
FlowableClientService.executeRequest(org.apache.http.client.methods.HttpUriRequest request,
ServerConfig serverConfig,
int expectedStatusCode) |
String |
FlowableClientService.executeRequestAsString(org.apache.http.client.methods.HttpUriRequest request,
ServerConfig serverConfig,
int expectedStatusCode) |
protected BpmnModel |
ProcessDefinitionService.executeRequestForXML(org.apache.http.client.methods.HttpUriRequest request,
ServerConfig serverConfig,
int expectedStatusCode) |
protected CmmnModel |
CaseDefinitionService.executeRequestForXML(org.apache.http.client.methods.HttpUriRequest request,
ServerConfig serverConfig,
int expectedStatusCode) |
void |
FlowableClientService.executeRequestNoResponseBody(org.apache.http.client.methods.HttpUriRequest request,
ServerConfig serverConfig,
int expectedStatusCode)
Execute the given request, without using the response body.
|
void |
TaskService.executeTaskAction(ServerConfig serverConfig,
String taskId,
com.fasterxml.jackson.databind.JsonNode actionRequest) |
void |
CmmnTaskService.executeTaskAction(ServerConfig serverConfig,
String taskId,
com.fasterxml.jackson.databind.JsonNode actionRequest) |
com.fasterxml.jackson.databind.JsonNode |
AppService.exportApp(ServerConfig serverConfig,
String deploymentId,
javax.servlet.http.HttpServletResponse httpResponse) |
com.fasterxml.jackson.databind.JsonNode |
AppDefinitionService.getAppDefinition(ServerConfig serverConfig,
String appDefinitionId) |
com.fasterxml.jackson.databind.JsonNode |
AppService.getAppDefinition(ServerConfig serverConfig,
String appDeploymentId) |
void |
AppService.getAppDefinitionByDeployment(ServerConfig serverConfig,
javax.servlet.http.HttpServletResponse httpResponse,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
AppDefinitionService.getAppDefinitionCaseDefinitions(ServerConfig serverConfig,
String deploymentId) |
com.fasterxml.jackson.databind.JsonNode |
AppDefinitionService.getAppDefinitionDecisionTables(ServerConfig serverConfig,
String deploymentId) |
com.fasterxml.jackson.databind.JsonNode |
AppDefinitionService.getAppDefinitionFormDefinitions(ServerConfig serverConfig,
String deploymentId) |
com.fasterxml.jackson.databind.JsonNode |
AppDefinitionService.getAppDefinitionProcessDefinitions(ServerConfig serverConfig,
String deploymentId) |
String |
FlowableClientService.getAppServerUrl(ServerConfig serverConfig,
String uri) |
com.fasterxml.jackson.databind.JsonNode |
BatchService.getBatch(ServerConfig serverConfig,
String batchId) |
String |
BatchService.getBatchDocument(ServerConfig serverConfig,
String batchId) |
com.fasterxml.jackson.databind.JsonNode |
BatchService.getBatchPart(ServerConfig serverConfig,
String batchPartId) |
String |
BatchService.getBatchPartDocument(ServerConfig serverConfig,
String batchPartId) |
com.fasterxml.jackson.databind.JsonNode |
CaseDefinitionService.getCaseDefinition(ServerConfig serverConfig,
String caseDefinitionId) |
com.fasterxml.jackson.databind.JsonNode |
DecisionTableService.getCaseDefinitionDecisionTables(ServerConfig serverConfig,
String caseDefinitionId) |
com.fasterxml.jackson.databind.JsonNode |
CaseDefinitionService.getCaseDefinitionForms(ServerConfig serverConfig,
String caseDefinitionId) |
com.fasterxml.jackson.databind.JsonNode |
FormDefinitionService.getCaseDefinitionForms(ServerConfig serverConfig,
String caseDefinitionId) |
CmmnModel |
CaseDefinitionService.getCaseDefinitionModel(ServerConfig serverConfig,
String definitionId) |
com.fasterxml.jackson.databind.JsonNode |
CaseInstanceService.getCaseInstance(ServerConfig serverConfig,
String caseInstanceId) |
List<String> |
ProcessInstanceService.getCompletedActivityInstancesAndProcessDefinitionId(ServerConfig serverConfig,
String processInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
ContentItemService.getContentItem(ServerConfig serverConfig,
String contentItemId) |
List<String> |
ProcessInstanceService.getCurrentActivityInstances(ServerConfig serverConfig,
String processInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
AppService.getDecisionDefinitionsForDeploymentId(ServerConfig serverConfig,
String dmnDeploymentId) |
com.fasterxml.jackson.databind.JsonNode |
CaseInstanceService.getDecisionExecutions(ServerConfig serverConfig,
String caseInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
ProcessInstanceService.getDecisionExecutions(ServerConfig serverConfig,
String processInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
DecisionTableService.getDecisionTable(ServerConfig serverConfig,
String decisionTableId) |
protected com.fasterxml.jackson.databind.JsonNode |
AppDefinitionService.getDefinitions(String deploymentUrl,
String definitionUrl,
ServerConfig serverConfig) |
com.fasterxml.jackson.databind.JsonNode |
AppDeploymentService.getDeployment(ServerConfig serverConfig,
String deploymentId) |
com.fasterxml.jackson.databind.JsonNode |
DecisionTableDeploymentService.getDeployment(ServerConfig serverConfig,
String deploymentId) |
com.fasterxml.jackson.databind.JsonNode |
CmmnDeploymentService.getDeployment(ServerConfig serverConfig,
String deploymentId) |
com.fasterxml.jackson.databind.JsonNode |
DeploymentService.getDeployment(ServerConfig serverConfig,
String deploymentId) |
com.fasterxml.jackson.databind.JsonNode |
FormDeploymentService.getDeployment(ServerConfig serverConfig,
String deploymentId) |
com.fasterxml.jackson.databind.JsonNode |
DecisionTableService.getEditorJsonForDecisionTable(ServerConfig serverConfig,
String decisionTableId) |
com.fasterxml.jackson.databind.JsonNode |
ProcessEngineInfoService.getEngineInfo(ServerConfig serverConfig) |
com.fasterxml.jackson.databind.JsonNode |
EventSubscriptionService.getEventSubscription(ServerConfig serverConfig,
String eventSubscriptionId) |
com.fasterxml.jackson.databind.JsonNode |
FormDefinitionService.getForm(ServerConfig serverConfig,
String formId) |
com.fasterxml.jackson.databind.JsonNode |
FormInstanceService.getFormInstance(ServerConfig serverConfig,
String formInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
FormInstanceService.getFormInstanceFormFieldValues(ServerConfig serverConfig,
String formInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
FormInstanceService.getFormInstances(ServerConfig serverConfig,
com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
com.fasterxml.jackson.databind.JsonNode |
AppService.getFormsForAppDeploymentId(ServerConfig serverConfig,
String appDeploymentId) |
com.fasterxml.jackson.databind.JsonNode |
DecisionHistoricExecutionService.getHistoricDecisionExecution(ServerConfig serverConfig,
String executionId) |
com.fasterxml.jackson.databind.JsonNode |
DecisionHistoricExecutionService.getHistoricDecisionExecutionAuditData(ServerConfig serverConfig,
String executionId) |
org.apache.http.impl.client.CloseableHttpClient |
FlowableClientService.getHttpClient(ServerConfig serverConfig) |
com.fasterxml.jackson.databind.JsonNode |
TaskService.getIdentityLinks(ServerConfig serverConfig,
String taskId) |
com.fasterxml.jackson.databind.JsonNode |
CmmnTaskService.getIdentityLinks(ServerConfig serverConfig,
String taskId) |
com.fasterxml.jackson.databind.JsonNode |
JobService.getJob(ServerConfig serverConfig,
String jobId,
String jobType) |
com.fasterxml.jackson.databind.JsonNode |
CmmnJobService.getJob(ServerConfig serverConfig,
String jobId,
String jobType) |
com.fasterxml.jackson.databind.JsonNode |
CaseInstanceService.getJobs(ServerConfig serverConfig,
String caseInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
ProcessInstanceService.getJobs(ServerConfig serverConfig,
String processInstanceId) |
String |
JobService.getJobStacktrace(ServerConfig serverConfig,
String jobId,
String jobType) |
String |
CmmnJobService.getJobStacktrace(ServerConfig serverConfig,
String jobId,
String jobType) |
com.fasterxml.jackson.databind.JsonNode |
CaseInstanceService.getPlanItemInstancesForCaseInstance(ServerConfig serverConfig,
String caseInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
ProcessDefinitionService.getProcessDefinition(ServerConfig serverConfig,
String definitionId) |
com.fasterxml.jackson.databind.JsonNode |
DecisionTableService.getProcessDefinitionDecisionTables(ServerConfig serverConfig,
String processDefinitionId) |
com.fasterxml.jackson.databind.JsonNode |
FormDefinitionService.getProcessDefinitionForms(ServerConfig serverConfig,
String processDefinitionId) |
BpmnModel |
ProcessDefinitionService.getProcessDefinitionModel(ServerConfig serverConfig,
String definitionId) |
com.fasterxml.jackson.databind.JsonNode |
AppService.getProcessDefinitionsForDeploymentId(ServerConfig serverConfig,
String deploymentId) |
com.fasterxml.jackson.databind.JsonNode |
ProcessInstanceService.getProcessInstance(ServerConfig serverConfig,
String processInstanceId) |
String |
ServerConfigService.getServerConfigDecryptedPassword(ServerConfig serverConfig) |
String |
FlowableClientService.getServerUrl(ServerConfig serverConfig,
String uri) |
String |
FlowableClientService.getServerUrl(ServerConfig serverConfig,
org.apache.http.client.utils.URIBuilder builder) |
com.fasterxml.jackson.databind.JsonNode |
ProcessInstanceService.getSubProcesses(ServerConfig serverConfig,
String processInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
TaskService.getSubTasks(ServerConfig serverConfig,
String taskId) |
com.fasterxml.jackson.databind.JsonNode |
CmmnTaskService.getSubTasks(ServerConfig serverConfig,
String taskId) |
com.fasterxml.jackson.databind.JsonNode |
TaskService.getTask(ServerConfig serverConfig,
String taskId,
boolean runtime) |
com.fasterxml.jackson.databind.JsonNode |
CmmnTaskService.getTask(ServerConfig serverConfig,
String taskId,
boolean runtime) |
com.fasterxml.jackson.databind.JsonNode |
CaseInstanceService.getTasks(ServerConfig serverConfig,
String caseInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
ProcessInstanceService.getTasks(ServerConfig serverConfig,
String processInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
CaseInstanceService.getVariables(ServerConfig serverConfig,
String caseInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
TaskService.getVariables(ServerConfig serverConfig,
String taskId) |
com.fasterxml.jackson.databind.JsonNode |
ProcessInstanceService.getVariables(ServerConfig serverConfig,
String processInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
CmmnTaskService.getVariables(ServerConfig serverConfig,
String taskId) |
com.fasterxml.jackson.databind.JsonNode |
AppDefinitionService.listAppDefinitions(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
AppService.listAppDefinitions(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
BatchService.listBatches(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
BatchService.listBatchParts(ServerConfig serverConfig,
String batchId,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
CaseDefinitionService.listCaseDefinitions(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
CaseInstanceService.listCaseInstances(com.fasterxml.jackson.databind.node.ObjectNode bodyNode,
ServerConfig serverConfig) |
com.fasterxml.jackson.databind.JsonNode |
CaseInstanceService.listCaseInstancesForCaseDefinition(com.fasterxml.jackson.databind.node.ObjectNode bodyNode,
ServerConfig serverConfig) |
com.fasterxml.jackson.databind.JsonNode |
ContentItemService.listContentItems(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
DecisionTableService.listDecisionTables(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
AppDeploymentService.listDeployments(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
DecisionTableDeploymentService.listDeployments(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
CmmnDeploymentService.listDeployments(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
DeploymentService.listDeployments(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
FormDeploymentService.listDeployments(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
EventSubscriptionService.listEventSubscriptions(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
FormInstanceService.listFormInstances(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
FormDefinitionService.listForms(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
DecisionHistoricExecutionService.listHistoricDecisionExecutions(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
JobService.listJobs(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
CmmnJobService.listJobs(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
ModelService.listModels(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
ProcessDefinitionService.listProcesDefinitions(ServerConfig serverConfig,
Map<String,String[]> parameterMap,
boolean latest) |
com.fasterxml.jackson.databind.JsonNode |
ProcessInstanceService.listProcesInstances(com.fasterxml.jackson.databind.node.ObjectNode bodyNode,
ServerConfig serverConfig) |
com.fasterxml.jackson.databind.JsonNode |
ProcessInstanceService.listProcesInstancesForProcessDefinition(com.fasterxml.jackson.databind.node.ObjectNode bodyNode,
ServerConfig serverConfig) |
com.fasterxml.jackson.databind.JsonNode |
TaskService.listTasks(ServerConfig serverConfig,
com.fasterxml.jackson.databind.node.ObjectNode bodyNode) |
com.fasterxml.jackson.databind.JsonNode |
CmmnTaskService.listTasks(ServerConfig serverConfig,
com.fasterxml.jackson.databind.node.ObjectNode bodyNode) |
void |
CaseInstanceService.migrateCaseInstance(ServerConfig serverConfig,
String caseInstanceId,
String migrationDocument) |
void |
ProcessDefinitionService.migrateInstancesOfProcessDefinition(ServerConfig serverConfig,
String processDefinitionId,
String migrationDocument) |
void |
ProcessInstanceService.migrateProcessInstance(ServerConfig serverConfig,
String processInstanceId,
String migrationDocument) |
void |
JobService.moveJob(ServerConfig serverConfig,
String jobId,
String jobType) |
void |
CmmnJobService.moveJob(ServerConfig serverConfig,
String jobId,
String jobType) |
com.fasterxml.jackson.databind.JsonNode |
AppService.redeployApp(javax.servlet.http.HttpServletResponse httpResponse,
ServerConfig serverConfig,
ServerConfig targetServerConfig,
String deploymentId) |
com.fasterxml.jackson.databind.JsonNode |
AppService.redeployReplaceApp(javax.servlet.http.HttpServletResponse httpResponse,
ServerConfig serverConfig,
ServerConfig targetServerConfig,
String deploymentId,
String appId) |
void |
ServerConfigService.save(ServerConfig serverConfig,
boolean encryptPassword) |
void |
EventSubscriptionService.triggerExecutionEvent(ServerConfig serverConfig,
String eventType,
String eventName,
String executionId) |
void |
EventSubscriptionService.triggerMessageEvent(ServerConfig serverConfig,
String eventName,
String tenantId) |
void |
EventSubscriptionService.triggerSignalEvent(ServerConfig serverConfig,
String eventName) |
com.fasterxml.jackson.databind.JsonNode |
ProcessDefinitionService.updateProcessDefinitionCategory(ServerConfig serverConfig,
String definitionId,
String category) |
void |
TaskService.updateTask(ServerConfig serverConfig,
String taskId,
com.fasterxml.jackson.databind.JsonNode actionRequest) |
void |
CmmnTaskService.updateTask(ServerConfig serverConfig,
String taskId,
com.fasterxml.jackson.databind.JsonNode actionRequest) |
void |
CaseInstanceService.updateVariable(ServerConfig serverConfig,
String caseInstanceId,
String variableName,
com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
void |
ProcessInstanceService.updateVariable(ServerConfig serverConfig,
String processInstanceId,
String variableName,
com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
protected void |
AppService.uploadAppDefinition(javax.servlet.http.HttpServletResponse httpResponse,
ServerConfig serverConfig,
String name,
byte[] bytes) |
void |
AppService.uploadAppDefinition(javax.servlet.http.HttpServletResponse httpResponse,
ServerConfig serverConfig,
String name,
InputStream inputStream) |
com.fasterxml.jackson.databind.JsonNode |
AppDeploymentService.uploadDeployment(ServerConfig serverConfig,
String name,
InputStream inputStream) |
com.fasterxml.jackson.databind.JsonNode |
DecisionTableDeploymentService.uploadDeployment(ServerConfig serverConfig,
String name,
InputStream inputStream) |
com.fasterxml.jackson.databind.JsonNode |
CmmnDeploymentService.uploadDeployment(ServerConfig serverConfig,
String name,
InputStream inputStream) |
com.fasterxml.jackson.databind.JsonNode |
DeploymentService.uploadDeployment(ServerConfig serverConfig,
String name,
InputStream inputStream) |
com.fasterxml.jackson.databind.JsonNode |
FormDeploymentService.uploadDeployment(ServerConfig serverConfig,
String name,
InputStream inputStream) |
protected void |
AppService.uploadNewAppDefinitionVersion(javax.servlet.http.HttpServletResponse httpResponse,
ServerConfig serverConfig,
String name,
byte[] bytes,
String appId) |
protected void |
ServerConfigService.validateServerConfig(EndpointType type,
ServerConfig config) |