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.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
|
Modifier and Type | Method and Description |
---|---|
void |
EntityFetch.addMergePeersEntityFetch(EntityFetch fetch) |
void |
RoleFetch.addPlayerEntityFetch(EntityFetch playerentityFetch)
Retrieves the
PlayerEntity . |
void |
RoleFetch.addScoperEntityFetch(EntityFetch scoperentityFetch)
Retrieves the
ScoperEntity . |
Modifier and Type | Method and Description |
---|---|
Entity |
Role.getPlayerEntity(EntityFetch entityFetch)
Gets player
Entity returned based on this fetch object. |
Entity |
Role.getScoperEntity(EntityFetch entityFetch)
Gets scoper
Entity returned based on this fetch object. |
Modifier and Type | Method and Description |
---|---|
EntityFetch |
QueryComponentFactory.newEntityFetch()
Constructs a new
EntityFetch without an EntityCriteria . |
EntityFetch |
QueryComponentFactory.newEntityFetch(EntityCriteria criteria)
Constructs a new
EntityFetch and sets the supplied EntityCriteria as its criteria. |
EntityFetch |
QueryComponentFactory.newEntityFetch(EntityCriteria criteria,
int versioningType)
Constructs a new
EntityFetch and sets the supplied EntityCriteria 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