Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.User

Packages that use User
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
 

Uses of User in com.qizx.api
 

Methods in com.qizx.api that return User
 User Library.getUser()
          Returns the user associated with this Library session.
 

Methods in com.qizx.api with parameters of type User
 boolean AccessControl.mayChangeContent(User user, LibraryMember member)
          Checks if a User has the permission to modify the contents of a Library Object.
 boolean AccessControl.mayChangeProperty(User user, LibraryMember member, String propertyName)
          Checks if a User has the permission to modify the value of a property of a Library member.
 boolean AccessControl.mayReadContent(User user, LibraryMember member)
          Checks if a User has the permission to get the contents of a Library member.
 boolean AccessControl.mayReadProperty(User user, LibraryMember member, String propertyName)
          Checks if a User has the permission to get the value of a property of a Library member.
 Library LibraryManager.openLibrary(String libraryName, AccessControl accessControl, User user)
          Opens a new session on a Library.
 


© 2010 Axyana Software