public static class Factory.LocalizedString
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static LocalizedString |
createInstance()
Creates a new instance of the
LocalizedString class to be
persisted to an object store. |
static LocalizedString |
createInstance(ObjectStore objectStore)
Creates a new instance of the
LocalizedString class to be
persisted to an object store. |
static LocalizedStringList |
createList()
Creates a new instance of this collection class.
|
public static LocalizedString createInstance()
LocalizedString
class to be
persisted to an object store.
The created object is a dependent object and cannot exist in the
object store without a parent object. The object is persisted to an object store when its parent object (the
independently persistable object that references it) is persisted.
The most frequently used form of this method takes no arguments. (Since a dependent object is persisted to the object store of its parent, there is no need to specify an object store.) A second form of this method, provided for backward compatibility with the FileNet P8 Content Engine COM API, takes an object store argument. If the specified object store is not that of the parent object, an exception is thrown when the parent is persisted.
public static LocalizedString createInstance(ObjectStore objectStore)
LocalizedString
class to be
persisted to an object store.
The created object is a dependent object and cannot exist in the
object store without a parent object. The object is persisted to an object store when its parent object (the
independently persistable object that references it) is persisted.
The most frequently used form of this method takes no arguments. (Since a dependent object is persisted to the object store of its parent, there is no need to specify an object store.) A second form of this method, provided for backward compatibility with the FileNet P8 Content Engine COM API, takes an object store argument. If the specified object store is not that of the parent object, an exception is thrown when the parent is persisted.
public static LocalizedStringList createList()
© Copyright IBM Corporation 2006, 2015. All rights reserved.