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 Summary
Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IContent
IContent.IStatus -
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.impl.PortalElement
path, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module -
Constructor Summary
ConstructorsConstructorDescriptionEzsContent(IModule module, com.axemble.easysite.dao.domain.impl.ContentVersionImpl contentVersionImpl) -
Method Summary
Modifier 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.PortalElement
equals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModuleMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Constructor Details
-
EzsContent
public EzsContent(IModule module, com.axemble.easysite.dao.domain.impl.ContentVersionImpl contentVersionImpl) - Parameters:
module-
-
-
Method Details
-
getNativeObject
Description copied from interface:IElementGets the native object underneath.- Specified by:
getNativeObjectin interfaceIElement- Returns:
- an object.
-
getContentContainer
Description copied from interface:IContentGets the content container object.- Specified by:
getContentContainerin interfaceIContent- Returns:
- A
IContentContainerobject.
-
getStatus
public int getStatus()Description copied from interface:IContentGets the status of the content. -
getBlock
Description copied from interface:IContentGets the root block of the content. -
getCreatedBy
Description copied from interface:IContentGets the creator of the content.- Specified by:
getCreatedByin interfaceIContent- Returns:
- a
IUserobject.
-
getCreatedDate
Description copied from interface:IContentGets the created date.- Specified by:
getCreatedDatein interfaceIContent- Returns:
- a
Dateobject.
-
getModifiedDate
Description copied from interface:IContentGets the modified date.- Specified by:
getModifiedDatein interfaceIContent- Returns:
- A
Dateobject.
-
getOwner
Description copied from interface:IContentGets the owner of the content. -
save
Description copied from interface:IElementSaves or updates the element.- Specified by:
savein interfaceIElement- Overrides:
savein classPortalElement- Parameters:
context- The Execution context.- Returns:
- return true if succeeded, false otherwise.
-