Package | Description |
---|---|
org.komodo.spi.metadata | |
org.komodo.spi.query | |
org.komodo.spi.runtime.version |
Modifier and Type | Method and Description |
---|---|
MetadataVersion |
MetadataInstance.getVersion() |
Modifier and Type | Method and Description |
---|---|
static CriteriaOperator.Operator |
CriteriaOperator.Operator.getOperator(MetadataVersion version,
String symbol) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMetadataVersion
Metadata Server version class
|
Modifier and Type | Method and Description |
---|---|
MetadataVersion |
MetadataVersion.getMaximumVersion() |
MetadataVersion |
DefaultMetadataVersion.getMaximumVersion() |
MetadataVersion |
MetadataVersion.getMinimumVersion() |
MetadataVersion |
DefaultMetadataVersion.getMinimumVersion() |
Modifier and Type | Method and Description |
---|---|
boolean |
MetadataVersion.compareTo(MetadataVersion otherVersion) |
boolean |
DefaultMetadataVersion.compareTo(MetadataVersion otherVersion) |
boolean |
MetadataVersion.isGreaterThan(MetadataVersion otherVersion)
Is this version greater than the given version
Wildcards will cause the result to return false since either
this or otherVersion could be the greater depending on the
value given to the wildcard.
|
boolean |
DefaultMetadataVersion.isGreaterThan(MetadataVersion otherVersion) |
boolean |
MetadataVersion.isGreaterThanOrEqualTo(MetadataVersion otherVersion)
Convenience that delegates to
compareTo(MetadataVersion)
and isGreaterThan(MetadataVersion) . |
boolean |
DefaultMetadataVersion.isGreaterThanOrEqualTo(MetadataVersion otherVersion) |
boolean |
MetadataVersion.isLessThan(MetadataVersion otherVersion)
Is this version less than the given version
Wildcards will cause the result to return false since either
this or otherVersion could be the lesser depending on the
value given to the wildcard.
|
boolean |
DefaultMetadataVersion.isLessThan(MetadataVersion otherVersion) |
boolean |
MetadataVersion.isLessThanOrEqualTo(MetadataVersion otherVersion)
Convenience that delegates to
compareTo(MetadataVersion)
and isLessThan(MetadataVersion) . |
boolean |
DefaultMetadataVersion.isLessThanOrEqualTo(MetadataVersion otherVersion) |
Copyright © 2013–2019. All rights reserved.