Skip navigation links

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

E17273-01


Uses of Class
oracle.stellent.wcm.core.definition.conversion.ConversionRule

Packages that use ConversionRule
oracle.stellent.wcm.core.definition.conversion   

 

Uses of ConversionRule in oracle.stellent.wcm.core.definition.conversion

 

Methods in oracle.stellent.wcm.core.definition.conversion that return ConversionRule
 ConversionRule KeysDefinition.getConversionRule(java.lang.String key)
          get the conversionRule that implements this key
 ConversionRule ConversionsDefinition.getConversionRule(java.lang.String name)
          Get the conversionRule
 ConversionRule ConversionsDefinition.getConversionRuleByKey(java.lang.String key)
          Get a conversionRule that implements this key.
static ConversionRule ConversionRule.newConversionRule(java.lang.String name, java.lang.String type, java.lang.String layout, java.lang.String template, java.lang.String rulename, java.lang.String command)
          Create a new conversion rule (automatically calculates key)

 

Methods in oracle.stellent.wcm.core.definition.conversion that return types with arguments of type ConversionRule
 java.util.List<ConversionRule> KeysDefinition.getAllRules()
          get a list of all the rules

 

Methods in oracle.stellent.wcm.core.definition.conversion with parameters of type ConversionRule
 void KeysDefinition.addConversionRule(ConversionRule rule)
          Add the conversion rule to the list using the conversion key value.
 void ConversionsDefinition.addConversionRule(ConversionRule rule)
          Remembers a conversion rule

 


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.