@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.UESActivityActionRTException
activityActionUri
- UESURI of the activity action whose attributes are to be returned.UESActivityActionRTException
activityActionUri
- UESURI of the activity action which is to be deleted.UESActivityActionRTException
entityUri
- 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