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.ScriptService
Project management livedata script service. Offers useful methods with regards to the project management livedata
configuration and implementation.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.xwiki.livedata.LiveDataConfiguration
-
Constructor Details
-
ProjectManagementLivedataScriptService
public ProjectManagementLivedataScriptService()
-
-
Method Details
-
getLivedataConfiguration
- Parameters:
hint- the hint for the livedata source.- Returns:
- a collection of livedata property descriptors associated to the livedata source.
-