-
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 FeatureServerVersion. 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.FeatureServerVersion. getLatestFeature(java.lang.String packageId, java.lang.String featureId)A convenience method that is equivalent to callingcheckForNewFeature(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 thisPackageobject.java.util.List<Feature>Package. getFeatures(java.lang.String featureId, java.lang.String language, java.lang.String buildNumber)Returns the features contained in thisPackageobject based on the criteria specified by this method's arguments.
-