| Package | Description |
|---|---|
| com.fatwire.services | |
| com.fatwire.services.beans.entity | |
| com.fatwire.services.dao |
| Modifier and Type | Method and Description |
|---|---|
List<RoleBean> |
SiteService.getAllRoles()
Returns a list of all roles in the system.
|
List<RoleBean> |
SiteService.getUserRoles(long siteId)
Returns a list of all roles for the logged in user in the specified site.
|
| 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 |
|---|---|
Map<RoleBean,List<UserBean>> |
WorkflowBean.getRoleUserMapping()
Returns the role-user mapping for this workflow step.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleBean> |
SiteDao.getAllRoles()
Returns a list of all roles in the system.
|
List<RoleBean> |
SiteDao.getUserRoles(long siteId)
Returns a list of all roles for the logged in user in the specified site.
|