| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<EMFStoreProperty> |
ProjectSpace.getChangedSharedProperties()
Returns the value of the 'Changed Shared Properties'
reference list.
|
org.eclipse.emf.common.util.EList<EMFStoreProperty> |
ProjectSpace.getProperties()
Returns the value of the 'Properties' containment
reference list.
|
| Modifier and Type | Method and Description |
|---|---|
List<EMFStoreProperty> |
XmlRpcConnectionManager.getEMFProperties(SessionId sessionId,
ProjectId projectId)
Get stored EMFStoreProperties from the server.
|
List<EMFStoreProperty> |
XmlRpcConnectionManager.setEMFProperties(SessionId sessionId,
List<EMFStoreProperty> properties,
ProjectId projectId)
Store EMFProperties on the server.
|
| Modifier and Type | Method and Description |
|---|---|
List<EMFStoreProperty> |
XmlRpcConnectionManager.setEMFProperties(SessionId sessionId,
List<EMFStoreProperty> properties,
ProjectId projectId)
Store EMFProperties on the server.
|
| Modifier and Type | Method and Description |
|---|---|
List<EMFStoreProperty> |
EMFStorePropertiesOutdatedException.getOutdatedProperties()
Returns the out dated properties.
|
| Constructor and Description |
|---|
EMFStorePropertiesOutdatedException(List<EMFStoreProperty> outdatedProperties)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<EMFStoreProperty> |
ProjectSpaceImpl.getChangedSharedProperties() |
org.eclipse.emf.common.util.EList<EMFStoreProperty> |
ProjectSpaceImpl.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
EMFStoreProperty |
PropertyManager.getLocalProperty(String propertyName)
Retrieves a local property.
|
EMFStoreProperty |
PropertyManager.getSharedProperty(String propertyName)
Retrieves the shared property with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
EMFStoreProperty |
ModelFactory.createEMFStoreProperty()
Returns a new object of class 'EMF Store Property'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EMFStorePropertyImpl
An implementation of the model object 'EMF Store Property'.
|
| Modifier and Type | Method and Description |
|---|---|
EMFStoreProperty |
PropertyMapEntryImpl.basicGetTypedValue() |
EMFStoreProperty |
ModelFactoryImpl.createEMFStoreProperty() |
EMFStoreProperty |
PropertyMapEntryImpl.getTypedValue() |
EMFStoreProperty |
PropertyMapEntryImpl.getValue() |
EMFStoreProperty |
PropertyMapEntryImpl.setValue(EMFStoreProperty value) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<String,EMFStoreProperty> |
ModelFactoryImpl.createPropertyMapEntry() |
org.eclipse.emf.common.util.EMap<String,EMFStoreProperty> |
PropertyMapEntryImpl.getEMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyMapEntryImpl.setTypedValue(EMFStoreProperty newValue) |
EMFStoreProperty |
PropertyMapEntryImpl.setValue(EMFStoreProperty value) |
| Modifier and Type | Method and Description |
|---|---|
T |
ModelSwitch.caseEMFStoreProperty(EMFStoreProperty object)
Returns the result of interpreting the object as an instance of 'EMF Store Property'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ModelSwitch.casePropertyMapEntry(Map.Entry<String,EMFStoreProperty> object)
Returns the result of interpreting the object as an instance of 'Property Map Entry'.
|
| Modifier and Type | Method and Description |
|---|---|
List<EMFStoreProperty> |
EMFStore.getEMFProperties(SessionId sessionId,
ProjectId projectId)
Get stored EMFStoreProperties from the server.
|
List<EMFStoreProperty> |
EMFStore.setEMFProperties(SessionId sessionId,
List<EMFStoreProperty> property,
ProjectId projectId)
Store EMFProperties on the server.
|
| Modifier and Type | Method and Description |
|---|---|
List<EMFStoreProperty> |
EMFStore.setEMFProperties(SessionId sessionId,
List<EMFStoreProperty> property,
ProjectId projectId)
Store EMFProperties on the server.
|
| Modifier and Type | Method and Description |
|---|---|
List<EMFStoreProperty> |
XmlRpcEmfStoreImpl.getEMFProperties(SessionId sessionId,
ProjectId projectId)
Get stored EMFStoreProperties from the server.
|
List<EMFStoreProperty> |
XmlRpcEmfStoreImpl.setEMFProperties(SessionId sessionId,
List<EMFStoreProperty> properties,
ProjectId projectId)
Store EMFProperties on the server.
|
| Modifier and Type | Method and Description |
|---|---|
List<EMFStoreProperty> |
XmlRpcEmfStoreImpl.setEMFProperties(SessionId sessionId,
List<EMFStoreProperty> properties,
ProjectId projectId)
Store EMFProperties on the server.
|
| Modifier and Type | Method and Description |
|---|---|
List<EMFStoreProperty> |
EMFStorePropertiesSubInterfaceImpl.getEMFProperties(ProjectId projectId)
Return the Properties for a specific Project.
|
List<EMFStoreProperty> |
EMFStorePropertiesSubInterfaceImpl.setEMFProperties(List<EMFStoreProperty> properties,
ProjectId projectId)
Set the Shared Properties from client on server.
|
| Modifier and Type | Method and Description |
|---|---|
List<EMFStoreProperty> |
EMFStorePropertiesSubInterfaceImpl.setEMFProperties(List<EMFStoreProperty> properties,
ProjectId projectId)
Set the Shared Properties from client on server.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<EMFStoreProperty> |
ProjectHistory.getSharedProperties()
Returns the value of the 'Shared Properties' containment
reference list.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<EMFStoreProperty> |
ProjectHistoryImpl.getSharedProperties() |
Copyright © 2017. All rights reserved.