Uses of Class
com.filenet.api.constants.AutoClassify

Packages that use AutoClassify
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
 

Uses of AutoClassify in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as AutoClassify
static AutoClassify AutoClassify.AUTO_CLASSIFY
          Indicates that the document will be auto-classified during check-in.
static AutoClassify AutoClassify.DO_NOT_AUTO_CLASSIFY
          Indicates that the document will not be auto-classified during check-in.
 

Methods in com.filenet.api.constants that return AutoClassify
static AutoClassify AutoClassify.getInstanceFromBoolean(boolean val)
          Returns the object instance from its associated boolean value
 

Uses of AutoClassify in com.filenet.api.core
 

Methods in com.filenet.api.core with parameters of type AutoClassify
 void Document.checkin(AutoClassify autoClassify, CheckinType checkinType)
          Checks in this document reservation object by saving it as a new document version.
 



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