【发布时间】:2014-04-29 17:30:27
【问题描述】:
我的问题非常具体到 WCM 中的自定义操作。创建自定义操作时,日期类型下拉框中有一个称为自定义操作日期的选项。我只想知道它是什么,和这个函数有什么关系
public Date getExecuteDate(Document arg0) {
// code goes here
return SomeDate
}
我们在实现如下接口 CustomWorkflowAction 时得到的-
public class MyCustomWorkFlowAction implements CustomWorkflowAction { }
可以访问这个链接-http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Customize_WCM_Workflow_Notification_Email_Body 检查 CustomWorkflowAction 的代码。请帮忙。
【问题讨论】:
标签: websphere-portal wcm lotus-wcm