C E G H I O R T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.palantir.ri - package com.palantir.ri
E
- equals(Object) - Method in class com.palantir.ri.ResourceIdentifier
-
Compares the specified object with this identifier for equality.
G
- getInstance() - Method in class com.palantir.ri.ResourceIdentifier
-
Returns the instance component.
- getLocator() - Method in class com.palantir.ri.ResourceIdentifier
-
Returns the locator component.
- getService() - Method in class com.palantir.ri.ResourceIdentifier
-
Returns the service component.
- getType() - Method in class com.palantir.ri.ResourceIdentifier
-
Returns the type component.
H
- hashCode() - Method in class com.palantir.ri.ResourceIdentifier
-
Returns the hash code value for identifier.
I
- isValid(String) - Static method in class com.palantir.ri.ResourceIdentifier
-
Checks if the input string is a valid resource identifier as defined in the specification.
- isValidInstance(String) - Static method in class com.palantir.ri.ResourceIdentifier
-
Checks if the input string is a valid instance as defined in the specification.
- isValidLocator(String) - Static method in class com.palantir.ri.ResourceIdentifier
-
Checks if the input string is a valid locator as defined in the specification.
- isValidService(String) - Static method in class com.palantir.ri.ResourceIdentifier
-
Checks if the input string is a valid service as defined in the specification.
- isValidType(String) - Static method in class com.palantir.ri.ResourceIdentifier
-
Checks if the input string is a valid type as defined in the specification.
O
- of(String) - Static method in class com.palantir.ri.ResourceIdentifier
-
Generates a new resource identifier object from the input string.
- of(String, String, String, String) - Static method in class com.palantir.ri.ResourceIdentifier
-
Generates a new resource identifier object from each of the 4 input components.
- of(String, String, String, String, String...) - Static method in class com.palantir.ri.ResourceIdentifier
-
Generates a new resource identifier object from each of the input components.
R
- ResourceIdentifier - Class in com.palantir.ri
-
Defines a common format for wrapping existing unique identifiers to provide additional context.
T
- toString() - Method in class com.palantir.ri.ResourceIdentifier
-
Returns a string representation of this ResourceIdentifier.
V
- valueOf(String) - Static method in class com.palantir.ri.ResourceIdentifier
-
Same as
of(String).
All Classes All Packages