-
Packages that use AutoClassify Package Description 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 asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of AutoClassify in com.filenet.api.constants
Fields in com.filenet.api.constants declared as AutoClassify Modifier and Type Field and Description static AutoClassifyAutoClassify. AUTO_CLASSIFYIndicates that the document will be auto-classified during check-in.static AutoClassifyAutoClassify. DO_NOT_AUTO_CLASSIFYIndicates that the document will not be auto-classified during check-in.Methods in com.filenet.api.constants that return AutoClassify Modifier and Type Method and Description static AutoClassifyAutoClassify. getInstanceFromBoolean(boolean val)Returns the object instance from its associatedbooleanvalue -
Uses of AutoClassify in com.filenet.api.core
Methods in com.filenet.api.core with parameters of type AutoClassify Modifier and Type Method and Description voidDocument. checkin(AutoClassify autoClassify, CheckinType checkinType)Checks in this document reservation object by saving it as a new document version.
-