複合アプリケーション - 設計と管理
メモ この操作を行うことができるのは、1 つ以上のビュー列プロパティを発行する場合です。
この操作により、アプリケーションの使用者が LotusScript API または Java(TM) API Session.resolve を使用して IBM(R) Lotus Notes(R) 文書の内容にアクセスできるようになります。以下に例を示します。
Object obj = ses.resolve(_url);
if(obj instanceof Document) {
Document doc = (Document)obj;
Vector auth = doc.getAuthors();
System.out.println(auth);
}
protocol://host/database /view?OpenView
protocol://host/database /form?OpenForm
protocol://host/database /document?OpenDocument
protocol://host/database /agent?OpenAgent
<xsd:schema targetNamespace="http://com.ibm.propertybroker.standardtypes">
<xsd:simpleType name="NotesURL">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
</xsd:schema>
</types>
<operation name="somethingButValid">
<portlet:action name="somethingButValid" caption="something" description="something"/>
<output>
<portlet:param name="SelectedNotesDocument" partname="somethingButValid" caption="SelectedNotesDocument.caption" description="SelectedNotesDocument.description"/>
</output>
</operation>