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