|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.api.constants.AutoUniqueName
public class AutoUniqueName
Specifies whether naming collisions are to be detected and automatically resolved for
containment names. Containment names are set on ReferentialContainmentRelationship
or
DynamicReferentialContainmentRelationship
objects.
If auto-unique naming is enabled, and a naming collision is detected, the containment name of the object is automatically appended with an integer in parentheses (such as "myDocument(2)"). Containment names are modified only when a naming collision is detected.
ReferentialContainmentRelationship
,
DynamicReferentialContainmentRelationship
,
Serialized FormField Summary | |
---|---|
static AutoUniqueName |
AUTO_UNIQUE
A constant representing an instance of type AUTO_UNIQUE . |
static AutoUniqueName |
NOT_AUTO_UNIQUE
A constant representing an instance of type NOT_AUTO_UNIQUE . |
Method Summary | |
---|---|
java.lang.Boolean |
getBooleanValue()
Returns the Boolean value associated with this instance. |
static AutoUniqueName |
getInstanceFromBoolean(boolean val)
Creates an instance of this class having the specified auto-unique setting. |
boolean |
getValue()
Returns the boolean value associated with this instance. |
java.lang.String |
toString()
Returns a String representation of this instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final AutoUniqueName AUTO_UNIQUE
AUTO_UNIQUE
. This specifies that containment naming
collisions are to be detected and resolved.
public static final AutoUniqueName NOT_AUTO_UNIQUE
NOT_AUTO_UNIQUE
. This specifies that containment naming
collisions are not to be detected and resolved.
Method Detail |
---|
public boolean getValue()
boolean
value associated with this instance.
boolean
value of true
or false
.public java.lang.Boolean getBooleanValue()
Boolean
value associated with this instance.
Boolean
value of true
or false
.public static AutoUniqueName getInstanceFromBoolean(boolean val)
val
- A boolean
value of true
to indicate auto-unique naming is
enabled; false
otherwise.
AutoUniqueName
object having the specified setting.public java.lang.String toString()
String
representation of this instance.
toString
in class java.lang.Object
String
representing the instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |