|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.api.constants.DefineSecurityParentage
public class DefineSecurityParentage
Exposes constants that indicate whether the SecurityFolder
property
of the object referenced by the ReferentialContainmentRelationship
object's
Head
property is set to the Folder
object referenced by the ReferentialContainmentRelationship
object's Tail
property. Use these constants when calling the Folder.file
method to add a new
object to a folder, or when calling createInstance
to
create a ReferentialContainmentRelationship
object.
Folder.file
,
Factory.ReferentialContainmentRelationship.createInstance
,
Serialized FormField Summary | |
---|---|
static DefineSecurityParentage |
DEFINE_SECURITY_PARENTAGE
Specifies that security is to be inherited from the referenced parent (container). |
static DefineSecurityParentage |
DO_NOT_DEFINE_SECURITY_PARENTAGE
Specifies that security is not to be inherited from the referenced parent (container). |
Method Summary | |
---|---|
java.lang.Boolean |
getBooleanValue()
Returns the Boolean value associated with a specific instance of this class. |
static DefineSecurityParentage |
getInstanceFromBoolean(boolean val)
Gets an instance of this class from its associated boolean value. |
boolean |
getValue()
Returns the boolean value associated with a specific instance of this class. |
java.lang.String |
toString()
Returns a String representation of this DefineSecurityParentage instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DefineSecurityParentage DEFINE_SECURITY_PARENTAGE
public static final DefineSecurityParentage DO_NOT_DEFINE_SECURITY_PARENTAGE
Method Detail |
---|
public boolean getValue()
boolean
value associated with a specific instance of this class.
boolean
representing a specific instance of this class.public java.lang.Boolean getBooleanValue()
Boolean
value associated with a specific instance of this class.
Boolean
representing a specific instance of this class.public static DefineSecurityParentage getInstanceFromBoolean(boolean val)
boolean
value.
val
- A boolean
representing the DefineSecurityParentage
instance to retrieve. Valid values are DEFINE_SECURITY_PARENTAGE
and DO_NOT_DEFINE_SECURITY_PARENTAGE
; cannot be null
.
DefineSecurityParentage
object of the type requested.
EngineRuntimeException
- if the input parameter is invalid or null
.public java.lang.String toString()
String
representation of this DefineSecurityParentage
instance.
toString
in class java.lang.Object
String
representing this DefineSecurityParentage
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |