APPLICAZIONI COMPOSITE - PROGETTAZIONE E GESTIONE
Nota Questo è vero se si pubblica almeno una proprietà della colonna della vista.
Il lato utente dell'applicazione può quindi accedere al contenuto del documento IBM® Lotus® Notes® documentare per mezzo dell'API LotusScript o dell'API Java(TM) Session.resolve. Ad esempio:
Object obj = ses.resolve(_url);
if(obj instanceof Document) {
Document doc = (Document)obj;
Vector auth = doc.getAuthors();
System.out.println(auth);
}
protocol://host/applicazione/view?OpenView
protocol://host/applicazione/form?OpenForm
protocol://host/applicazione/document?OpenDocument
protocol://host/applicazione/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>