com.ibm.carma.model
Interface RepositoryInstance

All Superinterfaces:
CARMAResource, CustomActionAccepter, org.eclipse.emf.ecore.EObject, Filterable, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier, ResourceContainer

public interface RepositoryInstance
extends ResourceContainer

A representation of the model object 'Repository Instance'.

The following features are supported:

See Also:
ModelPackage.getRepositoryInstance()

Field Summary
static java.lang.String copyright
           
 
Fields inherited from interface com.ibm.carma.model.ResourceContainer
INFINITE_DEPTH
 
Fields inherited from interface com.ibm.carma.model.CARMAResource
NO_EXTENSION
 
Fields inherited from interface com.ibm.carma.model.Filterable
WILDCARD
 
Method Summary
 RepositoryManager getRepositoryManager()
          Returns the value of the 'Repository Manager' container reference.
 
Methods inherited from interface com.ibm.carma.model.ResourceContainer
createContainer, createMember, createMemberWithContents, findResource, getContainerContents, isSetContainerContents
 
Methods inherited from interface com.ibm.carma.model.CARMAResource
delete, delete, getCARMA, getFileName, getLastRefreshTime, getLocalExtension, getMemberId, getMemberInfo, getMemberInfoMap, getName, getRamExtension, getRepository, isBinary, isSetBinary, isSetLocalExtension, isSetMemberInfoMap, isSetRamExtension, refreshMemberInfo, refreshRAMFileExtension, setBinary, setLocalExtension, setMemberInfo, setName, unsetBinary, unsetLocalExtension
 
Methods inherited from interface com.ibm.carma.model.CustomActionAccepter
findActionFor, markActionUnsupported, performAction
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface com.ibm.carma.model.Filterable
getFilters, isFilterReady, refresh, refresh, refreshWithAllMemberInfo, refreshWithMemberInfo, removeFilter, resolveFilter
 
Methods inherited from interface com.ibm.carma.model.CustomActionAccepter
findActionFor, markActionUnsupported, performAction
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getRepositoryManager

RepositoryManager getRepositoryManager()
Returns the value of the 'Repository Manager' container reference. It is bidirectional and its opposite is 'Repository Instances'.

The Repository Manager with which the Repository instance is associated.

The Repository type with which the current instance is associated

Specified by:
getRepositoryManager in interface CARMAResource
Returns:
the value of the 'Repository Manager' container reference.
See Also:
ModelPackage.getRepositoryInstance_RepositoryManager(), RepositoryManager.getRepositoryInstances()