public class GrAccess extends Object
| Constructor and Description |
|---|
GrAccess() |
public static GrNode createNode(ResultHandler rh, GrId id, int rowIdx)
public static GrRelation createRelation(ResultHandler rh, GrId id, GrId startNodeId, GrId endNodeId, int rowIdx)
public static GrRelation createRelation(ResultHandler rh, GrId id, GrId startNodeId, GrId endNodeId, String type)
public static GrPath createPath(ResultHandler rh, GrId startNodeId, GrId endNodeId, List<GrId> relIds, int rowIdx)
public static GrProperty createProperty(String name)
public static Graph createGraph(ResultHandler resultHandler)
public static void setState(PersistableItem item, SyncState state)
public static SyncState getState(PersistableItem item)
public static void addChangeListener(ChangeListener listener, PersistableItem item)
public static void removeChangeListener(ChangeListener listener, PersistableItem item)
public static GrId getGrId(GrPropertyContainer pc)
public static void setGrId(GrId grId, GrPropertyContainer pc)
public static void notifyState(PersistableItem item)
public static List<GrProperty> getModifiedProperties(GrPropertyContainer container)
public static void setToSynchronized(PersistableItem item)
Copyright © 2016. All rights reserved.