org.eclipse.higgins.icard.policy
Interface IRSSPPolicy

All Superinterfaces:
IPolicy, IRPPolicy

public interface IRSSPPolicy
extends IRPPolicy


Method Summary
 URI getImage()
          Returns the URI of background image of the card.
 URL getNotificationURL()
          Returns the URL of site's notification script which should be used for RSS-P notifications.
 URI getSchema()
          Returns the URI of OWL-DL schema of the card which describes types of claims requested.
 
Methods inherited from interface org.eclipse.higgins.icard.policy.IRPPolicy
getPrivacyUrl, getPrivacyVersion, getSite
 
Methods inherited from interface org.eclipse.higgins.icard.IPolicy
getICardTypes, getRequiredClaims, getSummary, getType, isSatisfiedBy
 

Method Detail

getSchema

URI getSchema()
Returns the URI of OWL-DL schema of the card which describes types of claims requested. This schema must be based on the Higgins Ontology.

This URI should be used to create new card when required card doesn't exists.


getImage

URI getImage()
Returns the URI of background image of the card.

This URI should be used to create new card when required card doesn't exists.


getNotificationURL

URL getNotificationURL()
Returns the URL of site's notification script which should be used for RSS-P notifications. No RSS-P notifications should be performed if null is returned.

This URL should be used to create new card when required card doesn't exists.