Schnittstelle InternalCDOBranch
- Alle Superschnittstellen:
CDOBranch
,CDOBranchPoint
,CDOBranchProvider
,CDONameProvider
,CDOTimeProvider
,Comparable<CDOBranch>
,IAdaptable
,org.eclipse.net4j.util.container.IContainer<CDOBranch>
,org.eclipse.net4j.util.event.INotifier
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 3.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.cdo.common.branch.CDOBranch
CDOBranch.BranchDeletedEvent
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.container.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E>, org.eclipse.net4j.util.container.IContainer.Persistable<E>, org.eclipse.net4j.util.container.IContainer.Persistence<E>
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.common.branch.CDOBranch
MAIN_BRANCH_ID, MAIN_BRANCH_NAME, PATH_SEPARATOR
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.common.branch.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addChild
(InternalCDOBranch branch) void
basicSetName
(String name) createBranch
(String name) Creates a sub branch of this branch with the given name,based
at thecurrent time
.createBranch
(String name, long timeStamp) Creates a sub branch of this branch with the given name,based
at thebranch point
in this branch with the given time stamp.Returns the sub branch of this branch with the given relative path, ornull
if no sub branch with this path exists in this branch.Returns an array of the sub branches of this branch, nevernull
.getBranches
(boolean loadOnDemand) Returns the branch manager that manages this branch, nevernull
.boolean
isProxy()
void
removeChild
(InternalCDOBranch branch) void
setBranchInfo
(String name, InternalCDOBranch baseBranch, long baseTimeStamp) void
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.branch.CDOBranch
delete, fireDeletedEvent, getBase, getBasePath, getHead, getID, getName, getPathName, getPoint, getVersion, isDeleted, isLocal, isMainBranch, rename, setName
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.branch.CDOBranchPoint
getBranch, getTimeStamp
Von Schnittstelle geerbte Methoden java.lang.Comparable
compareTo
Von Schnittstelle geerbte Methoden org.eclipse.core.runtime.IAdaptable
getAdapter
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Methodendetails
-
isProxy
boolean isProxy() -
getBranchManager
InternalCDOBranchManager getBranchManager()Beschreibung aus Schnittstelle kopiert:CDOBranch
Returns the branch manager that manages this branch, nevernull
.- Angegeben von:
getBranchManager
in SchnittstelleCDOBranch
-
getBranches
InternalCDOBranch[] getBranches()Beschreibung aus Schnittstelle kopiert:CDOBranch
Returns an array of the sub branches of this branch, nevernull
.- Angegeben von:
getBranches
in SchnittstelleCDOBranch
-
getBranches
- Seit:
- 4.0
-
getBranch
Beschreibung aus Schnittstelle kopiert:CDOBranch
Returns the sub branch of this branch with the given relative path, ornull
if no sub branch with this path exists in this branch.The path name is the concatenation of the names of all branches from a direct sub branch of this branch, separated by
slashes
("/" characters). Example: "team1/smith". -
createBranch
Beschreibung aus Schnittstelle kopiert:CDOBranch
Creates a sub branch of this branch with the given name,based
at thebranch point
in this branch with the given time stamp.- Angegeben von:
createBranch
in SchnittstelleCDOBranch
- Parameter:
name
- The name of the sub branch to be created. It must not contain thepath separator
character (slash).timeStamp
- The time stamp in this branch that the sub branch to be created is supposed to bebased at
. It must not be before the base time stamp of this branch and it must be different from the fixed special time stampunspecified
- Löst aus:
CDODuplicateBranchException
- Siehe auch:
-
createBranch
Beschreibung aus Schnittstelle kopiert:CDOBranch
Creates a sub branch of this branch with the given name,based
at thecurrent time
.- Angegeben von:
createBranch
in SchnittstelleCDOBranch
- Löst aus:
CDODuplicateBranchException
-
getBranchInfo
InternalCDOBranchManager.BranchLoader.BranchInfo getBranchInfo() -
setBranchInfo
-
addChild
-
removeChild
- Seit:
- 4.15
-
setDeleted
void setDeleted()- Seit:
- 4.15
-
basicSetName
- Seit:
- 4.4
-