Uses of Class
org.silverpeas.core.cmis.model.CmisFolder
-
Packages that use CmisFolder Package Description org.silverpeas.cmis.walkers Provides an hierarchy of walkers of the CMIS objects tree backed by the CMIS repository.org.silverpeas.core.cmis.model The custom CMIS model for Silverpeas. -
-
Uses of CmisFolder in org.silverpeas.cmis.walkers
Methods in org.silverpeas.cmis.walkers with parameters of type CmisFolder Modifier and Type Method Description protected org.apache.chemistry.opencmis.commons.data.ObjectParentData
AbstractCmisObjectsTreeWalker. buildObjectParentData(CmisFolder parent, CmisObject folder, Filtering filtering)
Builds the CMIS data corresponding to the given parent of the specified folder and by taking into account the filtering that indicates the properties to return. -
Uses of CmisFolder in org.silverpeas.core.cmis.model
Subclasses of CmisFolder in org.silverpeas.core.cmis.model Modifier and Type Class Description class
Application
An application in Silverpeas.class
ContributionFolder
A folder of user contributions managed within an application in Silverpeas.class
Publication
A publication in Silverpeas.class
Space
A collaborative space in Silverpeas.Methods in org.silverpeas.core.cmis.model that return CmisFolder Modifier and Type Method Description CmisFolder
CmisFolder. setParentId(String parentId)
Sets the unique identifier of the parent to this folder if any.
-