public class NodeMetaClass extends groovy.lang.MetaClassImpl
| Constructor and Description |
|---|
NodeMetaClass(groovy.lang.MetaClassRegistry registry,
Class<? extends javax.jcr.Node> theClass) |
| Modifier and Type | Method and Description |
|---|---|
private Object |
_getProperty(Object object,
String propertyName) |
private Object |
_invokeMethod(Object object,
String name,
Object[] args) |
private void |
_setProperty(Object object,
String propertyName,
Object propertyValue) |
Object |
getProperty(Object object,
String property) |
Object |
invokeMethod(Object object,
String name,
Object[] args) |
void |
setProperty(Object object,
String property,
Object newValue) |
static void |
setup() |
addMetaBeanProperty, addMetaMethod, addMetaMethodToIndex, addNewInstanceMethod, addNewStaticMethod, applyPropertyDescriptors, checkIfGroovyObjectMethod, checkInitalised, chooseMethod, clearInvocationCaches, createConstructorSite, createPogoCallCurrentSite, createPogoCallSite, createPojoCallSite, createStaticSite, dropMethodCache, dropStaticMethodCache, findMethodInClassHierarchy, findMixinMethod, findOwnMethod, findPropertyInClassHierarchy, getAdditionalMetaMethods, getAttribute, getAttribute, getAttribute, getClassInfo, getClassNode, getEffectiveGetMetaProperty, getMetaMethod, getMetaMethods, getMetaProperty, getMethods, getMethodWithCaching, getMethodWithoutCaching, getProperties, getProperty, getStaticMetaMethod, getSubclassMetaMethods, getSuperClasses, getTheCachedClass, getTheClass, getVersion, hasProperty, incVersion, initialize, invokeConstructor, invokeConstructorAt, invokeMethod, invokeMethod, invokeMissingMethod, invokeMissingProperty, invokeStaticMethod, invokeStaticMissingProperty, isGroovyObject, isInitialized, isModified, onGetPropertyFoundInHierarchy, onInvokeMethodFoundInHierarchy, onMixinMethodFound, onSetPropertyFoundInHierarchy, onSuperMethodFoundInHierarchy, onSuperPropertyFoundInHierarchy, pickMethod, respondsTo, respondsTo, retrieveConstructor, retrieveMethod, retrieveStaticMethod, selectConstructorAndTransformArguments, setAttribute, setAttribute, setProperties, setProperty, toStringpublic NodeMetaClass(groovy.lang.MetaClassRegistry registry, Class<? extends javax.jcr.Node> theClass) throws IntrospectionException
IntrospectionExceptionpublic static void setup()
public Object invokeMethod(Object object, String name, Object[] args)
invokeMethod in interface groovy.lang.MetaObjectProtocolinvokeMethod in class groovy.lang.MetaClassImplprivate Object _invokeMethod(Object object, String name, Object[] args) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic Object getProperty(Object object, String property)
getProperty in interface groovy.lang.MetaObjectProtocolgetProperty in class groovy.lang.MetaClassImplprivate Object _getProperty(Object object, String propertyName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic void setProperty(Object object, String property, Object newValue)
setProperty in interface groovy.lang.MetaObjectProtocolsetProperty in class groovy.lang.MetaClassImplprivate void _setProperty(Object object, String propertyName, Object propertyValue) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.