Uses of Class
com.filenet.api.constants.DefineSecurityParentage

Packages that use DefineSecurityParentage
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
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 DefineSecurityParentage in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as DefineSecurityParentage
static DefineSecurityParentage DefineSecurityParentage.DEFINE_SECURITY_PARENTAGE
          Specifies that security is to be inherited from the referenced parent (container).
static DefineSecurityParentage DefineSecurityParentage.DO_NOT_DEFINE_SECURITY_PARENTAGE
          Specifies that security is not to be inherited from the referenced parent (container).
 

Methods in com.filenet.api.constants that return DefineSecurityParentage
static DefineSecurityParentage DefineSecurityParentage.getInstanceFromBoolean(boolean val)
          Gets an instance of this class from its associated boolean value.
 

Uses of DefineSecurityParentage in com.filenet.api.core
 

Methods in com.filenet.api.core with parameters of type DefineSecurityParentage
static DynamicReferentialContainmentRelationship Factory.DynamicReferentialContainmentRelationship.createInstance(ObjectStore os, java.lang.String classId, AutoUniqueName uniqueName, DefineSecurityParentage defineSecurityParentage)
          Creates a new instance of the DynamicReferentialContainmentRelationship 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 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.
 ReferentialContainmentRelationship Folder.file(IndependentlyPersistableObject containee, AutoUniqueName autoUniqueName, java.lang.String containmentName, DefineSecurityParentage defineSecurityParentage)
          Files an instance of a Containable subclass to this folder.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.