Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static CmEventExportStore |
Factory.CmEventExportStore.createInstance(Domain domain,
Id id)
Creates a new instance of the
CmEventExportStore class based on the specified parameters. |
static CmEventExportStore |
Factory.CmEventExportStore.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
CmEventExportStore class
by the specified domain and ID. |
static CmEventExportStore |
Factory.CmEventExportStore.getInstance(Domain domain,
Id id)
Constructs an instance of the
CmEventExportStore class by the specified domain and ID. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.