Novell exteNd
Director 5.2 API

com.sssw.fw.security.api
Interface EbiAclMetaDataQuery

All Superinterfaces:
EbiQuery, EbiQueryBase, Serializable

public interface EbiAclMetaDataQuery
extends EbiQuery

This interface defines some of the functionality needed for a User MetaData Query implementation. The subinterfaces fill in the details.


Method Summary
 void orderByElementUUID(boolean asc)
          Put the element UUID field into the Order By list for this query.
 void orderByPermissionID(boolean asc)
          Put the permission ID field into the Order By list for this query.
 void orderByPrincipalUUID(boolean asc)
          Put the Principal UUID field into the Order By list for this query.
 void selectAclUpdateTime()
          Select the fwaccessrights/updatetime field into the select list for this query.
 void selectElementUUID()
          Select the element UUID field into the select list for this query.
 void selectPermissionID()
          Select the permissionID field into the select list for this query.
 void selectPermissionUUID(String tablename)
          Select the Permission UUID field into the select list for this query.
 void selectPermUpdateTime()
          Select the fwpermissions/updatetime field into the select list for this query.
 void selectPrincipalName()
          Select the Principal Name field into the select list for this query.
 void selectPrincipalType()
          Select the Principal Type field into the select list for this query.
 void selectPrincipalUUID()
          Select the Principal UUID field into the select list for this query.
 
Methods implemented from interface com.sssw.fw.api.EbiQuery
allSelected, deselectAll, getOrderBys, getQueryString, getSelects, removeOrderBys, selectAll
 

Method Detail

selectElementUUID

public void selectElementUUID()
Select the element UUID field into the select list for this query.

selectPermissionID

public void selectPermissionID()
Select the permissionID field into the select list for this query.

selectPrincipalUUID

public void selectPrincipalUUID()
Select the Principal UUID field into the select list for this query.

selectPrincipalName

public void selectPrincipalName()
Select the Principal Name field into the select list for this query.

selectPrincipalType

public void selectPrincipalType()
Select the Principal Type field into the select list for this query.

selectPermissionUUID

public void selectPermissionUUID(String tablename)
Select the Permission UUID field into the select list for this query.

selectAclUpdateTime

public void selectAclUpdateTime()
Select the fwaccessrights/updatetime field into the select list for this query.

selectPermUpdateTime

public void selectPermUpdateTime()
Select the fwpermissions/updatetime field into the select list for this query.

orderByPrincipalUUID

public void orderByPrincipalUUID(boolean asc)
Put the Principal UUID field into the Order By list for this query.
Parameters:
asc - the sorting order; true for ascending; false for descending

orderByElementUUID

public void orderByElementUUID(boolean asc)
Put the element UUID field into the Order By list for this query.
Parameters:
asc - the sorting order; true for ascending; false for descending

orderByPermissionID

public void orderByPermissionID(boolean asc)
Put the permission ID field into the Order By list for this query.
Parameters:
asc - the sorting order; true for ascending; false for descending

Novell exteNd
Director 5.2 API