org.chromattic.core
Class ObjectContext
java.lang.Object
org.chromattic.core.ObjectContext
- All Implemented Interfaces:
- MethodHandler
- Direct Known Subclasses:
- EmbeddedContext, EntityContext
public abstract class ObjectContext
- extends Object
- implements MethodHandler
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectContext
public ObjectContext()
getObject
public abstract Object getObject()
getEntity
public abstract EntityContext getEntity()
getTypeInfo
public abstract NodeTypeInfo getTypeInfo()
getPropertyValue
public final <V> V getPropertyValue(String propertyName,
SimpleValueInfo<V> type)
getPropertyValues
public final <V> List<V> getPropertyValues(String propertyName,
SimpleValueInfo<V> simpleType,
ListType listType)
setPropertyValue
public final <V> void setPropertyValue(String propertyName,
SimpleValueInfo<V> type,
V o)
setPropertyValues
public final <V> void setPropertyValues(String propertyName,
SimpleValueInfo<V> type,
ListType listType,
List<V> objects)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.