Uses of Class
org.bonitasoft.engine.identity.xml.ExportedUser
-
Packages that use ExportedUser Package Description org.bonitasoft.engine.identity org.bonitasoft.engine.identity.xml Contains Organization Model classes. -
-
Uses of ExportedUser in org.bonitasoft.engine.identity
Methods in org.bonitasoft.engine.identity that return ExportedUser Modifier and Type Method Description ExportedUserExportedUserBuilder. done()Constructors in org.bonitasoft.engine.identity with parameters of type ExportedUser Constructor Description ExportedUserBuilder(ExportedUser user) -
Uses of ExportedUser in org.bonitasoft.engine.identity.xml
Methods in org.bonitasoft.engine.identity.xml that return types with arguments of type ExportedUser Modifier and Type Method Description List<ExportedUser>Organization. getUsers()Constructors in org.bonitasoft.engine.identity.xml with parameters of type ExportedUser Constructor Description ExportedUser(ExportedUser user)Constructor parameters in org.bonitasoft.engine.identity.xml with type arguments of type ExportedUser Constructor Description Organization(List<ExportedUser> users, List<ExportedRole> roles, List<ExportedGroup> groups, List<ExportedUserMembership> memberships, List<ExportedCustomUserInfoDefinition> customUserInfoDefinition)
-