Package org.nuxeo.runtime.model
Interface ComponentContext
-
- All Known Subinterfaces:
ComponentInstance
- All Known Implementing Classes:
ComponentInstanceImpl
public interface ComponentContext
- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property
getProperty(String property)
String[]
getPropertyNames()
Object
getPropertyValue(String property)
Object
getPropertyValue(String property, Object defValue)
RuntimeContext
getRuntimeContext()
-