public final class UESURIHelper extends UESURIHelper
Modifier | Constructor and Description |
---|---|
private |
UESURIHelper()
Creates a new instance of UESURIHelper.
|
Modifier and Type | Method and Description |
---|---|
static UESURI |
buildArtifactUriFromObjectUri(UESURI agregatedObjectUri)
Extracts the Artifact-URI from the passed UES-URI.
|
static UESURIBuilder |
buildCopyOfUri(UESURI uri)
Creates copy of the specified UES URI.
|
static UESURI |
buildObjectUriFromArtifactUri(UESURI artifactUri,
Build UES URI of aggregate object related to an artifact.
|
static UESURI |
buildTerritoryUriFromAnyUri(UESURI objectUri)
Build UES URI of territory from UES URI of any object.
|
private static boolean |
isNullUri(UESURI aUri)
Determines whether the passed UESURI is
UESURI.NULL_URI . |
static boolean |
isSame(UESURI aFirst,
This method is here only until Core will be repaired (NULL_URI cannot be compared with other instance of an UESURI if the other
instance is not invariable).
|
isInvariable, isSameEntity
aFirst
- First compared UESURI.aSecond
- Second compared UESURI.UESURI.NULL_URI
.aUri
- Tested UESURI.true
if the UESURI is UESURI.NULL_URI
(either it is the
same instance or the value of the UESURI is equal to the NULL_URI
).objectUri
- UES URI of any object (code or id of territory must be set)artifactUri
- UES URI of artifactaggregateObjectCode
- code of aggregate objectagregatedObjectUri
- The URI of Artifact or Agregated objecturi
- UES URI of any object