public interface DeploymentWebService
| Modifier and Type | Method and Description |
|---|---|
org.kie.services.client.serialization.jaxb.impl.deploy.JaxbDeploymentUnitList |
getDeploymentInfo(DeploymentIdRequest request) |
ProcessIdsResponse |
getProcessDefinitionIds(DeploymentIdRequest request) |
org.kie.services.client.serialization.jaxb.impl.process.JaxbProcessDefinitionList |
getProcessDefinitionInfo(DeploymentIdRequest request) |
DeploymentInfoResponse |
manage(DeploymentIdRequest request) |
@RequestWrapper(localName="manage", targetNamespace="http://services.remote.kie.org/6.5.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.Manage") @ResponseWrapper(localName="manageResponse", targetNamespace="http://services.remote.kie.org/6.5.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.ManageResponse") DeploymentInfoResponse manage(DeploymentIdRequest request) throws DeploymentWebServiceException
request - DeploymentWebServiceException@RequestWrapper(localName="getProcessDefinitionIds", targetNamespace="http://services.remote.kie.org/6.5.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetProcessDefinitionIds") @ResponseWrapper(localName="getProcessDefinitionIdsResponse", targetNamespace="http://services.remote.kie.org/6.5.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetProcessDefinitionIdsResponse") ProcessIdsResponse getProcessDefinitionIds(DeploymentIdRequest request) throws DeploymentWebServiceException
request - DeploymentWebServiceException@RequestWrapper(localName="getProcessDefinitionInfo", targetNamespace="http://services.remote.kie.org/6.5.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetProcessDefinitionInfo") @ResponseWrapper(localName="getProcessDefinitionInfoResponse", targetNamespace="http://services.remote.kie.org/6.5.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetProcessDefinitionInfoResponse") org.kie.services.client.serialization.jaxb.impl.process.JaxbProcessDefinitionList getProcessDefinitionInfo(DeploymentIdRequest request) throws DeploymentWebServiceException
request - DeploymentWebServiceException@RequestWrapper(localName="getDeploymentInfo", targetNamespace="http://services.remote.kie.org/6.5.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetDeploymentInfo") @ResponseWrapper(localName="getDeploymentInfoResponse", targetNamespace="http://services.remote.kie.org/6.5.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetDeploymentInfoResponse") org.kie.services.client.serialization.jaxb.impl.deploy.JaxbDeploymentUnitList getDeploymentInfo(DeploymentIdRequest request) throws DeploymentWebServiceException
request - DeploymentWebServiceExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.