-
Packages that use CodeModule Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.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.com.filenet.api.events Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to extend Content Engine functionality and invoke it through the event mechanism. -
-
Uses of CodeModule in com.filenet.api.admin
Methods in com.filenet.api.admin that return CodeModule Modifier and Type Method and Description CodeModule
CmCustomStorageDevice. get_CodeModule()
Returns the value of the CodeModule property.Methods in com.filenet.api.admin with parameters of type CodeModule Modifier and Type Method and Description void
CmCustomStorageDevice. set_CodeModule(CodeModule value)
Sets the value of the CodeModule property. -
Uses of CodeModule in com.filenet.api.core
Methods in com.filenet.api.core that return CodeModule Modifier and Type Method and Description static CodeModule
Factory.CodeModule. createInstance(ObjectStore os, java.lang.String classId)
Creates a new instance of the subclassableCodeModule
class to be persisted in the specified object store.static CodeModule
Factory.CodeModule. createInstance(ObjectStore os, java.lang.String classId, Id id)
Creates a new instance of the subclassableCodeModule
class to be persisted in the specified object store.static CodeModule
Factory.CodeModule. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
Retrieves an object of theCodeModule
class by the specified object ID from the specified object store.static CodeModule
Factory.CodeModule. getInstance(ObjectStore os, java.lang.String path)
Retrieves the instance of the subclassableCodeModule
class as specified by a path and an object store.static CodeModule
Factory.CodeModule. getInstance(ObjectStore os, java.lang.String className, Id objectId)
Constructs an instance of the subclassableCodeModule
class from the specified object store. -
Uses of CodeModule in com.filenet.api.events
Methods in com.filenet.api.events that return CodeModule Modifier and Type Method and Description CodeModule
Action. get_CodeModule()
Returns the value of the CodeModule property.Methods in com.filenet.api.events with parameters of type CodeModule Modifier and Type Method and Description void
Action. set_CodeModule(CodeModule value)
Sets the value of the CodeModule property.
-