@UESService public interface UESActivityStateTemplate
| Modifier and Type | Field and Description | 
|---|---|
static UESURI | 
BETYPE_ACTIVITY_STATE_TEMPLATE
URI of UESActivityStateTemplate business entity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UESURI | 
create(UESURI activityTemplateUri,
Creates a new activity state template on the specified activity template. 
 | 
void | 
delete(UESURI activityStateTemplateUri)
Deletes the specified activity state template. 
 | 
UESResultList<UESActivityStateTemplateAttributes,UESActivityStateTemplateGetActivityStateTemplateList> | 
getActivityStateTemplateList(UESURI activityTemplateUri,
Returns a list of activity state templates for the specified activity template according to entered criteria. 
 | 
UESActivityStateTemplateAttributes | 
getAttributes(UESURI activityStateTemplateUri)
Returns attributes of the specified activity state template. 
 | 
UESURI | 
setAttributes(UESURI activityStateTemplateUri,
Sets attributes of an activity state template. 
 | 
activityTemplateUri - UESURI of the activity template the new activity state template is to be created on.activityStateTemplate - Object containing attributes of the new activity state template.UESActivityStateTemplateRTExceptionactivityStateTemplateUri - UESURI of the activity state template whose attributes are to be returned.UESActivityStateTemplateRTExceptionactivityStateTemplateUri - UESURI of the activity state template whose attributes are to be modified.activityStateTemplate - Object containing new attributes of the activity state template.UESActivityStateTemplateRTExceptionactivityStateTemplateUri - UESURI of the activity state template which is to be deleted.UESActivityStateTemplateRTExceptionactivityTemplateUri - UESURI of the activity template whose activity state templates are to be listed.criteria - Object containing paging and filtering criteria.UESActivityStateTemplateRTException