| Package | Description |
|---|---|
| net.leanix.api | |
| net.leanix.api.common | |
| net.leanix.api.common.auth |
| Modifier and Type | Method and Description |
|---|---|
BasicPFResponse |
FactSheetsApi.archiveFactSheet(String id,
FactSheetArchiveParameter body)
deleteFactSheet
Deletes a Fact Sheet
|
BookmarkResponse |
BookmarksApi.createBookmark(Bookmark body)
createBookmark
Saves a bookmark in the database
|
FactSheetResponse |
FactSheetsApi.createFactSheet(FactSheetData body)
createFactSheet
Creates a Fact Sheet
|
RelationResponse |
FactSheetsApi.createFactSheetRelation(FactSheetDataRelation relation,
UUID id)
createFactSheetRelation
Creates the given relation with the Fact Sheet as one side of the relation.
|
BookmarkResponse |
BookmarksApi.deleteBookmark(UUID id)
deleteBookmark
Deletes a bookmark identified by the given ID
|
void |
FactSheetsApi.deleteFactSheetRelation(UUID id,
UUID relationId)
deleteFactSheetRelation
Deletes the given relation.
|
void |
DocumentsApi.downloadDocument(String documentId)
downloadDocument
Download a document's content
|
AuthorizationRolesResponse |
ModelsApi.getAuthorization(String workspaceId)
getAuthorization
Provides all authorization roles were for each role a set of permission is defined.
|
BookmarkResponse |
BookmarksApi.getBookmark(UUID id)
getBookmark
Retrieves a bookmark by ID
|
BookmarkListResponse |
BookmarksApi.getBookmarks(String bookmarkType,
String groupKey)
getBookmarks
Retrieves all stored bookmarks a user can read.
|
DataModelDefinitionResponse |
ModelsApi.getDataModel(String workspaceId)
getDataModel
Retrieves the model for a workspace
|
DataModelDefinitionResponse |
ModelsApi.getEnrichedDataModel(String workspaceId)
getEnrichedDataModel
Retrieves the model for a workspace, including redundant data that makes life easy for the web front end
|
FactSheetResponse |
FactSheetsApi.getFactSheet(String id,
String relationTypes,
Boolean permissions)
getFactSheet
Retrieves a Fact Sheet
|
RelationListResponse |
FactSheetsApi.getFactSheetRelations(String id,
String type,
Boolean withFactSheets)
getFactSheetRelations
Retrieves all relations of a Fact Sheet, with the given type
|
FactSheetListResponse |
FactSheetsApi.getFactSheets(String type,
String relationTypes,
Integer pageSize,
String cursor,
Boolean permissions)
getFactSheets
Retrieves all Fact Sheets
|
LanguageResponse |
ModelsApi.getLanguage(String id,
String workspaceId)
getLanguage
Get the given language
|
ViewModelResponse |
ModelsApi.getViewModel(String workspaceId)
getViewModel
Retrieves the view model for a workspace
|
GraphQLResult |
GraphqlApi.processGraphQL(GraphQLRequest request)
processGraphQL
Processes GraphQL requests
|
GraphQLResult |
GraphqlApi.processGraphQLMultipart(String graphQLRequest,
File file)
processGraphQLMultipart
Processes GraphQL requests, supporting multipart documents
|
BasicResponse |
ModelsApi.updateAuthorization(List<AuthorizationRole> body,
String workspaceId)
updateAuthorization
Updates all authorization roles for a given workspace.
|
BookmarkResponse |
BookmarksApi.updateBookmark(UUID id,
Bookmark body)
updateBookmark
Updates a bookmark stored in the database
|
DataModelUpdateResponse |
ModelsApi.updateDataModel(DataModel body,
Boolean force,
String workspaceId)
updateDataModel
Updates the data model for a workspace
|
FactSheetResponse |
FactSheetsApi.updateFactSheet(UUID id,
FactSheetData body,
String relationTypes)
updateFactSheet
Updates a Fact Sheet
|
RelationResponse |
FactSheetsApi.updateFactSheetRelation(UUID id,
UUID relationId,
FactSheetDataRelation relation)
updateFactSheetRelation
Updates the given relation.
|
BasicResponse |
ModelsApi.updateLanguage(String id,
Object definition,
String workspaceId)
updateLanguage
Updates the given language
|
BasicResponse |
ModelsApi.updateViewModel(String body,
String workspaceId)
updateViewModel
Updates the view model for a workspace
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ApiClient.deserialize(javax.ws.rs.core.Response response,
javax.ws.rs.core.GenericType<T> returnType)
Deserialize response body to Java object according to the Content-Type.
|
File |
ApiClient.downloadFileFromResponse(javax.ws.rs.core.Response response)
Download file from the given response.
|
<T> T |
ApiClient.invokeAPI(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String accept,
String contentType,
String[] authNames,
javax.ws.rs.core.GenericType<T> returnType)
Invoke API by sending HTTP request with the given options.
|
javax.ws.rs.client.Entity<?> |
ApiClient.serialize(Object obj,
Map<String,Object> formParams,
String contentType)
Serialize the given Java object into string entity according the given
Content-Type (only JSON is supported for now).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientCredentialRefreshingOAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
void |
Authentication.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams)
Apply authentication settings to header and query params.
|
void |
OAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
Copyright © 2017 LeanIX GmbH. All rights reserved.