Uses of Class
org.eclipse.ecf.core.identity.BaseID
Packages that use BaseID
Package
Description
-
Uses of BaseID in org.eclipse.ecf.core.identity
Subclasses of BaseID in org.eclipse.ecf.core.identityModifier and TypeClassDescriptionclass
Globally unique ID implementation class.class
A unique ID class based upon Long/longclass
A string-based identityclass
URI ID class.class
Methods in org.eclipse.ecf.core.identity with parameters of type BaseIDModifier and TypeMethodDescriptionprotected int
Namespace.getCompareToForObject
(BaseID first, BaseID second) The default implementation of this method is to call first.namespaceCompareTo(second).protected int
Namespace.getHashCodeForID
(BaseID id) The default implementation of this method is to call id.namespaceHashCode().protected String
Namespace.getNameForID
(BaseID id) The default implementation of this method is to call id.namespaceGetName().protected abstract int
BaseID.namespaceCompareTo
(BaseID o) protected int
LongID.namespaceCompareTo
(BaseID o) protected int
StringID.namespaceCompareTo
(BaseID obj) protected int
URIID.namespaceCompareTo
(BaseID o) protected int
UuID.namespaceCompareTo
(BaseID obj) protected abstract boolean
BaseID.namespaceEquals
(BaseID o) Called byNamespace.testIDEquals(BaseID, BaseID)
.protected boolean
LongID.namespaceEquals
(BaseID o) protected boolean
StringID.namespaceEquals
(BaseID obj) protected boolean
URIID.namespaceEquals
(BaseID o) protected boolean
UuID.namespaceEquals
(BaseID obj) protected boolean
Namespace.testIDEquals
(BaseID first, BaseID second) Test whether two IDs are equal to one another.protected String
Namespace.toExternalForm
(BaseID id) The default implementation of this method is to call id.namespaceToExternalForm(). -
Uses of BaseID in org.eclipse.ecf.discovery.identity
Subclasses of BaseID in org.eclipse.ecf.discovery.identityModifier and TypeClassDescriptionclass
Service identity type.class
ServiceTypeID base class.Methods in org.eclipse.ecf.discovery.identity with parameters of type BaseIDModifier and TypeMethodDescriptionprotected int
ServiceID.namespaceCompareTo
(BaseID o) protected int
ServiceTypeID.namespaceCompareTo
(BaseID o) protected boolean
ServiceID.namespaceEquals
(BaseID o) protected boolean
ServiceTypeID.namespaceEquals
(BaseID o) -
Uses of BaseID in org.eclipse.ecf.provider.filetransfer.identity
Subclasses of BaseID in org.eclipse.ecf.provider.filetransfer.identityMethods in org.eclipse.ecf.provider.filetransfer.identity with parameters of type BaseIDModifier and TypeMethodDescriptionprotected int
FileTransferID.namespaceCompareTo
(BaseID o) protected boolean
FileTransferID.namespaceEquals
(BaseID o) -
Uses of BaseID in org.eclipse.ecf.remoteservice
Subclasses of BaseID in org.eclipse.ecf.remoteserviceMethods in org.eclipse.ecf.remoteservice with parameters of type BaseIDModifier and TypeMethodDescriptionprotected int
RemoteServiceID.namespaceCompareTo
(BaseID o) protected boolean
RemoteServiceID.namespaceEquals
(BaseID o)