|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferentialContainmentRelationship | |
---|---|
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. |
Uses of ReferentialContainmentRelationship in com.filenet.api.core |
---|
Subinterfaces of ReferentialContainmentRelationship in com.filenet.api.core | |
---|---|
interface |
DynamicReferentialContainmentRelationship
Represents a dynamic relationship between two Containable subclasses: a container and the
current version of a Document . |
Methods in com.filenet.api.core that return ReferentialContainmentRelationship | |
---|---|
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 |
CustomObject.get_SecurityParent()
Deprecated. |
ReferentialContainmentRelationship |
Document.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. |
Methods in com.filenet.api.core with parameters of type ReferentialContainmentRelationship | |
---|---|
void |
CustomObject.set_SecurityParent(ReferentialContainmentRelationship value)
Deprecated. |
void |
Document.set_SecurityParent(ReferentialContainmentRelationship value)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |