Package com.solibri.smc.api.bcflive
Interface BCFServer
public interface BCFServer
BCF server interface provides access to the properties of a supported BCF-API Server.
- Since:
- 9.12.0
- 
Method SummaryModifier and TypeMethodDescriptionReturns the unique id for this server.getUrl()Returns the url of this server.
- 
Method Details- 
getUniqueIdReturns the unique id for this server.- Returns:
- the unique id
- Since:
- 9.12.0
 
- 
getUrlReturns the url of this server.- Returns:
- the url
- Since:
- 9.12.0
 
 
-