public class EMFStorePropertiesSubInterfaceImpl extends AbstractSubEmfstoreInterface
EMFStorePropertiesSubInterfaceImpl class is responsible for
handling modifications of EMFStore properties.| Constructor and Description |
|---|
EMFStorePropertiesSubInterfaceImpl(AbstractEmfstoreInterface parentInterface) |
| Modifier and Type | Method and Description |
|---|---|
List<EMFStoreProperty> |
getEMFProperties(ProjectId projectId)
Return the Properties for a specific Project.
|
List<EMFStoreProperty> |
setEMFProperties(List<EMFStoreProperty> properties,
ProjectId projectId)
Set the Shared Properties from client on server.
|
execute, getResourceHelperpublic EMFStorePropertiesSubInterfaceImpl(AbstractEmfstoreInterface parentInterface) throws FatalESException
parentInterface - the parent interfaceFatalESException - if any fatal error occurspublic List<EMFStoreProperty> setEMFProperties(List<EMFStoreProperty> properties, ProjectId projectId) throws ESException
properties - properties to be setprojectId - Project where the properties should be savedESException - if the specified project does not existpublic List<EMFStoreProperty> getEMFProperties(ProjectId projectId) throws ESException
projectId - ProjectId for the propertiesESException - if specified property does not existCopyright © 2017. All rights reserved.