Uses of Interface
org.silverpeas.cmis.walkers.CmisObjectsTreeWalker
-
Packages that use CmisObjectsTreeWalker Package Description org.silverpeas.cmis.walkers Provides an hierarchy of walkers of the CMIS objects tree backed by the CMIS repository. -
-
Uses of CmisObjectsTreeWalker in org.silverpeas.cmis.walkers
Classes in org.silverpeas.cmis.walkers that implement CmisObjectsTreeWalker Modifier and Type Class Description class
AbstractCmisObjectsTreeWalker
Abstract class providing default behaviour of the different methods defined in theCmisObjectsTreeWalker
interface.class
CmisObjectsTreeWalkerDelegator
A dummy tree walker to be used as a delegator ofCmisObjectsTreeWalker
's method invocations to the correctCmisObjectsTreeWalker
objects able to answer this invocation.class
TreeWalkerForComponentInst
ACmisObjectsTreeWalker
object that knows how to walk the subtree rooted to an application instance in Silverpeas.class
TreeWalkerForNodeDetail
ACmisObjectsTreeWalker
object that knows how to walk down the subtree rooted to a node in a given Silverpeas application.class
TreeWalkerForPublicationDetail
ACmisObjectsTreeWalker
object that knows how to walk down the subtree rooted to a publication in a given Silverpeas application.class
TreeWalkerForSimpleDocument
ACmisObjectsTreeWalker
object that knows how to walk down the subtree rooted to an attachment of a contribution in a given Silverpeas application.class
TreeWalkerForSpaceInst
ACmisObjectsTreeWalker
object that knows how to walk the subtree rooted to a collaborative space in Silverpeas.Methods in org.silverpeas.cmis.walkers that return CmisObjectsTreeWalker Modifier and Type Method Description static CmisObjectsTreeWalker
CmisObjectsTreeWalker. getInstance()
Gets an instance of aCmisObjectsTreeWalker
.
-