FileNet Content Services
Java Connector v3.0

Deprecated API

Deprecated Methods
com.filenet.wcm.api.ClassDescription.getAuditDefinitions()
          Use getAuditDefinitions(boolean incInherited). 
com.filenet.wcm.api.Realm.getGroups()
          Use findGroups(). 
com.filenet.wcm.api.Realm.getGroups(Session)
          Use findGroups(). 
com.filenet.wcm.api.Realm.getGroupsXML()
          Use findGroupsXML(). 
com.filenet.wcm.api.Realm.getGroupsXML(Session)
          Use findGroupsXML(). 
com.filenet.wcm.api.Permission.getInheritanceType()
          Use getInheritableDepth 
com.filenet.wcm.api.EntireNetwork.getObjectStores()
          Returns an ObjectStores collection object whose elements are ObjectStore objects known to the Active Directory on the Content Services server and to which the current user has access. (The current user is identified in the Session object.)

This method checks the caller's permission to access each object store but does not login to each object store. Therefore, this method returns and caches only the object store properties that are available without performing a login (for example, Name, DisplayName, DatabaseServerName, and Domain properties). (Note that the getObjectStoresXML method can return all available object store properties.)

 
com.filenet.wcm.api.ObjectFactory.getSession(String, String, String, String, String)
          Use (appId, credTag, userId, password) form of this method. 
com.filenet.wcm.api.ObjectStore.getStoredSearches(int[], String[])
          Use int[], String[] form of this method. Returns a collection of StoredSearch objects, including the properties of those objects as specified by their symbolic property names.

You can use this method to retrieve stored searches, search templates, or both. Identify what to retrieve in the objTypes parameter, which is an int array that can contain the following object types:

  • Stored searches (StoredSearch.TYPE_SEARCH)
  • Search templates (StoredSearch.TYPE_TEMPLATE)

Note: If the int array contains other BaseObject object types, they are ignored.

If the propNames parameter is null or an empty array, this method retrieves an initial set of hard-coded properties. However, because this set can vary from release to release, we recommend you specify the properties your application requires in the propNames array. An exception is thrown if the array contains property names that are invalid or not selectable.

 
com.filenet.wcm.api.SecurityPolicy.getUserAccess(String, String, String)
          Use getUserAccess(collectionType, userId) form of this method. 
com.filenet.wcm.api.Link.getUserAccess(String, String, String)
          Use (collectionType, userId) form of this method. 
com.filenet.wcm.api.Folder.getUserAccess(String, String, String)
          Use (collectionType, userId) form of this method. 
com.filenet.wcm.api.Document.getUserAccess(String, String, String)
          Use (collectionType, userId) form of this method. 
com.filenet.wcm.api.Document.getUserAccessXML()
          Use method getUserAccess. 
com.filenet.wcm.api.Realm.getUsers()
          Use findUsers(). 
com.filenet.wcm.api.Realm.getUsers(Session)
          Use findUsers(). 
com.filenet.wcm.api.Realm.getUsersXML()
          Use findUsers(). 
com.filenet.wcm.api.Realm.getUsersXML(Session)
          Use findUsers(). 
com.filenet.wcm.api.ObjectStore.installFeatureAddOn(FeatureAddOn, int)
          Use installFeatureAddOn(FeatureAddOn addOnInst). 
com.filenet.wcm.api.Permission.setInheritanceType(int)
          Use setInheritableDepth 
 


FileNet Content Services
Java Connector v3.0