Package com.dassault_systemes.enovwebsrvr.ews0infra.interfaces

   
Interface ENOVICommand

 
Class Hierarchy
com.dassault_systemes.enovwebsrvr.ews0infra.interfaces.ENOVICommand
Class Location

Framework : ENOVWebSrvr

Module : EWS0Infra

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

addObjectParameter

    public void addObjectParameter(String param, ENOVIDataObject iObject)

Sets the object parameter only using the uuid of the given object


addParameter

    public void addParameter(String param, Object value)

Set the parameters and their values used by the command


execute

    public boolean execute()

execute the command


getCommandName

    public String getCommandName()

Get the command name


getMessages

    public String[] getMessages()

get any messages created as a result of executing the command


getObject

    public String getObject()

Get the uuid of the object on which the command acts


getResultNames

    public String[] getResultNames()

return a list of return parameter names


getResults

    public ENOVIDataObject[] getResults()

return a list of that resulting from executing the command


getResultValue

    public Object getResultValue(String name)

Get the value of a returned parameters


setCommandName

    public void setCommandName(String commandName)

Set the unique command name


setObject

    public void setObject(String objectUUID)

Set the uuid of the object on which the command acts



Copyright © 2000, Dassault Systèmes. All rights reserved