com.filenet.wcm.toolkit.util
Class WcmOIIDUtil

java.lang.Object
  extended bycom.filenet.wcm.toolkit.util.WcmOIIDUtil

public class WcmOIIDUtil
extends java.lang.Object

The WcmOIIDUtil class is a utility to attract the ObjectStore Id and Object Id from the OIID.


Constructor Summary
WcmOIIDUtil()
           
 
Method Summary
static java.lang.String getObjectId(java.lang.String OIID)
          Get the Object Id from the OIID
static java.lang.String getObjectStoreId(java.lang.String OIID)
          Get the ObjectStore Id from the OIID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WcmOIIDUtil

public WcmOIIDUtil()
Method Detail

getObjectStoreId

public static java.lang.String getObjectStoreId(java.lang.String OIID)
Get the ObjectStore Id from the OIID

Parameters:
OIID - The OIID String
Returns:
ObjectStore Id

getObjectId

public static java.lang.String getObjectId(java.lang.String OIID)
Get the Object Id from the OIID

Parameters:
OIID - The OIID String
Returns:
Object Id


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.