Interface NamedRootObjectComp
-
- All Known Subinterfaces:
AdHocAlertSource
,AlertEscalation
,AlertGateway
,AlertSource
,Application
,ApplicationObject
,AuditRule
,BranchedUniqueNamedApplicationObject
,ConstraintDefinition
,CredentialProtocol
,Dashboard
,Database
,DatumDefinition
,Document
,EmailAlertGateway
,EventDefinition
,ExportRuleSet
,ExtensionPoint
,Format
,GlobalPrivilege
,ImportRuleDefinition
,ImportRuleSet
,ImportSource
,IsolationGroup
,JobDefinition
,JobDefinitionAlertSource
,JobDefinitionParameterSubType
,JobDefinitionType
,JobLock
,LDAPProfile
,Library
,LinkableMonitor
,MailConnector
,Monitor
,MonitorAlertSource
,MonitorCheck
,MonitorLink
,MonitorNode
,NamedRootObject
,NavigationBar
,ObjectTagDefinition
,OraAppsSystem
,OraOhiSystem
,Partition
,PartitionableObject
,PeopleSoftSystem
,PeriodFunction
,ProcessMonitor
,ProcessMonitorDefinition
,ProcessServer
,ProcessServerAlertSource
,QueryCondition
,QueryFilter
,Queue
,QueueAlertSource
,R2WCatalog
,RegistryEntry
,RemoteSystem
,Resource
,SAPBAEConnector
,SAPSystem
,Service
,SoftwareGroup
,SubmitFrame
,Table
,TableDefinition
,TimeWindow
,TimeZone
,Trigger
,UniqueNamedApplicationObject
,Visualization
,VisualizationAlert
,VisualizationProcessServerQueue
public interface NamedRootObjectComp
This class is only required in order to be able to provide binary compatibility with older releases. You should never access this class directly.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Iterator<ObjectReference>
getLinkedObjectReferences()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useNamedRootObject.getLinkedObjectReferences()
instead.Iterator<ObjectReference>
getSourceObjectReferences()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useNamedRootObject.getSourceObjectReferences()
instead.
-
-
-
Method Detail
-
getLinkedObjectReferences
@Deprecated Iterator<ObjectReference> getLinkedObjectReferences()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useNamedRootObject.getLinkedObjectReferences()
instead.Return all ObjectReferences this NamedRootObject is the source for. Empty RWIterable if none.- Returns:
- RWIterable with object references, or empty RWIterable if none.
-
getSourceObjectReferences
@Deprecated Iterator<ObjectReference> getSourceObjectReferences()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useNamedRootObject.getSourceObjectReferences()
instead.Return all ObjectReferences this NamedRootObject is linked in. Empty RWIterable if none.- Returns:
- RWIterable with object references, or empty RWIterable if none.
-
-