Package | Description |
---|---|
oracle.hsgbu.hdr.hl7 |
Contains RIM-specific classes, types, and services for persisting and querying
of RIM data.
|
oracle.hsgbu.hdr.hl7.query |
Contains the query component classes used to build a RIM-based query in CTB.
|
oracle.hsgbu.hdr.hl7.rim | |
oracle.hsgbu.hdr.hl7.rim.factories |
This package contains factory classes for the RIM, datatype, domain, and query classes.
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
ActFetch.addIBActRelationshipFetch(ActRelationshipFetch actRelationshipFetch)
Retrieves the
IBActRelationship . |
void |
ActFetch.addOBActRelationshipFetch(ActRelationshipFetch actRelationshipFetch)
Retrieves the
OBActRelationship . |
Modifier and Type | Method and Description |
---|---|
Iterator |
Act.getIBActRelationships(ActRelationshipFetch actRelationshipFetch)
Provides navigational queries on inbound act relationships.
|
Iterator |
Act.getOBActRelationships(ActRelationshipFetch actRelationshipFetch)
Provides navigational queries on outbound act relationships.
|
Modifier and Type | Method and Description |
---|---|
ActRelationshipFetch |
QueryComponentFactory.newActRelationshipFetch()
Constructs a new
ActRelationshipFetch without an ActRelationshipCriteria . |
ActRelationshipFetch |
QueryComponentFactory.newActRelationshipFetch(ActRelationshipCriteria criteria)
Constructs a new
ActRelationshipFetch and sets the supplied ActRelationshipCriteria as
its criteria. |
ActRelationshipFetch |
QueryComponentFactory.newActRelationshipFetch(ActRelationshipCriteria actRelationshipCriteria,
int versioningType)
Constructs a new
ActRelationshipFetch and sets the supplied ActRelationshipCriteria and
versioning behavior on it. |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved