com.filenet.api.constants
Class ContainmentName
java.lang.Object
com.filenet.api.constants.ContainmentName
public class ContainmentName
- extends java.lang.Object
Specifies illegal containment name characters.
The Content Engine disallows certain characters in containment names.
This constant is a String
consisting of one each of those characters.
The value of this constant is:
\ / : * ? " < > |
Use this constant to validate an explicit containment name before supplying
the name to various methods (such as file
and set_ContainmentName
).
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INVALID_CHARACTERS
public static final java.lang.String INVALID_CHARACTERS
- See Also:
- Constant Field Values
ContainmentName
public ContainmentName()
© Copyright IBM Corporation 2006, 2008. All rights reserved.