Class ProjectManagementPropertyDescriptorStore
- java.lang.Object
-
- com.xwiki.projectmanagement.livadata.ProjectManagementPropertyDescriptorStore
-
- All Implemented Interfaces:
org.xwiki.livedata.LiveDataPropertyDescriptorStore
@Component @Named("projectmanagement") @Singleton public class ProjectManagementPropertyDescriptorStore extends Object implements org.xwiki.livedata.LiveDataPropertyDescriptorStoreProvide the generic descriptors of the project management properties merged with the descriptors coming from eventualProjectManagementClientimplementations, if any.- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ProjectManagementPropertyDescriptorStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.xwiki.livedata.LiveDataPropertyDescriptor>get()Optional<org.xwiki.livedata.LiveDataPropertyDescriptor>get(String propertyId)Optional<org.xwiki.livedata.LiveDataPropertyDescriptor>remove(String propertyId)booleansave(org.xwiki.livedata.LiveDataPropertyDescriptor propertyDescriptor)
-
-
-
Method Detail
-
get
public Optional<org.xwiki.livedata.LiveDataPropertyDescriptor> get(String propertyId) throws org.xwiki.livedata.LiveDataException
- Specified by:
getin interfaceorg.xwiki.livedata.LiveDataPropertyDescriptorStore- Throws:
org.xwiki.livedata.LiveDataException
-
get
public Collection<org.xwiki.livedata.LiveDataPropertyDescriptor> get() throws org.xwiki.livedata.LiveDataException
- Specified by:
getin interfaceorg.xwiki.livedata.LiveDataPropertyDescriptorStore- Throws:
org.xwiki.livedata.LiveDataException
-
save
public boolean save(org.xwiki.livedata.LiveDataPropertyDescriptor propertyDescriptor) throws org.xwiki.livedata.LiveDataException- Specified by:
savein interfaceorg.xwiki.livedata.LiveDataPropertyDescriptorStore- Throws:
org.xwiki.livedata.LiveDataException
-
-