• Packages that use Feature 
    Package Description
    com.filenet.download.api  
    • Uses of Feature in com.filenet.download.api

      Methods in com.filenet.download.api that return Feature 
      Modifier and Type Method and Description
      Feature ServerVersion.checkForNewFeature(java.io.File directory, java.lang.String packageId, java.lang.String featureId)
      Performs a version comparison between existing client API files and the server.
      Feature ServerVersion.getLatestFeature(java.lang.String packageId, java.lang.String featureId)
      A convenience method that is equivalent to calling checkForNewFeature(null, packageId, featureId).
      Methods in com.filenet.download.api that return types with arguments of type Feature 
      Modifier and Type Method and Description
      java.util.List<Feature> Package.getFeatures()
      Returns all of the features contained in this Package object.
      java.util.List<Feature> Package.getFeatures(java.lang.String featureId, java.lang.String language, java.lang.String buildNumber)
      Returns the features contained in this Package object based on the criteria specified by this method's arguments.

© Copyright IBM Corporation 2006, 2019. All rights reserved.