Uses of Interface
org.eclipse.emf.emfstore.internal.common.model.IdentifiableElement

Packages that use IdentifiableElement
org.eclipse.emf.emfstore.client.util   
org.eclipse.emf.emfstore.internal.client.model   
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.client.model.util   
org.eclipse.emf.emfstore.internal.common.model.impl   
org.eclipse.emf.emfstore.internal.common.model.util   
org.eclipse.emf.emfstore.internal.server.model   
org.eclipse.emf.emfstore.internal.server.model.accesscontrol   
org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl   
org.eclipse.emf.emfstore.internal.server.model.accesscontrol.util   
org.eclipse.emf.emfstore.internal.server.model.impl   
org.eclipse.emf.emfstore.internal.server.model.util   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.util   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.util   
 

Uses of IdentifiableElement in org.eclipse.emf.emfstore.client.util
 

Methods in org.eclipse.emf.emfstore.client.util with parameters of type IdentifiableElement
static org.eclipse.emf.common.util.URI ESClientURIUtil.createOperationsURI(IdentifiableElement projectSpace)
          Creates an EMFStore URI for addressing the operations of a projectspace.
static org.eclipse.emf.common.util.URI ESClientURIUtil.createProjectSpaceURI(IdentifiableElement projectSpace)
          Creates an EMFStore URI for addressing the projectspace fragment of a project.
static org.eclipse.emf.common.util.URI ESClientURIUtil.createProjectURI(IdentifiableElement projectSpace)
          Creates an EMFStore URI for addressing the project fragment of a projectspace.
 

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

Subinterfaces of IdentifiableElement in org.eclipse.emf.emfstore.internal.client.model
 interface ProjectSpace
          A representation of the model object ' Project Container'.
 

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

Classes in org.eclipse.emf.emfstore.internal.client.model.impl that implement IdentifiableElement
 class ProjectSpaceBase
          Project space base class that contains custom user methods.
 class ProjectSpaceImpl
          An implementation of the model object ' Project Container'.
 

Uses of IdentifiableElement in org.eclipse.emf.emfstore.internal.client.model.util
 

Methods in org.eclipse.emf.emfstore.internal.client.model.util with parameters of type IdentifiableElement
 T ModelSwitch.caseIdentifiableElement(IdentifiableElement object)
          Returns the result of interpreting the object as an instance of 'Identifiable Element'.
 

Uses of IdentifiableElement in org.eclipse.emf.emfstore.internal.common.model.impl
 

Classes in org.eclipse.emf.emfstore.internal.common.model.impl that implement IdentifiableElement
 class IdentifiableElementImpl
          An implementation of the model object 'Identifiable Element'.
 

Uses of IdentifiableElement in org.eclipse.emf.emfstore.internal.common.model.util
 

Methods in org.eclipse.emf.emfstore.internal.common.model.util with parameters of type IdentifiableElement
 T ModelSwitch.caseIdentifiableElement(IdentifiableElement object)
          Returns the result of interpreting the object as an instance of 'Identifiable Element'.
 

Uses of IdentifiableElement in org.eclipse.emf.emfstore.internal.server.model
 

Subinterfaces of IdentifiableElement in org.eclipse.emf.emfstore.internal.server.model
 interface FileIdentifier
          A representation of the model object ' File Identifier'.
 

Uses of IdentifiableElement in org.eclipse.emf.emfstore.internal.server.model.accesscontrol
 

Subinterfaces of IdentifiableElement in org.eclipse.emf.emfstore.internal.server.model.accesscontrol
 interface ACGroup
          A representation of the model object ' AC Group'.
 interface ACOrgUnit
          A representation of the model object ' AC Org Unit'.
 interface ACUser
          A representation of the model object ' AC User'.
 

Uses of IdentifiableElement in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl
 

Classes in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl that implement IdentifiableElement
 class ACGroupImpl
          An implementation of the model object ' AC Group'.
 class ACOrgUnitImpl
          An implementation of the model object ' AC Org Unit'.
 class ACUserImpl
          An implementation of the model object ' AC User'.
 

Uses of IdentifiableElement in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.util
 

Methods in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.util with parameters of type IdentifiableElement
 T AccesscontrolSwitch.caseIdentifiableElement(IdentifiableElement object)
          Returns the result of interpreting the object as an instance of ' Identifiable Element'.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl that implement IdentifiableElement
 class FileIdentifierImpl
          An implementation of the model object ' File Identifier'.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model.util with parameters of type IdentifiableElement
 T ModelSwitch.caseIdentifiableElement(IdentifiableElement object)
          Returns the result of interpreting the object as an instance of ' Identifiable Element'.
 

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

Subinterfaces of IdentifiableElement in org.eclipse.emf.emfstore.internal.server.model.versioning.operations
 interface AbstractOperation
          A representation of the model object ' Abstract Operation'.
 interface AttributeOperation
          A representation of the model object ' Attribute Operation'.
 interface CompositeOperation
          A representation of the model object ' Composite Operation'.
 interface CreateDeleteOperation
          A representation of the model object ' Create Delete Operation'.
 interface FeatureOperation
          A representation of the model object ' Feature Operation'.
 interface MultiAttributeMoveOperation
          A representation of the model object ' Multi Attribute Move Operation'.
 interface MultiAttributeOperation
          A representation of the model object ' Multi Attribute Operation'.
 interface MultiAttributeSetOperation
          A representation of the model object ' Multi Attribute Set Operation'.
 interface MultiReferenceMoveOperation
          A representation of the model object ' Multi Reference Move Operation'.
 interface MultiReferenceOperation
          A representation of the model object ' Multi Reference Operation'.
 interface MultiReferenceSetOperation
          A representation of the model object ' Multi Reference Set Operation'.
 interface ReferenceOperation
          A representation of the model object ' Reference Operation'.
 interface SingleReferenceOperation
          A representation of the model object ' Single Reference Operation'.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl that implement IdentifiableElement
 class AbstractOperationImpl
          An implementation of the model object ' Abstract Operation'.
 class AttributeOperationImpl
          An implementation of the model object ' Attribute Operation'.
 class CompositeOperationImpl
          An implementation of the model object ' Composite Operation'.
 class CreateDeleteOperationImpl
          An implementation of the model object ' Create Delete Operation'.
 class FeatureOperationImpl
          An implementation of the model object ' Feature Operation'.
 class MultiAttributeMoveOperationImpl
          An implementation of the model object ' Multi Attribute Move Operation'.
 class MultiAttributeOperationImpl
          An implementation of the model object ' Multi Attribute Operation'.
 class MultiAttributeSetOperationImpl
          An implementation of the model object ' Multi Attribute Set Operation'.
 class MultiReferenceMoveOperationImpl
          An implementation of the model object ' Multi Reference Move Operation'.
 class MultiReferenceOperationImpl
          An implementation of the model object ' Multi Reference Operation'.
 class MultiReferenceSetOperationImpl
          An implementation of the model object ' Multi Reference Set Operation'.
 class ReferenceOperationImpl
          An implementation of the model object ' Reference Operation'.
 class SingleReferenceOperationImpl
          An implementation of the model object ' Single Reference Operation'.
 

Uses of IdentifiableElement in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic
 

Subinterfaces of IdentifiableElement in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic
 interface SemanticCompositeOperation
          A representation of the model object ' Composite Operation'.
 

Uses of IdentifiableElement in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl
 

Classes in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl that implement IdentifiableElement
 class SemanticCompositeOperationImpl
          An implementation of the model object ' Composite Operation'.
 

Uses of IdentifiableElement in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.util
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.util with parameters of type IdentifiableElement
 T SemanticSwitch.caseIdentifiableElement(IdentifiableElement object)
          Returns the result of interpreting the object as an instance of ' Identifiable Element'.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.util with parameters of type IdentifiableElement
 T OperationsSwitch.caseIdentifiableElement(IdentifiableElement object)
          Returns the result of interpreting the object as an instance of ' Identifiable Element'.
 



Copyright © 2015. All Rights Reserved.