@UESService public interface UESBasicGroup
Modifier and Type | Field and Description |
---|---|
static UESURI |
BETYPE_BASICGROUP
URI of basic group business entity.
|
Modifier and Type | Method and Description |
---|---|
void |
addArtifactInterface(UESURI basicGroupUri,
Creates new artifact interface connection to the specified role.
|
UESURI |
create(UESURI locationUri,
Creates a new basic group in a specified location.
|
void |
delete(UESURI basicGroupUri)
Deletes the specified basic group role from the system.
|
UESResultList<UESBasicGroupGetArtifactInterfaceListItem,UESBasicGroupGetArtifactInterfaceList> |
getArtifactInterfaceList(UESURI basicGroupUri)
Returns sorted list of the codes of artifact interfaces that are connected to the specified basic group.
|
UESBasicGroupAttributes |
getAttributes(UESURI basicGroupUri)
Returns attributes representing the basic group specified by the basic_group_uri parameter.
|
UESResultList<UESBasicGroupAttributes,UESBasicGroupGetBasicGroupList> |
getBasicGroupList(UESURI artifactUri,
Returns list of the basic groups which are located in the organizational unit of specified artifact.
|
void |
removeArtifactInterface(UESURI basicGroupUri,
Removes role interface connection from the specified group role.
|
UESURI |
setAttributes(UESURI basicGroupUri,
Command for setting attributes of a basic group.
|
UESBasicGroupCreate
, the new basic group
is created by Basic Group meta artifact from uuOS application. Competent role for the new basic group is always the same role as the competent
role for the organizational unit of newly created basic group.locationUri
- locationUri UESURI of the folder / organizational unit / uuApp meta model where the basic group will be created.basicGroup
- Object containing the attributes of the basic group.UESBasicGroupRTException
basicGroupUri
- UESURI of the basic group whose attributes will be returned.UESBasicGroupRTException
basicGroupUri
- UESURI of the basic group whose attributes will be modified.basicGroup
- Object containing the changed attributes of the basic group.UESBasicGroupRTException
basicGroupUri
- UESURI of UESURI of the basic group which is about to be deleted.UESBasicGroupRTException
basicGroupUri
- UESURI of the basic group where the artifact interface will be connected.artifactInterface
- Object containing the artifact interface code that is to be connected.UESBasicGroupRTException
basicGroupUri
- UESURI of the basic group where the artifact interface will be disconnected.artifactInterface
- Object containing the artifact interface code that is to be disconnected.UESBasicGroupRTException
basicGroupUri
- UESURI of the basic group for which the codes of connected artifact interfaces are to be listed.UESBasicGroupRTExceptionr
UESBasicGroupRTException
artifactUri
- UESURI of an existing artifact. Basic groups from the organizational unit where the artifact is located will be returned.UESBasicGroupRTException