public interface ITopic extends IElement, IDeletionSupport, ISecuritySupport, IUriSupport, IProtocolSupport, ISeoSupport
Modifier and Type | Interface and Description |
---|---|
static interface |
ITopic.IType
The various types of topics
|
Modifier and Type | Method and Description |
---|---|
Date |
getActivatedDate()
Gets the activated date.
|
Date |
getExpiredDate()
Gets the expired date.
|
String |
getLabel() |
String |
getName() |
Object |
getParent()
Gets the parent object.
|
ISite |
getSite()
Retrieves the site of the topic.
|
void |
includeToIndex(boolean include)
Allows to include the topic to the index.
|
void |
includeToStats(boolean include)
Allows to include the topic to the statistics.
|
boolean |
isActive()
Checks if the topic is active.
|
boolean |
isIncludedToIndex()
Checks if the topic is included to the index.
|
boolean |
isIncludedToStats()
Checks if the topic is included to the statistics.
|
boolean |
isRoot()
Checks if the current topic is the root.
|
boolean |
isSystem()
Checks if the current topic is a system topic.
|
void |
setActive(boolean active)
Allows to activate the topic.
|
getId, getModule, getNativeObject, getPath, save
delete
getProtocolURI, getProtocolURI
getURI
getSEO, setSEO
String getName()
String getLabel()
boolean isRoot()
boolean isSystem()
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 © 2022 Visiativ. All rights reserved.