de.nava.informa.core
Interface WithCreatorMIF

All Known Subinterfaces:
ChannelIF, ItemIF
All Known Implementing Classes:
Channel, Channel, Channel, Item, Item, Item

public interface WithCreatorMIF

Meta-, or markerinterface, specifying objects, having creator. Creator is the part of Dublin Core Metadata.

Version:
$Id: WithCreatorMIF.java,v 1.4 2006/09/10 04:47:35 nileshbansal Exp $
Author:
Alexei Matiouchkine

Method Summary
 String getCreator()
           
 void setCreator(String creator)
           
 

Method Detail

getCreator

String getCreator()
Returns:
Creator of the object. Returns null if nothing appropriate found. For RSS 0.91 and 2.0 feeds: return text under managingEditor element For RSS 1.0 feed: first checks if creator element exists as dublin core metadata, and then falls back to managingEditor element For RSS 2.0 entries: checks the author element for each entry or fallback to creator metadata element from dublin core For Atom 0.3 and 1.0 feeds: checks author element. For Atom 1.0, multiple authors are possible, in which case we return a list of authors delimited by semicolon. Note that the author name itself may contain a semicolon, in which case seperation of author names by splitting at every semicolon will not work.

setCreator

void setCreator(String creator)
Parameters:
creator - the creator of the object to be set


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.