Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.55 KB

File metadata and controls

43 lines (26 loc) · 1.55 KB

WebIdHelper

Method Description
getWebIdInfo Get WebID 2.0 information.
generateWebIdByPath Generate a WebID client-side using the object's path.

getWebIdInfo

WebIdInfo getWebIdInfo(String webId)

Get WebID 2.0 information.

Parameters

Name Type Description Notes
webId String The ID of the PIObject.. [required]

Return type

WebIdInfo

[Back to top] [Back to API list] [Back to Model list] [Back to DOCUMENTATION]

generateWebIdByPath

String generateWebIdByPath(String path, String type, String ownerType);

Generate a WebID client-side using the object's path.

Parameters

Name Type Description Notes
path String The path of the PIObject. [required]
type String The type of the PIObject. [required]
ownerType String Optional parameter. The type of the owner of the PIObject. It is required for some types of objects [optional]

Return type String

[Back to top] [Back to API list] [Back to Model list] [Back to DOCUMENTATION]