Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces.runtime | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
IAlias |
ISiteExecutionContext.getAlias()
Gets the current alias.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalSiteExecutionContext.setAlias(IAlias alias) |
Modifier and Type | Method and Description |
---|---|
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)
|
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. |
IAlias |
IBaseSiteModule.getAlias(Object aliasObject)
Access method to get a
IAlias object from one of the followings: AliasImpl, java.io.Serializable. |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2022 Visiativ. All rights reserved.