public class PermissionReferenceImpl extends AbstractPermissionReference
Modifier | Constructor and Description |
---|---|
protected |
PermissionReferenceImpl(org.alfresco.service.namespace.QName qName,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the permission
|
static PermissionReferenceImpl |
getPermissionReference(org.alfresco.service.namespace.QName qName,
String name)
Factory method to create permission references
|
org.alfresco.service.namespace.QName |
getQName()
Get the QName of the type or aspect against which the permission is
defined.
|
equals, hashCode, toString
protected PermissionReferenceImpl(org.alfresco.service.namespace.QName qName, String name)
public static PermissionReferenceImpl getPermissionReference(org.alfresco.service.namespace.QName qName, String name)
qName
- QNamename
- Stringpublic String getName()
PermissionReference
public org.alfresco.service.namespace.QName getQName()
PermissionReference
Copyright © 2005–2017 Alfresco Software. All rights reserved.