Package com.redwood.scheduler.api.model
Interface BusinessKeyResolver
- 
 public interface BusinessKeyResolverInterface for resolving all concreteBusinessKeyObjectobjects based on their business key.
- 
- 
Method Summary
 
- 
- 
- 
Method Detail- 
getSchedulerEntityByKeyBusinessKeyObject getSchedulerEntityByKey(BusinessKey key) Query an object based on a business key.- Parameters:
- key- the business key of the object being sought.
- Returns:
- the object that corresponds to the business key, or
            nullif the object does not exist.
 
 - 
getAdHocAlertSourceByKeyAdHocAlertSource getAdHocAlertSourceByKey(BusinessKey key) Query an instance ofAdHocAlertSource, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type AdHocAlertSource.
 
 - 
getAlertEscalationByKeyAlertEscalation getAlertEscalationByKey(BusinessKey key) Query an instance ofAlertEscalation, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type AlertEscalation.
 
 - 
getAlertEscalationActionByKeyAlertEscalationAction getAlertEscalationActionByKey(BusinessKey key) Query an instance ofAlertEscalationAction, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type AlertEscalationAction.
 
 - 
getApplicationByKeyApplication getApplicationByKey(BusinessKey key) Query an instance ofApplication, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Application.
 
 - 
getAuditRuleByKeyAuditRule getAuditRuleByKey(BusinessKey key) Query an instance ofAuditRule, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type AuditRule.
 
 - 
getConstraintDefinitionByKeyConstraintDefinition getConstraintDefinitionByKey(BusinessKey key) Query an instance ofConstraintDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ConstraintDefinition.
 
 - 
getCredentialByKeyCredential getCredentialByKey(BusinessKey key) Query an instance ofCredential, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Credential.
 
 - 
getCredentialProtocolByKeyCredentialProtocol getCredentialProtocolByKey(BusinessKey key) Query an instance ofCredentialProtocol, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type CredentialProtocol.
 
 - 
getDashboardByKeyDashboard getDashboardByKey(BusinessKey key) Query an instance ofDashboard, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Dashboard.
 
 - 
getDatabaseByKeyDatabase getDatabaseByKey(BusinessKey key) Query an instance ofDatabase, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Database.
 
 - 
getDatumDefinitionByKeyDatumDefinition getDatumDefinitionByKey(BusinessKey key) Query an instance ofDatumDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type DatumDefinition.
 
 - 
getDocumentByKeyDocument getDocumentByKey(BusinessKey key) Query an instance ofDocument, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Document.
 
 - 
getEmailAlertGatewayByKeyEmailAlertGateway getEmailAlertGatewayByKey(BusinessKey key) Query an instance ofEmailAlertGateway, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type EmailAlertGateway.
 
 - 
getEmailAlertGatewayActionByKeyEmailAlertGatewayAction getEmailAlertGatewayActionByKey(BusinessKey key) Query an instance ofEmailAlertGatewayAction, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type EmailAlertGatewayAction.
 
 - 
getEventByKeyEvent getEventByKey(BusinessKey key) Query an instance ofEvent, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Event.
 
 - 
getEventDefinitionByKeyEventDefinition getEventDefinitionByKey(BusinessKey key) Query an instance ofEventDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type EventDefinition.
 
 - 
getExportRuleByKeyExportRule getExportRuleByKey(BusinessKey key) Query an instance ofExportRule, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ExportRule.
 
 - 
getExportRuleSetByKeyExportRuleSet getExportRuleSetByKey(BusinessKey key) Query an instance ofExportRuleSet, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ExportRuleSet.
 
 - 
getExtensionPointByKeyExtensionPoint getExtensionPointByKey(BusinessKey key) Query an instance ofExtensionPoint, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ExtensionPoint.
 
 - 
getForecastJobByKeyForecastJob getForecastJobByKey(BusinessKey key) Query an instance ofForecastJob, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ForecastJob.
 
 - 
getFormatByKeyFormat getFormatByKey(BusinessKey key) Query an instance ofFormat, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Format.
 
 - 
getGlobalPrivilegeByKeyGlobalPrivilege getGlobalPrivilegeByKey(BusinessKey key) Query an instance ofGlobalPrivilege, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type GlobalPrivilege.
 
 - 
getImportActionByKeyImportAction getImportActionByKey(BusinessKey key) Query an instance ofImportAction, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ImportAction.
 
 - 
getImportRuleByKeyImportRule getImportRuleByKey(BusinessKey key) Query an instance ofImportRule, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ImportRule.
 
 - 
getImportRuleDefinitionByKeyImportRuleDefinition getImportRuleDefinitionByKey(BusinessKey key) Query an instance ofImportRuleDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ImportRuleDefinition.
 
 - 
getImportRuleSetByKeyImportRuleSet getImportRuleSetByKey(BusinessKey key) Query an instance ofImportRuleSet, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ImportRuleSet.
 
 - 
getImportSourceByKeyImportSource getImportSourceByKey(BusinessKey key) Query an instance ofImportSource, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ImportSource.
 
 - 
getIsolationGroupByKeyIsolationGroup getIsolationGroupByKey(BusinessKey key) Query an instance ofIsolationGroup, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type IsolationGroup.
 
 - 
getJARFileByKeyJARFile getJARFileByKey(BusinessKey key) Query an instance ofJARFile, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JARFile.
 
 - 
getJobByKeyJob getJobByKey(BusinessKey key) Query an instance ofJob, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Job.
 
 - 
getJobChainByKeyJobChain getJobChainByKey(BusinessKey key) Query an instance ofJobChain, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobChain.
 
 - 
getJobChainCallByKeyJobChainCall getJobChainCallByKey(BusinessKey key) Query an instance ofJobChainCall, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobChainCall.
 
 - 
getJobChainCallJobLockByKeyJobChainCallJobLock getJobChainCallJobLockByKey(BusinessKey key) Query an instance ofJobChainCallJobLock, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobChainCallJobLock.
 
 - 
getJobChainCallSchedulingParameterByKeyJobChainCallSchedulingParameter getJobChainCallSchedulingParameterByKey(BusinessKey key) Query an instance ofJobChainCallSchedulingParameter, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobChainCallSchedulingParameter.
 
 - 
getJobChainStepByKeyJobChainStep getJobChainStepByKey(BusinessKey key) Query an instance ofJobChainStep, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobChainStep.
 
 - 
getJobDefinitionByKeyJobDefinition getJobDefinitionByKey(BusinessKey key) Query an instance ofJobDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinition.
 
 - 
getJobDefinitionActionByKeyJobDefinitionAction getJobDefinitionActionByKey(BusinessKey key) Query an instance ofJobDefinitionAction, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinitionAction.
 
 - 
getJobDefinitionAlertSourceByKeyJobDefinitionAlertSource getJobDefinitionAlertSourceByKey(BusinessKey key) Query an instance ofJobDefinitionAlertSource, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinitionAlertSource.
 
 - 
getJobDefinitionConstraintByKeyJobDefinitionConstraint getJobDefinitionConstraintByKey(BusinessKey key) Query an instance ofJobDefinitionConstraint, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinitionConstraint.
 
 - 
getJobDefinitionConstraintParameterMappingByKeyJobDefinitionConstraintParameterMapping getJobDefinitionConstraintParameterMappingByKey(BusinessKey key) Query an instance ofJobDefinitionConstraintParameterMapping, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinitionConstraintParameterMapping.
 
 - 
getJobDefinitionFormByKeyJobDefinitionForm getJobDefinitionFormByKey(BusinessKey key) Query an instance ofJobDefinitionForm, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinitionForm.
 
 - 
getJobDefinitionJobLockByKeyJobDefinitionJobLock getJobDefinitionJobLockByKey(BusinessKey key) Query an instance ofJobDefinitionJobLock, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinitionJobLock.
 
 - 
getJobDefinitionParameterByKeyJobDefinitionParameter getJobDefinitionParameterByKey(BusinessKey key) Query an instance ofJobDefinitionParameter, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinitionParameter.
 
 - 
getJobDefinitionParameterSubTypeByKeyJobDefinitionParameterSubType getJobDefinitionParameterSubTypeByKey(BusinessKey key) Query an instance ofJobDefinitionParameterSubType, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinitionParameterSubType.
 
 - 
getJobDefinitionRuntimeLimitByKeyJobDefinitionRuntimeLimit getJobDefinitionRuntimeLimitByKey(BusinessKey key) Query an instance ofJobDefinitionRuntimeLimit, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinitionRuntimeLimit.
 
 - 
getJobDefinitionTypeByKeyJobDefinitionType getJobDefinitionTypeByKey(BusinessKey key) Query an instance ofJobDefinitionType, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinitionType.
 
 - 
getJobDefinitionTypeActionByKeyJobDefinitionTypeAction getJobDefinitionTypeActionByKey(BusinessKey key) Query an instance ofJobDefinitionTypeAction, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobDefinitionTypeAction.
 
 - 
getJobFileSearchByKeyJobFileSearch getJobFileSearchByKey(BusinessKey key) Query an instance ofJobFileSearch, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobFileSearch.
 
 - 
getJobGroupByKeyJobGroup getJobGroupByKey(BusinessKey key) Query an instance ofJobGroup, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobGroup.
 
 - 
getJobLockByKeyJobLock getJobLockByKey(BusinessKey key) Query an instance ofJobLock, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobLock.
 
 - 
getJobRaiseEventByKeyJobRaiseEvent getJobRaiseEventByKey(BusinessKey key) Query an instance ofJobRaiseEvent, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobRaiseEvent.
 
 - 
getJobRuntimeLimitByKeyJobRuntimeLimit getJobRuntimeLimitByKey(BusinessKey key) Query an instance ofJobRuntimeLimit, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobRuntimeLimit.
 
 - 
getJobWaitEventByKeyJobWaitEvent getJobWaitEventByKey(BusinessKey key) Query an instance ofJobWaitEvent, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type JobWaitEvent.
 
 - 
getLibraryByKeyLibrary getLibraryByKey(BusinessKey key) Query an instance ofLibrary, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Library.
 
 - 
getLibrarySourceByKeyLibrarySource getLibrarySourceByKey(BusinessKey key) Query an instance ofLibrarySource, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type LibrarySource.
 
 - 
getLicenseKeyByKeyLicenseKey getLicenseKeyByKey(BusinessKey key) Query an instance ofLicenseKey, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type LicenseKey.
 
 - 
getMailConnectorByKeyMailConnector getMailConnectorByKey(BusinessKey key) Query an instance ofMailConnector, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type MailConnector.
 
 - 
getMonitorAlertSourceByKeyMonitorAlertSource getMonitorAlertSourceByKey(BusinessKey key) Query an instance ofMonitorAlertSource, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type MonitorAlertSource.
 
 - 
getMonitorCheckByKeyMonitorCheck getMonitorCheckByKey(BusinessKey key) Query an instance ofMonitorCheck, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type MonitorCheck.
 
 - 
getMonitorEventByKeyMonitorEvent getMonitorEventByKey(BusinessKey key) Query an instance ofMonitorEvent, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type MonitorEvent.
 
 - 
getMonitorLinkByKeyMonitorLink getMonitorLinkByKey(BusinessKey key) Query an instance ofMonitorLink, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type MonitorLink.
 
 - 
getMonitorNodeByKeyMonitorNode getMonitorNodeByKey(BusinessKey key) Query an instance ofMonitorNode, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type MonitorNode.
 
 - 
getMonitorValueByKeyMonitorValue getMonitorValueByKey(BusinessKey key) Query an instance ofMonitorValue, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type MonitorValue.
 
 - 
getNavigationBarByKeyNavigationBar getNavigationBarByKey(BusinessKey key) Query an instance ofNavigationBar, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type NavigationBar.
 
 - 
getNavigationBarItemByKeyNavigationBarItem getNavigationBarItemByKey(BusinessKey key) Query an instance ofNavigationBarItem, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type NavigationBarItem.
 
 - 
getObjectDefinitionByKeyObjectDefinition getObjectDefinitionByKey(BusinessKey key) Query an instance ofObjectDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ObjectDefinition.
 
 - 
getObjectFieldDefinitionByKeyObjectFieldDefinition getObjectFieldDefinitionByKey(BusinessKey key) Query an instance ofObjectFieldDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ObjectFieldDefinition.
 
 - 
getObjectIndexByKeyObjectIndex getObjectIndexByKey(BusinessKey key) Query an instance ofObjectIndex, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ObjectIndex.
 
 - 
getObjectReferenceByKeyObjectReference getObjectReferenceByKey(BusinessKey key) Query an instance ofObjectReference, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ObjectReference.
 
 - 
getObjectSearchByKeyObjectSearch getObjectSearchByKey(BusinessKey key) Query an instance ofObjectSearch, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ObjectSearch.
 
 - 
getObjectTagByKeyObjectTag getObjectTagByKey(BusinessKey key) Query an instance ofObjectTag, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ObjectTag.
 
 - 
getObjectTagDefinitionByKeyObjectTagDefinition getObjectTagDefinitionByKey(BusinessKey key) Query an instance ofObjectTagDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ObjectTagDefinition.
 
 - 
getOraAppsSystemByKeyOraAppsSystem getOraAppsSystemByKey(BusinessKey key) Query an instance ofOraAppsSystem, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type OraAppsSystem.
 
 - 
getOraOhiSystemByKeyOraOhiSystem getOraOhiSystemByKey(BusinessKey key) Query an instance ofOraOhiSystem, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type OraOhiSystem.
 
 - 
getPartitionByKeyPartition getPartitionByKey(BusinessKey key) Query an instance ofPartition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Partition.
 
 - 
getPeopleSoftSystemByKeyPeopleSoftSystem getPeopleSoftSystemByKey(BusinessKey key) Query an instance ofPeopleSoftSystem, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type PeopleSoftSystem.
 
 - 
getPeriodFunctionByKeyPeriodFunction getPeriodFunctionByKey(BusinessKey key) Query an instance ofPeriodFunction, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type PeriodFunction.
 
 - 
getProcessMonitorByKeyProcessMonitor getProcessMonitorByKey(BusinessKey key) Query an instance ofProcessMonitor, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ProcessMonitor.
 
 - 
getProcessMonitorDefinitionByKeyProcessMonitorDefinition getProcessMonitorDefinitionByKey(BusinessKey key) Query an instance ofProcessMonitorDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ProcessMonitorDefinition.
 
 - 
getProcessMonitorItemDefinitionByKeyProcessMonitorItemDefinition getProcessMonitorItemDefinitionByKey(BusinessKey key) Query an instance ofProcessMonitorItemDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ProcessMonitorItemDefinition.
 
 - 
getProcessServerByKeyProcessServer getProcessServerByKey(BusinessKey key) Query an instance ofProcessServer, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ProcessServer.
 
 - 
getProcessServerAlertSourceByKeyProcessServerAlertSource getProcessServerAlertSourceByKey(BusinessKey key) Query an instance ofProcessServerAlertSource, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ProcessServerAlertSource.
 
 - 
getProcessServerJobDefinitionTypeByKeyProcessServerJobDefinitionType getProcessServerJobDefinitionTypeByKey(BusinessKey key) Query an instance ofProcessServerJobDefinitionType, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ProcessServerJobDefinitionType.
 
 - 
getProcessServerResourceByKeyProcessServerResource getProcessServerResourceByKey(BusinessKey key) Query an instance ofProcessServerResource, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ProcessServerResource.
 
 - 
getProcessServerServiceByKeyProcessServerService getProcessServerServiceByKey(BusinessKey key) Query an instance ofProcessServerService, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ProcessServerService.
 
 - 
getPublishItemByKeyPublishItem getPublishItemByKey(BusinessKey key) Query an instance ofPublishItem, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type PublishItem.
 
 - 
getQueryConditionByKeyQueryCondition getQueryConditionByKey(BusinessKey key) Query an instance ofQueryCondition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type QueryCondition.
 
 - 
getQueryFilterByKeyQueryFilter getQueryFilterByKey(BusinessKey key) Query an instance ofQueryFilter, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type QueryFilter.
 
 - 
getQueueByKeyQueue getQueueByKey(BusinessKey key) Query an instance ofQueue, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Queue.
 
 - 
getQueueAlertSourceByKeyQueueAlertSource getQueueAlertSourceByKey(BusinessKey key) Query an instance ofQueueAlertSource, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type QueueAlertSource.
 
 - 
getQueueProviderByKeyQueueProvider getQueueProviderByKey(BusinessKey key) Query an instance ofQueueProvider, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type QueueProvider.
 
 - 
getR2WCatalogByKeyR2WCatalog getR2WCatalogByKey(BusinessKey key) Query an instance ofR2WCatalog, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type R2WCatalog.
 
 - 
getR2WCatalogAliasByKeyR2WCatalogAlias getR2WCatalogAliasByKey(BusinessKey key) Query an instance ofR2WCatalogAlias, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type R2WCatalogAlias.
 
 - 
getRegistryEntryByKeyRegistryEntry getRegistryEntryByKey(BusinessKey key) Query an instance ofRegistryEntry, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type RegistryEntry.
 
 - 
getRELEntryPointByKeyRELEntryPoint getRELEntryPointByKey(BusinessKey key) Query an instance ofRELEntryPoint, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type RELEntryPoint.
 
 - 
getRemoteSystemByKeyRemoteSystem getRemoteSystemByKey(BusinessKey key) Query an instance ofRemoteSystem, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type RemoteSystem.
 
 - 
getReportByKeyReport getReportByKey(BusinessKey key) Query an instance ofReport, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Report.
 
 - 
getReportColumnByKeyReportColumn getReportColumnByKey(BusinessKey key) Query an instance ofReportColumn, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ReportColumn.
 
 - 
getReportSortByKeyReportSort getReportSortByKey(BusinessKey key) Query an instance ofReportSort, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type ReportSort.
 
 - 
getResourceByKeyResource getResourceByKey(BusinessKey key) Query an instance ofResource, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Resource.
 
 - 
getSAPAbapProgramByKeySAPAbapProgram getSAPAbapProgramByKey(BusinessKey key) Query an instance ofSAPAbapProgram, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPAbapProgram.
 
 - 
getSAPAbapVariantByKeySAPAbapVariant getSAPAbapVariantByKey(BusinessKey key) Query an instance ofSAPAbapVariant, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPAbapVariant.
 
 - 
getSAPAbapVariantParameterValueByKeySAPAbapVariantParameterValue getSAPAbapVariantParameterValueByKey(BusinessKey key) Query an instance ofSAPAbapVariantParameterValue, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPAbapVariantParameterValue.
 
 - 
getSAPAbapVariantSeloptByKeySAPAbapVariantSelopt getSAPAbapVariantSeloptByKey(BusinessKey key) Query an instance ofSAPAbapVariantSelopt, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPAbapVariantSelopt.
 
 - 
getSAPApplicationServerByKeySAPApplicationServer getSAPApplicationServerByKey(BusinessKey key) Query an instance ofSAPApplicationServer, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPApplicationServer.
 
 - 
getSAPApplicationServerGroupByKeySAPApplicationServerGroup getSAPApplicationServerGroupByKey(BusinessKey key) Query an instance ofSAPApplicationServerGroup, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPApplicationServerGroup.
 
 - 
getSAPApplicationServerProviderByKeySAPApplicationServerProvider getSAPApplicationServerProviderByKey(BusinessKey key) Query an instance ofSAPApplicationServerProvider, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPApplicationServerProvider.
 
 - 
getSAPArchiveDocumentTypeByKeySAPArchiveDocumentType getSAPArchiveDocumentTypeByKey(BusinessKey key) Query an instance ofSAPArchiveDocumentType, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPArchiveDocumentType.
 
 - 
getSAPArchiveObjectByKeySAPArchiveObject getSAPArchiveObjectByKey(BusinessKey key) Query an instance ofSAPArchiveObject, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPArchiveObject.
 
 - 
getSAPBAEConnectorByKeySAPBAEConnector getSAPBAEConnectorByKey(BusinessKey key) Query an instance ofSAPBAEConnector, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPBAEConnector.
 
 - 
getSAPBatchEventByKeySAPBatchEvent getSAPBatchEventByKey(BusinessKey key) Query an instance ofSAPBatchEvent, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPBatchEvent.
 
 - 
getSAPCalendarByKeySAPCalendar getSAPCalendarByKey(BusinessKey key) Query an instance ofSAPCalendar, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPCalendar.
 
 - 
getSAPExternalCommandByKeySAPExternalCommand getSAPExternalCommandByKey(BusinessKey key) Query an instance ofSAPExternalCommand, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPExternalCommand.
 
 - 
getSAPInfoPackageByKeySAPInfoPackage getSAPInfoPackageByKey(BusinessKey key) Query an instance ofSAPInfoPackage, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPInfoPackage.
 
 - 
getSAPInfoPackageGroupByKeySAPInfoPackageGroup getSAPInfoPackageGroupByKey(BusinessKey key) Query an instance ofSAPInfoPackageGroup, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPInfoPackageGroup.
 
 - 
getSAPInfoPackageGroupStepByKeySAPInfoPackageGroupStep getSAPInfoPackageGroupStepByKey(BusinessKey key) Query an instance ofSAPInfoPackageGroupStep, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPInfoPackageGroupStep.
 
 - 
getSAPLanguageByKeySAPLanguage getSAPLanguageByKey(BusinessKey key) Query an instance ofSAPLanguage, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPLanguage.
 
 - 
getSAPMassActivityByKeySAPMassActivity getSAPMassActivityByKey(BusinessKey key) Query an instance ofSAPMassActivity, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPMassActivity.
 
 - 
getSAPMassActivityFieldParameterByKeySAPMassActivityFieldParameter getSAPMassActivityFieldParameterByKey(BusinessKey key) Query an instance ofSAPMassActivityFieldParameter, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPMassActivityFieldParameter.
 
 - 
getSAPMassActivityFieldTableByKeySAPMassActivityFieldTable getSAPMassActivityFieldTableByKey(BusinessKey key) Query an instance ofSAPMassActivityFieldTable, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPMassActivityFieldTable.
 
 - 
getSAPMassActivityFieldTableRowByKeySAPMassActivityFieldTableRow getSAPMassActivityFieldTableRowByKey(BusinessKey key) Query an instance ofSAPMassActivityFieldTableRow, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPMassActivityFieldTableRow.
 
 - 
getSAPMassActivityFieldTableRowValueByKeySAPMassActivityFieldTableRowValue getSAPMassActivityFieldTableRowValueByKey(BusinessKey key) Query an instance ofSAPMassActivityFieldTableRowValue, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPMassActivityFieldTableRowValue.
 
 - 
getSAPMassActivityLayoutFieldByKeySAPMassActivityLayoutField getSAPMassActivityLayoutFieldByKey(BusinessKey key) Query an instance ofSAPMassActivityLayoutField, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPMassActivityLayoutField.
 
 - 
getSAPMassActivityObjectByKeySAPMassActivityObject getSAPMassActivityObjectByKey(BusinessKey key) Query an instance ofSAPMassActivityObject, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPMassActivityObject.
 
 - 
getSAPMassActivityParameterByKeySAPMassActivityParameter getSAPMassActivityParameterByKey(BusinessKey key) Query an instance ofSAPMassActivityParameter, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPMassActivityParameter.
 
 - 
getSAPMassActivityParameterSetByKeySAPMassActivityParameterSet getSAPMassActivityParameterSetByKey(BusinessKey key) Query an instance ofSAPMassActivityParameterSet, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPMassActivityParameterSet.
 
 - 
getSAPMassActivityStructureByKeySAPMassActivityStructure getSAPMassActivityStructureByKey(BusinessKey key) Query an instance ofSAPMassActivityStructure, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPMassActivityStructure.
 
 - 
getSAPNWCallbackVariantByKeySAPNWCallbackVariant getSAPNWCallbackVariantByKey(BusinessKey key) Query an instance ofSAPNWCallbackVariant, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPNWCallbackVariant.
 
 - 
getSAPOutputDeviceByKeySAPOutputDevice getSAPOutputDeviceByKey(BusinessKey key) Query an instance ofSAPOutputDevice, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPOutputDevice.
 
 - 
getSAPOutputFormatByKeySAPOutputFormat getSAPOutputFormatByKey(BusinessKey key) Query an instance ofSAPOutputFormat, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPOutputFormat.
 
 - 
getSAPPIChannelByKeySAPPIChannel getSAPPIChannelByKey(BusinessKey key) Query an instance ofSAPPIChannel, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPPIChannel.
 
 - 
getSAPProcessChainByKeySAPProcessChain getSAPProcessChainByKey(BusinessKey key) Query an instance ofSAPProcessChain, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPProcessChain.
 
 - 
getSAPProcessDefinitionByKeySAPProcessDefinition getSAPProcessDefinitionByKey(BusinessKey key) Query an instance ofSAPProcessDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPProcessDefinition.
 
 - 
getSAPRecipientByKeySAPRecipient getSAPRecipientByKey(BusinessKey key) Query an instance ofSAPRecipient, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPRecipient.
 
 - 
getSAPScriptByKeySAPScript getSAPScriptByKey(BusinessKey key) Query an instance ofSAPScript, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPScript.
 
 - 
getSAPSystemByKeySAPSystem getSAPSystemByKey(BusinessKey key) Query an instance ofSAPSystem, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SAPSystem.
 
 - 
getScriptByKeyScript getScriptByKey(BusinessKey key) Query an instance ofScript, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Script.
 
 - 
getServiceByKeyService getServiceByKey(BusinessKey key) Query an instance ofService, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Service.
 
 - 
getSoftwareGroupByKeySoftwareGroup getSoftwareGroupByKey(BusinessKey key) Query an instance ofSoftwareGroup, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SoftwareGroup.
 
 - 
getSoftwareItemByKeySoftwareItem getSoftwareItemByKey(BusinessKey key) Query an instance ofSoftwareItem, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SoftwareItem.
 
 - 
getSubjectByKeySubject getSubjectByKey(BusinessKey key) Query an instance ofSubject, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Subject.
 
 - 
getSubjectGlobalPrivilegeGrantByKeySubjectGlobalPrivilegeGrant getSubjectGlobalPrivilegeGrantByKey(BusinessKey key) Query an instance ofSubjectGlobalPrivilegeGrant, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SubjectGlobalPrivilegeGrant.
 
 - 
getSubjectIsolationGroupByKeySubjectIsolationGroup getSubjectIsolationGroupByKey(BusinessKey key) Query an instance ofSubjectIsolationGroup, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SubjectIsolationGroup.
 
 - 
getSubjectObjectPrivilegeGrantByKeySubjectObjectPrivilegeGrant getSubjectObjectPrivilegeGrantByKey(BusinessKey key) Query an instance ofSubjectObjectPrivilegeGrant, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SubjectObjectPrivilegeGrant.
 
 - 
getSubjectObjectTypePrivilegeGrantByKeySubjectObjectTypePrivilegeGrant getSubjectObjectTypePrivilegeGrantByKey(BusinessKey key) Query an instance ofSubjectObjectTypePrivilegeGrant, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SubjectObjectTypePrivilegeGrant.
 
 - 
getSubjectRoleGrantByKeySubjectRoleGrant getSubjectRoleGrantByKey(BusinessKey key) Query an instance ofSubjectRoleGrant, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SubjectRoleGrant.
 
 - 
getSubmitFrameByKeySubmitFrame getSubmitFrameByKey(BusinessKey key) Query an instance ofSubmitFrame, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type SubmitFrame.
 
 - 
getTableByKeyTable getTableByKey(BusinessKey key) Query an instance ofTable, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Table.
 
 - 
getTableDefinitionByKeyTableDefinition getTableDefinitionByKey(BusinessKey key) Query an instance ofTableDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type TableDefinition.
 
 - 
getTableDefinitionConstraintByKeyTableDefinitionConstraint getTableDefinitionConstraintByKey(BusinessKey key) Query an instance ofTableDefinitionConstraint, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type TableDefinitionConstraint.
 
 - 
getTableDefinitionConstraintParameterMappingByKeyTableDefinitionConstraintParameterMapping getTableDefinitionConstraintParameterMappingByKey(BusinessKey key) Query an instance ofTableDefinitionConstraintParameterMapping, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type TableDefinitionConstraintParameterMapping.
 
 - 
getTimeWindowByKeyTimeWindow getTimeWindowByKey(BusinessKey key) Query an instance ofTimeWindow, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type TimeWindow.
 
 - 
getTimeZoneByKeyTimeZone getTimeZoneByKey(BusinessKey key) Query an instance ofTimeZone, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type TimeZone.
 
 - 
getTriggerByKeyTrigger getTriggerByKey(BusinessKey key) Query an instance ofTrigger, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type Trigger.
 
 - 
getUserMessageDefinitionByKeyUserMessageDefinition getUserMessageDefinitionByKey(BusinessKey key) Query an instance ofUserMessageDefinition, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type UserMessageDefinition.
 
 - 
getVisualizationAlertByKeyVisualizationAlert getVisualizationAlertByKey(BusinessKey key) Query an instance ofVisualizationAlert, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type VisualizationAlert.
 
 - 
getVisualizationProcessServerQueueByKeyVisualizationProcessServerQueue getVisualizationProcessServerQueueByKey(BusinessKey key) Query an instance ofVisualizationProcessServerQueue, based on its business key.- Parameters:
- key- the business key of the object to locate.
- Returns:
- the object that matches the given business key.
- Throws:
- IllegalArgumentException- This exception is thrown if the business key does not represent an object of type VisualizationProcessServerQueue.
 
 
- 
 
-