sviluppo:integrazione_alfresco
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Entrambe le parti precedenti la revisioneRevisione precedenteProssima revisione | Revisione precedente | ||
sviluppo:integrazione_alfresco [2015/12/01 17:24] – [updateDocumentContent] m.biagioli | sviluppo:integrazione_alfresco [2024/10/15 09:45] (versione attuale) – modifica esterna 127.0.0.1 | ||
---|---|---|---|
Linea 10: | Linea 10: | ||
* **// | * **// | ||
* **// | * **// | ||
+ | |||
+ | ===== Parametri di configurazione del modulo ===== | ||
+ | |||
+ | * **// | ||
+ | * **// | ||
===== Elenco dei servizi ===== | ===== Elenco dei servizi ===== | ||
Linea 114: | Linea 119: | ||
==== updateDocumentContent ==== | ==== updateDocumentContent ==== | ||
- | (Metodo deprecato)\\ | + | //(Metodo deprecato)//\\ |
Aggiornamento metadati Alfresco.\\ | Aggiornamento metadati Alfresco.\\ | ||
Parametri in ingresso: | Parametri in ingresso: | ||
Linea 143: | Linea 148: | ||
===== Esempi di utilizzo ===== | ===== Esempi di utilizzo ===== | ||
- | da fare ... | + | ==== Ricerca ==== |
+ | |||
+ | < | ||
+ | |||
+ | $alfcityClient = new itaAlfcityClient(); | ||
+ | $aspects = array(); | ||
+ | $props = array( | ||
+ | ' | ||
+ | ); | ||
+ | $result = $alfcityClient-> | ||
+ | if ($alfcityClient-> | ||
+ | Out:: | ||
+ | } else { | ||
+ | Out:: | ||
+ | } | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== Inserimento ==== | ||
+ | |||
+ | < | ||
+ | |||
+ | $alfcityClient = new itaAlfcityClient(); | ||
+ | $fileName = ' | ||
+ | $mimeType = ' | ||
+ | $contentString = file_get_contents(' | ||
+ | file_put_contents(' | ||
+ | $aspects = array( | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ); | ||
+ | $props = array( | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ); | ||
+ | $result = $alfcityClient-> | ||
+ | if ($alfcityClient-> | ||
+ | Out:: | ||
+ | } else { | ||
+ | Out:: | ||
+ | } | ||
+ | |||
+ | </ |
sviluppo/integrazione_alfresco.1448990683.txt.gz · Ultima modifica: 2018/03/19 10:45 (modifica esterna)