org.opencrx.kernel.base.jmi1
Interface CheckPermissionsResult

All Superinterfaces:
CheckPermissionsResult, RefStruct, RefStruct_1_0, Serializable

public interface CheckPermissionsResult
extends RefStruct_1_0, CheckPermissionsResult


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.base.cci2.CheckPermissionsResult
CheckPermissionsResult.Member
 
Method Summary
 boolean isHasDeletePermission()
          Retrieves the value for the structure field hasDeletePermission.
 boolean isHasReadPermission()
          Retrieves the value for the structure field hasReadPermission.
 boolean isHasUpdatePermission()
          Retrieves the value for the structure field hasUpdatePermission.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refDelegate
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 
Methods inherited from interface org.opencrx.kernel.base.cci2.CheckPermissionsResult
getGrantedPermissionsDelete, getGrantedPermissionsRead, getGrantedPermissionsUpdate
 

Method Detail

isHasDeletePermission

boolean isHasDeletePermission()
Retrieves the value for the structure field hasDeletePermission.

Specified by:
isHasDeletePermission in interface CheckPermissionsResult
Returns:
The non-null value for structure field hasDeletePermission.

isHasReadPermission

boolean isHasReadPermission()
Retrieves the value for the structure field hasReadPermission.

Specified by:
isHasReadPermission in interface CheckPermissionsResult
Returns:
The non-null value for structure field hasReadPermission.

isHasUpdatePermission

boolean isHasUpdatePermission()
Retrieves the value for the structure field hasUpdatePermission.

Specified by:
isHasUpdatePermission in interface CheckPermissionsResult
Returns:
The non-null value for structure field hasUpdatePermission.


This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.