Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.interfaces.runtime | |
com.axemble.vdoc.sdk.modules | |
com.axemble.vdoc.sdk.structs |
Modifier and Type | Method and Description |
---|---|
ISite |
ITopic.getSite()
Retrieves the site of the topic.
|
ISite |
IContentContainer.getSite()
Gets the site of the content.
|
Modifier and Type | Method and Description |
---|---|
ISite |
ISiteExecutionContext.getSite()
Gets the current site.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalSiteExecutionContext.setSite(ISite site) |
Modifier and Type | Method and Description |
---|---|
ISite |
IBaseSiteModule.createSite(IContext context,
ILibrary library,
String name)
Creates a new site and associates it to a
ILibrary (same organization). |
ISite |
IBaseSiteModule.createSite(IContext context,
IOrganization organization,
String name)
Creates a new site into an
IOrganization object. |
ISite |
IBaseSiteModule.getSite(Object siteObject)
Access method to get a
ISite object from one of the followings: SiteImpl, java.io.Serializable. |
ISite |
IBaseSiteModule.getSiteByName(IContext context,
String name)
Retrieves a site by its name.
|
Modifier and Type | Method and Description |
---|---|
void |
IBaseSiteModule.approve(IContext context,
ISite site)
Approves all contents in a site.
|
IAlias |
IBaseSiteModule.createAlias(IContext context,
ISite site,
String name,
String label,
IProtocolSupport protocolSupport)
Creates an
IAlias object at the root level of a site. |
IPageContainer |
IBaseSiteModule.createPageContainer(IContext context,
ISite site,
IBlockTemplateContainer templateContainer,
String name,
String label)
Creates a
IPageContainer object at the root level of a ISite object. |
IPageContainer |
IBaseSiteModule.createPageContainer(IContext context,
ISite site,
String name,
String label)
Creates a
IPageContainer object at the root level of a ISite object. |
ITopic |
IBaseSiteModule.createTopic(IContext context,
ISite site,
String name,
String label)
Creates a
ITopic object a the root level. |
IAlias |
IBaseSiteModule.getAlias(IContext context,
ISite site,
String name)
Gets an
IAlias object by its name. |
Collection<IAlias> |
IBaseSiteModule.getAliases(IContext context,
ISite site)
Gets all the aliases from the root level of the
ISite object. |
Collection<IAlias> |
IBaseSiteModule.getAliases(IContext context,
ISite site,
boolean recursive) |
Collection<IBlockTemplateContainer> |
IBaseSiteModule.getBlockTemplateContainers(IContext context,
ISite site) |
Collection<IBlockTemplateContainer> |
IBaseSiteModule.getBlockTemplateContainers(IContext context,
ISite site,
int type)
Gets all the templates.
|
ICatalog |
IBaseSiteModule.getCatalog(IContext context,
ISite site)
Retrieves the catalog of the site.
|
IContentContainer |
IBaseSiteModule.getContentContainer(IContext context,
ISite site,
String name) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ISite site) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ISite site,
boolean recursive) |
IPageContainer |
IBaseSiteModule.getPageContainer(IContext context,
ISite site,
String name)
Gets a root
IPageContainer object by its name. |
Collection<IPageContainer> |
IBaseSiteModule.getPageContainers(IContext context,
ISite site)
Gets all the pages from a site at a root level.
|
Collection<IPageContainer> |
IBaseSiteModule.getPageContainers(IContext context,
ISite site,
boolean recursive) |
Collection<IPlugin> |
IBaseSiteModule.getPlugins(IContext context,
ISite site)
Gets all the plugins from a site at root level.
|
Collection<IPlugin> |
IBaseSiteModule.getPlugins(IContext context,
ISite site,
boolean recursive) |
ITopic |
IBaseSiteModule.getTopic(IContext context,
ISite site,
String name)
Gets a root
ITopic object by its name. |
Collection<ITopic> |
IBaseSiteModule.getTopics(IContext context,
ISite site)
Gets all the topics from a site at a root level.
|
Collection<ITopic> |
IBaseSiteModule.getTopics(IContext context,
ISite site,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
ISite |
PluginConfigurationBean.getSite()
get
PluginConfigurationBean.site property |
Constructor and Description |
---|
PluginConfigurationBean(String rootModuleName,
String pluginName,
String pluginLabel,
String pluginDescription,
boolean activate,
Serializable templateId,
Element pluginScope,
ISite site) |
Copyright © 2022 Visiativ. All rights reserved.