com.filenet.api.constants

Class PropertyNames

  • java.lang.Object
    • com.filenet.api.constants.PropertyNames


  • public class PropertyNames
    extends java.lang.Object
    Contains a constant for the name of each property in the FileNet P8 Content Engine API. Use these constants to supply the property name to methods, such as when calling addIncludeProperty to add a filter element to a property filter. For example:
    PropertyFilter pf = new PropertyFilter();
     pf.addIncludeProperty(10, null, null, PropertyNames.SYMBOLIC_NAME);

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