| Package | Description |
|---|---|
| com.fatwire.services | |
| com.fatwire.services.beans.entity |
| Modifier and Type | Method and Description |
|---|---|
WorkflowBean |
WorkflowService.getWorkflow(long processId)
Returns the workflow for the specified process identifier.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowService.startWorkFlow(AssetId assetId,
Long startmenuId,
WorkflowBean workflow,
String comment,
Map<RoleBean,List<UserBean>> roleUserMapping)
Sets the specified asset assignment into the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowBean |
StartMenuBean.getWorkflow()
Returns the workflow object associated with this start menu item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartMenuBean.setWorkflow(WorkflowBean workflow)
Sets the workflow object associated with this start menu item.
|