|
KIE Remote Services :: Services 6.2.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.remote.services.rest.ResourceBase
org.kie.remote.services.rest.DeploymentResourceImpl
@RequestScoped public class DeploymentResourceImpl
This REST resource is responsible for retrieving information about and managing deployment units.
| Field Summary |
|---|
| Fields inherited from class org.kie.remote.services.rest.ResourceBase |
|---|
paginationParams, PROC_INST_ID_PARAM_NAME, processRequestBean |
| Constructor Summary | |
|---|---|
DeploymentResourceImpl()
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
activate()
|
javax.ws.rs.core.Response |
deactivate()
|
javax.ws.rs.core.Response |
deploy(JaxbDeploymentDescriptor deployDescriptor)
Queues a request to deploy the given deployment unit. |
javax.ws.rs.core.Response |
getConfig()
Retrieve the status of the DeploymentUnit specified in the URL. |
javax.ws.rs.core.Response |
listProcessDefinitions()
Returns a list of process definitions for the specified deployment. |
javax.ws.rs.core.Response |
undeploy()
Queues a request to undeploy the deployment unit specified in the URL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentResourceImpl()
| Method Detail |
|---|
public javax.ws.rs.core.Response getConfig()
DeploymentUnit specified in the URL.
JaxbDeploymentUnit instancepublic javax.ws.rs.core.Response deploy(JaxbDeploymentDescriptor deployDescriptor)
deployDescriptor - An optional DeploymentDescriptor instance specifying additional information about how
the deployment unit should be deployed.
JaxbDeploymentJobResult instance with the initial status of the jobpublic javax.ws.rs.core.Response undeploy()
JaxbDeploymentJobResult instance with the initial status of the jobpublic javax.ws.rs.core.Response listProcessDefinitions()
JaxbProcessDefinitionList instancepublic javax.ws.rs.core.Response activate()
public javax.ws.rs.core.Response deactivate()
|
KIE Remote Services :: Services 6.2.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||