Interface ModifiableResourceCollection
- All Superinterfaces:
AmetysObject
,ExplorerNode
,ModifiableAmetysObject
,ModifiableExplorerNode
,ModifiableTraversableAmetysObject
,RemovableAmetysObject
,ResourceCollection
,TraversableAmetysObject
- All Known Implementing Classes:
JCRResourcesCollection
public interface ModifiableResourceCollection
extends ModifiableTraversableAmetysObject, ResourceCollection, RemovableAmetysObject, ModifiableExplorerNode
Common interface for modifiable resource collection
-
Method Summary
Modifier and TypeMethodDescriptionGet the type of child collectionGet the type of child resourcesMethods 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.ModifiableAmetysObject
needsSave, rename, revertChanges, saveChanges
Methods inherited from interface org.ametys.plugins.explorer.ModifiableExplorerNode
setDescription
Methods inherited from interface org.ametys.plugins.repository.ModifiableTraversableAmetysObject
createChild
Methods inherited from interface org.ametys.plugins.repository.RemovableAmetysObject
remove
Methods inherited from interface org.ametys.plugins.explorer.resources.ResourceCollection
getResourcePath, hasChildResources
Methods inherited from interface org.ametys.plugins.repository.TraversableAmetysObject
getChild, getChildAt, getChildPosition, getChildren, hasChild
-
Method Details
-
getResourceType
Get the type of child resources- Returns:
- the type of child resources
-
getCollectionType
Get the type of child collection- Returns:
- the type of child collection
-