| Modifier and Type | Method and Description |
|---|---|
protected SProfileEntry |
ProfilesImporter.createProfileEntry(ParentProfileEntryNode parentEntry,
long profileId,
long parentId) |
protected SProfileEntry |
ProfilesImporter.createProfileEntry(ProfileEntryNode childEntry,
long profileId,
long parentId) |
SProfileEntry |
ProfileService.createProfileEntry(SProfileEntry profileEntry)
Add new profile entry
|
SProfileEntry |
ProfileService.getProfileEntry(long profileEntryId)
Get profile entry by its id
|
SProfileEntry |
ProfileService.updateProfileEntry(SProfileEntry profileEntry,
EntityUpdateDescriptor descriptor)
Update a profileEntry by given profileEntry and new content
|
| Modifier and Type | Method and Description |
|---|---|
List<SProfileEntry> |
ProfileService.getEntriesOfProfile(long profileId,
int fromIndex,
int numberOfProfileEntry,
String field,
org.bonitasoft.engine.persistence.OrderByType order)
Get all profile entries having the given value for the given int index by profileId
|
List<SProfileEntry> |
ProfileService.getEntriesOfProfileByParentId(long profileId,
long parentId,
int fromIndex,
int numberOfProfileEntries,
String field,
org.bonitasoft.engine.persistence.OrderByType order)
Get a list of profileEntries by the given profileId and parentId
|
protected List<SProfileEntry> |
ProfilesExporter.searchProfileEntries(long profileId,
long parentId) |
List<SProfileEntry> |
ProfileService.searchProfileEntries(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntry |
ProfileService.createProfileEntry(SProfileEntry profileEntry)
Add new profile entry
|
void |
ProfileService.deleteProfileEntry(SProfileEntry profileEntry)
Delete a profileEntry by given profileEntry
|
SProfileEntry |
ProfileService.updateProfileEntry(SProfileEntry profileEntry,
EntityUpdateDescriptor descriptor)
Update a profileEntry by given profileEntry and new content
|
| Modifier and Type | Method and Description |
|---|---|
SProfileEntry |
SProfileEntryBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntryBuilder |
SProfileEntryBuilderFactory.createNewInstance(SProfileEntry profileEntry) |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntry |
SProfileEntryBuilderImpl.done() |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntryBuilder |
SProfileEntryBuilderFactoryImpl.createNewInstance(SProfileEntry originalProfileEntry) |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntry |
ProfileServiceImpl.createProfileEntry(SProfileEntry profileEntry) |
SProfileEntry |
ProfileServiceImpl.getProfileEntry(long profileEntryId) |
SProfileEntry |
ProfileServiceImpl.updateProfileEntry(SProfileEntry profileEntry,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
List<SProfileEntry> |
ProfileServiceImpl.getEntriesOfProfile(long profileId,
int fromIndex,
int numberOfProfileEntries,
String field,
org.bonitasoft.engine.persistence.OrderByType order) |
List<SProfileEntry> |
ProfileServiceImpl.getEntriesOfProfileByParentId(long profileId,
long parentId,
int fromIndex,
int numberOfProfileEntries,
String field,
org.bonitasoft.engine.persistence.OrderByType order) |
List<SProfileEntry> |
ProfileServiceImpl.searchProfileEntries(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntry |
ProfileServiceImpl.createProfileEntry(SProfileEntry profileEntry) |
void |
ProfileServiceImpl.deleteProfileEntry(SProfileEntry profileEntry) |
SProfileEntry |
ProfileServiceImpl.updateProfileEntry(SProfileEntry profileEntry,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
SProfileEntryImpl |
| Constructor and Description |
|---|
SProfileEntryImpl(SProfileEntry profileEntry) |
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.persistence.SelectListDescriptor<SProfileEntry> |
SelectDescriptorBuilder.getEntriesOfProfile(long profileId,
int fromIndex,
int numberOfProfileEntries) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<SProfileEntry> |
SelectDescriptorBuilder.getEntriesOfProfile(long profileId,
long parentId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<SProfileEntry> |
SelectDescriptorBuilder.getEntriesOfProfile(long profileId,
long parentId,
String field,
org.bonitasoft.engine.persistence.OrderByType order,
int fromIndex,
int numberOfProfileEntries) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<SProfileEntry> |
SelectDescriptorBuilder.getEntriesOfProfile(long profileId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<SProfileEntry> |
SelectDescriptorBuilder.getEntriesOfProfile(long profileId,
String field,
org.bonitasoft.engine.persistence.OrderByType order,
int fromIndex,
int numberOfProfileEntries) |
| Modifier and Type | Method and Description |
|---|---|
List<SProfileEntry> |
SearchProfileEntries.executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileEntry> |
SearchProfileEntries.convertToClientObjects(List<SProfileEntry> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
static ProfileEntry |
ModelConvertor.toProfileEntry(SProfileEntry sProfileEntry) |
| Modifier and Type | Method and Description |
|---|---|
static List<ProfileEntry> |
ModelConvertor.toProfileEntries(List<SProfileEntry> sProfileEntries) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.