public class ActivityAcceptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ActivityFinder |
af |
protected ActivityManager |
am |
| Constructor and Description |
|---|
ActivityAcceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptActivities(String processDefId,
String activityDefId,
String acceptButtonActionName,
String resourceType,
String resourceName,
String userName,
String password,
Map<String,Object> contextMap,
Date startDateFrom,
Date startDateTo,
int xpdlVersion) |
void |
acceptActivity(String activityId,
String processId,
String acceptButtonActionName,
String userName,
String password,
Map<String,Object> contextMap) |
void |
acceptActivityByName(String processName,
String activityName,
String acceptButtonActionName,
String resourceType,
String resourceName,
String userName,
String password,
Map<String,Object> contextMap,
Date startDateFrom,
Date startDateTo,
int xpdlVersion) |
boolean |
isAcceptWithoutActions() |
void |
setAcceptWithoutActions(boolean acceptWithoutActions) |
protected ActivityManager am
protected ActivityFinder af
public void acceptActivity(String activityId, String processId, String acceptButtonActionName, String userName, String password, Map<String,Object> contextMap) throws Throwable
Throwablepublic void acceptActivityByName(String processName, String activityName, String acceptButtonActionName, String resourceType, String resourceName, String userName, String password, Map<String,Object> contextMap, Date startDateFrom, Date startDateTo, int xpdlVersion) throws Throwable
Throwablepublic void acceptActivities(String processDefId, String activityDefId, String acceptButtonActionName, String resourceType, String resourceName, String userName, String password, Map<String,Object> contextMap, Date startDateFrom, Date startDateTo, int xpdlVersion) throws Throwable
Throwablepublic boolean isAcceptWithoutActions()
public void setAcceptWithoutActions(boolean acceptWithoutActions)
Copyright © 2014 Suncode. All rights reserved.