Uses of Class
org.silverpeas.cmis.walkers.AbstractCmisObjectsTreeWalker
-
Packages that use AbstractCmisObjectsTreeWalker Package Description org.silverpeas.cmis.walkers Provides an hierarchy of walkers of the CMIS objects tree backed by the CMIS repository. -
-
Uses of AbstractCmisObjectsTreeWalker in org.silverpeas.cmis.walkers
Subclasses of AbstractCmisObjectsTreeWalker in org.silverpeas.cmis.walkers Modifier and Type Class Description 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 AbstractCmisObjectsTreeWalker Modifier and Type Method Description protected AbstractCmisObjectsTreeWalker
TreeWalkerSelector. selectByObjectIdOrFail(String objectId)
Selects an instance ofCmisObjectsTreeWalker
that knows how to browse for and to handle the type of Silverpeas objects the format of the specified unique identifier is related to.protected AbstractCmisObjectsTreeWalker
TreeWalkerSelector. selectByObjectTypeId(TypeId typeId)
Selects an instance ofCmisObjectsTreeWalker
that knows how to browse for and to handle the specified type of CMIS objects.Methods in org.silverpeas.cmis.walkers that return types with arguments of type AbstractCmisObjectsTreeWalker Modifier and Type Method Description protected Optional<AbstractCmisObjectsTreeWalker>
TreeWalkerSelector. selectByObjectId(String objectId)
Selects an instance ofCmisObjectsTreeWalker
that knows how to browse for and to handle the type of Silverpeas objects the format of the specified unique identifier is related to.
-