@RequestScoped public class ExecuteResourceImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.kie.internal.identity.IdentityProvider |
identityProvider |
protected ProcessRequestBean |
processRequestBean |
| Constructor and Description |
|---|
ExecuteResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
JaxbCommandsResponse |
execute(JaxbCommandsRequest cmdsRequest)
The "/execute" method is an "internal" method that is used by the kie-remote-client classes
It is not meant to be used "externally".
|
@Inject protected ProcessRequestBean processRequestBean
@Inject protected org.kie.internal.identity.IdentityProvider identityProvider
@RolesAllowed(value={"rest-client","rest-all"}) public JaxbCommandsResponse execute(JaxbCommandsRequest cmdsRequest)
cmdsRequest - The JaxbCommandsRequest containing the Command and other necessary info.JaxbCommandsResponse with the result from the CommandCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.