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 classAbstractCmisObjectsTreeWalkerAbstract class providing default behaviour of the different methods defined in theCmisObjectsTreeWalkerinterface.classCmisObjectsTreeWalkerDelegatorA dummy tree walker to be used as a delegator ofCmisObjectsTreeWalker's method invocations to the correctCmisObjectsTreeWalkerobjects able to answer this invocation.classTreeWalkerForComponentInstACmisObjectsTreeWalkerobject that knows how to walk the subtree rooted to an application instance in Silverpeas.classTreeWalkerForNodeDetailACmisObjectsTreeWalkerobject that knows how to walk down the subtree rooted to a node in a given Silverpeas application.classTreeWalkerForPublicationDetailACmisObjectsTreeWalkerobject that knows how to walk down the subtree rooted to a publication in a given Silverpeas application.classTreeWalkerForSimpleDocumentACmisObjectsTreeWalkerobject that knows how to walk down the subtree rooted to an attachment of a contribution in a given Silverpeas application.classTreeWalkerForSpaceInstACmisObjectsTreeWalkerobject 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 CmisObjectsTreeWalkerCmisObjectsTreeWalker. getInstance()Gets an instance of aCmisObjectsTreeWalker.
-