Uses of Interface
com.axemble.vdoc.sdk.interfaces.IContent
Packages that use IContent
Package
Description
-
Uses of IContent in com.axemble.vdoc.sdk.document.extensions
Methods in com.axemble.vdoc.sdk.document.extensions that return IContent -
Uses of IContent in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IContentMethods in com.axemble.vdoc.sdk.impl that return IContentModifier and TypeMethodDescriptionEzsSiteModule.createContent
(IContext context, IContentContainer contentContainer) EzsSiteModule.createContent
(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) EzsExecutionContext.getContent()
EzsSiteModule.getContent
(Object contentObject) EzsSiteModule.getContentByStatus
(IContentContainer contentContainer, int status) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IContentMethods in com.axemble.vdoc.sdk.impl with parameters of type IContent -
Uses of IContent in com.axemble.vdoc.sdk.interfaces
Subinterfaces of IContent in com.axemble.vdoc.sdk.interfacesModifier and TypeInterfaceDescriptioninterface
This class represents a block template.interface
This class represents a page of a site.interface
This class represents a shared block which could be included on several site pages.Methods in com.axemble.vdoc.sdk.interfaces that return IContentModifier and TypeMethodDescriptionIContentContainer.getContent
(int status) Retrieves aIContent
by theIContentContainer.IStatus
. -
Uses of IContent in com.axemble.vdoc.sdk.interfaces.runtime
Methods in com.axemble.vdoc.sdk.interfaces.runtime that return IContentMethods in com.axemble.vdoc.sdk.interfaces.runtime with parameters of type IContent -
Uses of IContent in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IContentModifier and TypeMethodDescriptionIBaseSiteModule.createContent
(IContext context, IContentContainer contentContainer) IBaseSiteModule.createContent
(IContext context, IContentContainer contentContainer, IBlockTemplateContainer templateContainer) IBaseSiteModule.getContent
(Object contentObject) Access method to get aIContent
object from one of the followings: ContentVersionImpl, java.io.Serializable.IBaseSiteModule.getContentByStatus
(IContentContainer contentContainer, int status) Gets a content of a container by its status.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IContentModifier and TypeMethodDescriptionIBaseSiteModule.getContents
(IContentContainer contentContainer)