Package | Description |
---|---|
com.wewebu.expression.language |
Modifier and Type | Class and Description |
---|---|
class |
OwExprObjectProperty
OwExprObjectProperty.
|
class |
OwExprReflectiveProperty
Reflective properties are properties that rely on POJOs getters to return values.
|
class |
OwExprScopedProperty
OwExprScopedProperty.
|
Modifier and Type | Method and Description |
---|---|
OwExprProperty |
OwExprReflectiveProperty.at(int index_p) |
OwExprProperty |
OwExprExternalScope.at(int index_p) |
OwExprProperty |
OwExprScope.at(int index_p)
Indexed scope access method
|
OwExprProperty |
OwExprScopedProperty.at(int index_p) |
OwExprProperty |
OwExprScopeValue.at(int index_p)
Indexed access delegate.
Delegates to OwExprScopeValue.m_scope . |
OwExprProperty |
OwExprStaticArray.at(int index_p) |
OwExprProperty |
OwExprValue.at(int index_p)
Indexed scope access method
|
OwExprProperty |
OwExprReflectiveScope.at(int index_p)
Indexed scope access method form an array POJO.
|
protected OwExprProperty |
OwExprExternalScope.prelevateProperty(String propertyName_p)
Property search hook for
OwExprExternalScope.property(String) . |
protected OwExprProperty |
OwExprReflectiveScope.prelevateProperty(String propertyName_p) |
OwExprProperty |
OwExprReflectiveProperty.property(String propertyName_p) |
OwExprProperty |
OwExprExternalScope.property(String propertyName_p) |
OwExprProperty |
OwExprScope.property(String propertyName_p)
Property access method.
|
OwExprProperty |
OwExprScopedProperty.property(String propertyName_p) |
OwExprProperty |
OwExprScopeValue.property(String propertyName_p) |
OwExprProperty |
OwExprStaticArray.property(String propertyName_p) |
OwExprProperty |
OwExprValue.property(String propertyName_p)
Scope
OwExprScope.property(String) default implementation. |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.