com.plumtree.remote.prc.collaboration.blog
Interface IBlog


public interface IBlog

Contains method for retrieving blog properties and the containing project.


Method Summary
 java.lang.String getAuthor()
          Returns the blog author.
 IProject getContainingProject()
          Returns the project that this object belongs to.
 java.util.Date getCreatedDate()
          Returns the creation date.
 int getID()
          Returns the blog id.
 java.lang.String getName()
          Returns the blog name.
 

Method Detail

getAuthor

public java.lang.String getAuthor()
Returns the blog author.

Returns:
the author

getContainingProject

public IProject getContainingProject()
                              throws CollaborationException,
                                     java.rmi.RemoteException
Returns the project that this object belongs to.

Returns:
the project that this object belongs to
Throws:
java.lang.IllegalStateException - if the object has already been removed
CollaborationException - if the method call resulted in an error
java.rmi.RemoteException - if there was a communication problem during the execution of the remote method call

getCreatedDate

public java.util.Date getCreatedDate()
Returns the creation date.

Returns:
the created date

getID

public int getID()
Returns the blog id.

Returns:
the ID

getName

public java.lang.String getName()
Returns the blog name.

Returns:
the name


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.