|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteRunUIAgentAction
Job action to launch a Notes agent in the Notes UI thread while a job
is running or when it is done.
To pass data between the Job code and the action, the API creates a temporary
context Notes document. In the UI agent code, you can get the Notes URL
for this context document by reading the "mndResultDocUrl" field of the
DocumentContext document returned by lotus.domino.Session#getAgentContext()
and
lotus.domino.AgentContext#getDocumentContext()
Method Summary | |
---|---|
java.lang.String |
getAgentName()
Name of agent |
java.lang.String |
getDbPath()
Filepath of agent's database |
java.lang.String |
getDescription()
Optional description text for the progress dialog of the agent |
java.lang.String |
getServer()
Server of agent's database |
Method Detail |
---|
java.lang.String getServer() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getDbPath() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getAgentName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getDescription() throws RemoteEclipseAPIException
null
to use the default text ("OK")
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |