| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ObjectID
Represents a unique identifier for a resource in Portal. ObjectIDs can be used to load persistent resources from the database and they represent the linking between persistent resources in the database.
| Nested Class Summary | |
|---|---|
| static interface | ObjectID.Deserializer
Reads ObjectIDs. |
| static interface | ObjectID.Serializer
Writes ObjectIDs. |
| Method Summary | |
|---|---|
| ObjectType | getObjectType()
Returns the type of the resource that is identified by this ObjectID. |
| ResourceType | getResourceType()
Deprecated. use getObjectType() instead |
| java.lang.String | getUniqueName()
Returns the unique name that corresponds to this ObjectID |
| Methods inherited from interface com.ibm.portal.Identifiable |
|---|
| getObjectID |
| Method Detail |
|---|
ResourceType getResourceType()
null.ObjectType getObjectType()
null.java.lang.String getUniqueName()
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||