com.ibm.portal
Interface Identifiable

All Known Subinterfaces:
AuthLevelConfig, BaseStateParameterService, Cache<K,V>, Client, CommunicationEndpoint, CommunicationSource, CommunicationTarget, ContentLabel, ContentNode, ContentNodeStateParameterService, ContentPage, ContentURL, Context, CustomResource, DCX, Decoration, DependencyCache<K,V>, DeviceClass, DialogDefinition, EventRequest, ExternalContentURL, FriendlyURL, Group, IdentifiableCreationContext, IdentifiableNavigationNode, InternalContentURL, Language, LayoutContainer, LayoutControl, LayoutModel<E>, LayoutModelController<T,M>, LayoutNode, LegacyPortletAccessor, LegacyPortletAccessorController, ManagedProtectedResource, ManagedProtectedResourceController, Markup, ModifiableClient, ModifiableContentLabel, ModifiableContentNode, ModifiableContentPage, ModifiableContentURL, ModifiableCustomResource, ModifiableDecoration, ModifiableExternalContentURL, ModifiableIdentifiable, ModifiableInternalContentURL, ModifiableLayoutContainer, ModifiableLayoutControl, ModifiableLayoutNode, ModifiableObjectID, ModifiablePortlet, ModifiablePortletDefinition, ModifiablePortletEntity, ModifiablePortletWindow, ModifiableRating, ModifiableRenderAspect, ModifiableResource, ModifiableSkin, ModifiableStaticContentPage, ModifiableTag, ModifiableTheme, ModifiableVanityURLNode, ModifiableVirtualPortal, ModifiableWebApplication, ModifiableWire, NavigationNode, NavigationShiftAccessor, NavigationShiftAccessorController, ObjectID, PortalURL, Portlet, PortletAccessor, PortletAccessorController, PortletActionPocService, PortletAjaxProxyService, PortletDefinition, PortletEntity, PortletEventPocService, PortletFriendlySelectionService, PortletLocalizedContext, PortletMimePocService, PortletPocService, PortletRenderPocService, PortletResourcePocService, PortletStateManager, PortletStateManagerController, PortletStaticPageService, PortletWindow, PortletWindowStateParameterService, Principal, ProcessingEventDefinition, ProtectedResource, PublishingEventDefinition, Rating, RenderAspect, RenderEventRequest, RenderEventResponse, Resource, ResourceEventRequest, Skin, StaticContentPage, Tag, Theme, ThemeContext, Transition, TransitionEndpoint, User, VanityURLNode, VirtualPortal, WebApplication, Wire
All Known Implementing Classes:
AbstractCustomResource, ObjectIDDeletedException, ObjectIDNotFoundException, PortletURI, SpaURI

public interface Identifiable

Interface for any resource in the portal that can be identified by an ObjectID.

Since:
5.1

Method Summary
 ObjectID getObjectID()
          Returns the object ID of the resource that implements the Identifiable interface.
 

Method Detail

getObjectID

ObjectID getObjectID()
Returns the object ID of the resource that implements the Identifiable interface.

Returns:
the ObjectID of this resource, this can never be null