Package | Description |
---|---|
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
void |
IBaseSiteModule.approve(IContext context,
IContentContainer contentContainer)
Approves a content.
|
void |
IBaseSiteModule.approve(IContext context,
ISite site)
Approves all contents in a site.
|
void |
IBaseSiteModule.approve(IContext context,
ITopic topic)
Approves all contents in a topic.
|
void |
IBaseSiteModule.copyPageContainerInTopic(IContext context,
IPageContainer pageContainer,
ITopic topic)
Copy a page in a topic
|
IAlias |
IBaseSiteModule.createAlias(IContext context,
ISite site,
String name,
String label,
IProtocolSupport protocolSupport)
Creates an
IAlias object at the root level of a site. |
IAlias |
IBaseSiteModule.createAlias(IContext context,
ITopic topic,
String name,
String label,
IProtocolSupport protocolSupport)
|
IBlock |
IBaseSiteModule.createBlock(IContext context) |
IComponent |
IBaseSiteModule.createComponent(IContext context,
String name) |
IContent |
IBaseSiteModule.createContent(IContext context,
IContentContainer contentContainer) |
IContent |
IBaseSiteModule.createContent(IContext context,
IContentContainer contentContainer,
IBlockTemplateContainer templateContainer) |
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. |
IPageContainer |
IBaseSiteModule.createPageContainer(IContext context,
ITopic topic,
IBlockTemplateContainer templateContainer,
String name,
String label)
Creates a
IPageContainer object into a ITopic object. |
IPageContainer |
IBaseSiteModule.createPageContainer(IContext context,
ITopic topic,
String name,
String label)
Creates a
IPageContainer object into a ITopic object. |
void |
IBaseSiteModule.createPlugin(IContext context,
String parentUri,
PluginConfigurationBean pluginConfigurationBean)
Create a plugin in a topic
|
IProtocolSupport |
IBaseSiteModule.createProtocolSupport(String freeURL)
Creates a generic
IProtocolSupport object from an URL. |
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. |
ITopic |
IBaseSiteModule.createTopic(IContext context,
ISite site,
String name,
String label)
Creates a
ITopic object a the root level. |
ITopic |
IBaseSiteModule.createTopic(IContext context,
ITopic parent,
String name,
String label)
Creates a sub
ITopic object. |
void |
IBaseSiteModule.delete(IContext context,
IElement element)
Deletes an element.
|
IAlias |
IBaseSiteModule.getAlias(IContext context,
ISite site,
String name)
Gets an
IAlias object by its name. |
IAlias |
IBaseSiteModule.getAlias(IContext context,
ITopic parent,
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<IAlias> |
IBaseSiteModule.getAliases(IContext context,
ITopic parent)
Gets all the aliases of a
ITopic object. |
Collection<IAlias> |
IBaseSiteModule.getAliases(IContext context,
ITopic parent,
boolean recursive) |
IBlockTemplateContainer |
IBaseSiteModule.getBlockTemplateContainerByURI(IContext context,
String uri) |
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.
|
IContent |
IBaseSiteModule.getContentByStatus(IContentContainer contentContainer,
int status)
Gets a content of a container by its status.
|
IContentContainer |
IBaseSiteModule.getContentContainer(IContext context,
ISite site,
String name) |
IContentContainer |
IBaseSiteModule.getContentContainer(IContext context,
ITopic parent,
String name) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ISite site) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ISite site,
boolean recursive) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ITopic parent) |
Collection<IContentContainer> |
IBaseSiteModule.getContentContainers(IContext context,
ITopic parent,
boolean recursive) |
Collection<IContent> |
IBaseSiteModule.getContents(IContentContainer contentContainer) |
IMessageController |
IBaseSiteModule.getMessageController() |
IPageContainer |
IBaseSiteModule.getPageContainer(IContext context,
ISite site,
String name)
Gets a root
IPageContainer object by its name. |
IPageContainer |
IBaseSiteModule.getPageContainer(IContext context,
ITopic topic,
String name)
Gets a
IPageContainer object from a ITopic 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<IPageContainer> |
IBaseSiteModule.getPageContainers(IContext context,
ITopic parent)
Gets all the pages from the
ITopic object. |
Collection<IPageContainer> |
IBaseSiteModule.getPageContainers(IContext context,
ITopic parent,
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) |
IResourceDefinition |
IBaseSiteModule.getResourceDefinition(IContext context,
IPageContainer pageContainer,
String dataFormName) |
ISecurityController |
IBaseSiteModule.getSecurityController(ISecuritySupport securitySupport)
Gets a security controller on a specified object.
|
ISite |
IBaseSiteModule.getSiteByName(IContext context,
String name)
Retrieves a site by its name.
|
IBlockTemplateContainer |
IBaseSiteModule.getSystemBlockTemplateContainer(IContext context,
String name) |
ITopic |
IBaseSiteModule.getTopic(IContext context,
ISite site,
String name)
Gets a root
ITopic object by its name. |
ITopic |
IBaseSiteModule.getTopic(IContext context,
ITopic parent,
String name)
Gets a
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) |
Collection<ITopic> |
IBaseSiteModule.getTopics(IContext context,
ITopic parent)
Gets all the sub-topics from a parent
ITopic object. |
Collection<ITopic> |
IBaseSiteModule.getTopics(IContext context,
ITopic parent,
boolean recursive) |
IView |
IBaseSiteModule.getView(IContext context,
IResourceDefinition resourceDefinition,
String viewName) |
void |
IBaseSiteModule.reject(IContext context,
IContentContainer contentContainer,
String comment)
Rejects an approval request.
|
void |
IBaseSiteModule.requestApproval(IContext context,
IContentContainer contentContainer,
String comment)
Requests an approval of the content.
|
void |
IBaseSiteModule.save(IContext context,
IElement element)
Saves or updates an element.
|
Copyright © 2021 Visiativ Software. All rights reserved.