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