public interface IContentContainer extends IElement, ISecuritySupport, IDeletionSupport, IUriSupport, IProtocolSupport
Modifier and Type | Interface and Description |
---|---|
static interface |
IContentContainer.IStatus |
Modifier and Type | Method and Description |
---|---|
Date |
getActivatedDate()
Gets the activated date.
|
IContent |
getContent(int status)
Retrieves a
IContent by the IContentContainer.IStatus . |
Collection |
getContents()
Retrieves the available contents.
|
String |
getDescription()
Gets the description of the container.
|
Date |
getExpiredDate()
Gets the expired date.
|
String |
getLabel() |
String |
getName() |
ISite |
getSite()
Gets the site of the content.
|
int |
getStatus()
Gets the status of the content container.
|
void |
includeToIndex(boolean include)
Allows to include the content container to the index.
|
void |
includeToStats(boolean include)
Allows to include the content container to the statistics.
|
boolean |
isActive()
Checks if the content container is active.
|
boolean |
isIncludedToIndex()
Checks if the content container is included to the index.
|
boolean |
isIncludedToStats()
Checks if the content container is included to the statistics.
|
void |
setActive(boolean active)
Allows to activate the content container.
|
void |
setDescription(String description)
Sets the description of the container.
|
void |
setLabel(String label)
Sets the label of the container.
|
getId, getModule, getNativeObject, getPath, save
getProtocolURI, getProtocolURI
delete
getURI
String getName()
String getLabel()
void setLabel(String label)
label
- the new label to set.String getDescription()
void setDescription(String description)
description
- the new description to set.int getStatus()
Collection getContents()
IContent
objects.IContent getContent(int status)
IContent
by the IContentContainer.IStatus
.status
- The status to search with.IContent
object.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.