Package org.jbpm.process.workitem.riot
Class RiotAuth
- java.lang.Object
-
- org.jbpm.process.workitem.riot.RiotAuth
-
public class RiotAuth extends Object
-
-
Constructor Summary
Constructors Constructor Description RiotAuth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.rithms.riot.api.RiotApiAsyncgetAsyncRiotApi(String riotApiKey)net.rithms.riot.api.RiotApigetRiotApi(String riotApiKey)
-
-
-
Method Detail
-
getRiotApi
public net.rithms.riot.api.RiotApi getRiotApi(String riotApiKey) throws net.rithms.riot.api.RiotApiException
- Throws:
net.rithms.riot.api.RiotApiException
-
getAsyncRiotApi
public net.rithms.riot.api.RiotApiAsync getAsyncRiotApi(String riotApiKey) throws net.rithms.riot.api.RiotApiException
- Throws:
net.rithms.riot.api.RiotApiException
-
-