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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCollectionType()
Get the type of child collectionString
getResourceType()
Get the type of child 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.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 Detail
-
getResourceType
String getResourceType()
Get the type of child resources- Returns:
- the type of child resources
-
getCollectionType
String getCollectionType()
Get the type of child collection- Returns:
- the type of child collection
-
-