Uses of Interface
wt.occurrence.OccurrenceService

Packages that use OccurrenceService
wt.occurrence Defines the capability to uniquely distinguish one occurrence of an object within some complex structure from another occurrence of that same object within the same structure using OccurrenceService
 

Uses of OccurrenceService in wt.occurrence
 

Classes in wt.occurrence that implement OccurrenceService
 class OccurrenceServiceFwd
          This service interface defines the API for managing UsesOccurrences, PathOccurrences, CombinedPathOccurrences, UsesOccurrenceData, PathOccurrenceData and CombinedPathOccurrenceData in the context of OccurrenceableLinks, PathOccurrenceContexts and CombinedPathOccurrenceContexts Cookie: None Helper: OccurrenceHelper has helper methods Service implementation: StandardOccurrenceService has listeners ServiceEvent: OccurrenceEvent ServiceException: OccurrenceException

Supported API: false

Extendable: false
 class StandardOccurrenceService
          This implementation of OccurrenceService implements the service API, send OccurrenceEvents and adds listeners in StandardOccurrenceService.performStartupProcess().
 

Fields in wt.occurrence declared as OccurrenceService
static OccurrenceService OccurrenceHelper.service
          

Supported API: true