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
Modifier and TypeInterfaceDescriptionstatic interface
This 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, save
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
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.
-