Class EditRights
java.lang.Object
com.inductiveautomation.ignition.common.tags.config.EditRights
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns new rights, does not modify.Returns new rights, does not modify.Returns new rights, does not modify.Returns new rights, does not modify.static EditRights
boolean
boolean
boolean
boolean
static EditRights
create
(boolean create, boolean modify, boolean rename, boolean delete) static EditRights
noRights()
-
Method Details
-
allRights
-
noRights
-
create
-
canCreate
public boolean canCreate() -
canModify
public boolean canModify() -
canRename
public boolean canRename() -
canDelete
public boolean canDelete() -
allowCreate
Returns new rights, does not modify. -
allowModify
Returns new rights, does not modify. -
allowRename
Returns new rights, does not modify. -
allowDelete
Returns new rights, does not modify.
-