KIE :: Execution Server :: API 6.2.0.Final

org.kie.server.api.commands
Class CommandScript

java.lang.Object
  extended by org.kie.server.api.commands.CommandScript
All Implemented Interfaces:
Serializable

public class CommandScript
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List<KieServerCommand> commands
           
 
Constructor Summary
CommandScript()
           
CommandScript(List<KieServerCommand> commands)
           
 
Method Summary
 List<KieServerCommand> getCommands()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

commands

protected List<KieServerCommand> commands
Constructor Detail

CommandScript

public CommandScript()

CommandScript

public CommandScript(List<KieServerCommand> commands)
Method Detail

getCommands

public List<KieServerCommand> getCommands()

toString

public String toString()
Overrides:
toString in class Object

KIE :: Execution Server :: API 6.2.0.Final

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