public class ProjectSpaceImpl extends ProjectSpaceBase
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterListRUNNABLE_CONTEXT_ID| Modifier and Type | Method and Description |
|---|---|
PrimaryVersionSpec |
basicGetBaseVersion() |
AbstractChangePackage |
basicGetLocalChangePackage() |
PrimaryVersionSpec |
basicGetMergedVersion() |
Project |
basicGetProject() |
ProjectId |
basicGetProjectId() |
Usersession |
basicGetUsersession() |
Workspace |
basicGetWorkspace() |
org.eclipse.emf.common.notify.NotificationChain |
basicSetBaseVersion(PrimaryVersionSpec newBaseVersion,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetLocalChangePackage(AbstractChangePackage newLocalChangePackage,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetMergedVersion(PrimaryVersionSpec newMergedVersion,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetProject(Project newProject,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetProjectId(ProjectId newProjectId,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetWorkspace(Workspace newWorkspace,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
PrimaryVersionSpec |
getBaseVersion() |
org.eclipse.emf.common.util.EList<EMFStoreProperty> |
getChangedSharedProperties() |
org.eclipse.emf.common.util.URI |
getChangePackageUri()
Returns the normalized
URI of the change package. |
Date |
getLastUpdated() |
AbstractChangePackage |
getLocalChangePackage() |
PrimaryVersionSpec |
getMergedVersion() |
org.eclipse.emf.common.util.EList<String> |
getOldLogMessages() |
Project |
getProject() |
String |
getProjectDescription() |
ProjectId |
getProjectId() |
String |
getProjectName() |
org.eclipse.emf.common.util.EList<EMFStoreProperty> |
getProperties() |
int |
getResourceCount() |
Usersession |
getUsersession() |
org.eclipse.emf.common.util.EList<FileIdentifier> |
getWaitingUploads() |
Workspace |
getWorkspace() |
boolean |
isDirty() |
void |
setBaseVersion(PrimaryVersionSpec newBaseVersion) |
void |
setChangePackage(AbstractChangePackage changePackage)
Set the given change package.
|
void |
setDirty(boolean newDirty) |
void |
setLastUpdated(Date newLastUpdated) |
void |
setLocalChangePackage(AbstractChangePackage newLocalChangePackage) |
void |
setMergedVersion(PrimaryVersionSpec newMergedVersion) |
void |
setProject(Project newProject) |
void |
setProjectDescription(String newProjectDescription) |
void |
setProjectId(ProjectId newProjectId) |
void |
setProjectName(String newProjectName) |
void |
setResourceCount(int newResourceCount) |
void |
setUsersession(Usersession newUsersession) |
void |
setWorkspace(Workspace newWorkspace) |
String |
toString() |
addFile, addFile, addOperations, addTag, applyChanges, applyOperations, applyOperationsWithRerecording, beginCompositeOperation, cleanCutElements, commit, commit, commitToBranch, createAPI, delete, dispose, executeRunnable, exportLocalChanges, exportLocalChanges, exportProject, exportProject, findInverseCrossReferences, getBranches, getChanges, getFile, getFileInfo, getFileTransferManager, getLocalChangePackage, getNotificationRecorder, getOperationManager, getProjectInfo, getPropertyManager, getResourceSet, getRunnableContext, hasUnsavedChanges, importLocalChanges, init, initResources, isShared, isTransient, isUpdated, loginCompleted, makeTransient, mergeBranch, mergeResolvedConflicts, removeTag, resolve, resolveVersionSpec, revert, save, saveProjectSpaceOnly, saveResource, setProperty, setResourceSet, setRunnableContext, shareProject, shareProject, startChangeRecording, stopChangeRecording, toAPI, transmitProperties, undoLastOperation, undoLastOperations, update, update, update, updateDirtyStategetIdentifier, setIdentifiereAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnseteNotificationRequired, eNotifyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdentifier, setIdentifiereAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic PrimaryVersionSpec basicGetBaseVersion()
public Project basicGetProject()
public ProjectId basicGetProjectId()
public Usersession basicGetUsersession()
public Workspace basicGetWorkspace()
public org.eclipse.emf.common.notify.NotificationChain basicSetBaseVersion(PrimaryVersionSpec newBaseVersion, org.eclipse.emf.common.notify.NotificationChain msgs)
public org.eclipse.emf.common.notify.NotificationChain basicSetProject(Project newProject, org.eclipse.emf.common.notify.NotificationChain msgs)
public org.eclipse.emf.common.notify.NotificationChain basicSetProjectId(ProjectId newProjectId, org.eclipse.emf.common.notify.NotificationChain msgs)
public org.eclipse.emf.common.notify.NotificationChain basicSetWorkspace(Workspace newWorkspace, org.eclipse.emf.common.notify.NotificationChain msgs)
public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
eBasicRemoveFromContainerFeature in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class IdentifiableElementImplpublic org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class IdentifiableElementImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class IdentifiableElementImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class IdentifiableElementImplpublic PrimaryVersionSpec getBaseVersion()
ProjectSpace.setBaseVersion(PrimaryVersionSpec),
ModelPackage.getProjectSpace_BaseVersion()public org.eclipse.emf.common.util.EList<EMFStoreProperty> getChangedSharedProperties()
ModelPackage.getProjectSpace_ChangedSharedProperties()public Date getLastUpdated()
ProjectSpace.setLastUpdated(Date),
ModelPackage.getProjectSpace_LastUpdated()public org.eclipse.emf.common.util.EList<String> getOldLogMessages()
ModelPackage.getProjectSpace_OldLogMessages()public Project getProject()
ProjectSpace.setProject(Project),
ModelPackage.getProjectSpace_Project()public String getProjectDescription()
ProjectSpace.setProjectDescription(String),
ModelPackage.getProjectSpace_ProjectDescription()public ProjectId getProjectId()
ProjectSpace.setProjectId(ProjectId),
ModelPackage.getProjectSpace_ProjectId()public String getProjectName()
ProjectSpace.setProjectName(String),
ModelPackage.getProjectSpace_ProjectName()public org.eclipse.emf.common.util.EList<EMFStoreProperty> getProperties()
ModelPackage.getProjectSpace_Properties()public int getResourceCount()
ProjectSpace.setResourceCount(int),
ModelPackage.getProjectSpace_ResourceCount()public Usersession getUsersession()
ProjectSpace.setUsersession(Usersession),
ModelPackage.getProjectSpace_Usersession()public org.eclipse.emf.common.util.EList<FileIdentifier> getWaitingUploads()
ModelPackage.getProjectSpace_WaitingUploads()public Workspace getWorkspace()
ProjectSpace.setWorkspace(Workspace),
ModelPackage.getProjectSpace_Workspace(),
Workspace.getProjectSpaces()public boolean isDirty()
ProjectSpace.setDirty(boolean),
ModelPackage.getProjectSpace_Dirty()public void setBaseVersion(PrimaryVersionSpec newBaseVersion)
newBaseVersion - the new value of the 'Base Version' containment reference.ProjectSpace.getBaseVersion()public void setDirty(boolean newDirty)
newDirty - the new value of the 'Dirty' attribute.ProjectSpace.isDirty()public void setLastUpdated(Date newLastUpdated)
newLastUpdated - the new value of the 'Last Updated' attribute.ProjectSpace.getLastUpdated()public void setProject(Project newProject)
newProject - the new value of the 'Project' containment reference.ProjectSpace.getProject()public void setProjectDescription(String newProjectDescription)
newProjectDescription - the new value of the 'Project Description' attribute.ProjectSpace.getProjectDescription()public void setProjectId(ProjectId newProjectId)
newProjectId - the new value of the 'Project Id' containment reference.ProjectSpace.getProjectId()public void setProjectName(String newProjectName)
newProjectName - the new value of the 'Project Name' attribute.ProjectSpace.getProjectName()public void setResourceCount(int newResourceCount)
newResourceCount - the new value of the 'Resource Count' attribute.ProjectSpace.getResourceCount()public void setUsersession(Usersession newUsersession)
newUsersession - the new value of the 'Usersession' reference.ProjectSpace.getUsersession()public void setWorkspace(Workspace newWorkspace)
newWorkspace - the new value of the 'Workspace' container reference.ProjectSpace.getWorkspace()public AbstractChangePackage getLocalChangePackage()
ProjectSpace.setLocalChangePackage(AbstractChangePackage),
ModelPackage.getProjectSpace_LocalChangePackage()public AbstractChangePackage basicGetLocalChangePackage()
public org.eclipse.emf.common.notify.NotificationChain basicSetLocalChangePackage(AbstractChangePackage newLocalChangePackage, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setLocalChangePackage(AbstractChangePackage newLocalChangePackage)
newLocalChangePackage - the new value of the 'Local Change Package' containment reference.ProjectSpace.getLocalChangePackage()public PrimaryVersionSpec getMergedVersion()
ProjectSpace.setMergedVersion(PrimaryVersionSpec),
ModelPackage.getProjectSpace_MergedVersion()public PrimaryVersionSpec basicGetMergedVersion()
public org.eclipse.emf.common.notify.NotificationChain basicSetMergedVersion(PrimaryVersionSpec newMergedVersion, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setMergedVersion(PrimaryVersionSpec newMergedVersion)
newMergedVersion - the new value of the 'Merged Version' containment reference.ProjectSpace.getMergedVersion()public String toString()
toString in class IdentifiableElementImplpublic void setChangePackage(AbstractChangePackage changePackage)
changePackage - the new change package to be setChangePackageContainer.setChangePackage(org.eclipse.emf.emfstore.internal.server.model.versioning.AbstractChangePackage)public org.eclipse.emf.common.util.URI getChangePackageUri()
URI of the change package.ChangePackageContainer.getChangePackageUri()Copyright © 2017. All rights reserved.