Interface Workflow
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeWorkflow
(User user, Map<String, Object> params) executeWorkflow
(WFCall call) executeWorkflow
(AuthInfo authInfo, String uidAttr) getFromDB
(org.hibernate.Session session) int
getId()
getName()
int
getTasks()
getUser()
int
void
init()
void
printWF
(StringBuffer b, String prefix, WorkflowTask task) void
reInit
(ConfigManager cfgMgr) void
restart()
void
setId
(int id) toString()
-
Method Details
-
getUserNum
int getUserNum() -
reInit
- Throws:
ProvisioningException
-
executeWorkflow
Map<String,Object> executeWorkflow(User user, Map<String, Object> params) throws ProvisioningException- Throws:
ProvisioningException
-
executeWorkflow
Map<String,Object> executeWorkflow(User user, Map<String, Object> params, String requesterID) throws ProvisioningException- Throws:
ProvisioningException
-
executeWorkflow
- Throws:
ProvisioningException
-
executeWorkflow
- Throws:
ProvisioningException
-
init
- Throws:
ProvisioningException
-
getId
int getId() -
setId
void setId(int id) -
restart
- Throws:
ProvisioningException
-
getUser
User getUser() -
getRequester
User getRequester() -
getRequesterNum
int getRequesterNum() -
completeWorkflow
- Throws:
ProvisioningException
-
findCurrentApprovalTask
WorkflowTask findCurrentApprovalTask() -
getTasks
ArrayList<WorkflowTask> getTasks() -
getRequest
-
getName
String getName() -
toString
-
printWF
-
getFromDB
Workflows getFromDB(org.hibernate.Session session) throws org.hibernate.HibernateException, ProvisioningException - Throws:
org.hibernate.HibernateException
ProvisioningException
-
getAnnotationFilters
-