Uses of Interface
org.silverpeas.core.Nameable
-
Packages that use Nameable Package Description org.silverpeas.core Defines the core, the foundation of Silverpeas on which collaborative applications can be built.org.silverpeas.core.admin.component.model org.silverpeas.core.admin.space Provides the classes to manage the workspaces in Silverpeas.org.silverpeas.core.calendar Provides the Calendar and Event Planning Engine.org.silverpeas.core.comment.model org.silverpeas.core.contribution Provides the interfaces and the classes that define the base resources pushed by the users into Silverpeas (the contributions) and whose content carries any information that should be shared or on which the users could collaborate.org.silverpeas.core.contribution.attachment.model org.silverpeas.core.contribution.content.ddwe.model org.silverpeas.core.contribution.contentcontainer.content Provides classes to manage the content of a container.org.silverpeas.core.contribution.model Provides the business model of a contribution from a user in Silverpeas.org.silverpeas.core.contribution.publication.model org.silverpeas.core.i18n org.silverpeas.core.index.search.model org.silverpeas.core.node.model org.silverpeas.core.pdc.pdc.importexport org.silverpeas.core.pdc.pdc.model org.silverpeas.core.pdc.tree.model org.silverpeas.core.questioncontainer.container.model org.silverpeas.core.webapi.selection Defines the REST based web service dedicated to manage the basket of selected resources for web clients. -
-
Uses of Nameable in org.silverpeas.core
Subinterfaces of Nameable in org.silverpeas.core Modifier and Type Interface Description interface
SilverpeasResource
A resource managed in Silverpeas that is uniquely identifiable. -
Uses of Nameable in org.silverpeas.core.admin.component.model
Subinterfaces of Nameable in org.silverpeas.core.admin.component.model Modifier and Type Interface Description interface
SilverpeasComponentInstance
An instance of a component.interface
SilverpeasPersonalComponentInstance
interface
SilverpeasSharedComponentInstance
Classes in org.silverpeas.core.admin.component.model that implement Nameable Modifier and Type Class Description class
ComponentInst
class
ComponentInstLight
The class ComponentInstLight is the representation in memory of a component instanceclass
PersonalComponentInstance
class
ToolInstance
-
Uses of Nameable in org.silverpeas.core.admin.space
Classes in org.silverpeas.core.admin.space that implement Nameable Modifier and Type Class Description class
SpaceInst
The class SpaceInst is the representation in memory of a spaceclass
SpaceInstLight
-
Uses of Nameable in org.silverpeas.core.calendar
Classes in org.silverpeas.core.calendar that implement Nameable Modifier and Type Class Description class
CalendarEvent
An event planned in a calendar.class
CalendarEventOccurrence
The occurrence of an event in a Silverpeas calendar. -
Uses of Nameable in org.silverpeas.core.comment.model
Classes in org.silverpeas.core.comment.model that implement Nameable Modifier and Type Class Description class
Comment
A comment on a given user contribution. -
Uses of Nameable in org.silverpeas.core.contribution
Subinterfaces of Nameable in org.silverpeas.core.contribution Modifier and Type Interface Description interface
ValidableContribution
A validable contribution is an object that represents a contribution which can be validated. -
Uses of Nameable in org.silverpeas.core.contribution.attachment.model
Classes in org.silverpeas.core.contribution.attachment.model that implement Nameable Modifier and Type Class Description class
Document
A document as an attachment to a given contribution and gathering for a same document all of its translations, each of them represented by a different (SimpleDocument
instances.class
HistorisedDocument
This class represents a document that is versioned.class
HistorisedDocumentVersion
This class permits to get a historized document behaviour not from the master version but from a frozen version of the document.class
SimpleDocument
A document file attached to a given user contribution.class
SimpleDocumentVersion
This class represents one version in the history of a versioned simple document. -
Uses of Nameable in org.silverpeas.core.contribution.content.ddwe.model
Classes in org.silverpeas.core.contribution.content.ddwe.model that implement Nameable Modifier and Type Class Description class
DragAndDropWebEditorStore
Represents the store that register all data manipulated by a Drag & Drop Web Editor. -
Uses of Nameable in org.silverpeas.core.contribution.contentcontainer.content
Subinterfaces of Nameable in org.silverpeas.core.contribution.contentcontainer.content Modifier and Type Interface Description interface
SilverContentInterface
Deprecated, for removal: This API element is subject to removal in a future version.use insteadContribution
andContributionContent
interfaces.Classes in org.silverpeas.core.contribution.contentcontainer.content that implement Nameable Modifier and Type Class Description static class
AbstractSilverpeasContentManager.ContributionWrapper
Wrapper which permits to handle as aSilverContentInterface
each implementation of aContribution
.class
GlobalSilverContent
This class represents contribution classified on taxonomyclass
SilverContent
-
Uses of Nameable in org.silverpeas.core.contribution.model
Subinterfaces of Nameable in org.silverpeas.core.contribution.model Modifier and Type Interface Description interface
Attachment
An attachment is a document file that is attached to a contribution in Silverpeas.interface
Contribution
A contribution in Silverpeas.interface
Folder
A folder is a contribution with folding capabilities that can contain others contributions, folders included.interface
I18nContribution
An internationalized contribution.interface
LocalizedAttachment
An attachment localized in a given language.interface
LocalizedContribution
A contribution produced in a given l10n (Localisation).interface
SilverpeasContent
A contribution with a single content that is managed by an application of the Silverpeas collaborative portal.interface
SilverpeasToolContent
An extension to manage contents handled by tools. -
Uses of Nameable in org.silverpeas.core.contribution.publication.model
Classes in org.silverpeas.core.contribution.publication.model that implement Nameable Modifier and Type Class Description class
PublicationDetail
This object contains the description of a publication -
Uses of Nameable in org.silverpeas.core.i18n
Subinterfaces of Nameable in org.silverpeas.core.i18n Modifier and Type Interface Description interface
LocalizedResource
An identifiable resource in Silverpeas with localization support.Classes in org.silverpeas.core.i18n that implement Nameable Modifier and Type Class Description class
AbstractBean
The abstraction of Silverpeas's beans.class
AbstractI18NBean<T extends BeanTranslation>
-
Uses of Nameable in org.silverpeas.core.index.search.model
Classes in org.silverpeas.core.index.search.model that implement Nameable Modifier and Type Class Description class
SearchResult
-
Uses of Nameable in org.silverpeas.core.node.model
Classes in org.silverpeas.core.node.model that implement Nameable Modifier and Type Class Description class
NodeDetail
This object contains the description of a node (own attributes and children attributes) -
Uses of Nameable in org.silverpeas.core.pdc.pdc.importexport
Classes in org.silverpeas.core.pdc.pdc.importexport that implement Nameable Modifier and Type Class Description class
PdcValueType
-
Uses of Nameable in org.silverpeas.core.pdc.pdc.model
Classes in org.silverpeas.core.pdc.pdc.model that implement Nameable Modifier and Type Class Description class
AxisHeader
This class contains headers of axis.class
Value
-
Uses of Nameable in org.silverpeas.core.pdc.tree.model
Classes in org.silverpeas.core.pdc.tree.model that implement Nameable Modifier and Type Class Description class
TreeNode
Class declaration -
Uses of Nameable in org.silverpeas.core.questioncontainer.container.model
Classes in org.silverpeas.core.questioncontainer.container.model that implement Nameable Modifier and Type Class Description class
QuestionContainerDetail
class
QuestionContainerHeader
-
Uses of Nameable in org.silverpeas.core.webapi.selection
Classes in org.silverpeas.core.webapi.selection that implement Nameable Modifier and Type Class Description class
BasketItem
Item in theSelectionBasket
.
-