com.e_c_group.bwptk.services
Class INIntegration
java.lang.Object
com.e_c_group.bwptk.services.INIntegration
public class INIntegration
- extends java.lang.Object
|
Method Summary |
static Response |
userINIntegrationGetRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId)
Request to get the user level IN Integration service attributes Response is either UserINIntegrationGetResponse or ErrorResponse |
static Response |
userINIntegrationModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId,
java.lang.String originatingServiceKey,
java.lang.String terminatingServiceKey)
Request to get the user level IN Integration service attributes Response is either UserINIntegrationGetResponse or ErrorResponse |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INIntegration
public INIntegration()
userINIntegrationGetRequest
public static Response userINIntegrationGetRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId)
throws BwptkException
- Request to get the user level IN Integration service attributes Response is either UserINIntegrationGetResponse or ErrorResponse
- Parameters:
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId -
- Throws:
BwptkException
userINIntegrationModifyRequest
public static Response userINIntegrationModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId,
java.lang.String originatingServiceKey,
java.lang.String terminatingServiceKey)
throws BwptkException
- Request to get the user level IN Integration service attributes Response is either UserINIntegrationGetResponse or ErrorResponse
- Parameters:
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - originatingServiceKey - terminatingServiceKey -
- Throws:
BwptkException