com.collation.platform.model.topology.process
Interface ExternalReference
- All Known Subinterfaces:
- CMRProxy, IncidentRecordProxy, ReleaseRecordProxy, RFCProxy, SLA, SLO
public interface ExternalReference
Represents an external entity managed by an MSS which references one or more
ManagedElements in the CMDB.
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getMSS
ManagementSoftwareSystem getMSS()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMSS
void setMSS(ManagementSoftwareSystem mss)
hasMSS
boolean hasMSS()
getExternalHandle
java.lang.String getExternalHandle()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setExternalHandle
void setExternalHandle(java.lang.String handle)
hasExternalHandle
boolean hasExternalHandle()
getManagedElements
ModelObject[] getManagedElements()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setManagedElements
void setManagedElements(ModelObject[] elements)
hasManagedElements
boolean hasManagedElements()