| java.lang.Object de.danet.an.workflow.tools.scarab.AssignIssue
AssignIssue | public class AssignIssue implements ToolAgent,ResultProvider,Serializable(Code) | | This class provides a tool that assignes an issue to a user, if the
user exists and has permission to be assigned. In this case it
returns "assigned" Otherwise , if user has no account in SCARAB, it
returns "User does not exist" or user has no permission to be
assigned, it returns "User has no permission to be assigned"
author: lgrischancew@init-ka.de author: |
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. |
setServerUrl | public void setServerUrl(String serverUrl)(Code) | | Set the server URL. Defaults to
http://localhost:12345 .
Parameters: serverUrl - the server URL |
|
|