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