@UESService public interface UESActivityCondition
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
create(UESURI entityUri,
Creates a new activity condition for the specified activity template or activity instance. 
 | 
void | 
delete(UESURI entityUri,
Deletes the specified activity condition. 
 | 
UESResultList<UESActivityConditionAttributes,UESActivityConditionGetActivityConditionList> | 
getActivityConditionList(UESURI entityUri,
Returns a list of activity conditions for the specified entity. 
 | 
entityUri - UESURI of the entity for which will be the activity condition created. The activity or activity template can be entered as the command main entity.activityCondition - Object containing attributes of the new activity condition.UESActivityConditionRTExceptionentityUri - UESURI of the entity (activity instance or activity template) the activity condition, which is to be deleted, is connected to.activityCondition - Identifier of the activity condition which is to be deleted.UESActivityConditionRTExceptionentityUri - UESURI of the entity (activity template or activity instance) whose list of activity conditions is to be returned.criteria - Object containing paging criteria.UESActivityConditionRTException