Package com.axemble.vdoc.sdk.impl
Class EzsAlias
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.EzsAlias
- All Implemented Interfaces:
- IAlias,- IElement,- IDeletionSupport,- IProtocolSupport,- ISecuritySupport,- ISeoSupport,- IUriSupport,- Serializable
- Author:
- vlygeros
- See Also:
- 
Field SummaryFields inherited from class com.axemble.vdoc.sdk.impl.PortalElementpath, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeletes theIElementobject.Gets the activated date.Gets the description of the alias.Gets the digest of the alias.Gets the expired date.getLabel()Gets the label of the alias.getName()Gets the name of the alias.Gets the native object underneath.getSEO()Gets the target as anIElementobject.getURI()Gets the URI of the object supporting this interfacevoidincludeToIndex(boolean include) Allows to include the alias to the index.voidincludeToStats(boolean include) Allows to include the alias to the statistics.booleanisActive()Checks if the alias is active.booleanChecks if the alias is included to the index.booleanChecks if the alias is included to the statistics.booleansave()voidsetActive(boolean active) Allows to activate the alias.voidsetDescription(String description) Sets the description of the alias.voidSets the digest of the alias.voidSets the label of the alias.voidSets the name of the alias.voidMethods inherited from class com.axemble.vdoc.sdk.impl.PortalElementequals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModuleMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Constructor Details- 
EzsAlias
 
- 
- 
Method Details- 
getNativeObjectDescription copied from interface:IElementGets the native object underneath.- Specified by:
- getNativeObjectin interface- IElement
- Returns:
- an object.
 
- 
getNameDescription copied from interface:IAliasGets the name of the alias.
- 
setNameDescription copied from interface:IAliasSets the name of the alias.
- 
setLabelDescription copied from interface:IAliasSets the label of the alias.
- 
getLabelDescription copied from interface:IAliasGets the label of the alias.
- 
setDescriptionDescription copied from interface:IAliasSets the description of the alias.- Specified by:
- setDescriptionin interface- IAlias
- Parameters:
- description- the new description to set.
 
- 
getDescriptionDescription copied from interface:IAliasGets the description of the alias.- Specified by:
- getDescriptionin interface- IAlias
- Returns:
- a java.lang.String of the alias.
 
- 
savepublic boolean save()
- 
deleteDescription copied from interface:IDeletionSupportDeletes theIElementobject.- Specified by:
- deletein interface- IDeletionSupport
- Parameters:
- context- The Execution context.
 
- 
getURIDescription copied from interface:IUriSupportGets the URI of the object supporting this interface- Specified by:
- getURIin interface- IUriSupport
- Returns:
- A String object.
 
- 
getTargetDescription copied from interface:IAliasGets the target as anIElementobject.
- 
getSEO- Specified by:
- getSEOin interface- ISeoSupport
 
- 
setSEO- Specified by:
- setSEOin interface- ISeoSupport
 
- 
getDigestDescription copied from interface:IAliasGets the digest of the alias.
- 
setDigestDescription copied from interface:IAliasSets the digest of the alias.
- 
getActivatedDateDescription copied from interface:IAliasGets the activated date.- Specified by:
- getActivatedDatein interface- IAlias
- Returns:
- A Dateobject.
 
- 
getExpiredDateDescription copied from interface:IAliasGets the expired date.- Specified by:
- getExpiredDatein interface- IAlias
- Returns:
- A Dateobject.
 
- 
includeToIndexpublic void includeToIndex(boolean include) Description copied from interface:IAliasAllows to include the alias to the index.- Specified by:
- includeToIndexin interface- IAlias
- Parameters:
- include- The include parameter.
 
- 
includeToStatspublic void includeToStats(boolean include) Description copied from interface:IAliasAllows to include the alias to the statistics.- Specified by:
- includeToStatsin interface- IAlias
- Parameters:
- include- The include parameter.
 
- 
isActivepublic boolean isActive()Description copied from interface:IAliasChecks if the alias is active.
- 
isIncludedToIndexpublic boolean isIncludedToIndex()Description copied from interface:IAliasChecks if the alias is included to the index.- Specified by:
- isIncludedToIndexin interface- IAlias
- Returns:
- true if the alias is included to the index, false otherwise.
 
- 
isIncludedToStatspublic boolean isIncludedToStats()Description copied from interface:IAliasChecks if the alias is included to the statistics.- Specified by:
- isIncludedToStatsin interface- IAlias
- Returns:
- true if the alias is included to the statistics, false otherwise.
 
- 
setActivepublic void setActive(boolean active) Description copied from interface:IAliasAllows to activate the alias.
 
-