Package org.bonitasoft.web.client
Interface BonitaClient
-
public interface BonitaClient
-
-
Field Summary
Fields Modifier and Type Field Description static StringADMIN_PROFILE_NAMEstatic StringDEFAULT_TENANT_IDstatic StringUSER_PROFILE_NAME
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationServiceapplications()BdmServicebdm()static BonitaClientBuilder<?>builder(String url)StringgetUrl()StringgetVersion()booleanisPlatformUpAndRunning()Sessionlogin(String username, String password)Sessionlogin(String username, String password, String tenant)voidlogout()voidlogoutSilent()ProcessServiceprocesses()SystemServicesystem()UserServiceusers()
-
-
-
Field Detail
-
DEFAULT_TENANT_ID
static final String DEFAULT_TENANT_ID
- See Also:
- Constant Field Values
-
USER_PROFILE_NAME
static final String USER_PROFILE_NAME
- See Also:
- Constant Field Values
-
ADMIN_PROFILE_NAME
static final String ADMIN_PROFILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
static BonitaClientBuilder<?> builder(String url)
-
logout
void logout()
-
logoutSilent
void logoutSilent()
-
isPlatformUpAndRunning
boolean isPlatformUpAndRunning()
-
getUrl
String getUrl()
-
getVersion
String getVersion()
-
applications
ApplicationService applications()
-
bdm
BdmService bdm()
-
users
UserService users()
-
processes
ProcessService processes()
-
system
SystemService system()
-
-