Menu
- General Information
- Architecture :
- Services & Processes
- CookBooks
- Deployment
- Bundled Applications
- Source Code :
- Third-Party Setup :
- Polytech Staff Area :
This service register pictures albums' description. It stores the album' repository (Flickr, PicasaWeb, …), and useful information to retrieve it (user and album identifier, validity date, …). A informal name is associated to those technicals informations, so a human can manipulate it.
xsd:string, xsd:anyURIpictureAlbum <xs:complexType name="pictureAlbum"> <xs:sequence> <xs:element name="album" type="xs:string" minOccurs="0"/> <xs:element name="duration" type="xs:int" /> <xs:element name="name" type="xs:string" minOccurs="0"/> <xs:element name="repository" type="xs:string" minOccurs="0"/> <xs:element name="user" type="xs:string" minOccurs="0"/> <xs:element name="validFrom" type="xs:dateTime" minOccurs="0"/> </xs:sequence> </xs:complexType>
PictureAlbumRegistryException <xs:complexType name="PictureAlbumRegistryException"> <xs:sequence> <xs:element name="message" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType>
Operation will throw a PictureAlbumRegistryException fault if they encounter a problem at runtime.
pictureAlbum[] getValidAlbums()