|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExtensible
Represents an extensible repository SPI interface.
| Method Summary | |
|---|---|
Map<String,ISPIMarker> |
getAllInterfaces()
Retrieve all CM SPI interfaces on this extensible (ticket or repository) object. |
Map<ICapabilityDefinition,CapabilityLevel> |
getCapabilitySupport(Set<ICapabilityDefinition> capabilities)
Returns the degree of capability support for each of the specified capabilities. |
ISPIMarker |
getInterface(String interfaceName)
Retrieve the specified SPI interface, or null if the extensible does not implement the specified SPI interface. |
| Method Detail |
|---|
Map<String,ISPIMarker> getAllInterfaces()
SPIRepositoryInterfaces or
SPITicketInterfaces and the value
should be an implementation of ISPIMarker (the interface implementation).
ISPIMarker getInterface(String interfaceName)
Map<ICapabilityDefinition,CapabilityLevel> getCapabilitySupport(Set<ICapabilityDefinition> capabilities)
capabilities - The capabilities to look up.
|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||