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