Package com.axemble.vdoc.sdk.impl
Class EzsContent
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.EzsContent
- All Implemented Interfaces:
- IContent,- IElement,- IProtocolSupport,- Serializable
- Author:
- vlygeros
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IContentIContent.IStatus
- 
Field SummaryFields inherited from class com.axemble.vdoc.sdk.impl.PortalElementpath, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructorsConstructorDescriptionEzsContent(IModule module, com.axemble.easysite.dao.domain.impl.ContentVersionImpl contentVersionImpl) 
- 
Method SummaryModifier and TypeMethodDescriptiongetBlock()Gets the root block of the content.Gets the content container object.Gets the creator of the content.Gets the created date.Gets the modified date.Gets the native object underneath.getOwner()Gets the owner of the content.intGets the status of the content.booleanSaves or updates the element.Methods inherited from class com.axemble.vdoc.sdk.impl.PortalElementequals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModuleMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Constructor Details- 
EzsContentpublic EzsContent(IModule module, com.axemble.easysite.dao.domain.impl.ContentVersionImpl contentVersionImpl) - Parameters:
- module-
 
 
- 
- 
Method Details- 
getNativeObjectDescription copied from interface:IElementGets the native object underneath.- Specified by:
- getNativeObjectin interface- IElement
- Returns:
- an object.
 
- 
getContentContainerDescription copied from interface:IContentGets the content container object.- Specified by:
- getContentContainerin interface- IContent
- Returns:
- A IContentContainerobject.
 
- 
getStatuspublic int getStatus()Description copied from interface:IContentGets the status of the content.
- 
getBlockDescription copied from interface:IContentGets the root block of the content.
- 
getCreatedByDescription copied from interface:IContentGets the creator of the content.- Specified by:
- getCreatedByin interface- IContent
- Returns:
- a IUserobject.
 
- 
getCreatedDateDescription copied from interface:IContentGets the created date.- Specified by:
- getCreatedDatein interface- IContent
- Returns:
- a Dateobject.
 
- 
getModifiedDateDescription copied from interface:IContentGets the modified date.- Specified by:
- getModifiedDatein interface- IContent
- Returns:
- A Dateobject.
 
- 
getOwnerDescription copied from interface:IContentGets the owner of the content.
- 
saveDescription copied from interface:IElementSaves or updates the element.- Specified by:
- savein interface- IElement
- Overrides:
- savein class- PortalElement
- Parameters:
- context- The Execution context.
- Returns:
- return true if succeeded, false otherwise.
 
 
-