|
|
|||||
| Package com.dassault_systemes.enovwebsrvr.ews0infra.interfaces |
Interface ENOVICommand
|
| Class Hierarchy |
com.dassault_systemes.enovwebsrvr.ews0infra.interfaces.ENOVICommand
| Class Location |
| Class Description |
public interface ENOVICommand
| Field Summary |
| Constructor Summary |
| Method Summary |
| public void | addObjectParameter(String param, ENOVIDataObject iObject)
Sets the object parameter only using the uuid of the given object |
| public void | addParameter(String param, Object value)
Set the parameters and their values used by the command |
| public boolean | execute()
execute the command |
| public String | getCommandName()
Get the command name |
| public String[] | getMessages()
get any messages created as a result of executing the command |
| public String | getObject()
Get the uuid of the object on which the command acts |
| public String[] | getResultNames()
return a list of return parameter names |
| public ENOVIDataObject[] | getResults()
return a list of that resulting from executing the command |
| public Object | getResultValue(String name)
Get the value of a returned parameters |
| public void | setCommandName(String commandName)
Set the unique command name |
| public void | setObject(String objectUUID)
Set the uuid of the object on which the command acts |
| Field Detail |
| Constructor Detail |
| Method Detail |
public void addObjectParameter(String param, ENOVIDataObject iObject)
Sets the object parameter only using the uuid of the given object
public void addParameter(String param, Object value)
Set the parameters and their values used by the command
public boolean execute()
execute the command
public String getCommandName()
Get the command name
public String[] getMessages()
get any messages created as a result of executing the command
public String getObject()
Get the uuid of the object on which the command acts
public String[] getResultNames()
return a list of return parameter names
public ENOVIDataObject[] getResults()
return a list of that resulting from executing the command
public Object getResultValue(String name)
Get the value of a returned parameters
public void setCommandName(String commandName)
Set the unique command name
public void setObject(String objectUUID)
Set the uuid of the object on which the command acts