Package org.eclipse.emf.spi.cdo
Schnittstelle InternalCDOObject
- Alle Superschnittstellen:
CDOObject,CDOPackageTypeRegistry.CDOObjectMarker,CDOWithID,EObject,InternalCDOLoadable,InternalEObject,Notifier
- Alle bekannten Implementierungsklassen:
AccessImpl,AndFilterImpl,AnnotationImpl,AssemblyImpl,AssemblyModuleImpl,AssigneeImpl,BaselineImpl,BooleanValueImpl,ByteValueImpl,CDOBinaryResourceImpl,CDOFileResourceImpl,CDOObjectImpl,CDOResourceFolderImpl,CDOResourceImpl,CDOResourceLeafImpl,CDOResourceNodeImpl,CDOTextResourceImpl,ChangeImpl,CharValueImpl,ClassFilterImpl,ClassPermissionImpl,CombinedFilterImpl,CommentImpl,ContainedObjectImpl,ContextAccessImpl,DeliveryImpl,DeliveryReviewImpl,DependencyDefinitionImpl,DependencyImpl,DirectoryImpl,DoubleValueImpl,DropImpl,DropReviewImpl,DropTypeImpl,ExpressionFilterImpl,FilterPermissionImpl,FixedBaselineImpl,FloatingBaselineImpl,FloatValueImpl,FunctionInvocationImpl,GroupImpl,IntValueImpl,InvocationImpl,LinkedExpressionImpl,LinkedFilterImpl,LinkedObjectImpl,ListConstructionImpl,LMFilterImpl,LongValueImpl,MemberAccessImpl,MemberInvocationImpl,ModelElementImpl,ModuleDefinitionImpl,ModuleFilterImpl,ModuleImpl,ModuleTypeFilterImpl,ModuleTypeImpl,NotFilterImpl,ObjectFilterImpl,ObjectPermissionImpl,OrFilterImpl,PackageFilterImpl,PackagePermissionImpl,PermissionFilterImpl,PermissionImpl,ProcessElementImpl,ProcessImpl,RealmImpl,ResourceFilterImpl,ResourcePermissionImpl,ReviewImpl,ReviewTemplateImpl,RoleImpl,SecurityElementImpl,SecurityItemImpl,ShortValueImpl,StaticAccessImpl,StreamImpl,StringToStringMapEntryImpl,StringValueImpl,SystemImpl,TopicContainerImpl,TopicImpl,UserImpl,UserPasswordImpl,ValueImpl
public interface InternalCDOObject
extends CDOObject, InternalEObject, InternalCDOLoadable, CDOPackageTypeRegistry.CDOObjectMarker
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 2.0
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore -
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcdoInternalDynamicFeature(int dynamicFeatureID) Veraltet.As of 4.2 no longer supported.voidvoidcdoInternalPostDetach(boolean remote) Veraltet.As of 4.16cdoInternalPostDetach(boolean, boolean)is called by theCDOStateMachine.voidcdoInternalPostDetach(boolean remote, boolean top) voidvoidvoidvoidvoidvoidcdoInternalSetRevision(CDORevision revision) cdoInternalSetState(CDOState state) voidcdoInternalSetView(CDOView view) Returns therevisionof this object, ornullif this object does currently not have a revision.cdoRevision(boolean loadOnDemand) Returns therevisionof this object, ornullif this object does currently not have a revision and loadOnDemand isfalse.cdoView()Returns theviewthis object is associated with, ornullif this object is not associated with a view.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoState, cdoWriteLock, cdoWriteOptionVon Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetVon Schnittstelle geerbte Methoden org.eclipse.emf.spi.cdo.InternalCDOLoadable
cdoInternalPostLoad, cdoInternalPreLoadVon Schnittstelle geerbte Methoden org.eclipse.emf.ecore.InternalEObject
eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eGet, eGet, eInternalContainer, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSet, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegmentVon Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methodendetails
-
cdoClassInfo
InternalCDOClassInfo cdoClassInfo()- Seit:
- 4.2
-
cdoView
InternalCDOView cdoView()Beschreibung aus Schnittstelle kopiert:CDOObjectReturns theviewthis object is associated with, ornullif this object is not associated with a view. This view manages all aspects of this object and caches it as long as required. -
cdoRevision
InternalCDORevision cdoRevision()Beschreibung aus Schnittstelle kopiert:CDOObjectReturns therevisionof this object, ornullif this object does currently not have a revision. The revision is used to store all modeled data of this object, together with some technical data required by the framework.- Angegeben von:
cdoRevisionin SchnittstelleCDOObject
-
cdoRevision
Beschreibung aus Schnittstelle kopiert:CDOObjectReturns therevisionof this object, ornullif this object does currently not have a revision and loadOnDemand isfalse. The revision is used to store all modeled data of this object, together with some technical data required by the framework.- Angegeben von:
cdoRevisionin SchnittstelleCDOObject- Seit:
- 4.3
-
cdoInternalPreAttach
void cdoInternalPreAttach()- Seit:
- 4.8
-
cdoInternalPostAttach
void cdoInternalPostAttach() -
cdoInternalPostDetach
void cdoInternalPostDetach(boolean remote, boolean top) - Seit:
- 4.15
-
cdoInternalPostInvalidate
void cdoInternalPostInvalidate() -
cdoInternalPostRollback
void cdoInternalPostRollback()- Seit:
- 3.0
-
cdoInternalPreCommit
void cdoInternalPreCommit() -
cdoInternalSetID
-
cdoInternalSetView
-
cdoInternalSetRevision
-
cdoInternalSetState
-
cdoInternalInstance
InternalEObject cdoInternalInstance() -
cdoInternalDynamicFeature
Veraltet.As of 4.2 no longer supported. -
cdoInternalPostDetach
Veraltet.As of 4.16cdoInternalPostDetach(boolean, boolean)is called by theCDOStateMachine.
-