Uses of Class
com.avoka.tm.vo.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
-
Uses of User in com.avoka.tm.job
Modifier and TypeMethodDescriptionstatic User
Jobs.getStartUser
(Job job) Return the start user for the given job. -
Uses of User in com.avoka.tm.query
Modifier and TypeMethodDescriptionUserQuery.firstValue()
Execute the query and return the first user value object for the query.Modifier and TypeMethodDescriptionUserQuery.listValues()
Execute the user query and return a list of User value objects. -
Uses of User in com.avoka.tm.security
Modifier and TypeMethodDescriptionSet the User.ModifierConstructorDescriptionNotSpaceUserException
(User user, Space space) Construct this exception by user and space. -
Uses of User in com.avoka.tm.svc
Modifier 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.Modifier and TypeMethodDescriptionThe user value to set on the transaction. -
Uses of User in com.avoka.tm.test
Modifier 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