Package app.ductape.sdk.api.services
Class ProductsApiService
java.lang.Object
app.ductape.sdk.api.services.ProductsApiService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbootstrapGraph(BootstrapModels.BootstrapGraphParams params, RequestContext auth) checkProductNameExists(String name, RequestContext auth) createProduct(Map<String, Object> payload, RequestContext auth) voiddeleteProduct(String productId, RequestContext auth) fetchProduct(String productId, RequestContext auth) fetchProductByTag(String productTag, RequestContext auth) fetchProductComponentByTag(String productId, String componentType, String tag, RequestContext auth) fetchProductComponents(String productId, String componentType, RequestContext auth) fetchProductSessionUser(String ductapeUserId, RequestContext auth) fetchProductSessionUsers(Map<String, Object> payload, RequestContext auth) fetchProductStorageFiles(Map<String, Object> payload, RequestContext auth) fetchWorkspaceProducts(String status, RequestContext auth) generateExecutablePayload(BootstrapModels.GenerateExecutablePayloadParams params, RequestContext auth) initProduct(String id, RequestContext auth) voidupdateProduct(String productId, Map<String, Object> payload, RequestContext auth)
-
Constructor Details
-
ProductsApiService
-
ProductsApiService
-
-
Method Details
-
createProduct
-
updateProduct
-
deleteProduct
-
fetchProduct
-
fetchProductByTag
-
fetchWorkspaceProducts
-
fetchProductStorageFiles
-
fetchProductSessionUsers
-
fetchProductSessionUser
-
checkProductNameExists
-
fetchProductComponents
-
fetchProductComponentByTag
-
initProduct
-
bootstrapAction
public BootstrapModels.BootstrapActionResponse bootstrapAction(BootstrapModels.BootstrapActionParams params, RequestContext auth) -
bootstrapNotification
public BootstrapModels.BootstrapNotificationResponse bootstrapNotification(BootstrapModels.BootstrapNotificationParams params, RequestContext auth) -
bootstrapStorage
public BootstrapModels.BootstrapStorageResponse bootstrapStorage(BootstrapModels.BootstrapStorageParams params, RequestContext auth) -
bootstrapSession
public BootstrapModels.BootstrapSessionResponse bootstrapSession(BootstrapModels.BootstrapSessionParams params, RequestContext auth) -
bootstrapDatabase
public BootstrapModels.BootstrapDatabaseResponse bootstrapDatabase(BootstrapModels.BootstrapDatabaseParams params, RequestContext auth) -
bootstrapBroker
public BootstrapModels.BootstrapBrokerResponse bootstrapBroker(BootstrapModels.BootstrapBrokerParams params, RequestContext auth) -
bootstrapGraph
public BootstrapModels.BootstrapGraphResponse bootstrapGraph(BootstrapModels.BootstrapGraphParams params, RequestContext auth) -
bootstrapVector
public BootstrapModels.BootstrapVectorResponse bootstrapVector(BootstrapModels.BootstrapVectorParams params, RequestContext auth) -
bootstrapResilience
public BootstrapModels.BootstrapResilienceResponse bootstrapResilience(BootstrapModels.BootstrapResilienceParams params, RequestContext auth) -
bootstrapIntelligence
public BootstrapModels.BootstrapIntelligenceResponse bootstrapIntelligence(BootstrapModels.BootstrapIntelligenceParams params, RequestContext auth) -
bootstrapFeature
public Map<String,Object> bootstrapFeature(BootstrapModels.BootstrapFeatureParams params, RequestContext auth) -
generateExecutablePayload
public BootstrapModels.GenerateExecutablePayloadResponse generateExecutablePayload(BootstrapModels.GenerateExecutablePayloadParams params, RequestContext auth)
-