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