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.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
|
Modifier and Type | Method and Description |
---|---|
void |
ParticipationFetch.addActFetch(ActFetch actFetch)
Retrieves the
Act . |
void |
ActFetch.addControlActFetch(ActFetch actFetch)
Retrieves the
ControlAct . |
void |
EntityFetch.addControlActFetch(ActFetch actFetch)
Retrieves the
ControlAct . |
void |
RoleFetch.addControlActFetch(ActFetch actFetch)
Retrieves the
ControlAct . |
void |
ActRelationshipFetch.addSourceFetch(ActFetch sourceFetch)
Retrieves the
Source . |
void |
ActRelationshipFetch.addTargetFetch(ActFetch targetFetch)
Retrieves the
Target . |
Modifier and Type | Method and Description |
---|---|
Act |
Participation.getAct(ActFetch actFetch)
Gets the
Act that matches the criteria. |
Act |
ActRelationship.getSource(ActFetch actFetch)
Gets the source act of the
ActRelationship that matches the
criteria. |
Act |
ActRelationship.getTarget(ActFetch actFetch)
Gets the target act of the
ActRelationship that matches the
criteria. |
Modifier and Type | Method and Description |
---|---|
ActFetch |
QueryComponentFactory.newActFetch()
Constructs a new
ActFetch without an ActCriteria . |
ActFetch |
QueryComponentFactory.newActFetch(ActCriteria actCriteria)
Constructs a new
ActFetch and sets the supplied ActCriteria as its criteria. |
ActFetch |
QueryComponentFactory.newActFetch(ActCriteria actCriteria,
int versioningType)
Constructs a new
ActFetch and sets the supplied ActCriteria 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