Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.core.definition.conversion
Class KeysDefinition

java.lang.Object
  extended by oracle.stellent.wcm.core.definition.conversion.KeysDefinition


public class KeysDefinition
extends java.lang.Object

Maintains a list of ConversionRules by the ConversionKeyValue


Field Summary
protected  ILog m_log
           

 

Constructor Summary
KeysDefinition()
           

 

Method Summary
 void addConversionRule(ConversionRule rule)
          Add the conversion rule to the list using the conversion key value.
 java.util.List<ConversionRule> getAllRules()
          get a list of all the rules
 ConversionRule getConversionRule(java.lang.String key)
          get the conversionRule that implements this key
 boolean isEmpty()
          return true if there are no rules
 void merge(KeysDefinition kdef)
          merge the new keysDefinition with the existing one

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

m_log

protected ILog m_log

Constructor Detail

KeysDefinition

public KeysDefinition()

Method Detail

addConversionRule

public void addConversionRule(ConversionRule rule)
Add the conversion rule to the list using the conversion key value.
Parameters:
rule -

getConversionRule

public ConversionRule getConversionRule(java.lang.String key)
get the conversionRule that implements this key
Parameters:
key -
Returns:
ConversionRule or null

isEmpty

public boolean isEmpty()
return true if there are no rules
Returns:

getAllRules

public java.util.List<ConversionRule> getAllRules()
get a list of all the rules
Returns:

merge

public void merge(KeysDefinition kdef)
merge the new keysDefinition with the existing one
Parameters:
kdef -

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.