@UESService public interface UESMail
Modifier and Type | Method and Description |
---|---|
void |
createArtifactFromEmail(UESURI competentRoleUri,
Creates a new artifact from an email.
|
UESResultList<UESMailRoleAttributes,UESMailGetEmailCapableRoleList> |
getEmailCapableRoleList(UESURI territoryUri,
This command returns a list of all roles capable of creating a new artifact from an email.
|
competentRoleUri
- Competent role URI. A new artifact representing email is created in the workspace of this role. An access role
of the authenticated user has to be casted to the competentRoleUri.artifactMail
- DTO containing email identification in the personal role mail box and attributes of a new artifact representing the
email.UESMailRTException
territoryUri
- UESURI of the territory from where authenticated user roles are listed.criteria
- DTO containing criteria for listing roles.
Available parameters are: name
, code
and preferred
.UESMailRTException