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).

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String INVALID_CHARACTERS
      Specifies the following illegal containment name characters:
    • Constructor Summary

      Constructors 
      Constructor and Description
      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
        Specifies the following illegal containment name characters:
            \  /  :  *  ?  "  <  >  | 
        See Also:
        Constant Field Values
    • Constructor Detail

      • ContainmentName

        public ContainmentName()

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