Package | Description |
---|---|
org.eclipse.emf.cdo.server |
Server concepts for dealing with repositories and stores.
|
Modifier and Type | Class and Description |
---|---|
static class |
CDOServerBrowser.ContainerBased
A
server browser for the repositories in a managed container . |
Modifier and Type | Method and Description |
---|---|
void |
CDOServerBrowser.Page.display(CDOServerBrowser browser,
InternalRepository repository,
java.io.PrintStream out) |
void |
CDOServerBrowser.PackagesPage.display(CDOServerBrowser browser,
InternalRepository repository,
java.io.PrintStream out) |
void |
CDOServerBrowser.LocksPage.display(CDOServerBrowser browser,
InternalRepository repository,
java.io.PrintStream out) |
void |
CDOServerBrowser.RevisionsPage.display(CDOServerBrowser browser,
InternalRepository repository,
java.io.PrintStream out) |
void |
CDOServerBrowser.LobsPage.display(CDOServerBrowser browser,
InternalRepository repository,
java.io.PrintStream out) |
void |
CDOServerBrowser.HistoryPage.display(CDOServerBrowser browser,
InternalRepository repository,
java.io.PrintStream out) |
protected java.lang.Object |
CDOServerBrowser.RevisionsPage.getRevisionValue(java.lang.Object value,
CDOServerBrowser browser,
java.util.Map<CDOID,java.util.List<CDORevision>> ids,
InternalCDORevision context) |
protected void |
CDOServerBrowser.HistoryPage.showCommitData(java.io.PrintStream out,
CDOCommitInfo commitInfo,
CDOServerBrowser browser) |
protected boolean |
CDOServerBrowser.HistoryPage.showCommitInfo(java.io.PrintStream out,
CDOCommitInfo commitInfo,
CDOServerBrowser browser,
java.lang.String param,
boolean auditing) |
protected boolean |
CDOServerBrowser.LobsPage.showLob(java.io.PrintStream out,
java.lang.String type,
byte[] id,
long size,
CDOServerBrowser browser,
java.lang.String param) |
protected java.lang.String |
CDOServerBrowser.PackagesPage.showPackage(InternalCDOPackageInfo info,
InternalCDOPackageRegistry packageRegistry,
CDOServerBrowser browser,
java.lang.String param,
java.io.PrintStream out,
java.lang.String prefix) |
protected void |
CDOServerBrowser.RevisionsPage.showRevision(java.io.PrintStream pout,
CDOServerBrowser browser,
java.util.Map<CDOBranch,java.util.List<CDORevision>> allRevisions,
java.util.Map<CDOID,java.util.List<CDORevision>> ids,
java.lang.String key,
InternalRepository repository) |
protected void |
CDOServerBrowser.RevisionsPage.showRevision(java.io.PrintStream pout,
CDOServerBrowser browser,
java.util.Map<CDOID,java.util.List<CDORevision>> ids,
InternalCDORevision revision) |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html