| Package | Description |
|---|---|
| com.fatwire.services | |
| com.fatwire.services.beans.asset | |
| com.fatwire.services.beans.asset.authorization | |
| com.fatwire.services.beans.entity | |
| com.fatwire.services.dao |
| Modifier and Type | Method and Description |
|---|---|
List<UserBean> |
SiteService.getSiteUsers(long siteId)
Returns the list of those users who have access to the specified site through one or more roles.
|
| 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 | Field and Description |
|---|---|
protected UserBean |
VersionBean.checkedOutBy
User who has checked out the asset.
|
| Modifier and Type | Method and Description |
|---|---|
UserBean |
VersionBean.getCheckedOutBy()
Returns the user who has checked out the associated asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VersionBean.setCheckedOutBy(UserBean checkedOutBy)
Sets the user who has checked out the associated asset.
|
| Modifier and Type | Method and Description |
|---|---|
UserBean |
VersioningAuthorizationBean.getCheckedOutBy()
Returns the user who has checked out the asset.
|
UserBean |
AuthorizationRequestBean.getUser()
Returns the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VersioningAuthorizationBean.setCheckedOutBy(UserBean checkedOutBy)
Sets the user who has checked out the asset.
|
void |
AuthorizationRequestBean.setUser(UserBean user)
Sets the user.
|
| Modifier and Type | Method and Description |
|---|---|
UserBean |
AssignmentBean.getAssigner()
Returns the user who assigned this asset into the current step in the
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 |
|---|---|
void |
AssignmentBean.setAssigner(UserBean assigner)
Sets the user who assigned this asset into the current step in the
workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserBean> |
SiteDao.getSiteUsers(long siteId)
Returns the list of those users who have access to the specified site through one or more roles.
|