public abstract class BaseEmrCluster extends BaseJavaDelegate
| Modifier and Type | Field and Description |
|---|---|
protected org.activiti.engine.delegate.Expression |
contentType |
protected org.activiti.engine.delegate.Expression |
dryRun |
protected org.activiti.engine.delegate.Expression |
emrClusterDefinitionName |
protected org.activiti.engine.delegate.Expression |
emrClusterDefinitionOverride |
protected org.activiti.engine.delegate.Expression |
emrClusterName |
protected EmrService |
emrService |
protected org.activiti.engine.delegate.Expression |
namespace |
protected static String |
VARIABLE_EMR_CLUSTER_CREATED |
protected static String |
VARIABLE_EMR_CLUSTER_DEFINITION |
protected static String |
VARIABLE_EMR_CLUSTER_ID |
protected static String |
VARIABLE_EMR_CLUSTER_STATUS |
activitiHelper, activitiRuntimeHelper, activitiService, configurationDaoHelper, daoHelper, herdStringHelper, jobDefinitionDao, jobDefinitionDaoHelper, jobDefinitionHelper, jsonHelper, userNamespaceAuthorizationHelper, VARIABLE_JSON_RESPONSE, xmlHelper| Constructor and Description |
|---|
BaseEmrCluster() |
| Modifier and Type | Method and Description |
|---|---|
protected EmrClusterAlternateKeyDto |
getClusterAlternateKey(org.activiti.engine.delegate.DelegateExecution execution)
Builds the cluster alternate key and returns.
|
protected void |
setIdStatusWorkflowVariables(org.activiti.engine.delegate.DelegateExecution execution,
EmrCluster emrCluster)
Sets the EMR cluster id and status as activiti workflow variables.
|
protected void |
setResultWorkflowVariables(org.activiti.engine.delegate.DelegateExecution execution,
EmrCluster emrCluster)
Sets the result variables to Activiti workflow.
|
execute, executeImpl, getApplicationUser, getRequestObject, handleException, isSpringInitialized, logInputParameters, logTaskExecutionTime, setJsonResponseAsWorkflowVariable, setJsonResponseAsWorkflowVariable, setSecurityContext, setSpringInitialized, setTaskWorkflowVariable, setTaskWorkflowVariableprotected static final String VARIABLE_EMR_CLUSTER_ID
protected static final String VARIABLE_EMR_CLUSTER_STATUS
protected static final String VARIABLE_EMR_CLUSTER_CREATED
protected static final String VARIABLE_EMR_CLUSTER_DEFINITION
protected org.activiti.engine.delegate.Expression namespace
protected org.activiti.engine.delegate.Expression emrClusterDefinitionName
protected org.activiti.engine.delegate.Expression emrClusterName
protected org.activiti.engine.delegate.Expression dryRun
protected org.activiti.engine.delegate.Expression contentType
protected org.activiti.engine.delegate.Expression emrClusterDefinitionOverride
@Autowired protected EmrService emrService
protected EmrClusterAlternateKeyDto getClusterAlternateKey(org.activiti.engine.delegate.DelegateExecution execution)
execution - the DelegateExecutionprotected void setIdStatusWorkflowVariables(org.activiti.engine.delegate.DelegateExecution execution,
EmrCluster emrCluster)
execution - the DelegateExecutionemrCluster - the EmrClusterprotected void setResultWorkflowVariables(org.activiti.engine.delegate.DelegateExecution execution,
EmrCluster emrCluster)
throws JAXBException,
IOException
execution - the DelegateExecutionemrCluster - the EmrClusterIOException - if an I/O exception occurred.JAXBException - if a JAXB exception occurred.Copyright © 2019. All rights reserved.