Package com.axemble.vdoc.sdk.interfaces
Interface IContent
- All Superinterfaces:
- IElement,- IProtocolSupport,- Serializable
- All Known Subinterfaces:
- IBlockTemplate,- IPage,- ISharedBlock
- All Known Implementing Classes:
- EzsContent
This interface represents the base content element.
- Since:
- 2.1
- Version:
- 1.0, 16/06/2009
- Author:
- vlygeros
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThis interface represents the various status the content can have.
- 
Method SummaryMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Method Details- 
getCreatedDateDate getCreatedDate()Gets the created date.- Returns:
- a Dateobject.
 
- 
getModifiedDateDate getModifiedDate()Gets the modified date.- Returns:
- A Dateobject.
 
- 
getCreatedByIUser getCreatedBy()Gets the creator of the content.- Returns:
- a IUserobject.
 
- 
getOwnerIUser getOwner()Gets the owner of the content.- Returns:
- a IUserobject.
 
- 
getStatusint getStatus()Gets the status of the content.- Returns:
- An int value.
 
- 
getContentContainerIContentContainer getContentContainer()Gets the content container object.- Returns:
- A IContentContainerobject.
 
- 
getBlockIBlock getBlock()Gets the root block of the content.- Returns:
- A IBlockobject.
 
 
-