Uses of Class
org.bonitasoft.web.client.model.ProfileEntry
-
Packages that use ProfileEntry Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ProfileEntry in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProfileEntry Modifier and Type Method Description ProfileEntryProfileEntryApi. createProfileEntry(ProfileEntryCreateRequest body)Create the ProfileEntry Create the ProfileEntryProfileEntryProfileEntryApi. getProfileEntryById(String id)Finds the ProfileEntry by ID Returns the single ProfileEntry for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ProfileEntry Modifier and Type Method Description List<ProfileEntry>ProfileEntryApi. searchProfileEntries(Integer p, Integer c, List<String> f, String s)Finds ProfileEntries Finds ProfileEntries with pagination params and filters - can search on `name` - can filter on `page`,`name` and `parent_id`List<ProfileEntry>ProfileEntryApi. searchProfileEntries(Map<String,Object> queryParams)Finds ProfileEntries Finds ProfileEntries with pagination params and filters - can search on `name` - can filter on `page`,`name` and `parent_id` Note, this is equivalent to the othersearchProfileEntriesmethod, but with the query parameters collected into a single Map parameter. -
Uses of ProfileEntry in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProfileEntry Modifier and Type Method Description ProfileEntryProfileEntry. description(String description)ProfileEntryProfileEntry. icon(String icon)ProfileEntryProfileEntry. id(String id)ProfileEntryProfileEntry. index(String index)ProfileEntryProfileEntry. isCustom(Boolean isCustom)ProfileEntryProfileEntry. name(String name)ProfileEntryProfileEntry. page(String page)ProfileEntryProfileEntry. parentId(String parentId)ProfileEntryProfileEntry. profileId(String profileId)ProfileEntryProfileEntry. type(String type)
-