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