@PublicApi
public interface FolderManager
| Modifier and Type | Method and Description |
|---|---|
long |
createFolder(Folder folder) |
void |
deleteFolder(long id) |
Folder |
getFolder(long id) |
void |
updateFolder(long id,
Folder folder) |
long createFolder(@NotNull
Folder folder)
throws StructureException
StructureException@Nullable Folder getFolder(long id)
void updateFolder(long id,
@NotNull
Folder folder)
throws StructureException
StructureExceptionvoid deleteFolder(long id)
throws StructureException
StructureExceptionCopyright © 2023 ALM Works. All Rights Reserved.