Uses of Interface
com.solibri.smc.api.bcflive.BCFServer
-
Packages that use BCFServer Package Description com.solibri.smc.api.bcflive -
-
Uses of BCFServer in com.solibri.smc.api.bcflive
Methods in com.solibri.smc.api.bcflive that return types with arguments of type BCFServer Modifier and Type Method Description List<BCFServer>
BcfApi. getBCFServerList()
Returns a list ofBCFServer
s from the Solibri backend.Methods in com.solibri.smc.api.bcflive with parameters of type BCFServer Modifier and Type Method Description String
BcfApi. authenticate(BCFServer server)
Connects and Authenticates the givenBCFServer
.void
BcfApi. signoff(BCFServer server)
Disconnects the given server.
-