-
Packages that use CmTextSearchServer Package Description 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 CmTextSearchServer in com.filenet.api.core
Methods in com.filenet.api.core that return CmTextSearchServer Modifier and Type Method and Description static CmTextSearchServerFactory.CmTextSearchServer. createInstance(Domain domain)Creates a new instance of theCmTextSearchServerclass for the specified domain.static CmTextSearchServerFactory.CmTextSearchServer. createInstance(Domain domain, Id id)Creates a new instance of theCmTextSearchServerclass based on the specified parameters.static CmTextSearchServerFactory.CmTextSearchServer. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theCmTextSearchServerclass by the specified domain and ID.static CmTextSearchServerFactory.CmTextSearchServer. getInstance(Domain domain, Id id)Constructs an instance of theCmTextSearchServerclass by the specified domain and ID.
-