| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<Entry> |
ConnectionImpl.convert(java.util.List<BrowserEntry> addedOrModified) |
| Modifier and Type | Method and Description |
|---|---|
static Entry |
Helper.convertEntry(BrowserEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
static Entry[] |
Helper.convert(java.util.List<BrowserEntry> browserData) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BrowserEntry> |
FolderDataUpdate.getAddedOrModified() |
java.util.List<BrowserEntry> |
BrowseResult.getBrowserData() |
| Constructor and Description |
|---|
BrowseResult(Response response,
java.util.List<BrowserEntry> browserData,
ErrorInformation errorInformation) |
FolderDataUpdate(java.util.List<java.lang.String> location,
java.util.List<BrowserEntry> addedOrModified,
java.util.Set<java.lang.String> removed,
boolean full) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends java.util.Collection<BrowserEntry>> |
Structures.decodeBrowserEntryCollection(BinaryContext context,
IoBuffer data,
|
| Modifier and Type | Method and Description |
|---|---|
static BrowserEntry |
Structures.decodeBrowserEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static BrowserEntry |
Structures.inlindeDecodeBrowserEntry(BinaryContext _context,
IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<BrowserEntry> |
Structures.decodeListBrowserEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<BrowserEntry> |
Structures.decodeSetBrowserEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeBrowserEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
BrowserEntry value) |
protected static void |
Structures.inlineEncodeBrowserEntry(BinaryContext context,
IoBuffer data,
BrowserEntry value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCollectionBrowserEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<BrowserEntry> values) |
protected static void |
Structures.fillBrowserEntryCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<BrowserEntry> values) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<BrowserEntry> |
ServerConnectionImpl.convertEntries(Entry[] result) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0