org.eclipse.emf.emfstore.internal.server.core.subinterfaces
Class ProjectPropertiesSubInterfaceImpl
java.lang.Object
org.eclipse.emf.emfstore.internal.server.core.AbstractSubEmfstoreInterface
org.eclipse.emf.emfstore.internal.server.core.subinterfaces.ProjectPropertiesSubInterfaceImpl
public class ProjectPropertiesSubInterfaceImpl
- extends AbstractSubEmfstoreInterface
The ProjectPropertiesSubInterfaceImpl class is responsible for handling modifications of project properties.
- Author:
- pfeifferc
ProjectPropertiesSubInterfaceImpl
public ProjectPropertiesSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
throws FatalESException
- Parameters:
parentInterface - the parent interface
- Throws:
FatalESException - if any fatal error occurs
transmitProperty
public void transmitProperty(OrgUnitProperty changedProperty,
ACUser recUser,
ProjectId projectId)
throws ESException
- Adds a property to the specified
ACUser.
- Parameters:
changedProperty - the property that has been changedrecUser - the specified ACUserprojectId - the specified ProjectId
- Throws:
ESException - if any error occurs setting the properties
Copyright © 2015. All Rights Reserved.