public interface Rights
Modifier and Type | Method and Description |
---|---|
boolean |
isCancel()
Returns the access method: Cancel.
|
boolean |
isDefineSLA()
Deprecated.
This feature has been removed
|
boolean |
isDelete()
Returns the access method: Delete.
|
boolean |
isExecute()
Returns the access method: Execute.
|
boolean |
isModifyAtRuntime()
Access method: Modify at runtime
This access method permits the setting of trace options on UC4 Automation Engines or Agents and the ending of RemoteTaskManager and Event objects.
|
boolean |
isRead()
Returns the access method: Read.
|
boolean |
isReport()
Access to Reports.
|
boolean |
isStatistics()
Access to Statistics.
|
boolean |
isWrite()
Returns the access method: Write.
|
void |
setCancel(boolean cancel)
Sets the access method: Cancel.
|
void |
setDefineSLA(boolean defineSLA)
Deprecated.
This feature has been removed
|
void |
setDelete(boolean delete)
Sets the access method: Delete.
|
void |
setExecute(boolean execute)
Sets the access method: Execute.
|
void |
setModifyAtRuntime(boolean modifyAtRuntime)
Sets the access method: Modify at runtime
This access method permits the setting of trace options on UC4 Automation Engines or Agents and the ending of RemoteTaskManager and Event objects.
|
void |
setRead(boolean read)
Sets the access method: Read.
|
void |
setReport(boolean report)
Sets access to Reports.
|
void |
setStatistics(boolean statistics)
Sets access to Statistics.
|
void |
setWrite(boolean write)
Sets the access method: Write.
|
boolean isRead()
true
if enabled, false
if disabledvoid setRead(boolean read)
read
- true
to enable, false
to disable this actionboolean isWrite()
true
if enabled, false
if disabledvoid setWrite(boolean write)
write
- true
to enable, false
to disable this actionboolean isExecute()
true
if enabled, false
if disabledvoid setExecute(boolean execute)
execute
- true
to enable, false
to disable this actionboolean isDelete()
true
if enabled, false
if disabledvoid setDelete(boolean delete)
delete
- true
to enable, false
to disable this actionboolean isCancel()
true
if enabled, false
if disabledvoid setCancel(boolean cancel)
cancel
- true
to enable, false
to disable this actionboolean isStatistics()
true
if enabled, false
if disabledvoid setStatistics(boolean statistics)
statistics
- true
to enable, false
to disable this actionboolean isReport()
true
if enabled, false
if disabledvoid setReport(boolean report)
report
- true
to enable, false
to disable this actionboolean isModifyAtRuntime()
true
if enabled, false
if disabledvoid setModifyAtRuntime(boolean modifyAtRuntime)
modifyAtRuntime
- true
to enable, false
to disable this action@Deprecated boolean isDefineSLA()
true
if enabled, false
if disabled@Deprecated void setDefineSLA(boolean defineSLA)
defineSLA
- true
to enable, false
to disable this action