Uses of Class
com.avoka.tm.vo.User
-
Packages that use User Package Description com.avoka.tm.func Provides Fluent Function classes.com.avoka.tm.job Provides Collaboration Job classes.com.avoka.tm.query Provides Value Object Query classes.com.avoka.tm.security Provides Security and SSO Support classes.com.avoka.tm.svc Provides Service classes.com.avoka.tm.test Provides Unit Testing support classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of User in com.avoka.tm.func
Fields in com.avoka.tm.func declared as User Modifier and Type Field Description User
FuncParam. user
The user VO.Constructors in com.avoka.tm.func with parameters of type User Constructor Description FuncParam(String trigger, Document appDoc, Map<String,Object> params, HttpServletRequest request, SvcDef svcDef, Txn txn, User user)
Create a FuncParam value object with the given attributes. -
Uses of User in com.avoka.tm.job
Methods in com.avoka.tm.job that return User Modifier and Type Method Description static User
Jobs. getStartUser(Job job)
Return the start user for the given job. -
Uses of User in com.avoka.tm.query
Methods in com.avoka.tm.query that return User Modifier and Type Method Description User
UserQuery. firstValue()
Execute the query and return the first user value object for the query.Methods in com.avoka.tm.query that return types with arguments of type User Modifier and Type Method Description List<User>
UserQuery. listValues()
Execute the user query and return a list of User value objects. -
Uses of User in com.avoka.tm.security
Methods in com.avoka.tm.security with parameters of type User Modifier and Type Method Description AccountUserDetailsBuilder
AccountUserDetailsBuilder. setUser(User user)
Set the User.Constructors in com.avoka.tm.security with parameters of type User Constructor Description NotSpaceUserException(User user, Space space)
Construct this exception by user and space. -
Uses of User in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return User Modifier and Type Method Description User
UserBuilder. create()
Create a new User account based on the specified parameter and return the new User value object.User
UserBuilder. createOrUpdate()
Create or update the user account specified by the given parameters, and return current User value object.User
UserBuilder. update()
Update the user account specified by the loginName parameter and return the update User value object.Methods in com.avoka.tm.svc with parameters of type User Modifier and Type Method Description TxnUpdater
TxnUpdater. setUser(User user)
The user value to set on the transaction. -
Uses of User in com.avoka.tm.test
Methods in com.avoka.tm.test that return User Modifier and Type Method Description User
MockVoBuilder. createUserLocal()
Create a local type user with a random login name.User
MockVoBuilder. createUserSso()
Create a SSO type user with a random login name. -
Uses of User in com.avoka.tm.vo
Methods in com.avoka.tm.vo that return User Modifier and Type Method Description User
AccountUserDetails. getUser()
Returns the userUser
Comment. getUser()
The comment user.Constructors in com.avoka.tm.vo with parameters of type User Constructor Description Comment(Long parent, String header, String message, User user)
Create a comment object with the given arguments.Comment(String header, String message, User user)
Create a comment object with the given arguments.
-