KIE Remote Services :: JAXB classes 6.1.0.Beta2

org.kie.services.client.serialization.jaxb.impl
Class JaxbCommandsRequest

java.lang.Object
  extended by org.kie.services.client.serialization.jaxb.impl.JaxbCommandsRequest

public class JaxbCommandsRequest
extends Object


Field Summary
protected  List<org.kie.api.command.Command> commands
           
 
Constructor Summary
JaxbCommandsRequest()
           
JaxbCommandsRequest(org.kie.api.command.Command command)
           
JaxbCommandsRequest(List<org.kie.api.command.Command> commands)
           
JaxbCommandsRequest(String deploymentId, org.kie.api.command.Command<?> command)
           
JaxbCommandsRequest(String deploymentId, List<org.kie.api.command.Command> commands)
           
 
Method Summary
 List<org.kie.api.command.Command> getCommands()
           
 String getDeploymentId()
           
 Long getProcessInstanceId()
           
 String getUser()
           
 int getVersion()
           
 void setCommands(List<org.kie.api.command.Command> commands)
           
 void setDeploymentId(String deploymentId)
           
 void setProcessInstanceId(Long processInstanceId)
           
 void setUser(String user)
           
 void setVersion(int version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

commands

protected List<org.kie.api.command.Command> commands
Constructor Detail

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)
Method Detail

getDeploymentId

public String getDeploymentId()

setDeploymentId

public void setDeploymentId(String deploymentId)

getProcessInstanceId

public Long getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(Long processInstanceId)

getVersion

public int getVersion()

setVersion

public void setVersion(int 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()

toString

public String toString()
Overrides:
toString in class Object

KIE Remote Services :: JAXB classes 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.