@UESService public interface AppBox
Modifier and Type | Field and Description |
---|---|
static UESURI |
BETYPE_APPBOX
URI of
AppBox business entity. |
Modifier and Type | Method and Description |
---|---|
UESURI |
create(UESURI locationUri,
Creates a new application box.
|
AppBoxAttributes |
getAttributes(UESURI appBoxUri)
This command returns attributes representing the application box specified by the appBoxUri parameter.
|
UESResultList<AppBoxEntryAttributes,AppBoxGetEntryList> |
getEntryList(UESURI appBoxUri,
This command returns a list of entries (artifacts or shortcuts) enlisted in the specified application box.
|
UESURI |
setAttributes(UESURI appBoxUri,
Command for setting attributes of an application box.
|
AppBox
business entity.AppBoxCreate
DTO. Competent role for the application box 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
AppBoxCreate
DTO.locationUri
- UESURI of the folder/org. unit/meta model where application box will be created.DTO
- containing attributes of the new application boxAppBoxRTException
appBoxUri
- UESURI of an application box whose attributes are returnedAppBoxRTException
appBoxUri
- UESURI of the application box whose attributes are to be changedappBox
- DTO containing new attributes the application boxAppBoxRTException
appBoxUri
- UESURI of the application box from where entries (artifacts or shortcuts) are listed.criteria
- DTO containing criteria for listing entries Available parameters are: name
and
code
.AppBoxRTException