org.opencrx.kernel.base.cci2
Interface CheckPermissionsResult

All Known Subinterfaces:
CheckPermissionsResult

public interface CheckPermissionsResult


Nested Class Summary
static class CheckPermissionsResult.Member
          The structure's members
 
Method Summary
 List<String> getMembershipForDelete()
          Retrieves a list containing all the elements for the structure field membershipForDelete.
 List<String> getMembershipForRead()
          Retrieves a list containing all the elements for the structure field membershipForRead.
 List<String> getMembershipForUpdate()
          Retrieves a list containing all the elements for the structure field membershipForUpdate.
 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.
 

Method Detail

isHasDeletePermission

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

Returns:
The non-null value for structure field hasDeletePermission.

isHasReadPermission

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

Returns:
The non-null value for structure field hasReadPermission.

isHasUpdatePermission

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

Returns:
The non-null value for structure field hasUpdatePermission.

getMembershipForDelete

List<String> getMembershipForDelete()
Retrieves a list containing all the elements for the structure field membershipForDelete.

Returns:
A list containing all elements for this structure field.

getMembershipForRead

List<String> getMembershipForRead()
Retrieves a list containing all the elements for the structure field membershipForRead.

Returns:
A list containing all elements for this structure field.

getMembershipForUpdate

List<String> getMembershipForUpdate()
Retrieves a list containing all the elements for the structure field membershipForUpdate.

Returns:
A list containing all elements for this structure field.


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