org.kie.remote.services.jaxb
Class JaxbCommandsRequest
java.lang.Object
org.kie.remote.services.jaxb.JaxbCommandsRequest
public class JaxbCommandsRequest
- extends Object
|
Field Summary |
protected List<org.kie.api.command.Command> |
commands
|
commands
protected List<org.kie.api.command.Command> commands
JaxbCommandsRequest
public JaxbCommandsRequest()
JaxbCommandsRequest
public JaxbCommandsRequest(org.kie.api.command.Command command)
JaxbCommandsRequest
public JaxbCommandsRequest(List<org.kie.api.command.Command> commands)
JaxbCommandsRequest
public JaxbCommandsRequest(String deploymentId,
org.kie.api.command.Command<?> command)
JaxbCommandsRequest
public JaxbCommandsRequest(String deploymentId,
List<org.kie.api.command.Command> commands)
getDeploymentId
public String getDeploymentId()
setDeploymentId
public void setDeploymentId(String deploymentId)
getProcessInstanceId
public Long getProcessInstanceId()
setProcessInstanceId
public void setProcessInstanceId(Long processInstanceId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getUser
public String getUser()
setUser
public void setUser(String user)
setCommands
public void setCommands(List<org.kie.api.command.Command> commands)
getCommands
public List<org.kie.api.command.Command> getCommands()
getUserPass
public String[] getUserPass()
setUserPass
public void setUserPass(String[] userPass)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.