Main Content
oslc.Client
Description
Use an oslc.Client
object to integrate with an Open Services for
Lifecycle Collaboration (OSLC) service provider. Specify the service provider properties on
the object, then use the object functions to set your user name and log in to the server. You
can then use oslc.core.CreationFactory
and oslc.core.QueryCapability
objects to create and query resources in the OSLC
service provider.
Creation
Syntax
Description
returns an OSLC
client object.myClient
= oslc.Client
Properties
Object Functions
getConfigurationContextNames | Get configuration context names from OSLC service provider |
getCreationFactory | Get OSLC creation service object |
getCustomLoginProvider | Get registered custom authentication callback function name for OSLC client |
getDialog | Get user interface dialogs from OSLC service provider |
getQueryService | Get OSLC query service object |
getServer | Get server URL for OSLC client |
getServiceProviderNames | Get service providers for OSLC client |
getUser | Get user for OSLC client |
login | Log in to OSLC client |
remove | Remove resource from OSLC service provider |
setCatalogPath | Set catalog path for OSLC client |
setConfigurationContext | Set configuration context for OSLC client |
setConfigurationQueryPath | Set configuration query path for OSLC client |
setCustomLoginProvider | Register custom authentication callback function to OSLC client |
setHttpHeader | Set HTTP header for OSLC client |
setHttpOptions | Set HTTP options for OSLC client |
setServer | Set server URL for OSLC client |
setServiceProvider | Set service provider for OSLC client |
setServiceRoot | Set service root for OSLC client |
setUser | Set user for OSLC client |
Examples
Version History
Introduced in R2021a