public class WorkspaceTypes extends Object
| Constructor and Description |
|---|
WorkspaceTypes() |
| Modifier and Type | Method and Description |
|---|---|
static FolderItem |
getFolderItem(WorkspaceItem item) |
static String |
getItemTypeAsString(WorkspaceItem item) |
public static FolderItem getFolderItem(WorkspaceItem item) throws WrongItemTypeException
item - the item to convert.WrongItemTypeException - if the item is not a folder item.public static String getItemTypeAsString(WorkspaceItem item)
item - the item where to get the type.Copyright © 2020. All Rights Reserved.