Package | Description |
---|---|
org.alfresco.module.vti.handler.alfresco | |
org.alfresco.module.vti.metadata.dic | |
org.alfresco.module.vti.metadata.model |
Modifier and Type | Method and Description |
---|---|
protected List<Permission> |
AlfrescoDwsServiceHandler.doGetUsersPermissions(FileInfo dwsFileInfo) |
protected abstract List<Permission> |
AbstractAlfrescoDwsServiceHandler.doGetUsersPermissions(FileInfo dwsFileInfo)
Get users permissions
|
Modifier and Type | Method and Description |
---|---|
static Permission |
Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Permission> |
ListInfoBean.getPermissionList() |
List<Permission> |
DwsMetadata.getPermissions() |
Modifier and Type | Method and Description |
---|---|
void |
ListInfoBean.setPermissionList(List<Permission> permissionList) |
void |
DwsMetadata.setPermissions(List<Permission> permissions) |
Constructor and Description |
---|
DwsMetadata(String subscribeUrl,
String mtgInstance,
String settingsUrl,
String permsUrl,
String userInfoUrl,
Set<String> roles,
List<SchemaBean> schemaItems,
List<ListInfoBean> listInfoItems,
List<Permission> permissions,
boolean hasUniquePerm,
WorkspaceType workspaceType,
boolean isADMode,
String docUrl,
boolean minimal,
DwsData dwsData) |
ListInfoBean(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String name,
ListTypeBean type,
boolean moderated,
List<Permission> permissionList) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.