-
Packages that use ServerConnectionData Package Description com.filenet.download.api -
-
Uses of ServerConnectionData in com.filenet.download.api
Methods in com.filenet.download.api that return ServerConnectionData Modifier and Type Method and Description static ServerConnectionDataServerConnectionData. getHttpConnectionData(java.lang.String serverName, java.lang.String port)Factory method used to create an instance of this class to be used for connecting to the Client Download Servlet via the HTTP protocol.static ServerConnectionDataServerConnectionData. getHttpsConnectionData(java.lang.String serverName, java.lang.String port, boolean validateServerCert)Factory method used to create an instance of this class to be used for connecting to the Client Download Servlet via the HTTPS protocol, that is, using SSL.Methods in com.filenet.download.api with parameters of type ServerConnectionData Modifier and Type Method and Description static ServerVersionServerVersion. fetchInstance(ServerConnectionData serverConnectionData)Returns an instance of the class for obtaining server version information.static java.util.List<Package>Package. search(ServerConnectionData serverConnectionData)Static method that executes a search for all packages available from the specified content platform engine server location.static java.util.List<Package>Package. search(ServerConnectionData serverConnectionData, java.lang.String id, java.lang.String version, java.lang.String serverBuildNumber)Static method that uses filter criteria to execute a search for all packages available from the specified content platform engine server location.
-