public static interface DataPolicy.DataPermission
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowAlter()
Is "ALTER" allowed?
|
Boolean |
getAllowCreate()
Is "CREATE" allowed?
|
Boolean |
getAllowDelete()
Is "DELETE" allowed?
|
Boolean |
getAllowExecute()
Is "EXECUTE" allowed?
|
Boolean |
getAllowLanguage()
Is "LANGUAGE" allowed?
|
Boolean |
getAllowRead()
Is "SELECT" allowed?
|
Boolean |
getAllowUpdate()
Is "INSERT/UPDATE" allowed?
|
String |
getCondition()
The condition string
|
Boolean |
getConstraint()
If the condition acts as a constraint.
|
String |
getMask()
The column mask string
|
Integer |
getOrder()
The column mask order
|
String |
getResourceName()
Get the Resource Name that the Data Permission represents
|
DataPolicy.ResourceType |
getResourceType()
Get the type of resource the Data Permission is represents
|
String getResourceName()
DataPolicy.ResourceType getResourceType()
Boolean getAllowCreate()
Boolean getAllowRead()
Boolean getAllowUpdate()
Boolean getAllowDelete()
Boolean getAllowAlter()
Boolean getAllowExecute()
Boolean getAllowLanguage()
String getCondition()
String getMask()
Integer getOrder()
Boolean getConstraint()
Copyright © 2020. All rights reserved.