Interface IContent

All Superinterfaces:
IElement, IProtocolSupport, Serializable
All Known Subinterfaces:
IBlockTemplate, IPage, ISharedBlock
All Known Implementing Classes:
EzsContent

public interface IContent extends IElement, IProtocolSupport
This interface represents the base content element.
Since:
2.1
Version:
1.0, 16/06/2009
Author:
vlygeros
  • Method Details

    • getCreatedDate

      Date getCreatedDate()
      Gets the created date.
      Returns:
      a Date object.
    • getModifiedDate

      Date getModifiedDate()
      Gets the modified date.
      Returns:
      A Date object.
    • getCreatedBy

      IUser getCreatedBy()
      Gets the creator of the content.
      Returns:
      a IUser object.
    • getOwner

      IUser getOwner()
      Gets the owner of the content.
      Returns:
      a IUser object.
    • getStatus

      int getStatus()
      Gets the status of the content.
      Returns:
      An int value.
    • getContentContainer

      IContentContainer getContentContainer()
      Gets the content container object.
      Returns:
      A IContentContainer object.
    • getBlock

      IBlock getBlock()
      Gets the root block of the content.
      Returns:
      A IBlock object.