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 Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThis interface represents the various status the content can have. -
Method Summary
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Method Details
-
getCreatedDate
Date getCreatedDate()Gets the created date.- Returns:
- a
Dateobject.
-
getModifiedDate
Date getModifiedDate()Gets the modified date.- Returns:
- A
Dateobject.
-
getCreatedBy
IUser getCreatedBy()Gets the creator of the content.- Returns:
- a
IUserobject.
-
getOwner
IUser getOwner()Gets the owner of the content.- Returns:
- a
IUserobject.
-
getStatus
int getStatus()Gets the status of the content.- Returns:
- An int value.
-
getContentContainer
IContentContainer getContentContainer()Gets the content container object.- Returns:
- A
IContentContainerobject.
-
getBlock
IBlock getBlock()Gets the root block of the content.- Returns:
- A
IBlockobject.
-