Package | Description |
---|---|
org.eclipse.emf.cdo.transaction |
Client concepts for dealing with transactions, distributed transactions and their save points.
|
org.eclipse.emf.cdo.view |
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
|
Modifier and Type | Method and Description |
---|---|
CDOResourceFolder |
CDOTransaction.createResourceFolder(java.lang.String path) |
CDOBinaryResource |
CDOPushTransaction.getBinaryResource(java.lang.String path) |
CDOResource |
CDOPushTransaction.getResource(java.lang.String path) |
CDOResource |
CDOPushTransaction.getResource(java.lang.String path,
boolean loadOnDemand) |
CDOResourceFolder |
CDOPushTransaction.getResourceFolder(java.lang.String path) |
CDOResourceNode |
CDOPushTransaction.getResourceNode(java.lang.String path) |
CDOTextResource |
CDOPushTransaction.getTextResource(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
CDOBinaryResource |
CDOView.getBinaryResource(java.lang.String path) |
CDOResource |
CDOView.getResource(java.lang.String path)
Same as
getResource(String, true) . |
CDOResource |
CDOView.getResource(java.lang.String path,
boolean loadOnDemand) |
CDOResourceFolder |
CDOView.getResourceFolder(java.lang.String path) |
CDOResourceNode |
CDOView.getResourceNode(java.lang.String path)
Returns the resource node with the given path.
|
CDOTextResource |
CDOView.getTextResource(java.lang.String path) |
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