FileNet Content Services
Java Connector v3.0

Uses of Interface
com.filenet.wcm.api.ClassDescription

Packages that use ClassDescription
com.filenet.Panagon This package contains the ObjectFactory class for creating new objects, and interfaces that define system and custom properties as fields.  
com.filenet.wcm.api This package contains the classes and interfaces you can use to build Java-based applications that provide access to Content Services objects such as ObjectStore, Folder, and Document. 
 

Uses of ClassDescription in com.filenet.Panagon
 

Subinterfaces of ClassDescription in com.filenet.Panagon
 interface ClassDescription
          A ClassDescription object is a collection of metadata that describes a Content Services class.
 

Methods in com.filenet.Panagon that return ClassDescription
 ClassDescription Document.getClassDescription()
          Returns the ClassDescription object for the Document.
 

Uses of ClassDescription in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api with parameters of type ClassDescription
 SecurityPolicies ObjectStore.getSecurityPolicies(ClassDescription cd, boolean includeSubclasses)
          

Not Implemented in CS Java Connector v3.0.

 java.lang.String ObjectStore.getSecurityPoliciesXML(ClassDescription cd, boolean includeSubclasses)
          

Not Implemented in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0