Package | Description |
---|---|
com.fatwire.assetapi.site |
Modifier and Type | Method and Description |
---|---|
static Permission.AssetFunctionEnum |
Permission.AssetFunctionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission.AssetFunctionEnum[] |
Permission.AssetFunctionEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PermissionManager.isAssetPermissionGranted(String site, String assettype, String subtype, String user, Permission.AssetFunctionEnum function)
Checks whether user has the start menu permission for the given site, aset type, subtype; there is no corresponding set method in this API because the start menu permissions are decided by user Roles in the site, so it will be changed by changing the user Roles
|
boolean |
Permission.isAssetPermissionGranted(String site, String assettype, String subtype, String user, Permission.AssetFunctionEnum function)
Checks whether user has the start menu permission for the given site, aset type, subtype; there is no corresponding set method in this API because the start menu permissions are decided by user Roles in the site, so it will be changed by changing the user Roles
|