org.teiid.adminapi
Interface DataPolicy.DataPermission

All Known Implementing Classes:
DataPolicyMetadata.PermissionMetaData
Enclosing interface:
DataPolicy

public static interface DataPolicy.DataPermission


Method Summary
 java.lang.Boolean getAllowCreate()
          Is "CREATE" allowed?
 java.lang.Boolean getAllowDelete()
          Is "DELETE" allowed?
 java.lang.Boolean getAllowRead()
          Is "SELECT" allowed?
 java.lang.Boolean getAllowUpdate()
          Is "INSERT/UPDATE" allowed?
 java.lang.String getResourceName()
          Get the Resource Name that Data Permission representing
 

Method Detail

getResourceName

java.lang.String getResourceName()
Get the Resource Name that Data Permission representing

Returns:

getAllowCreate

java.lang.Boolean getAllowCreate()
Is "CREATE" allowed?

Returns:

getAllowRead

java.lang.Boolean getAllowRead()
Is "SELECT" allowed?

Returns:

getAllowUpdate

java.lang.Boolean getAllowUpdate()
Is "INSERT/UPDATE" allowed?

Returns:

getAllowDelete

java.lang.Boolean getAllowDelete()
Is "DELETE" allowed?

Returns:


Copyright © 2010. All Rights Reserved.