In ogni caso tutti e 3 i punti sono implementabili utilizzando la CMIS WS API senza usare rules, se vuoi
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
qualcosa che esegua una startsession (che penso sia necessaria), i punti 1 2 e 3 , in fine la chiusura della sessione
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://docs.oasis-open.org/ns/cmis/messaging/200908/" xmlns:ns1="http://docs.oasis-open.org/ns/cmis/core/200908/">
<soapenv:Header/>
<soapenv:Body>
<ns:updateProperties>
<ns:repositoryId>a4232886-7977-4350-9f6e-084b25249906</ns:repositoryId>
<ns:objectId>workspace://SpacesStore/a5c54fb3-2e9b-4eb0-957b-7063b7ea801c</ns:objectId>
<ns:properties>
<!–You have a CHOICE of the next 8 items at this level–>
<ns1:propertyId propertyDefinitionId="custom:PROPRIETA" localName="?" displayName="?" queryName="?">
<!–Zero or more repetitions:–>
<ns1:value>VALORE_CHE_VOGLIO_PASSARE</ns1:value>
</ns1:propertyId>
.
.
.
</ns:properties>
</ns:updateProperties>
</soapenv:Body>
</soapenv:Envelope>
In questo modo nei dettagli dell'oggetto in questione appare la proprietà che ho indicato con il valore che gli ho passato;
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://docs.oasis-open.org/ns/cmis/messaging/200908/" xmlns:ns1="http://docs.oasis-open.org/ns/cmis/core/200908/">
<soapenv:Header/>
<soapenv:Body>
<ns:createDocumentFromSource>
<ns:repositoryId>a4232886-7977-4350-9f6e-084b25249906</ns:repositoryId>
<ns:sourceId>workspace://SpacesStore/9973fbfa-8146-4b83-b460-80824ed18292</ns:sourceId>
.
.
.
<ns:folderId>workspace://SpacesStore/9a0b34b2-4f11-4a2b-8b21-51240ff3527c</ns:folderId>
.
.
.
</ns:createDocumentFromSource>
</soapenv:Body>
</soapenv:Envelope>
Archive content from product discussions in Italian.
This group is now closed and content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.