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.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
|
Modifier and Type | Method and Description |
---|---|
void |
EntityFetch.addOwnedPlayedRoleFetch(RoleFetch ownedplayedroleFetch)
Retrieves the
OwnedPlayedRoles . |
void |
EntityFetch.addOwnedScopedRoleFetch(RoleFetch ownedscopedroleFetch)
Retrieves the
OwnedScopedRoles . |
void |
EntityFetch.addPlayedRoleFetch(RoleFetch playedRoleFetch)
Retrieves the
PlayedRole . |
void |
ParticipationFetch.addRoleFetch(RoleFetch roleFetch)
Retrieves the
Role . |
void |
EntityFetch.addScopedRoleFetch(RoleFetch scopedRoleFetch)
Retrieves the
ScopedRole . |
Modifier and Type | Method and Description |
---|---|
Iterator |
Entity.getOwnedPlayedRoles(RoleFetch roleFetch)
Gets retrieved roles played and owned by this entity.
|
Iterator |
Entity.getOwnedScopedRoles(RoleFetch roleFetch)
Gets retrieved roles scoped and owned by this entity.
|
Iterator |
Entity.getPlayedRoles(RoleFetch roleFetch)
Gets retrieved roles all played by this entity.
|
Role |
Participation.getRole(RoleFetch roleFetch)
Gets the
Role that matches the criteria. |
Iterator |
Entity.getScopedRoles(RoleFetch roleFetch)
Gets retrieved roles scoped by this entity.
|
Modifier and Type | Method and Description |
---|---|
RoleFetch |
QueryComponentFactory.newRoleFetch()
Constructs a new
RoleFetch without a RoleCriteria . |
RoleFetch |
QueryComponentFactory.newRoleFetch(RoleCriteria criteria)
Constructs a new
RoleFetch and sets the supplied RoleCriteria as its criteria. |
RoleFetch |
QueryComponentFactory.newRoleFetch(RoleCriteria criteria,
int versioningType)
Constructs a new
RoleFetch and sets the supplied RoleCriteria , versioning and merge
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