public class BasePropertyArgument extends BaseDynamicArgument implements PropertyArgument
| Constructor and Description |
|---|
BasePropertyArgument(java.lang.String name,
boolean queryable,
boolean orderable,
java.lang.String selector,
java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName() |
java.lang.String |
getSelector() |
java.io.Serializable |
getValue(FunctionEvaluationContext context) |
java.lang.String |
toString() |
getName, isOrderable, isQueryableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, isOrderable, isQueryablepublic BasePropertyArgument(java.lang.String name,
boolean queryable,
boolean orderable,
java.lang.String selector,
java.lang.String propertyName)
name - public java.lang.String getSelector()
getSelector in interface PropertyArgumentpublic java.lang.String getPropertyName()
getPropertyName in interface PropertyArgumentpublic java.io.Serializable getValue(FunctionEvaluationContext context)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.