|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentClassDefinition | |
---|---|
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 as EntireNetwork , Domain , Document , Folder , and so on. |
Uses of DocumentClassDefinition in com.filenet.api.admin |
---|
Methods in com.filenet.api.admin that return DocumentClassDefinition | |
---|---|
DocumentClassDefinition |
XMLPropertyMappingScript.get_TargetClass()
Returns the value of the TargetClass property. |
Methods in com.filenet.api.admin with parameters of type DocumentClassDefinition | |
---|---|
void |
XMLPropertyMappingScript.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 | |
---|---|
static DocumentClassDefinition |
Factory.DocumentClassDefinition.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the DocumentClassDefinition class
by the specified object ID from the specified object store. |
static DocumentClassDefinition |
Factory.DocumentClassDefinition.fetchInstance(ObjectStore os,
java.lang.String objectIdentity,
PropertyFilter filter)
Retrieves an object of the DocumentClassDefinition class by the specified object
identity from the specified object store. |
static DocumentClassDefinition |
Factory.DocumentClassDefinition.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the DocumentClassDefinition class from the specified object store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |