@DeclareRoles(value="org.imixs.ACCESSLEVEL.MANAGERACCESS") @RunAs(value="org.imixs.ACCESSLEVEL.MANAGERACCESS") @Produces(value={"text/html","application/xml","application/json","text/xml"}) @Path(value="/setup") public class SetupUserDBService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
USERDB_DISABLED |
static String |
USERDB_OK |
| Constructor and Description |
|---|
SetupUserDBService() |
| Modifier and Type | Method and Description |
|---|---|
String |
init()
This method performs the system setup.
|
void |
onSetupEvent(org.imixs.workflow.engine.SetupEvent setupEvent)
This method start the system setup during deployment
|
public static String USERDB_OK
public static String USERDB_DISABLED
public void onSetupEvent(@Observes
org.imixs.workflow.engine.SetupEvent setupEvent)
throws org.imixs.workflow.exceptions.AccessDeniedException
org.imixs.workflow.exceptions.AccessDeniedException@GET public String init()
Copyright © 2011–2022 Imixs Software Solutions GmbH. All rights reserved.