Lotus

Out of Office Agent Lotus Domino

怎甘沉沦 提交于 2020-01-17 04:49:10
问题 I need to Change Subject Of Out Of Office Message through Java. At the same time I wish to enable Out of Office through java. I tried something by myself like this : Document dc = db.getProfileDocument("OutOfOfficeProfile", s.getUserName()); Vector vc = dc.getItems(); for(int i=0;i<vc.size();i++){ Item it = (Item) vc.get(i); System.out.println(it.toString()+":::::::>>>>>>" + dc.getItemValueString(it.toString())); } I got the Item names as : $Name:::::::>>>>>>$profile_018outofofficeprofile_cn

lotus环境搭建

可紊 提交于 2020-01-07 23:27:45
lotus环境搭建: (1.)官方网站: https://docs.lotu.sh/en+install-lotus-arch https://docs.filecoin.io/ (2.)其他网站 https://www.aicoin.cn/article/99301.html https://www.jianshu.com/p/fdca70aa5359 http://www.btb8.com/fil/1910/74027.html (3.)获取测试代币的地址 https://faucet.testnet.filecoin.io/ https://lotus-faucet.kittyhawk.wtf/ //该网站暂时无法访问 来源: https://www.cnblogs.com/tomtellyou/p/12164230.html

lotus操作命令

走远了吗. 提交于 2020-01-07 23:26:20
1.加入测试网络 (1.)删除原有点数据 rm -rf ~/.lotus ~/.lotusstorage (2.)设置网关 IPFS_GATEWAY=" https://proof-parameters.s3.cn-south-1.jdcloud-oss.com/ipfs/ " (3.)启动守护进程 lotus daemon (4.)查看网络连接数 lotus net peers | wc -l (5.)同步数据 lotus sync wait (6.)创建钱包 lotus wallet new bls 示例:lotus wallet new bls t3wkzqsqsyo7fcyp7mll6tvhqp7wkynu7d2znksz4cq4qxhxnyl5q6wlwp2krp6rnk4l2lepsacsmnisvkcdna (7)获取测试币 https://lotus-faucet.kittyhawk.wtf/funds.html (8.)查看钱包余额 lotus wallet balance t3wkzqsqsyo7fcyp7mll6tvhqp7wkynu7d2znksz4cq4qxhxnyl5q6wlwp2krp6rnk4l2lepsacsmnisvkcdna (9.)发送filecoin给其他地址 lotus send (10.)查看最新点出块高度,以及出块时间 https:/

Lotus Domino Internet site document

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-07 08:26:54
问题 Am developing my first Xpage application and have designed a login screen in domcfg.nsf. So when user types my url like Myrequest.com(dummy url) this should redirect me to the login page and then on succesful login attempt the page should be redirected to Myrequest pplication. Could you please let me know how to configure in server document or Internet site document. ? As a first step,I executed the below points. Enabled Load Internet configurations from server/Internet sites documents in the

Calling HttpServlet class from xpages client side script and regular notes forms?

拥有回忆 提交于 2020-01-06 07:32:09
问题 I am new (again, have not touched it in a while) to Java. I have a simple (much more complex one is planned) HttpServlet class that I am tryng to call from a webpage either from a regular Notes form or csjs on an xPage. package com.pnc.cld; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class HelloWorld extends HttpServlet { private

How to launch an application from Lotus Notes, then later save into Lotus database?

纵然是瞬间 提交于 2020-01-04 07:00:46
问题 I work on a team that's developed a Java Swing application, and now I'm trying to help another team integrate this application into Lotus Notes. Unfortunately, I don't know that much about Notes, and can't seem to find any documentation related to what we're trying to do. What we want to do is have the user launch our application with some data passed in from Notes, have the user work with the passed in data, then when they are ready to save, the modified data is saved back into the Notes

Extracting attachments from lotus notes api using EmbeddedObject, Creating eo*tm file in system folder

巧了我就是萌 提交于 2020-01-04 01:53:08
问题 I am trying to extract attachments using EmbeddedObjects, I am able to extract attachments but create em*tm temp files in system temp folder. EmbeddedObject embeddedObject=document.getAttachment(attachmentName); InputStream inputStream=embeddedObject.getInputStream(); ..... ...... inputStream.close(); embeddedObject..recycle(); document..recycle(); After closing input Stream its not deleting temp file form system temp folder. Is it any thing wrong in my code or its setting issue with lotus

Lotus Domino Designer: Add a button in the default calendar

。_饼干妹妹 提交于 2020-01-02 23:06:48
问题 I need to add a button to the calendar by default. This button is a http link. Like this: Any idea ? I begin with Lotus Domino Designer. 回答1: Locate the view you are seeing in the designer, and add an Action button to the action bar. To have the action open an url, make it a "Formla" action and use the @URLOpen formula @URLOpen("http://www.stackoverflow.com") 来源: https://stackoverflow.com/questions/7982384/lotus-domino-designer-add-a-button-in-the-default-calendar

Determine all groups for a defined user

我的梦境 提交于 2020-01-01 05:35:08
问题 I am currently creating a java method(part of and XPages managed bean) to retrieve a list groups a user(not necessarly current user) is a member of. Is there any easy method to retieve this information or am i going to have to loop through all the groups to check for the user and also check if those groups are sub groups of other groups? 回答1: Answered this in a blog post here: http://ntf.gbs.com/nathan/escape.nsf/d6plinks/NTFN-8TMHRP Simple version is that what you're looking for is... lotus

API to integrate with Domino

陌路散爱 提交于 2019-12-30 08:53:51
问题 I am a relatively newbie to Lotus/Domino world and have been tasked with the following Domino task. Access user's Domino mailbox (from a middleware server) and delete certain malicious emails from the same. Additional Background - There is a external security tool/process that analyzes all incoming email and can flag the email as malicious. In the event it is flagged as malicious then I want to delete this email from the respective user's inbox. The Domino server deployed in my environment is