com.ontimize.security
Class TableFormPermission
java.lang.Object
com.ontimize.security.AbstractClientPermission
com.ontimize.security.FormPermission
com.ontimize.security.TableFormPermission
- All Implemented Interfaces:
- ClientPermission, java.io.Serializable
- public class TableFormPermission
- extends FormPermission
The class TableFormPermission defines the structure that table
permissions must have. For example, these permissions can be used to define
the visibility of the table components based on client permissions.
- Author:
- Imatia Innovation
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
type
|
|
Constructor Summary |
TableFormPermission(java.lang.String archiveName,
java.lang.String permissionName,
java.lang.String componentAttr,
boolean restricted,
TimePeriod period,
java.lang.String type)
Creates a new table permission |
|
Method Summary |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getType()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
type
protected java.lang.String type
TableFormPermission
public TableFormPermission(java.lang.String archiveName,
java.lang.String permissionName,
java.lang.String componentAttr,
boolean restricted,
TimePeriod period,
java.lang.String type)
- Creates a new table permission
- Parameters:
archiveName - the archive name in case the component has a related archivepermissionName - the permission namecomponentAttr - the attribute of the componentrestricted - restricted conditionperiod - period conditiontype - the type
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class FormPermission
getType
public java.lang.String getType()