| java.lang.Object de.danet.an.workflow.tools.webclient.BrowserTool
Constructor Summary | |
public | BrowserTool() Creates an instance of BrowserTool
with all attributes initialized to default values. |
BrowserTool | public BrowserTool()(Code) | | Creates an instance of BrowserTool
with all attributes initialized to default values.
|
result | public Object result()(Code) | | Return the result evaluated during
ToolAgent.invokeinvoke . The method will only be called once after
each invoke, i.e. the attribute holding the result be be
cleared in this method.
the result data or null if the invocationdoes not return any data. |
setAuthenticate | public void setAuthenticate(String value)(Code) | | Determine if request is to be authenticated.
Parameters: value - "true " or "false " |
setPassword | public void setPassword(String value)(Code) | | Set the password used for authentication. If set, implies that
the request is authticated, and no password parameter is
expected as argument to invoke.
Parameters: value - the value to be used |
setRealm | public void setRealm(String value)(Code) | | Set the realm used for authentication. If set, implies that the
request is authticated, and no realm parameter is expected as
argument to invoke.
Parameters: value - the value to be used |
setToolAgentContext | public void setToolAgentContext(ToolAgentContext context)(Code) | | Makes an engine context available to the tool agent.
Parameters: context - the engine context |
setUsername | public void setUsername(String value)(Code) | | Set the username used for authentication. If set, implies that
the request is authticated, and no username parameter is
expected as argument to invoke.
Parameters: value - the value to be used |
|
|