Class ProjectManagementLivedataScriptService
- java.lang.Object
-
- com.xwiki.projectmanagement.livadata.script.ProjectManagementLivedataScriptService
-
- All Implemented Interfaces:
org.xwiki.script.service.ScriptService
@Component @Named("projectmanagementlivedata") @Singleton public class ProjectManagementLivedataScriptService extends Object implements org.xwiki.script.service.ScriptServiceProject management livedata script service. Offers useful methods with regards to the project management livedata configuration and implementation.- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ProjectManagementLivedataScriptService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xwiki.livedata.LiveDataConfigurationgetLivedataConfiguration(String hint)
-
-
-
Method Detail
-
getLivedataConfiguration
public org.xwiki.livedata.LiveDataConfiguration getLivedataConfiguration(String hint)
- Parameters:
hint- the hint for the livedata source.- Returns:
- a collection of livedata property descriptors associated to the livedata source.
-
-