@UESService public interface App
| Modifier and Type | Field and Description |
|---|---|
static UESURI |
BETYPE_APP
URI of App business entity.
|
| Modifier and Type | Method and Description |
|---|---|
UESURI |
create(UESURI locationUri,
Creates a new application.
|
AppAttributes |
getAttributes(UESURI appUri)
This command returns attributes representing the application specified by the appUri parameter.
|
UESResultList<AppEntryAttributes,AppGetEntryList> |
getEntryList(UESURI appUri,
This command returns a list of entries (artifacts or shortcuts) enlisted in the specified application.
|
UESURI |
setAttributes(UESURI appUri,
Command for setting attributes of an application.
|
AppCreate DTO. Competent role for the application will be selected as the most suitable according to specified
container and meta artifact(executive/authorized role with connected interface), or can be also specified in AppCreate DTO.
When UESURI applicationUri of AppBox from which should be App created is not specified, Dev Application will be
created. Dev Application serves for development of own Applications in Business territory and has no individual SLA.locationUri - UESURI of the folder/org. unit/meta model where application will be created.DTO - containing attributes of the new applicationAppRTExceptionappUri - UESURI of an application whose attributes are returnedAppRTExceptionappUri - UESURI of the application whose attributes are to be changedapp - DTO containing new attributes the applicationAppRTExceptionappUri - UESURI of the application from where entries (artifacts or shortcuts) are listed.criteria - DTO containing criteria for listing entries Available parameters are: name and
code.AppRTException