| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkspaceFolder |
interface |
WorkspaceSharedFolder |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceItem |
WorkspaceItem.cloneItem(String cloneName)
Clone this item.
|
WorkspaceItem |
Workspace.cloneItem(String itemId,
String cloneName)
Clone an item in the same folder.
|
WorkspaceItem |
Workspace.copy(String itemId,
String destinationFolderId)
Copy an item from a folder to another folder.
|
WorkspaceItem |
Workspace.copy(String itemId,
String newName,
String destinationFolderId)
Copy an item from a folder to another folder.
|
WorkspaceItem |
Workspace.createGcubeItem(String name,
String description,
List<String> scopes,
String creator,
String itemType,
Map<String,String> properties,
String destinationFolderId) |
WorkspaceItem |
Workspace.find(String path)
Find an item using the specified path.
|
WorkspaceItem |
WorkspaceFolder.find(String name)
Get an item with the specified name.
|
WorkspaceItem |
Workspace.find(String name,
String folderId)
Get an item with the specified name in the specified folder.
|
WorkspaceItem |
Workspace.getItem(String itemId)
Return the item with the specified id.
|
WorkspaceItem |
Workspace.getItemByPath(String path)
Return the item with the specified path.
|
WorkspaceItem |
Workspace.unshare(String itemId)
Unshare a shared item
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends WorkspaceItem> |
WorkspaceItem.getChildren()
Return this item children.
|
List<? extends WorkspaceItem> |
WorkspaceSmartFolder.getChildren()
Return this item children.
|
List<WorkspaceItem> |
WorkspaceFolder.getChildren()
Return this item children.
|
List<WorkspaceItem> |
Workspace.getWorkspaceTree(WorkspaceItem item) |
List<WorkspaceItem> |
Workspace.searchByProperties(List<String> properties) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceItem> |
Workspace.getWorkspaceTree(WorkspaceItem item) |
void |
WorkspaceItem.removeChild(WorkspaceItem child)
Remove a child from this item.
|
| Modifier and Type | Field and Description |
|---|---|
protected WorkspaceItem |
WorkspaceEventImpl.target |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceItem |
WorkspaceEvent.getTarget() |
WorkspaceItem |
WorkspaceEventImpl.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWorkspaceEventSource.fireItemCreatedEvent(WorkspaceItem item)
Fire an Item Created event.
|
void |
AbstractWorkspaceEventSource.fireItemImportedEvent(WorkspaceItem item)
Fire an Item Imported event.
|
void |
AbstractWorkspaceEventSource.fireItemRemovedEvent(WorkspaceItem item)
Fire an Item Removed event.
|
void |
AbstractWorkspaceEventSource.fireItemRenamedEvent(WorkspaceItem item)
Fire an Item Imported event.
|
void |
AbstractWorkspaceEventSource.fireItemSentEvent(WorkspaceItem item,
List<User> addressees)
Fire an Item sent event.
|
void |
AbstractWorkspaceEventSource.fireItemUpdatedEvent(WorkspaceItem item)
Fire an Item Updated event.
|
| Constructor and Description |
|---|
WorkspaceEventImpl(WorkspaceEventType type,
WorkspaceItem target)
Create a new event.
|
WorkspaceSentEventImpl(WorkspaceItem target,
List<User> addressees)
Create a new Sent event.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FolderItem |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AquaMapsItem |
interface |
ExternalFile |
interface |
ExternalImage |
interface |
ExternalPDFFile |
interface |
ExternalResourceLink |
interface |
ExternalUrl |
interface |
GCubeItem |
interface |
Query |
interface |
Report |
interface |
ReportTemplate |
interface |
TabularDataLink |
interface |
WorkflowReport |
interface |
WorkflowTemplate |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Document |
interface |
ImageDocument |
interface |
Metadata |
interface |
PDFDocument |
interface |
UrlDocument |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DocumentLink |
interface |
ImageDocumentLink |
interface |
InfoObjectLink |
interface |
PDFDocumentLink |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimeSeries |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceItem |
WorkspaceMessage.saveAttachment(String attachmentId,
String destinationFolderId) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceItem> |
WorkspaceMessage.getAttachments() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkspaceTrashItem |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScopeHomesComparator.compareWorkspaceItem(WorkspaceItem item1,
WorkspaceItem item2) |
static FolderItem |
WorkspaceTypes.getFolderItem(WorkspaceItem item) |
static String |
WorkspaceTypes.getItemTypeAsString(WorkspaceItem item) |
protected void |
WorkspaceTreeVisitor.printWorkspaceItem(WorkspaceItem item)
Visits a Workspace item.
|
protected void |
WorkspaceTreeVisitor.visitItem(WorkspaceItem item)
Visit an item tree without verbose information.
|
void |
WorkspaceTreeVisitor.visitSimple(WorkspaceItem item)
Visit an item tree without verbose information.
|
protected void |
WorkspaceTreeVisitor.visitWorkspaceItem(WorkspaceItem item)
Visit a workspace item.
|
| Modifier and Type | Method and Description |
|---|---|
ZipItem |
WorkspaceToZipModelConverter.convert(WorkspaceItem workspaceItem) |
protected static File |
ZipUtil.zipWorkspaceItem(WorkspaceItem workspaceItem) |
Copyright © 2014. All Rights Reserved.