Interface ModifiableResourceCollection
- All Superinterfaces:
AmetysObject,ExplorerNode,ModifiableAmetysObject,ModifiableExplorerNode,ModifiableTraversableAmetysObject,RemovableAmetysObject,ResourceCollection,TraversableAmetysObject
- All Known Implementing Classes:
Folder,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, hashCodeMethods inherited from interface org.ametys.plugins.explorer.ExplorerNode
getApplicationId, getDescription, getExplorerPath, getIconCls, hasChildExplorerNodesMethods inherited from interface org.ametys.plugins.repository.ModifiableAmetysObject
needsSave, rename, revertChanges, saveChangesMethods inherited from interface org.ametys.plugins.explorer.ModifiableExplorerNode
setDescriptionMethods inherited from interface org.ametys.plugins.repository.ModifiableTraversableAmetysObject
createChildMethods inherited from interface org.ametys.plugins.repository.RemovableAmetysObject
removeMethods inherited from interface org.ametys.plugins.explorer.resources.ResourceCollection
getResourcePath, hasChildResourcesMethods 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
-