Uses of Interface
wt.graph.service.ObjectGraphService

Packages that use ObjectGraphService
wt.graph.service   
 

Uses of ObjectGraphService in wt.graph.service
 

Classes in wt.graph.service that implement ObjectGraphService
 class ObjectGraphServiceFwd
          

Supported API: false

Extendable: false
 class StandardObjectGraphService
           Use the newStandardObjectGraphService static factory method(s), not the StandardObjectGraphService constructor, to construct instances of this class.
 

Fields in wt.graph.service declared as ObjectGraphService
private  ObjectGraphService ObjectGraphServiceEvent.service
           
static ObjectGraphService ObjectGraphHelper.service
          

Supported API: false
 

Methods in wt.graph.service that return ObjectGraphService
 ObjectGraphService ObjectGraphServiceEvent.getService()
          Gets the object for the association that plays role: service.
 

Constructors in wt.graph.service with parameters of type ObjectGraphService
ObjectGraphServiceEvent(ObjectGraphService service, String eventType, ObjectGraph eventTarget)
          Constructs an object graph service's event from the specified service and its event type and target.