-
Packages that use DocumentClassDefinition 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 DocumentClassDefinition in com.filenet.api.admin
Methods in com.filenet.api.admin that return DocumentClassDefinition Modifier and Type Method and Description DocumentClassDefinitionXMLPropertyMappingScript. get_TargetClass()Returns the value of the TargetClass property.Methods in com.filenet.api.admin with parameters of type DocumentClassDefinition Modifier and Type Method and Description voidXMLPropertyMappingScript. set_TargetClass(DocumentClassDefinition value)Sets the value of the TargetClass property. -
Uses of DocumentClassDefinition in com.filenet.api.core
Methods in com.filenet.api.core that return DocumentClassDefinition Modifier and Type Method and Description static DocumentClassDefinitionFactory.DocumentClassDefinition. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theDocumentClassDefinitionclass by the specified object ID from the specified object store.static DocumentClassDefinitionFactory.DocumentClassDefinition. fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)Retrieves an object of theDocumentClassDefinitionclass by the specified object identity from the specified object store.static DocumentClassDefinitionFactory.DocumentClassDefinition. getInstance(ObjectStore os, Id objectId)Constructs an instance of theDocumentClassDefinitionclass from the specified object store.
-