Skip navigation links

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

E17273-03


Uses of Class
oracle.stellent.wcm.core.data.Expression

Packages that use Expression
oracle.stellent.wcm.client.invokers.impl   
oracle.stellent.wcm.core.data   

 

Uses of Expression in oracle.stellent.wcm.client.invokers.impl

 

Methods in oracle.stellent.wcm.client.invokers.impl with parameters of type Expression
 java.lang.String DataFileInvoker.UrlEvaluator.evaluateExpression(Expression expression)
           

 

Uses of Expression in oracle.stellent.wcm.core.data

 

Methods in oracle.stellent.wcm.core.data that return Expression
protected  Expression TranslateExpressionParser.createExpression(java.util.regex.Matcher matcher)
          Evaluate the datafile expression.

 

Methods in oracle.stellent.wcm.core.data that return types with arguments of type Expression
 java.util.List<Expression> TextElement.getExpressions()
           
 java.util.List<Expression> TranslateExpressionParser.parseExpressions(java.lang.String script)
          Parse the given script for Expression
 java.util.List<Expression> ExpressionParser.parseExpressions(java.lang.String script)
          Parse the given script for Expression

 

Methods in oracle.stellent.wcm.core.data with parameters of type Expression
 java.lang.String ExpressionEvaluator.evaluateExpression(Expression expression)
          Evaluate the individual expression

 

Method parameters in oracle.stellent.wcm.core.data with type arguments of type Expression
 void TextElement.setExpressions(java.util.List<Expression> expressions)
          Set the expressions available

 


Skip navigation links

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

E17273-03


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