Uses of Interface
wt.dataops.objectcol.resolution.Dependency

Packages that use Dependency
wt.dataops.objectcol.dependency   
wt.dataops.objectcol.resolution   
 

Uses of Dependency in wt.dataops.objectcol.dependency
 

Classes in wt.dataops.objectcol.dependency that implement Dependency
 class RelationshipDependency
           
 

Uses of Dependency in wt.dataops.objectcol.resolution
 

Methods in wt.dataops.objectcol.resolution that return Dependency
 Dependency[] DefaultCollectionGraph.getAllDependencies(Persistable seed)
          

Supported API: false
 Dependency[] CollectionGraph.getAllDependencies(Persistable seed)
          

Supported API: false
 

Methods in wt.dataops.objectcol.resolution with parameters of type Dependency
 boolean DefaultCollectionGraph.addDependantObject(Persistable source, Dependency dependency, Persistable dependant)
          

Supported API: false
 WTCollection DefaultCollectionGraph.getDependantObjects(Persistable object, Dependency dependency)
          

Supported API: false
 boolean CollectionGraph.addDependantObject(Persistable source, Dependency dependency, Persistable dependant)
          

Supported API: false
 WTCollection CollectionGraph.getDependantObjects(Persistable object, Dependency dependency)
          

Supported API: false