@UESService public interface UESActivityAction
| Modifier and Type | Field and Description |
|---|---|
static UESURI |
BETYPE_ACTIVITY_ACTION
URI of UESActivityAction business entity.
|
| Modifier and Type | Method and Description |
|---|---|
UESURI |
create(UESURI entityUri,
Creates a new activity action for the specified entity (activity template or activity instance).
|
void |
delete(UESURI activityActionUri)
Deletes the specified activity action.
|
UESResultList<UESActivityActionAttributes,UESActivityActionGetActivityActionList> |
getActivityActionList(UESURI entityUri,
Returns a list of activity actions of the specified entity (activity template or activity instance)
according to the entered criteria.
|
UESActivityActionAttributes |
getAttributes(UESURI activityActionUri)
Returns attributes of the specified activity action.
|
entityUri - UESURI of the activity template or activity instance for which the new activity action is to be created.activityAction - Object containing attributes of the new activity action.UESActivityActionRTExceptionactivityActionUri - UESURI of the activity action whose attributes are to be returned.UESActivityActionRTExceptionactivityActionUri - UESURI of the activity action which is to be deleted.UESActivityActionRTExceptionentityUri - UESURI of the entity (activity template or activity instance) whose activity action list is to be returned.criteria - Object containing paging and filtering criteria.UESActivityActionRTException