Uses of Interface
org.osid.installation.Version
Packages that use Version
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.configuration
service.
The Open Service Interface Definitions for the org.osid.control
service.
The Open Service Interface Definitions for the org.osid.installation
service.
-
Uses of Version in org.osid
Modifier and TypeMethodDescriptionVersion[]Metadata.getDefaultVersionValues()Gets the default version values.Version[]Metadata.getExistingVersionValues()Gets the existing version values.Metadata.getMaximumVersion()Gets the maximum acceptableVersion.Metadata.getMinimumVersion()Gets the minumim acceptableVersion.OsidProfile.getVersion()Gets the version of this service implementation.Version[]Metadata.getVersionSet()Gets the set of acceptableVersions.Modifier and TypeMethodDescriptionOsidRuntimeManager.getManager(OSID osid, String implClassName, Version version) Finds, loads and instantiates providers of OSID managers.OsidRuntimeManager.getProxyManager(OSID osid, String implementation, Version version) Finds, loads and instantiates providers of OSID managers.booleanOsidProfile.supportsOSIDVersion(Version version) Test for support of an OSID specification version. -
Uses of Version in org.osid.binding.java
Subinterfaces with type arguments of type Version in org.osid.binding.javaModifier and TypeInterfaceDescriptioninterfaceSupplements the OSID Version interface for Java.Methods in org.osid.binding.java with parameters of type VersionModifier and TypeMethodDescriptionintCompares this Version with the specified Version to determine the natural order.booleanVersion.isExclusive(Version version) Tests if this Version excludes the given version.booleanVersion.isInclusive(Version version) Tests if this Version includes the given version.booleanTests if this Version is more recent than the given Version.booleanTests if this Version is older than the given Version. -
Uses of Version in org.osid.configuration
Methods in org.osid.configuration that return VersionMethods in org.osid.configuration with parameters of type VersionModifier and TypeMethodDescriptionvoidValueQuery.matchVersionValue(Version low, Version high, boolean match) Adds aVersionmatch within the given range inclusive.voidValueForm.setVersionValue(Version value) Sets aVersionvalue. -
Uses of Version in org.osid.control
Methods in org.osid.control that return VersionMethods in org.osid.control with parameters of type VersionModifier and TypeMethodDescriptionvoidControllerQuery.matchVersion(Version version, boolean match) Sets the version for this query.voidControllerQuery.matchVersionSince(Version version, boolean match) Matches controllers with versions including and more recent than the given version.voidControllerForm.setVersion(Version version) Sets the version. -
Uses of Version in org.osid.installation
Methods in org.osid.installation that return VersionMethods in org.osid.installation with parameters of type VersionModifier and TypeMethodDescriptionvoidPackageQuery.matchVersion(Version version, boolean match) Matches a version.voidPackageQuery.matchVersionSince(Version version, boolean match) Matches packages with versions including and more recent than the given version.voidPackageForm.setVersion(Version version) Sets the version. -
Uses of Version in org.osid.search.terms
Methods in org.osid.search.terms that return VersionModifier and TypeMethodDescriptionVersionTerm.getVersion()Gets the Version in the term.VersionRangeTerm.getVersionRangeEnd()Gets the end of the version range in the term.VersionRangeTerm.getVersionRangeStart()Gets thestart of the version range in the term.