Uses of Class
com.avoka.tm.vo.User
Packages that use User
Package
Description
Provides Fluent Function classes.
Provides Collaboration Job classes.
Provides Value Object Query classes.
Provides Security and SSO Support classes.
Provides Service classes.
Provides Unit Testing support classes.
Provides Value Object persistent entity classes.
-
Uses of User in com.avoka.tm.func
Fields in com.avoka.tm.func declared as UserConstructors in com.avoka.tm.func with parameters of type User -
Uses of User in com.avoka.tm.job
Methods in com.avoka.tm.job that return UserModifier and TypeMethodDescriptionstatic 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 UserModifier and TypeMethodDescriptionUserQuery.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 UserModifier and TypeMethodDescriptionUserQuery.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 UserModifier and TypeMethodDescriptionSet the User.Constructors in com.avoka.tm.security with parameters of type UserModifierConstructorDescriptionNotSpaceUserException
(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 UserModifier and TypeMethodDescriptionUserBuilder.create()
Create a new User account based on the specified parameter and return the new User value object.UserBuilder.createOrUpdate()
Create or update the user account specified by the given parameters, and return current User value object.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 UserModifier and TypeMethodDescriptionThe user value to set on the transaction. -
Uses of User in com.avoka.tm.test
Methods in com.avoka.tm.test that return UserModifier and TypeMethodDescriptionMockVoBuilder.createUserLocal()
Create a local type user with a random login name.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 UserModifier and TypeMethodDescriptionAccountUserDetails.getUser()
Returns the userComment.getUser()
The comment user.Constructors in com.avoka.tm.vo with parameters of type User