|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VersionedEntity in org.objectweb.dsrg.sofa.repository |
---|
Methods in org.objectweb.dsrg.sofa.repository that return VersionedEntity | |
---|---|
VersionedEntity |
RepositoryFacade.getLastHeadVersion(java.lang.String name)
Returns the last head version of the given object or null if object does not exist. |
static VersionedEntity |
RepositoryUtil.getLastHeadVersion(java.lang.String name,
RepositoryQuery rq)
Returns the last head version of the given object or null if object does not exist. |
VersionedEntity |
RepositoryFacade.lookupEntityByVersion(java.lang.String name,
java.lang.String version)
Looks up entity. |
Methods in org.objectweb.dsrg.sofa.repository that return types with arguments of type VersionedEntity | |
---|---|
java.util.List<VersionedEntity> |
RepositoryFacade.lookupEntityByName(java.lang.String name)
Looks up all entities with the given name. |
static java.util.List<VersionedEntity> |
RepositoryUtil.lookupNamedEntityByName(java.lang.String name,
RepositoryQuery rq)
Looks up all entities with the given name. |
Methods in org.objectweb.dsrg.sofa.repository with parameters of type VersionedEntity | |
---|---|
CodeBundle |
RepositoryFacade.createCodeBundle(java.lang.String name,
VersionedEntity entity)
Creates code bundle for the given entity. |
void |
RepositoryPersister.save(VersionedEntity entity)
Main method of this class. |
Uses of VersionedEntity in org.objectweb.dsrg.sofa.repository.model |
---|
Subinterfaces of VersionedEntity in org.objectweb.dsrg.sofa.repository.model | |
---|---|
interface |
Architecture
A representation of the model object 'Architecture'. |
interface |
Aspect
A representation of the model object 'Aspect'. |
interface |
AssemblyDescriptor
A representation of the model object 'Assembly Descriptor'. |
interface |
CodeBundle
A representation of the model object 'Code Bundle'. |
interface |
DeploymentPlan
A representation of the model object 'Deployment Plan'. |
interface |
Frame
A representation of the model object 'Frame'. |
interface |
InterfaceType
A representation of the model object 'Interface Type'. |
interface |
MicroComponent
A representation of the model object 'Micro Component'. |
Methods in org.objectweb.dsrg.sofa.repository.model that return VersionedEntity | |
---|---|
VersionedEntity |
Version.getEntity()
Returns the value of the 'Entity' container reference. |
Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type VersionedEntity | |
---|---|
CodeBundle |
RepositoryData.createCodeBundle(java.lang.String name,
VersionedEntity entity)
|
void |
Version.setEntity(VersionedEntity value)
Sets the value of the ' Entity ' container reference. |
Uses of VersionedEntity in org.objectweb.dsrg.sofa.repository.model.impl |
---|
Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement VersionedEntity | |
---|---|
class |
ArchitectureImpl
An implementation of the model object 'Architecture'. |
class |
AspectImpl
An implementation of the model object 'Aspect'. |
class |
AssemblyDescriptorImpl
An implementation of the model object 'Assembly Descriptor'. |
class |
CodeBundleImpl
An implementation of the model object 'Code Bundle'. |
class |
DeploymentPlanImpl
An implementation of the model object 'Deployment Plan'. |
class |
FrameImpl
An implementation of the model object 'Frame'. |
class |
InterfaceTypeImpl
An implementation of the model object 'Interface Type'. |
class |
MicroComponentImpl
An implementation of the model object 'Micro Component'. |
class |
VersionedEntityImpl
An implementation of the model object 'Versioned Entity'. |
Methods in org.objectweb.dsrg.sofa.repository.model.impl that return VersionedEntity | |
---|---|
VersionedEntity |
VersionImpl.basicGetEntity()
|
VersionedEntity |
VersionImpl.getEntity()
|
Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type VersionedEntity | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VersionImpl.basicSetEntity(VersionedEntity newEntity,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
CodeBundle |
RepositoryDataImpl.createCodeBundle(java.lang.String name,
VersionedEntity entity)
|
void |
VersionImpl.setEntity(VersionedEntity newEntity)
|
Uses of VersionedEntity in org.objectweb.dsrg.sofa.repository.model.util |
---|
Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type VersionedEntity | |
---|---|
java.lang.Object |
ModelSwitch.caseVersionedEntity(VersionedEntity object)
Returns the result of interpretting the object as an instance of 'Versioned Entity'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |