| |
|
| org.obe.xpdl.model.misc.AbstractWFElement org.obe.xpdl.model.application.Application
Application | final public class Application extends AbstractWFElement implements Invokable(Code) | | Implementation of the XPDL Application element.
author: Adrian Price |
EXTERNAL_REFERENCE | final public static String EXTERNAL_REFERENCE(Code) | | |
FORMAL_PARAMETER | final public static String FORMAL_PARAMETER(Code) | | |
Application | public Application()(Code) | | |
Application | public Application(String id, String name)(Code) | | Construct a new application.
Parameters: id - The application id Parameters: name - The application name |
getExternalReference | public ExternalReference getExternalReference()(Code) | | Get an ExternalReference for the tool. This may be used if the tool is
accessible through a URI (for example, a web service). This method may
return null if the formal parameters are specified.
The ExternalReference |
getFormalParameter | public FormalParameter[] getFormalParameter()(Code) | | Return a List of all FormalParameters for the tool.
A List of FormalParameter objects |
setExternalReference | public void setExternalReference(ExternalReference externalReference)(Code) | | Set an ExternalReference for the tool. This may be used if the tool is
accessible through a URI (for example, a web service).
Parameters: externalReference - The ExternalReference |
|
|
|