Package | Description |
---|---|
de.citunius.businesslogicapi.common |
This package contains all common functions.
|
de.citunius.businesslogicapi.common.services |
This package contains all common services provided to the business logic.
|
Modifier and Type | Method and Description |
---|---|
static Userstate |
Utilities.getUserState(java.lang.String tenantId,
java.lang.String accountId,
java.lang.String pluginName,
java.util.HashMap<java.lang.String,java.lang.String> pluginMap,
java.lang.String userId)
Get user state from Business Bot Platform via web service request
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Userstate> |
WebService.getUserstate(Userstate userstate)
Get user state from BBP and return the results
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Userstate> |
WebService.getUserstate(Userstate userstate)
Get user state from BBP and return the results
|
boolean |
WebService.setUserstate(Userstate userstate)
Set userstate on BBP and return the receipt
|
Copyright © 2019 Citunius GmbH. All Rights Reserved.