Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.core.config
Class Mapping.IdHelper

java.lang.Object
  extended by oracle.stellent.wcm.core.config.Mapping.IdHelper

Enclosing interface:
Mapping

public abstract static class Mapping.IdHelper
extends java.lang.Object

Methods for working with the IDs


Constructor Summary
Mapping.IdHelper()
           

 

Method Summary
static java.lang.String createMappingID(java.lang.String contentID)
          Create the prefixed content ID
static java.lang.String getMappingID(java.lang.String prefixedContentID)
          Retrieve a cleaned up version of the ID, without the prefix
static boolean isMappingID(java.lang.String contentID)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Mapping.IdHelper

public Mapping.IdHelper()

Method Detail

isMappingID

public static boolean isMappingID(java.lang.String contentID)
Parameters:
contentID - the content ID
Returns:
true if the content ID is a local mapping ID

getMappingID

public static java.lang.String getMappingID(java.lang.String prefixedContentID)
Retrieve a cleaned up version of the ID, without the prefix
Parameters:
prefixedContentID - the content ID
Returns:
the content ID with the prefix removed

createMappingID

public static java.lang.String createMappingID(java.lang.String contentID)
Create the prefixed content ID
Parameters:
contentID - the content ID
Returns:
the ID with the prefix

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.