Package | Description |
---|---|
oracle.hsgbu.hdr.auditing |
Assists in determining compliance with, and detecting actual or attempted
violations of established policy and operational procedures.
|
oracle.hsgbu.hdr.configuration |
Contains classes and interfaces for Configuration Services.
|
oracle.hsgbu.hdr.exception |
This package contains different exception classes.
|
oracle.hsgbu.hdr.hl7.mastercatalog | |
oracle.hsgbu.hdr.message.improcessor.hl7.configuration |
This package contains interfaces to create, remove and find
SenderConfigurations . |
oracle.hsgbu.hdr.message.improcessor.hl7.configuration.interaction |
This package contains interfaces to create, remove and find
SenderConfigurations . |
Modifier and Type | Method and Description |
---|---|
void |
AuditService.createEventLog(EventLog eventLog)
Creates a new event log with the
EventLog value object
passed as an argument. |
Date |
AuditService.getCurrentDBDate()
Use the link below to see a more detailed explanation
|
Date |
AuditService.getCurrentDBTimestamp()
Use the link below to see a more detailed explanation
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileOptionService.createProfileOption(ProfileOption profileOption)
Creates a profile option.
|
InternalOID[] |
OIDService.getAllOIDs()
Retrieves all the
InternalOID value objects. |
InternalOID |
OIDService.getOID(String rootName)
Retrieves the
InternalOID value object based on the specified
object identifier. |
ProfileOption[] |
ProfileOptionService.getProfileOptions(String profileOptionCode,
String profileOptionName,
String activeFlag,
String sysAdminVisibleOnly,
String userVisibleOnly)
Retrieves profile options based on
ExternalApplicationTxt ,
profileOptionCode , profileOptionName ,
activeFlag , sysAdminVisibleOnly , and
userVisibleOnly . |
String |
ProfileOptionService.getProfileOptionValue(String profileOptionCode)
Retrieves the value of a profile option.
|
String |
ProfileOptionService.getProfileOptionValueForLevel(String profileOptionCode,
String profileLevelCode,
String profileLevelValueId)
Retrieves the value of a profile option for a specific level and level
instance.If not value is set at the specific level and level instance, it
will return the value set at SITE level.
|
void |
ProfileOptionService.inactivateProfileOption(String profileOptionCode)
Deactivates a profile option by setting the
EffectiveEndDate
as the current date and time. |
void |
OIDService.registerOID(InternalOID internalOID)
Creates the
Internal OID value object. |
void |
ProfileOptionService.setProfileOptionValue(ProfileOptionValue profileOptionValue)
Sets the value of a profile option.
|
void |
ProfileOptionService.updateProfileOption(ProfileOption profileOption)
Updates a profile option.
|
Modifier and Type | Class and Description |
---|---|
class |
HDRConfigUnexpectedException |
class |
HDRConfigValidationException |
Modifier and Type | Method and Description |
---|---|
HDRConfigException[] |
HDRConfigException.getBundledExceptions() |
HDRConfigException[] |
HDRConfigException.getDetailedExceptions() |
Modifier and Type | Method and Description |
---|---|
MasterCatalog[] |
MasterCatalogService.findMasterCatalogEntries(MasterCatalogQueryCriteria masterCatalogCriteriaTemplate)
Gets the
MasterCatalog entries based on MasterCatalogQueryCriteria . |
MasterCatalogFocalClassStateTransition |
MasterCatalogService.getFocalClassStateTransitionEntry(String controlActMCID,
String focalClassActMCID,
String startState,
String endState)
Similar to invoking the method
getFocalClassStateTransitionEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalogFocalClassStateTransition |
MasterCatalogService.getFocalClassStateTransitionEntry(String controlActMCID,
String focalClassActMCID,
String startState,
String endState,
int activeFlagStatus)
Queries the
MasterCatalogFocalClassStateTransition entries and retrieves
the entry matching the control act MasterCatalogId , focal class MasterCatalogId , start state and end state
passed as input arguments. |
MasterCatalog[] |
MasterCatalogService.getMasterCatalogActEntries(boolean activeFlag)
Deprecated.
use
getMasterCatalogActEntries(int activeFlagStatus) if activeFlag is true calls getMasterCatalogActEntries(MasterCatalogService.ACTIVE_FLAG_VALID), if activeFlag is false calls getMasterCatalogActEntries(MasterCatalogService.ACTIVE_FLAG_INVALID) |
MasterCatalog[] |
MasterCatalogService.getMasterCatalogActEntries(int activeFlagStatus)
Retrieves all
MasterCatalog entries of type "ACT". |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(CS class_code,
CS mood_code,
CD code)
Similar to invoking the method
getMasterCatalogActEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(CS class_code,
CS mood_code,
CD code,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ACT" and retrieves the MasterCatalog
matching the passed in class_code , mood_code and code . |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(CS class_code,
CS mood_code,
CD code,
String codeType)
Similar to invoking the method
getMasterCatalogActEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(CS class_code,
CS mood_code,
CD code,
String codeType,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ACT" and retrieves the MasterCatalog
matching the passed in class_code , mood_code ,code or its ETS equivalence and codeType . |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(String class_code,
String mood_code,
String codeEtsId)
Similar to invoking the method
getMasterCatalogActEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(String class_code,
String mood_code,
String codeEtsId,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ACT" and retrieves the MasterCatalog
matching the specified class_code , mood_code and codeEtsId . |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(String class_code,
String mood_code,
String code,
String codeType)
Similar to invoking the method
getMasterCatalogActEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(String class_code,
String mood_code,
String code,
String codeType,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ACT" and retrieves the MasterCatalog
matching the passed in class_code , mood_code ,code or its ETS equivalence and codeType . |
MasterCatalog[] |
MasterCatalogService.getMasterCatalogEntityEntries(int activeFlagStatus)
Retrieves all
MasterCatalog entries of type "ENTITY". |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(CS class_code,
CS determiner_code,
CD code)
Similar to invoking the method
getMasterCatalogEntityEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(CS class_code,
CS determiner_code,
CD code,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ENTITY" and retrieves the MasterCatalog matching
the passed in class_code , determiner_code and code . |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(CS class_code,
CS determiner_code,
CD code,
String codeType)
Similar to invoking the method
getMasterCatalogEntityEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(CS class_code,
CS determiner_code,
CD code,
String codeType,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ENTITY" and retrieves the MasterCatalog matching
the passed in class_code , determiner_code , code or its ETS equivalence and codeType . |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(String class_code,
String determiner_code,
String codeEtsId)
Similar to invoking the method
getMasterCatalogEntityEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(String class_code,
String determiner_code,
String codeEtsId,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ENTITY" and retrieves the
MasterCatalog matching
the specified class_code , determiner_code and codeEtsId . |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(String class_code,
String determiner_code,
String code,
String codeType)
Similar to invoking the method
getMasterCatalogEntityEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(String class_code,
String determiner_code,
String code,
String codeType,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ENTITY" and retrieves the MasterCatalog matching
the passed in class_code , determiner_code , code or its ETS equivalence and codeType . |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntryById(String mcid)
Retrieves
MasterCatalog entry given the Mastercatalog ID. |
String |
MasterCatalogService.getMasterCatalogId(InfrastructureRoot rimObject)
Gets the
MasterCatalogId that is already set on the supplied RIM object. |
MasterCatalog[] |
MasterCatalogService.getMasterCatalogRoleEntries(int activeFlagStatus)
Retrieves all
MasterCatalog entries of type "ROLE". |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
CS playerClassCode,
CS playerDeterminerCode,
CD playerCode,
CS scoperClassCode,
CS scoperDeterminerCode,
CD scoperCode,
ST owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
CS playerClassCode,
CS playerDeterminerCode,
CD playerCode,
CS scoperClassCode,
CS scoperDeterminerCode,
CD scoperCode,
ST owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the passed in class_code , code , playerClassCode ,
playerDeterminerCode ,playerCode , scoperClassCode ,
scoperDeterminerCode , scoperCode and owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String codeType,
CS playerClassCode,
CS playerDeterminerCode,
CD playerCode,
CS scoperClassCode,
CS scoperDeterminerCode,
CD scoperCode,
ST owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String codeType,
CS playerClassCode,
CS playerDeterminerCode,
CD playerCode,
CS scoperClassCode,
CS scoperDeterminerCode,
CD scoperCode,
ST owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the passed in class_code , code or its ETS equivalence,codeType , playerClassCode ,
playerDeterminerCode ,playerCode , scoperClassCode ,
scoperDeterminerCode , scoperCode and owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String playerMCID,
String scoperMCID,
ST owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String playerMCID,
String scoperMCID,
ST owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the class_code , code , playerMCID , scoperMCID and
owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String codeType,
String playerMCID,
String scoperMCID,
ST owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String codeType,
String playerMCID,
String scoperMCID,
ST owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the class_code , code or its ETS equivalence, codeType , playerMCID , scoperMCID and
owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String codeEtsId,
String playerMCID,
String scoperMCID,
String owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String codeEtsId,
String playerMCID,
String scoperMCID,
String owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the passed in class_code , codeEtsId , playerMCID , scoperMCID and
owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String code,
String codeType,
String playerMCID,
String scoperMCID,
String owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String code,
String codeType,
String playerMCID,
String scoperMCID,
String owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the class_code , code or its ETS equivalence, codeType , playerMCID , scoperMCID and
owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String codeEtsId,
String playerClassCode,
String playerDeterminerCode,
String playerCodeEtsId,
String scoperClassCode,
String scoperDeterminerCode,
String scoperCodeEtsId,
String owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String codeEtsId,
String playerClassCode,
String playerDeterminerCode,
String playerCodeEtsId,
String scoperClassCode,
String scoperDeterminerCode,
String scoperCodeEtsId,
String owningEntityType,
int activeStatusFlag)
Queries the master catalog entries of type "ROLE" and retrieves the master catalog matching
the
class_code , code , playerClassCode ,
playerDeterminerCode ,playerCodeEtsId , scoperClassCode ,
scoperDeterminerCode , scoperCodeEtsId and owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String code,
String codeType,
String playerClassCode,
String playerDeterminerCode,
String playerCode,
String scoperClassCode,
String scoperDeterminerCode,
String scoperCode,
String owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String code,
String codeType,
String playerClassCode,
String playerDeterminerCode,
String playerCode,
String scoperClassCode,
String scoperDeterminerCode,
String scoperCode,
String owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the passed in class_code , code or its ETS equivalence,codeType , playerClassCode ,
playerDeterminerCode ,playerCode , scoperClassCode ,
scoperDeterminerCode , scoperCode and owningEntitytype . |
String[] |
MasterCatalogService.getTriggerEvents(boolean activeFlag)
Gets all the trigger events supported by HDR.
|
String |
MasterCatalogService.isFocalClassStateTransitionValid(String controlActMCID,
String focalClassActMCID,
String startState,
String endState)
Queries the
MasterCatalogFocalClassStateTransition entries and retrieves
the trigger event code that matches the control act MasterCatalogId ,
focal class MasterCatalogId , start state and end state passed as input arguments.If there are multiple matches, the following rules are applied to find the best matching results: Return the entry that exactly matches the start state constraint and end state constraint. |
boolean |
MasterCatalogService.isGeneralStateTransitionValid(String objectTypeCode,
String beginState,
String endState)
Checks if the state transition start state to end state is valid for the
ObjectTypeCode passed as input argument. |
boolean |
MasterCatalogService.isStateTransitionValid(String mcid,
String startState,
String endState)
Checks if the state transition start state to end state is valid for the
MasterCatalogId passed as input argument. |
void |
MasterCatalogService.persistFocalClassStateTransitionEntries(MasterCatalogFocalClassStateTransition[] MasterCatalogFocalClassStateTransitionTemplates)
Creates or updates the specified array of
MasterCatalogFocalClassStateTransition entries. |
void |
MasterCatalogService.persistFocalClassStateTransitionEntry(MasterCatalogFocalClassStateTransition MasterCatalogFocalClassStateTransitionTemplate)
Creates or updates the given
MasterCatalogFocalClassStateTransition template. |
void |
MasterCatalogService.persistMasterCatalogEntries(MasterCatalog[] MasterCatalogTemplates)
Creates or updates the specified array of
MasterCatalog entries. |
void |
MasterCatalogService.persistMasterCatalogEntry(MasterCatalog MasterCatalogTemplate)
Creates or updates the specified
MasterCatalog . |
Modifier and Type | Method and Description |
---|---|
SenderConfiguration |
IMPConfigAdminService.createSenderConfiguration(SenderConfiguration senderConfiguration)
Deprecated.
|
SenderConfiguration[] |
IMPConfigAdminService.findSenderConfiguration(SenderConfigSearchCriteria senderConfigSearchCriteria)
Deprecated.
|
void |
IMPConfigAdminService.removeSenderConfiguration(SenderConfiguration senderConfiguration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SenderConfiguration |
IMPConfigAdminIntrService.createSenderConfiguration(SenderConfiguration senderConfiguration)
Creates a new
SenderConfiguration
along with the zero ore more
SenderInteractionConfiguration (s)
and zero ore more
SenderSideEffectConfiguration (s). |
SenderConfiguration[] |
IMPConfigAdminIntrService.findSenderConfiguration(SenderConfigSearchCriteria senderConfigSearchCriteria)
The API returns an array of
SenderConfiguration (s)
matching the given Sender Id, Sender Id Extension, Receiver Id, and Receiver Id Extension
specified in the SenderConfigSearchCriteria . |
void |
IMPConfigAdminIntrService.removeSenderConfiguration(SenderConfiguration senderConfiguration)
Removes the
SenderConfiguration
along with all the associated SenderInteractionConfiguration (s)
and SenderSideEffectConfiguration (s). |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved