Package | Description |
---|---|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , Domain , Document , Folder , and so on. |
Modifier and Type | Interface and Description |
---|---|
interface |
DynamicReferentialContainmentRelationship
Represents a dynamic relationship between two
Containable subclasses: a container and the
current version of a Document . |
Modifier and Type | Method and Description |
---|---|
static ReferentialContainmentRelationship |
Factory.ReferentialContainmentRelationship.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
ReferentialContainmentRelationship class to be persisted in the specified object store. |
static ReferentialContainmentRelationship |
Factory.ReferentialContainmentRelationship.createInstance(ObjectStore os,
java.lang.String className,
AutoUniqueName uniqueName,
DefineSecurityParentage defineSecurityParentage)
Creates a new instance of the
ReferentialContainmentRelationship class, to be persisted in the
specified object store, based on the AutoUniqueName and DefineSecurityParentage and
class name settings. |
static ReferentialContainmentRelationship |
Factory.ReferentialContainmentRelationship.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
ReferentialContainmentRelationship class to be persisted in the specified object store. |
static ReferentialContainmentRelationship |
Factory.ReferentialContainmentRelationship.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
ReferentialContainmentRelationship class
by the specified object ID from the specified object store. |
static ReferentialContainmentRelationship |
Factory.ReferentialContainmentRelationship.fetchInstance(ObjectStore os,
java.lang.String path,
PropertyFilter filter)
Retrieves an object of the
ReferentialContainmentRelationship class
based on the specified path, and from the specified object store. |
ReferentialContainmentRelationship |
Folder.file(IndependentlyPersistableObject containee,
AutoUniqueName autoUniqueName,
java.lang.String containmentName,
DefineSecurityParentage defineSecurityParentage)
Files an instance of a
Containable subclass to this folder. |
ReferentialContainmentRelationship |
Document.get_SecurityParent()
Deprecated.
|
ReferentialContainmentRelationship |
CustomObject.get_SecurityParent()
Deprecated.
|
static ReferentialContainmentRelationship |
Factory.ReferentialContainmentRelationship.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
ReferentialContainmentRelationship class from the
specified object store. |
static ReferentialContainmentRelationship |
Factory.ReferentialContainmentRelationship.getInstance(ObjectStore os,
java.lang.String className,
java.lang.String path)
Retrieves the instance of the
ReferentialContainmentRelationship class based on the specified pathname,
and from the specified object store. |
ReferentialContainmentRelationship |
Folder.unfile(IndependentlyPersistableObject containee)
Removes the specified containee from this folder.
|
ReferentialContainmentRelationship |
Folder.unfile(java.lang.String containmentName)
Unfile the object using a path specification.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.set_SecurityParent(ReferentialContainmentRelationship value)
Deprecated.
|
void |
CustomObject.set_SecurityParent(ReferentialContainmentRelationship value)
Deprecated.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.