|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.jps.service.policystore.info.Expression
public class Expression
Represents an expression. An expression has a function and one or more arguments. The number of arguments depends on the function. The arguments are of type ExpressionComponent, so they can contain other expressions/ expressioncomponents.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.security.jps.service.policystore.info.ExpressionComponent |
|---|
ExpressionComponent.Type |
| Constructor Summary | |
|---|---|
Expression(FunctionEntry funcEntry)An expression must have a root function and its information must be provided to the constructor. |
|
| Method Summary | |
|---|---|
void |
addExpressionComponent(ExpressionComponent comp)Adds the component to the list of components for this expression. |
ExpressionComponent.Type |
getComponentType()Returns type of the component. |
java.util.List<ExpressionComponent> |
getExpressionComponents()List of arguments to the expression. |
FunctionEntry |
getFunctionEntry()Returns function entry. |
boolean |
isValid()Validates the component. |
void |
setExpressionComponents(java.util.List<ExpressionComponent> comps)Sets the components of this expression. |
java.lang.String |
toString()Returns a free-form string representation of this expression. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Expression(FunctionEntry funcEntry)
throws PolicyStoreException
java.lang.IllegalArgumentException - if function name is null.PolicyStoreException| Method Detail |
|---|
public FunctionEntry getFunctionEntry()
public java.util.List<ExpressionComponent> getExpressionComponents()
public void addExpressionComponent(ExpressionComponent comp)
throws PolicyStoreException
comp -PolicyStoreException - in case of errors.
public void setExpressionComponents(java.util.List<ExpressionComponent> comps)
throws PolicyStoreException
comps -PolicyStoreExceptionpublic ExpressionComponent.Type getComponentType()
getComponentType in interface ExpressionComponentpublic boolean isValid()
public java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||