Class ProjectManagementSource
- java.lang.Object
-
- com.xwiki.projectmanagement.livadata.ProjectManagementSource
-
- All Implemented Interfaces:
org.xwiki.livedata.LiveDataSource
@Component @Named("projectmanagement") @Singleton public class ProjectManagementSource extends Object implements org.xwiki.livedata.LiveDataSourceProvides the project management livedata entries and their metadata.- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ProjectManagementSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xwiki.livedata.LiveDataEntryStoregetEntries()org.xwiki.livedata.LiveDataPropertyDescriptorStoregetProperties()
-
-
-
Method Detail
-
getEntries
public org.xwiki.livedata.LiveDataEntryStore getEntries()
- Specified by:
getEntriesin interfaceorg.xwiki.livedata.LiveDataSource
-
getProperties
public org.xwiki.livedata.LiveDataPropertyDescriptorStore getProperties()
- Specified by:
getPropertiesin interfaceorg.xwiki.livedata.LiveDataSource
-
-