Uses of Class
org.bonitasoft.engine.identity.xml.ExportedCustomUserInfoValue
-
Packages that use ExportedCustomUserInfoValue Package Description org.bonitasoft.engine.identity org.bonitasoft.engine.identity.xml Contains Organization Model classes. -
-
Uses of ExportedCustomUserInfoValue in org.bonitasoft.engine.identity
Methods in org.bonitasoft.engine.identity with parameters of type ExportedCustomUserInfoValue Modifier and Type Method Description ExportedUserBuilderExportedUserBuilder. addCustomUserInfoValue(ExportedCustomUserInfoValue userInfo) -
Uses of ExportedCustomUserInfoValue in org.bonitasoft.engine.identity.xml
Fields in org.bonitasoft.engine.identity.xml with type parameters of type ExportedCustomUserInfoValue Modifier and Type Field Description protected List<ExportedCustomUserInfoValue>ExportedUser. customUserInfoValuesMethods in org.bonitasoft.engine.identity.xml that return types with arguments of type ExportedCustomUserInfoValue Modifier and Type Method Description List<ExportedCustomUserInfoValue>ExportedUser. getCustomUserInfoValues()Methods in org.bonitasoft.engine.identity.xml with parameters of type ExportedCustomUserInfoValue Modifier and Type Method Description voidExportedUser. addCustomUserInfoValues(ExportedCustomUserInfoValue customUserInfoValue)Method parameters in org.bonitasoft.engine.identity.xml with type arguments of type ExportedCustomUserInfoValue Modifier and Type Method Description voidExportedUser. setCustomUserInfoValues(List<ExportedCustomUserInfoValue> customUserInfoValues)
-