public class JobTemplate extends java.lang.Object implements JobOperations
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DEPLOYMENTS_URI |
protected java.util.Map<java.lang.String,java.net.URI> |
resources
Holds discovered URLs of the API.
|
protected org.springframework.web.client.RestTemplate |
restTemplate
A template used for http interaction.
|
| Modifier and Type | Method and Description |
|---|---|
JobDefinitionResource |
createJob(java.lang.String name,
java.lang.String definition,
java.lang.Boolean deploy)
Create a new Job, optionally deploying it.
|
void |
deploy(java.lang.String name)
Deploy an already created resource.
|
void |
deployAll()
Deploy all the resources known to the system.
|
void |
deployJob(java.lang.String name,
java.lang.String dateFormat,
java.lang.String numberFormat,
java.lang.Boolean makeUnique)
Deploy an already created job with additional JobParameters.
|
void |
destroy(java.lang.String name)
Destroy an existing resource.
|
void |
destroyAll()
Undeploy all the resources known to the system.
|
JobDefinitionResource.Page |
list()
List jobs known to the system.
|
java.lang.String |
toString() |
void |
undeploy(java.lang.String name)
Undeploy a deployed resource, retaining its definition.
|
void |
undeployAll()
Undeploy all the resources known to the system.
|
protected static final java.lang.String DEPLOYMENTS_URI
protected org.springframework.web.client.RestTemplate restTemplate
protected java.util.Map<java.lang.String,java.net.URI> resources
public JobDefinitionResource createJob(java.lang.String name, java.lang.String definition, java.lang.Boolean deploy)
JobOperationscreateJob in interface JobOperationspublic void destroy(java.lang.String name)
ResourceOperationsdestroy in interface ResourceOperationspublic void deployJob(java.lang.String name,
java.lang.String dateFormat,
java.lang.String numberFormat,
java.lang.Boolean makeUnique)
JobOperationsdeployJob in interface JobOperationspublic void deploy(java.lang.String name)
ResourceOperationsdeploy in interface ResourceOperationspublic void undeploy(java.lang.String name)
ResourceOperationsundeploy in interface ResourceOperationspublic JobDefinitionResource.Page list()
JobOperationslist in interface JobOperationspublic void undeployAll()
ResourceOperationsundeployAll in interface ResourceOperationspublic void deployAll()
ResourceOperationsdeployAll in interface ResourceOperationspublic void destroyAll()
ResourceOperationsdestroyAll in interface ResourceOperationspublic java.lang.String toString()
toString in class java.lang.Object