-
Packages that use CmChangePreprocessorAction 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. -
-
Uses of CmChangePreprocessorAction in com.filenet.api.admin
Methods in com.filenet.api.admin that return CmChangePreprocessorAction Modifier and Type Method and Description CmChangePreprocessorActionCmChangePreprocessorDefinition. get_ChangePreprocessorAction()Returns the value of the ChangePreprocessorAction property.Methods in com.filenet.api.admin with parameters of type CmChangePreprocessorAction Modifier and Type Method and Description voidCmChangePreprocessorDefinition. set_ChangePreprocessorAction(CmChangePreprocessorAction value)Sets the value of the ChangePreprocessorAction property. -
Uses of CmChangePreprocessorAction in com.filenet.api.core
Methods in com.filenet.api.core that return CmChangePreprocessorAction Modifier and Type Method and Description static CmChangePreprocessorActionFactory.CmChangePreprocessorAction. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of the subclassableCmChangePreprocessorActionclass to be persisted in the specified object store.static CmChangePreprocessorActionFactory.CmChangePreprocessorAction. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of the subclassableCmChangePreprocessorActionclass to be persisted in the specified object store.static CmChangePreprocessorActionFactory.CmChangePreprocessorAction. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmChangePreprocessorActionclass by the specified object ID from the specified object store.static CmChangePreprocessorActionFactory.CmChangePreprocessorAction. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmChangePreprocessorActionclass from the specified object store.
-