@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
StructureException
void deleteFolder(long id) throws StructureException
StructureException
Copyright © 2023 ALM Works. All Rights Reserved.