public class ApplicationSearchDescriptor extends Object
SearchOptions when searching for ApplicationsSearchOptions,
Application,
ApplicationAPI.searchApplications(SearchOptions)| Modifier and Type | Field and Description |
|---|---|
static String |
CREATED_BY
Used to filter or order by the identifier of the user that created the
Application |
static String |
CREATION_DATE
Used to filter or order by the
Application creation date |
static String |
DISPLAY_NAME
Used to filter or order by the
Application display name |
static String |
ICON_PATH
Used to filter or order by the
Application icon path |
static String |
ID
Used to filter or order by the
Application identifier |
static String |
LAST_UPDATE_DATE
Used to filter or order by the
Application last update date |
static String |
LAYOUT_ID
Used to filter or order by the identifier of
Page set as Application layout. |
static String |
PROFILE_ID
Used to filter or order by the identifier of
Profile associated to the
Application. |
static String |
STATE
Used to filter or order by the
Application state. |
static String |
THEME_ID
Used to filter or order by the identifier of
Page set as Application theme. |
static String |
TOKEN
Used to filter or order by the
Application token |
static String |
UPDATED_BY
Used to filter or order by the identifier of the user that last updated the
Application |
static String |
VERSION
Used to filter or order by the
Application version |
| Constructor and Description |
|---|
ApplicationSearchDescriptor() |
public static final String ID
Application identifierpublic static final String TOKEN
Application tokenpublic static final String DISPLAY_NAME
Application display namepublic static final String VERSION
Application versionpublic static final String ICON_PATH
Application icon pathpublic static final String CREATION_DATE
Application creation datepublic static final String CREATED_BY
Applicationpublic static final String LAST_UPDATE_DATE
Application last update datepublic static final String UPDATED_BY
Applicationpublic static final String STATE
Application state. The possible values are ApplicationState#ACTIVATED#name() and
ApplicationState#DEACTIVATED#name()ApplicationState,
Constant Field Valuespublic static final String PROFILE_ID
Profile associated to the
Application.Profile,
Application,
Constant Field Valuespublic static final String LAYOUT_ID
Page set as Application layout.Page,
Application,
Constant Field Valuespublic static final String THEME_ID
Page set as Application theme.Page,
Application,
Constant Field ValuesCopyright © 2018 Bonitasoft S.A.. All rights reserved.