COMPOSITE APPLICATIONS - DESIGN AND MANAGEMENT
Note This is true if you are publishing at least one view column property.
The consumer side of the application can then access the content in the IBM® Lotus® Notes® document via the LotusScript API or Java(TM) API Session.resolve. For example:
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>