Available XMLRPC methods for this server

Index

Details

(string) abe.echoecho((string) strong)

Description :

echoes the message received

Parameters :

TypeNameDocumentation
stringstrong

(return to index)

(array) abe.getFile((string) ID)

Description :

retourne le fichier document/ressource : 'status', 'name', 'size', 'URI', 'content'

Parameters :

TypeNameDocumentation
stringID

(return to index)

(array) abe.getThumbnails((array) liste)

Description :

retourne la liste des vignettes dont on a passe les ID en $liste

Parameters :

TypeNameDocumentation
arraylistees id

(return to index)

(array) abe.sendAlertNoRessource((array) tab)

Description :

envoie un mail de demande de ressource qui n'existe pas encore

Parameters :

TypeNameDocumentation
arraytabe tableau qui contient le mot rechercher, les commentaires et l'adresse email de contact (eventuellement)

(return to index)

(Array) abe.getValidationWaitingList()

Description :

retourne la liste des ressources en attente de validation
champs retournes : 'status' puis 'docId', 'docTitle', 'docDate', 'docNumber', 'docSize', 'URI', 'docFileName'

(return to index)

(Array) abe.getMyRessourcesToModifyList((mixed) recherche)

Description :

retourne la liste des ressources que je dois ameliorer
champs retournes : 'status' puis 'docId', 'docTitle', 'docDate', 'docNumber', 'docSize', 'URI', 'docFileName'

Parameters :

TypeNameDocumentation
mixedrechercheMethod is not documented. No PHPDoc block was found associated with the method in the source code.

(return to index)

(Array) abe.getSearchList((array) rechercheOrig)

Description :

retourne la liste des documents correspondants
champs retournes : 'status' puis 'docId', 'docTitle', 'docDate', 'docNumber', 'docSize', 'URI', 'docFileName'

Parameters :

TypeNameDocumentation
arrayrechercheOriglcond', 'LIST_MATIERES', 'LIST_NIVEAUX', 'document_mime', 'appName', 'recherche', 'unauteur'

(return to index)

(array) abe.getLOM((string) ID)

Description :

retourne le fichier lom.xml correspondant a un document
'status'=200,'name','size','content'
ou 'status'=408,'Message'

Parameters :

TypeNameDocumentation
stringID

(return to index)

(sting) abe.vote((mixed) tab)

Description :

vote pour une ressource

Parameters :

TypeNameDocumentation
mixedtabMethod is not documented. No PHPDoc block was found associated with the method in the source code.

(return to index)

(array) abe.checkDoublon((mixed) uri)

Description :

verifie si cette ressource n'est pas déjà indexée, dans Xserver2 et non dans XUpload pour l'avoir en anonyme

Parameters :

TypeNameDocumentation
mixeduri

(return to index)

(array) abe.getCollections()

Description :

recupere la liste des collections disponibles pour reconnecter des ressources entre elles

(return to index)

(Array) abe.serverStatus()

Description :

retourne le message du serveur (en travaux / panne etc.)

(return to index)

(Array) abe.info()

Description :

retourne la liste des fonctions supportées

(return to index)

(array) abe.getListCompetencesForDoc((string) ID)

Description :

retourne la liste des competences pour un doc ID
'status', string 'liste', array 'labels'

Parameters :

TypeNameDocumentation
stringID

(return to index)