public final class EngineRights extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADD_BINARY
Security right that allows to upload binary data.
|
static String |
APP_RESTART_CLEAR
Security right that allows to delete restart data.
|
static String |
APP_RESTART_READ
Security right that allows to read restart data.
|
static String |
CREATE_MODEL_INSTANCE
Security right that allows to create new model instance.
|
static String |
DELETE_BINARY
Security right that allows to delete binary data.
|
static String |
DELETE_MODEL
Security right that allows to delete models.
|
static String |
DROP_CREATE_SCHEMA
Right for performing a schema drop-create.
|
static String |
EVALUATE_EXPRESSION
Security right allows to evaluate expressions.
|
static String |
INVOKE_WEBSERVICES
Security right that allows to invoke published web services
|
static String |
MANAGE_DEBUGGER
Security right that allows all debugger actions.
|
static String |
MANAGE_LOCK
Security right that allows to work with locks.
|
static String |
MANAGE_MODEL
Security right that allows to manage models (upload on server).
|
static String |
MANAGE_SETTINGS
Security right that allows settings management.
|
static String |
MONITOR_WEBSERVICES
Security right that allows to monitor published web services
|
static String |
NOTIFY_MODEL_INSTANCE
Security right that allows to notify a model instance.
|
static String |
READ_BINARY
Security right that allows to read binary data.
|
static String |
READ_LOGS
Security right that allows to read logs.
|
static String |
READ_MODEL
Security right that allows to read models.
|
static String |
READ_MODEL_INSTANCE
Security right that allows to read information about a model instance (context variables,
task states, logs).
|
static String |
READ_ROLLBACK_INFO
Right required to read a
RollbackInfo object. |
static String |
REMOVE_ROLLBACK_INFO
Right required to remove a
RollbackInfo . |
static String |
REMOVE_SIGNAL_FROM_MODEL_INSTANCE
Security right that allows to remove a signal from a running model instance.
|
static String |
RESEND_ROLLBACK_INFO
Right required to resend a
RollbackInfo . |
static String |
SEND_SIGNAL_TO_MODEL_INSTANCE
Security right that allows to send a signal to a running model instance.
|
static String |
SUSPEND_MODEL_INSTANCE
Security right that allows to suspend, resume and invoke model instance execution.
|
static String |
TERMINATE_MODEL_INSTANCE
Security right that allows to terminate a model instance.
|
static String |
TESTING
Security right allows to execute testing.
|
static String |
UPDATE_CONTEXT_VARIABLE
Security right that allows to change value of a context variable or a record field in a
process.
|
static String |
UPDATE_GOAL_STATE
Security right that allows to change state of a goal.
|
static String |
UPDATE_MODEL_IN_MODEL_INSTANCE
Security right that allows to change model in a running model instance.
|
static String |
UPDATE_SCHEMA
Right for performing a schema update.
|
static String |
VALIDATE_SCHEMA
Right for performing a schema validation.
|
static String |
WRITE_MODEL_INSTANCE
Security right that allows to write model instance state (XML).
|
public static final String APP_RESTART_READ
public static final String APP_RESTART_CLEAR
public static final String READ_BINARY
public static final String DELETE_BINARY
public static final String ADD_BINARY
public static final String MANAGE_DEBUGGER
public static final String READ_ROLLBACK_INFO
RollbackInfo
object.public static final String RESEND_ROLLBACK_INFO
RollbackInfo
.public static final String REMOVE_ROLLBACK_INFO
RollbackInfo
.public static final String EVALUATE_EXPRESSION
public static final String MANAGE_LOCK
public static final String UPDATE_MODEL_IN_MODEL_INSTANCE
public static final String READ_MODEL_INSTANCE
public static final String READ_LOGS
public static final String WRITE_MODEL_INSTANCE
public static final String SUSPEND_MODEL_INSTANCE
public static final String UPDATE_CONTEXT_VARIABLE
public static final String SEND_SIGNAL_TO_MODEL_INSTANCE
public static final String REMOVE_SIGNAL_FROM_MODEL_INSTANCE
public static final String CREATE_MODEL_INSTANCE
public static final String TERMINATE_MODEL_INSTANCE
public static final String UPDATE_GOAL_STATE
public static final String NOTIFY_MODEL_INSTANCE
public static final String VALIDATE_SCHEMA
public static final String UPDATE_SCHEMA
public static final String DROP_CREATE_SCHEMA
public static final String READ_MODEL
public static final String MANAGE_MODEL
public static final String DELETE_MODEL
public static final String MONITOR_WEBSERVICES
public static final String INVOKE_WEBSERVICES
public static final String MANAGE_SETTINGS
public static final String TESTING
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.