PictureAlbumRegistry

Overview

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.

Architectural Description

|

Dependencies

Business Objects

  • Atomic types: xsd:string, xsd:anyURI
  • Complex types:
    • pictureAlbum
      <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>

Operations

Operation will throw a PictureAlbumRegistryException fault if they encounter a problem at runtime.

  • pictureAlbum[] getValidAlbums()
    • Extract all registred albums valid today.

Download

services/ws/picturealbumregistry.txt · Last modified: 2009/03/12 22:05 by mosser
CC Attribution-Noncommercial-Share Alike 3.0 Unported www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0