| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.service.helper |
| Modifier and Type | Field and Description |
|---|---|
protected S3PropertiesLocation |
JobSignalRequest.s3PropertiesLocation |
protected S3PropertiesLocation |
JobCreateRequest.s3PropertiesLocation |
protected S3PropertiesLocation |
JdbcExecutionRequest.s3PropertiesLocation |
protected S3PropertiesLocation |
JobDefinitionUpdateRequest.s3PropertiesLocation |
protected S3PropertiesLocation |
JobDefinition.s3PropertiesLocation |
protected S3PropertiesLocation |
JobDefinitionCreateRequest.s3PropertiesLocation |
| Modifier and Type | Method and Description |
|---|---|
S3PropertiesLocation |
ObjectFactory.createS3PropertiesLocation()
Create an instance of
S3PropertiesLocation |
S3PropertiesLocation |
JobSignalRequest.getS3PropertiesLocation()
Gets the value of the s3PropertiesLocation property.
|
S3PropertiesLocation |
JobCreateRequest.getS3PropertiesLocation()
Gets the value of the s3PropertiesLocation property.
|
S3PropertiesLocation |
JdbcExecutionRequest.getS3PropertiesLocation()
Gets the value of the s3PropertiesLocation property.
|
S3PropertiesLocation |
JobDefinitionUpdateRequest.getS3PropertiesLocation()
Gets the value of the s3PropertiesLocation property.
|
S3PropertiesLocation |
JobDefinition.getS3PropertiesLocation()
Gets the value of the s3PropertiesLocation property.
|
S3PropertiesLocation |
JobDefinitionCreateRequest.getS3PropertiesLocation()
Gets the value of the s3PropertiesLocation property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobSignalRequest.setS3PropertiesLocation(S3PropertiesLocation value)
Sets the value of the s3PropertiesLocation property.
|
void |
JobCreateRequest.setS3PropertiesLocation(S3PropertiesLocation value)
Sets the value of the s3PropertiesLocation property.
|
void |
JdbcExecutionRequest.setS3PropertiesLocation(S3PropertiesLocation value)
Sets the value of the s3PropertiesLocation property.
|
void |
JobDefinitionUpdateRequest.setS3PropertiesLocation(S3PropertiesLocation value)
Sets the value of the s3PropertiesLocation property.
|
void |
JobDefinition.setS3PropertiesLocation(S3PropertiesLocation value)
Sets the value of the s3PropertiesLocation property.
|
void |
JobDefinitionCreateRequest.setS3PropertiesLocation(S3PropertiesLocation value)
Sets the value of the s3PropertiesLocation property.
|
| Constructor and Description |
|---|
JdbcExecutionRequest(JdbcConnection connection,
List<JdbcStatement> statements,
S3PropertiesLocation s3PropertiesLocation)
Fully-initialising value constructor
|
JobCreateRequest(String namespace,
String jobName,
List<Parameter> parameters,
S3PropertiesLocation s3PropertiesLocation)
Fully-initialising value constructor
|
JobDefinition(long id,
String namespace,
String jobName,
String description,
String activitiJobXml,
List<Parameter> parameters,
S3PropertiesLocation s3PropertiesLocation,
String lastUpdatedByUserId)
Fully-initialising value constructor
|
JobDefinitionCreateRequest(String namespace,
String jobName,
String description,
String activitiJobXml,
List<Parameter> parameters,
S3PropertiesLocation s3PropertiesLocation)
Fully-initialising value constructor
|
JobDefinitionUpdateRequest(String description,
String activitiJobXml,
List<Parameter> parameters,
S3PropertiesLocation s3PropertiesLocation)
Fully-initialising value constructor
|
JobSignalRequest(String id,
String receiveTaskId,
List<Parameter> parameters,
S3PropertiesLocation s3PropertiesLocation)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3PropertiesLocationHelper.validate(S3PropertiesLocation s3PropertiesLocation)
Validates the given
S3PropertiesLocation. |
Copyright © 2021. All rights reserved.