com.filenet.api.constants
Class ContainmentName

java.lang.Object
  extended by 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).


Field Summary
static java.lang.String INVALID_CHARACTERS
           
 
Constructor Summary
ContainmentName()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_CHARACTERS

public static final java.lang.String INVALID_CHARACTERS
See Also:
Constant Field Values
Constructor Detail

ContainmentName

public ContainmentName()


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