Package | Description |
---|---|
oracle.hsgbu.hdr.fwk.servicelocator.common |
This package contains the ServiceLocator class which is used to
retrieve HDR Services.
|
oracle.hsgbu.hdr.hl7 |
Contains RIM-specific classes, types, and services for persisting and querying
of RIM data.
|
Modifier and Type | Method and Description |
---|---|
static ServiceLocator |
ServiceLocator.getInstance()
Deprecated.
Replaced by
getInstance(Properties) . This method is
not completely threadsafe. Use
getInstance(Properties) to ensure
thread safety. |
static ServiceLocator |
ServiceLocator.getInstance(Properties properties)
Provides the instance of ServiceLocator initialized with the client
properties
|
Modifier and Type | Method and Description |
---|---|
Iterator |
RimService.queryActRelationships(ServiceLocator sl,
ActRelationshipFetch fetch)
This convenience method provides the user a way to query
ActRelationships without the need of wrapping the
ActRelationshipFetch in a ControlAct and then unwrapping the
ControlAct returned from the RimService submit API call
|
Iterator |
RimService.queryActs(ServiceLocator sl,
ActFetch fetch)
This convenience method provides the user a way to query Acts
without the need of wrapping the ActFetch in a ControlAct and
then unwrapping the ControlAct returned from the RimService
submit API call
|
Iterator |
RimService.queryEntities(ServiceLocator sl,
EntityFetch fetch)
This convenience method provides the user a way to query Entities
without the need of wrapping the EntityFetch in a ControlAct and
then unwrapping the ControlAct returned from the RimService
submit API call
|
Iterator |
RimService.queryParticipations(ServiceLocator sl,
ParticipationFetch fetch)
This convenience method provides the user a way to query
Participations without the need of wrapping the
ParticipationFetch in a ControlAct and then unwrapping the
ControlAct returned from the RimService submit API call
|
Iterator |
RimService.queryRoles(ServiceLocator sl,
RoleFetch fetch)
This convenience method provides the user a way to query Roles
without the need of wrapping the RoleFetch in a ControlAct and
then unwrapping the ControlAct returned from the RimService
submit API call
|
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved