public interface IAlias extends IElement, IDeletionSupport, ISecuritySupport, IUriSupport, IProtocolSupport, ISeoSupport
Modifier and Type | Method and Description |
---|---|
Date |
getActivatedDate()
Gets the activated date.
|
String |
getDescription()
Gets the description of the alias.
|
String |
getDigest()
Gets the digest of the alias.
|
Date |
getExpiredDate()
Gets the expired date.
|
String |
getLabel()
Gets the label of the alias.
|
String |
getName()
Gets the name of the alias.
|
IElement |
getTarget()
Gets the target as an
IElement object. |
void |
includeToIndex(boolean include)
Allows to include the alias to the index.
|
void |
includeToStats(boolean include)
Allows to include the alias to the statistics.
|
boolean |
isActive()
Checks if the alias is active.
|
boolean |
isIncludedToIndex()
Checks if the alias is included to the index.
|
boolean |
isIncludedToStats()
Checks if the alias is included to the statistics.
|
void |
setActive(boolean active)
Allows to activate the alias.
|
void |
setDescription(String description)
Sets the description of the alias.
|
void |
setDigest(String digest)
Sets the digest of the alias.
|
void |
setLabel(String label)
Sets the label of the alias.
|
void |
setName(String name)
Sets the name of the alias.
|
getId, getModule, getNativeObject, getPath, save
delete
getProtocolURI, getProtocolURI
getURI
getSEO, setSEO
String getName()
void setName(String name)
name
- The name to set the alias with.String getLabel()
void setLabel(String label)
label
- the new label to set.String getDescription()
void setDescription(String description)
description
- the new description to set.String getDigest()
void setDigest(String digest)
digest
- The digest of the alias to set.boolean isActive()
void setActive(boolean active)
active
- The active parameter.boolean isIncludedToIndex()
void includeToIndex(boolean include)
include
- The include parameter.boolean isIncludedToStats()
void includeToStats(boolean include)
include
- The include parameter.Copyright © 2021 Visiativ Software. All rights reserved.