public final class TenantAPIAccessor
extends java.lang.Object
ProcessAPI,CommandAPI,IdentityAPI,LoginAPI| Constructor and Description |
|---|
TenantAPIAccessor() |
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.api.BusinessDataAPI |
getBusinessDataAPI(org.bonitasoft.engine.session.APISession session)
Deprecated.
as of 7.3, see
BusinessDataAPI for replacements |
static org.bonitasoft.engine.api.CommandAPI |
getCommandAPI(org.bonitasoft.engine.session.APISession session) |
static org.bonitasoft.engine.api.PageAPI |
getCustomPageAPI(org.bonitasoft.engine.session.APISession session) |
static org.bonitasoft.engine.api.IdentityAPI |
getIdentityAPI(org.bonitasoft.engine.session.APISession session) |
static org.bonitasoft.engine.api.ApplicationAPI |
getLivingApplicationAPI(org.bonitasoft.engine.session.APISession session) |
static org.bonitasoft.engine.api.LoginAPI |
getLoginAPI() |
static org.bonitasoft.engine.api.PermissionAPI |
getPermissionAPI(org.bonitasoft.engine.session.APISession session) |
static org.bonitasoft.engine.api.ProcessAPI |
getProcessAPI(org.bonitasoft.engine.session.APISession session) |
static org.bonitasoft.engine.api.ProfileAPI |
getProfileAPI(org.bonitasoft.engine.session.APISession session) |
static org.bonitasoft.engine.api.TenantAdministrationAPI |
getTenantAdministrationAPI(org.bonitasoft.engine.session.APISession session) |
static org.bonitasoft.engine.api.ThemeAPI |
getThemeAPI(org.bonitasoft.engine.session.APISession session) |
static void |
refresh()
Refreshes the way the engine client communicates to the engine server.
|
public static void refresh()
APITypeManager,
ApiAccessTypepublic static org.bonitasoft.engine.api.LoginAPI getLoginAPI()
throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
org.bonitasoft.engine.exception.ServerAPIException,
UnknownAPITypeException
org.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionUnknownAPITypeExceptionpublic static org.bonitasoft.engine.api.IdentityAPI getIdentityAPI(org.bonitasoft.engine.session.APISession session)
throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
org.bonitasoft.engine.exception.ServerAPIException,
UnknownAPITypeException
org.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionUnknownAPITypeExceptionpublic static org.bonitasoft.engine.api.ProcessAPI getProcessAPI(org.bonitasoft.engine.session.APISession session)
throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
org.bonitasoft.engine.exception.ServerAPIException,
UnknownAPITypeException
org.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionUnknownAPITypeExceptionpublic static org.bonitasoft.engine.api.CommandAPI getCommandAPI(org.bonitasoft.engine.session.APISession session)
throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
org.bonitasoft.engine.exception.ServerAPIException,
UnknownAPITypeException
org.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionUnknownAPITypeExceptionpublic static org.bonitasoft.engine.api.ProfileAPI getProfileAPI(org.bonitasoft.engine.session.APISession session)
throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
org.bonitasoft.engine.exception.ServerAPIException,
UnknownAPITypeException
org.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionUnknownAPITypeExceptionpublic static org.bonitasoft.engine.api.ThemeAPI getThemeAPI(org.bonitasoft.engine.session.APISession session)
throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
org.bonitasoft.engine.exception.ServerAPIException,
UnknownAPITypeException
org.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionUnknownAPITypeExceptionpublic static org.bonitasoft.engine.api.PermissionAPI getPermissionAPI(org.bonitasoft.engine.session.APISession session)
throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
org.bonitasoft.engine.exception.ServerAPIException,
UnknownAPITypeException
org.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionUnknownAPITypeExceptionpublic static org.bonitasoft.engine.api.PageAPI getCustomPageAPI(org.bonitasoft.engine.session.APISession session)
throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
org.bonitasoft.engine.exception.ServerAPIException,
UnknownAPITypeException
org.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionUnknownAPITypeExceptionpublic static org.bonitasoft.engine.api.ApplicationAPI getLivingApplicationAPI(org.bonitasoft.engine.session.APISession session)
throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
org.bonitasoft.engine.exception.ServerAPIException,
UnknownAPITypeException
org.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionUnknownAPITypeExceptionpublic static org.bonitasoft.engine.api.TenantAdministrationAPI getTenantAdministrationAPI(org.bonitasoft.engine.session.APISession session)
throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
org.bonitasoft.engine.exception.ServerAPIException,
UnknownAPITypeException
org.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionUnknownAPITypeException@Deprecated
public static org.bonitasoft.engine.api.BusinessDataAPI getBusinessDataAPI(org.bonitasoft.engine.session.APISession session)
throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
org.bonitasoft.engine.exception.ServerAPIException,
UnknownAPITypeException
BusinessDataAPI for replacementsorg.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionUnknownAPITypeException