Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
scrutaridata:exportapi:ficheexport [2010/02/10 17:37] – créée vincent | scrutaridata:exportapi:ficheexport [2012/09/14 17:45] (Version actuelle) – vincent | ||
---|---|---|---|
Ligne 31: | Ligne 31: | ||
* **Signature : ** void !!setHref!! (**String** href) | * **Signature : ** void !!setHref!! (**String** href) | ||
* **Utilisation : ** indique l'URL | * **Utilisation : ** indique l'URL | ||
- | |||
- | ==== setFicheType() ==== | ||
- | |||
- | * **Signature : ** void !!setFicheType!! (**String** ficheType) | ||
- | * **Utilisation : ** indique le type de fiche (n'est pas normalisé et utilisé pour le moment) | ||
==== setFicheIcon() ==== | ==== setFicheIcon() ==== | ||
Ligne 41: | Ligne 36: | ||
* **Signature : ** void !!setFicheIcon!! (**String** ficheIcon) | * **Signature : ** void !!setFicheIcon!! (**String** ficheIcon) | ||
* **Utilisation : ** indique l' | * **Utilisation : ** indique l' | ||
+ | |||
+ | ==== setGeoloc() ==== | ||
+ | |||
+ | * **Signature : ** void !!setGeoloc!! (**String** latitude, **String** longitude) | ||
+ | * **Utilisation : ** indique les coordonnées géographiques associées à la fiche | ||
==== addComplement() ==== | ==== addComplement() ==== | ||
- | * **Signature : ** void !!addComplement!! (**String** | + | * **Signature : ** void !!addComplement!! (**int** complementNumber, |
- | * **Utilisation : ** ajoute la valeur | + | * **Utilisation : ** ajoute la valeur |
+ | |||
+ | ==== addAttributeValue() ==== | ||
+ | |||
+ | * **Signature : ** void !!addAttributeValue!! (**String** nameSpace, **String** localKey, **String** attributeValue) | ||
+ | * **Utilisation : ** ajoute | ||