@UESService public interface UESActivityTemplate
Modifier and Type | Field and Description |
---|---|
static UESURI |
BETYPE_ACTIVITY_TEMPLATE
URI of UESActivityTemplate business entity.
|
Modifier and Type | Method and Description |
---|---|
UESURI |
create(UESURI parentNodeUri,
Creates a new activity template either on the specified meta artifact or on the specified activity template
(in the case of creating a new template for subactivities).
|
void |
delete(UESURI activityTemplateUri)
Deletes the activity template.
|
UESResultList<UESActivityTemplateAttributes,UESActivityTemplateGetActivityTemplateList> |
getActivityTemplateList(UESURI metaArtifactUri,
Returns a list of activity templates of the specified meta artifact according to the entered criteria.
|
UESActivityTemplateAttributes |
getAttributes(UESURI activityTemplateUri)
Returns attributes of the specified activity template.
|
UESURI |
setAttributes(UESURI activityTemplateUri,
Sets basic attributes of the specified activity template.
|
parentNodeUri
- UESURI of the meta artifact (or activity template) the new activity template should be created on.activityTemplate
- Object containing attributes of the new activity template.UESActivityTemplateRTException
activityTemplateUri
- UESURI of an activity template whose attributes are to be returned.UESActivityTemplateRTException
activityTemplateUri
- UESURI of the activity template whose attributes are to be modified.activityTemplate
- Object containing new attributes of the activity template.UESActivityTemplateRTException
activityTemplateUri
- UESURI of the activity template which is to be deleted.UESActivityTemplateRTException
metaArtifactUri
- UESURI of the meta artifact whose activity templates are to be listed.criteria
- Object containing attributes of the activity templates that are to be listed.UESActivityTemplateRTException