| Constructor and Description |
|---|
ObjectRight()
Creates a new ObjectRight object.
|
| Modifier and Type | Method and Description |
|---|---|
UC4ObjectName |
getName()
Returns the
UC4UserName (User) or UC4ObjectName (UserGroup) for the ObjectRight. |
boolean |
isCancel()
Returns the access method: Cancel.
|
boolean |
isDefineSLA()
Deprecated.
|
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.
|
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 |
setName(UC4ObjectName name)
Sets the name for the ObjectRight.
|
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.
|
public boolean isRead()
Rightspublic void setRead(boolean read)
Rightspublic boolean isWrite()
Rightspublic void setWrite(boolean write)
Rightspublic boolean isExecute()
Rightspublic void setExecute(boolean execute)
RightssetExecute in interface Rightsexecute - true to enable, false to disable this actionpublic boolean isDelete()
Rightspublic void setDelete(boolean delete)
Rightspublic boolean isCancel()
Rightspublic void setCancel(boolean cancel)
Rightspublic boolean isStatistics()
RightsisStatistics in interface Rightstrue if enabled, false if disabledpublic void setStatistics(boolean statistics)
RightssetStatistics in interface Rightsstatistics - true to enable, false to disable this actionpublic boolean isReport()
Rightspublic void setReport(boolean report)
Rightspublic boolean isModifyAtRuntime()
RightsisModifyAtRuntime in interface Rightstrue if enabled, false if disabledpublic void setModifyAtRuntime(boolean modifyAtRuntime)
RightssetModifyAtRuntime in interface RightsmodifyAtRuntime - true to enable, false to disable this action@Deprecated public boolean isDefineSLA()
RightsisDefineSLA in interface Rightstrue if enabled, false if disabled@Deprecated public void setDefineSLA(boolean defineSLA)
RightssetDefineSLA in interface RightsdefineSLA - true to enable, false to disable this actionpublic UC4ObjectName getName()
UC4UserName (User) or UC4ObjectName (UserGroup) for the ObjectRight.public void setName(UC4ObjectName name)
UC4UserName, for UserGroup UC4ObjectName.name - UC4ObjectNameCopyright © 2021. All rights reserved.