Package org.hippoecm.repository.api
Interface Folder
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Add a mixin by name and returntrue
if it was not present yet andfalse
otherwise.Returns the identifier of the folderboolean
removeMixin
(String mixin) Remove a mixin by name and returntrue
if it was present andfalse
otherwise.
-
Method Details
-
getIdentifier
String getIdentifier()Returns the identifier of the folder- Returns:
- identifier
-
addMixin
Add a mixin by name and returntrue
if it was not present yet andfalse
otherwise.- Parameters:
mixin
- the name of the mixin- Returns:
- if the mixin being added was not present yet
-
removeMixin
Remove a mixin by name and returntrue
if it was present andfalse
otherwise.- Parameters:
mixin
- the name of the mixin- Returns:
- if the mixin being removed was present
-
getMixins
- Returns:
Set
containing mixin names
-