@UESService public interface UESOrganizationalUnit
Modifier and Type | Field and Description |
---|---|
static UESURI |
BETYPE_ORGANIZATIONALUNIT
URI of organizational unit business entity.
|
Modifier and Type | Method and Description |
---|---|
UESURI |
create(UESURI locationUri,
Creates a new organizational unit.
|
void |
delete(UESURI orgUnitUri)
This command deletes the specified organizational unit from the system.
|
UESOrganizationalUnitAttributes |
getAttributes(UESURI organizationalUnitUri)
This command returns attributes representing the organizational unit specified by the organizationalUnitUri parameter.
|
UESResultList<UESOrganizationalUnitEntryAttributes,UESOrganizationalUnitGetEntryList> |
getEntryList(UESURI organizationalUnitUri,
This command returns a list of entries (artifacts or shortcuts) enlisted in the specified organizational unit.
|
UESURI |
setAttributes(UESURI organizationalUnitUri,
Command for setting attributes of an organizational unit.
|
UESOrganizationalUnitCreate
DTO. Competent role for the organizational unit 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 UESOrganizationalUnitCreate
DTO.locationUri
- UESURI of the folder/org. unit/meta model where organizational unit will be created.DTO
- containing attributes of the new organizational unitUESOrganizationalUnitRTException
organizationalUnitUri
- UESURI of an organizational unit whose attributes are returnedUESOrganizationalUnitRTException
organizationalUnitUri
- UESURI of the organizational unit whose attributes are to be changedorganizationalUnit
- DTO containing new attributes the organizational unitUESOrganizationalUnitRTException
orgUnitUri
- UESURI of the organizational unit which is about to be deleted.UESOrganizationalUnitRTException
organizationalUnitUri
- UESURI of the organizational unit from where entries (artifacts or shortcuts) are listed.criteria
- DTO containing criteria for listing entries Available parameters are: name
, code
and type
:
UESOrganizationalUnitEntryType
.UESOrganizationalUnitRTException