com.sapportals.wcm.service.indexmanagement

Interface ISupportedOptionSet

All Known Implementing Classes:
SupportedOptionSet

public interface ISupportedOptionSet

Provides access to a set of supported options for a index. The supported options are defined in SupportedOptionSet. Possible alternatives are SEARCH, CLASSIFY... The supported options specify which methods are provided by the index.

See Also:
SupportedOptionSet

Method Summary
 void add(SupportedOption op)
          Add an option to the set of supported options.
 boolean isSupported(SupportedOption op)
          Checks whether the option is supported.
 Iterator iterator()
          Returns an iterator for the set of supported options.
 

Method Detail

isSupported

boolean isSupported(SupportedOption op)
Checks whether the option is supported.

Parameters:
op - the option which is checked
Returns:
true if the option is supported, otherwise false

add

void add(SupportedOption op)
Add an option to the set of supported options.

Parameters:
op - the option to add

iterator

Iterator iterator()
Returns an iterator for the set of supported options.

Returns:
iterator
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2011 SAP AG Complete Copyright Notice