Uses of Interface
org.eclipse.emf.emfstore.internal.server.model.versioning.ChangePackage

Packages that use ChangePackage
org.eclipse.emf.emfstore.internal.client.model   
org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.util   
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc   
org.eclipse.emf.emfstore.internal.client.model.controller   
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.client.ui.dialogs   
org.eclipse.emf.emfstore.internal.client.ui.views.changes   
org.eclipse.emf.emfstore.internal.server   
org.eclipse.emf.emfstore.internal.server.conflictDetection   
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc   
org.eclipse.emf.emfstore.internal.server.core.helper   
org.eclipse.emf.emfstore.internal.server.core.subinterfaces   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
org.eclipse.emf.emfstore.internal.server.model.versioning   
org.eclipse.emf.emfstore.internal.server.model.versioning.impl   
org.eclipse.emf.emfstore.internal.server.model.versioning.util   
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.client.model
 

Methods in org.eclipse.emf.emfstore.internal.client.model that return ChangePackage
 ChangePackage ProjectSpace.getLocalChangePackage()
          Returns the value of the 'Local Change Package' containment reference.
 ChangePackage ProjectSpace.getLocalChangePackage(boolean canonized)
          Gathers all local operations and canonizes them.
 ChangePackage ProjectSpace.mergeResolvedConflicts(ChangeConflictSet conflictSet, List<ChangePackage> myChangePackages, List<ChangePackage> theirChangePackages)
          Merges the resolved conflict sets.
 

Methods in org.eclipse.emf.emfstore.internal.client.model that return types with arguments of type ChangePackage
 List<ChangePackage> ProjectSpace.getChanges(VersionSpec sourceVersion, VersionSpec targetVersion)
           
 

Methods in org.eclipse.emf.emfstore.internal.client.model with parameters of type ChangePackage
 void ProjectSpace.setLocalChangePackage(ChangePackage value)
          Sets the value of the ' Local Change Package' containment reference.
 

Method parameters in org.eclipse.emf.emfstore.internal.client.model with type arguments of type ChangePackage
 ChangePackage ProjectSpace.mergeResolvedConflicts(ChangeConflictSet conflictSet, List<ChangePackage> myChangePackages, List<ChangePackage> theirChangePackages)
          Merges the resolved conflict sets.
 ChangePackage ProjectSpace.mergeResolvedConflicts(ChangeConflictSet conflictSet, List<ChangePackage> myChangePackages, List<ChangePackage> theirChangePackages)
          Merges the resolved conflict sets.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.util
 

Constructor parameters in org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.util with type arguments of type ChangePackage
DefaultOperationAuthorProvider(List<ChangePackage> leftChanges, List<ChangePackage> rightChanges)
          Default Constructor.
DefaultOperationAuthorProvider(List<ChangePackage> leftChanges, List<ChangePackage> rightChanges)
          Default Constructor.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc that return types with arguments of type ChangePackage
 List<ChangePackage> XmlRpcConnectionManager.getChanges(SessionId sessionId, ProjectId projectId, VersionSpec source, VersionSpec target)
          Get changes from the server.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc with parameters of type ChangePackage
 PrimaryVersionSpec XmlRpcConnectionManager.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, ChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version on the server of the given project.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.client.model.controller
 

Methods in org.eclipse.emf.emfstore.internal.client.model.controller with parameters of type ChangePackage
 boolean UpdateController.removeDuplicateOperations(ChangePackage incomingChanges, ChangePackage localChanges)
          Remove duplicate operations.
 int UpdateController.removeFromChangePackages(List<ChangePackage> incomingChanges, ChangePackage localChanges)
          Remove duplicate change packages from the change package.
 

Method parameters in org.eclipse.emf.emfstore.internal.client.model.controller with type arguments of type ChangePackage
 int UpdateController.removeFromChangePackages(List<ChangePackage> incomingChanges, ChangePackage localChanges)
          Remove duplicate change packages from the change package.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.client.model.impl
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl that return ChangePackage
 ChangePackage ProjectSpaceImpl.basicGetLocalChangePackage()
           
 ChangePackage ProjectSpaceImpl.getLocalChangePackage()
           
 ChangePackage ProjectSpaceBase.getLocalChangePackage(boolean canonize)
          Gathers all local operations and canonizes them.
 ChangePackage ProjectSpaceBase.mergeResolvedConflicts(ChangeConflictSet conflictSet, List<ChangePackage> myChangePackages, List<ChangePackage> theirChangePackages)
          Merges the resolved conflict sets.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl that return types with arguments of type ChangePackage
 List<ChangePackage> ProjectSpaceBase.getChanges(VersionSpec sourceVersion, VersionSpec targetVersion)
          
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl with parameters of type ChangePackage
 void ProjectSpaceBase.applyChanges(PrimaryVersionSpec baseSpec, List<ChangePackage> incoming, ChangePackage myChanges, org.eclipse.core.runtime.IProgressMonitor progressMonitor, boolean runChecksumTestOnBaseSpec)
          Helper method which applies merged changes on the ProjectSpace.
 org.eclipse.emf.common.notify.NotificationChain ProjectSpaceImpl.basicSetLocalChangePackage(ChangePackage newLocalChangePackage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ProjectSpaceImpl.setLocalChangePackage(ChangePackage newLocalChangePackage)
           
 

Method parameters in org.eclipse.emf.emfstore.internal.client.model.impl with type arguments of type ChangePackage
 void ProjectSpaceBase.applyChanges(PrimaryVersionSpec baseSpec, List<ChangePackage> incoming, ChangePackage myChanges, org.eclipse.core.runtime.IProgressMonitor progressMonitor, boolean runChecksumTestOnBaseSpec)
          Helper method which applies merged changes on the ProjectSpace.
 ChangePackage ProjectSpaceBase.mergeResolvedConflicts(ChangeConflictSet conflictSet, List<ChangePackage> myChangePackages, List<ChangePackage> theirChangePackages)
          Merges the resolved conflict sets.
 ChangePackage ProjectSpaceBase.mergeResolvedConflicts(ChangeConflictSet conflictSet, List<ChangePackage> myChangePackages, List<ChangePackage> theirChangePackages)
          Merges the resolved conflict sets.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.client.ui.dialogs
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.dialogs that return ChangePackage
 ChangePackage CommitDialog.getChangePackage()
          Returns the change package displayed by the commit dialog.
 

Constructors in org.eclipse.emf.emfstore.internal.client.ui.dialogs with parameters of type ChangePackage
CommitDialog(org.eclipse.swt.widgets.Shell parentShell, ChangePackage changes, ProjectSpace activeProjectSpace, ModelElementIdToEObjectMapping idToEObjectMapping)
          Constructor.
 

Constructor parameters in org.eclipse.emf.emfstore.internal.client.ui.dialogs with type arguments of type ChangePackage
UpdateDialog(org.eclipse.swt.widgets.Shell parentShell, ESLocalProject localProject, List<ChangePackage> changes, ModelElementIdToEObjectMapping idToEObjectMapping)
          Constructor.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.client.ui.views.changes
 

Constructor parameters in org.eclipse.emf.emfstore.internal.client.ui.views.changes with type arguments of type ChangePackage
TabbedChangesComposite(org.eclipse.swt.widgets.Composite parent, int style, List<ChangePackage> changePackages, Project project, ModelElementIdToEObjectMapping idToEObjectMapping, boolean showRootNodes)
          Default constructor.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.server
 

Methods in org.eclipse.emf.emfstore.internal.server that return types with arguments of type ChangePackage
 List<ChangePackage> EMFStore.getChanges(SessionId sessionId, ProjectId projectId, VersionSpec source, VersionSpec target)
          Get changes from the server.
 

Methods in org.eclipse.emf.emfstore.internal.server with parameters of type ChangePackage
 PrimaryVersionSpec EMFStore.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, ChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version on the server of the given project.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.server.conflictDetection
 

Methods in org.eclipse.emf.emfstore.internal.server.conflictDetection that return types with arguments of type ChangePackage
 List<ChangePackage> ChangeConflictSet.getLeftChanges()
          Returns a list of ChangePackages representing one side of the conflict.
 List<ChangePackage> ChangeConflictSet.getRightChanges()
          Returns a list of ChangePackages representing the other side of the conflict.
 

Methods in org.eclipse.emf.emfstore.internal.server.conflictDetection with parameters of type ChangePackage
 void ModelElementIdToEObjectMappingImpl.put(ChangePackage changePackage)
          Adds all model elements that are involved in operations contained in the ChangePackage and their respective IDs into the mapping.
 

Method parameters in org.eclipse.emf.emfstore.internal.server.conflictDetection with type arguments of type ChangePackage
 ChangeConflictSet ConflictDetector.calculateConflicts(List<ChangePackage> myChangePackages, List<ChangePackage> theirChangePackages, ModelElementIdToEObjectMapping idToEObjectMapping)
          Calculates a ChangeConflictSet based on opposing ChangePackages.
 ChangeConflictSet ConflictDetector.calculateConflicts(List<ChangePackage> myChangePackages, List<ChangePackage> theirChangePackages, ModelElementIdToEObjectMapping idToEObjectMapping)
          Calculates a ChangeConflictSet based on opposing ChangePackages.
 ChangeConflictSet ConflictDetector.calculateConflicts(List<ChangePackage> myChangePackages, List<ChangePackage> theirChangePackages, Project project)
          Calculates a ChangeConflictSet based on opposing ChangePackages.
 ChangeConflictSet ConflictDetector.calculateConflicts(List<ChangePackage> myChangePackages, List<ChangePackage> theirChangePackages, Project project)
          Calculates a ChangeConflictSet based on opposing ChangePackages.
 void ModelElementIdToEObjectMappingImpl.put(List<ChangePackage> changePackages)
          Adds all model elements that are involved in operations contained in the ChangePackage and their respective IDs into the mapping.
 

Constructors in org.eclipse.emf.emfstore.internal.server.conflictDetection with parameters of type ChangePackage
ModelElementIdToEObjectMappingImpl(Project project, ChangePackage changePackage)
          Constructor.
 

Constructor parameters in org.eclipse.emf.emfstore.internal.server.conflictDetection with type arguments of type ChangePackage
ChangeConflictSet(Set<ConflictBucket> conflictBuckets, Set<AbstractOperation> notInvolvedInConflict, ModelElementIdToEObjectMapping idToEObjectMapping, List<ChangePackage> leftChanges, List<ChangePackage> rightChanges)
          Constructor.
ChangeConflictSet(Set<ConflictBucket> conflictBuckets, Set<AbstractOperation> notInvolvedInConflict, ModelElementIdToEObjectMapping idToEObjectMapping, List<ChangePackage> leftChanges, List<ChangePackage> rightChanges)
          Constructor.
ModelElementIdToEObjectMappingImpl(ModelElementIdToEObjectMapping mapping, List<ChangePackage> changePackages)
          Constructor.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that return types with arguments of type ChangePackage
 List<ChangePackage> XmlRpcEmfStoreImpl.getChanges(SessionId sessionId, ProjectId projectId, VersionSpec source, VersionSpec target)
          Get changes from the server.
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc with parameters of type ChangePackage
 PrimaryVersionSpec XmlRpcEmfStoreImpl.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, ChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version on the server of the given project.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.server.core.helper
 

Methods in org.eclipse.emf.emfstore.internal.server.core.helper with parameters of type ChangePackage
 void ResourceHelper.createResourceForChangePackage(ChangePackage changePackage, PrimaryVersionSpec versionId, ProjectId projectId)
          Creates a resource for a changepackage.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.server.core.subinterfaces
 

Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces that return types with arguments of type ChangePackage
 List<ChangePackage> VersionSubInterfaceImpl.getChanges(ProjectId projectId, VersionSpec source, VersionSpec target)
          Returns all changes within the specified version range for a given project.
 

Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces with parameters of type ChangePackage
 PrimaryVersionSpec VersionSubInterfaceImpl.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, ChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.server.model.impl.api
 

Constructors in org.eclipse.emf.emfstore.internal.server.model.impl.api with parameters of type ChangePackage
ESChangePackageImpl(ChangePackage changePackage)
          Constructor.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.server.model.versioning
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning that return ChangePackage
 ChangePackage VersioningFactory.createChangePackage()
          Returns a new object of class 'Change Package'.
 ChangePackage HistoryInfo.getChangePackage()
          Returns the value of the 'Change Package' containment reference.
 ChangePackage Version.getChanges()
          Allows to retrieve the ChangePackage associated with this version.
 ChangePackage ChangePackage.reverse()
          Reverse the change package.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning with parameters of type ChangePackage
 void HistoryInfo.setChangePackage(ChangePackage value)
          Sets the value of the ' Change Package' containment reference.
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.server.model.versioning.impl
 

Classes in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that implement ChangePackage
 class ChangePackageImpl
          An implementation of the model object ' Change Package'.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that return ChangePackage
 ChangePackage HistoryInfoImpl.basicGetChangePackage()
           
 ChangePackage VersioningFactoryImpl.createChangePackage()
           
 ChangePackage HistoryInfoImpl.getChangePackage()
           
 ChangePackage VersionImpl.getChanges()
           
 ChangePackage ChangePackageImpl.reverse()
          Reverse the change package.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.impl with parameters of type ChangePackage
 org.eclipse.emf.common.notify.NotificationChain HistoryInfoImpl.basicSetChangePackage(ChangePackage newChangePackage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void HistoryInfoImpl.setChangePackage(ChangePackage newChangePackage)
           
 

Method parameters in org.eclipse.emf.emfstore.internal.server.model.versioning.impl with type arguments of type ChangePackage
static int ChangePackageImpl.countLeafOperations(List<ChangePackage> changePackages)
           
static int ChangePackageImpl.countOperations(List<ChangePackage> changePackages)
           
 

Uses of ChangePackage in org.eclipse.emf.emfstore.internal.server.model.versioning.util
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.util with parameters of type ChangePackage
 T VersioningSwitch.caseChangePackage(ChangePackage object)
          Returns the result of interpreting the object as an instance of 'Change Package'.
 



Copyright © 2015. All Rights Reserved.