com.bea.content.spi.flexspi.common.capability
Interface ICapabilityDefinition

All Known Implementing Classes:
FeatureCapabilityDefinition, MethodCapabilityDefinition

public interface ICapabilityDefinition

Capability definitions are configured capability queries ready to run against a repository.

A capability definition includes a name and a type. The combination of these attributes makes the capability definition unique.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 String getId()
           
 String getName()
           
 CapabilityType getType()
           
 

Method Detail

getName

String getName()
Returns
the name of the capability definition. Note that there may be multiple capabilities with the same name (but different types).

getType

CapabilityType getType()
Returns
the type of capability (basic, named, etc)

getId

String getId()
Returns
a unique id for the capability


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.