Interface ResourceCollection
- All Superinterfaces:
AmetysObject
,ExplorerNode
,TraversableAmetysObject
- All Known Subinterfaces:
ModifiableResourceCollection
- All Known Implementing Classes:
CMISResourcesCollection
,CMISRootResourcesCollection
,JCRResourcesCollection
Common interface for modifiable resource collection
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Use the getExplorerPath methodboolean
Returns true if this explorer node contains resources.Methods inherited from interface org.ametys.plugins.repository.AmetysObject
equals, getId, getName, getParent, getParentPath, getPath, hashCode
Methods inherited from interface org.ametys.plugins.explorer.ExplorerNode
getApplicationId, getDescription, getExplorerPath, getIconCls, hasChildExplorerNodes
Methods inherited from interface org.ametys.plugins.repository.TraversableAmetysObject
getChild, getChildAt, getChildPosition, getChildren, hasChild
-
Method Details
-
getResourcePath
Deprecated.Use the getExplorerPath methodReturns the path of this resource collection in its hierarchy (which is a subset of the whole repository).
If this collection is the root collection, "" is returned.- Returns:
- the path of this collection in its hierarchy.
- Throws:
AmetysRepositoryException
- if an error occurs.
-
hasChildResources
Returns true if this explorer node contains resources.- Returns:
- true if this explorer node contains resources.
- Throws:
AmetysRepositoryException
- if an error occurs.
-