com.filenet.bso.api.util
Class BsoLinkableUtil
java.lang.Object
|
+--com.filenet.bso.api.util.BsoLinkableUtil
- public class BsoLinkableUtil
- extends java.lang.Object
Method Summary |
static void |
addLinkableProperties(com.filenet.wcm.api.BaseObject linkObject,
com.filenet.wcm.api.Properties properties)
|
static com.filenet.wcm.api.BaseObject |
getLinkObject(com.filenet.wcm.api.ObjectStore store,
com.filenet.wcm.api.BaseObject object)
|
static java.lang.String |
getLinkObjectId(com.filenet.wcm.api.BaseObject obj)
Returns the ID of a linked to object. |
static int |
getLinkObjectType(com.filenet.wcm.api.BaseObject obj)
Returns the type of a linked to object. |
static void |
initLinkObject(com.filenet.wcm.api.WriteableMetadataObject object,
com.filenet.wcm.api.BaseObject linkObject)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getLinkObject
public static com.filenet.wcm.api.BaseObject getLinkObject(com.filenet.wcm.api.ObjectStore store,
com.filenet.wcm.api.BaseObject object)
initLinkObject
public static void initLinkObject(com.filenet.wcm.api.WriteableMetadataObject object,
com.filenet.wcm.api.BaseObject linkObject)
addLinkableProperties
public static void addLinkableProperties(com.filenet.wcm.api.BaseObject linkObject,
com.filenet.wcm.api.Properties properties)
getLinkObjectType
public static int getLinkObjectType(com.filenet.wcm.api.BaseObject obj)
- Returns the type of a linked to object. This primarily resolves the indirection
of a Document object to its corresponding VersionSeries object. Currently
we always link to the VersionSeries.
getLinkObjectId
public static java.lang.String getLinkObjectId(com.filenet.wcm.api.BaseObject obj)
- Returns the ID of a linked to object. This primarily resolves the indirection
of a Document object to its corresponding VersionSeries object. Currently
we always link to the VersionSeries.
Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.