@Deprecated public class UIPermissionService extends DefaultComponent
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Deprecated.
|
lastModified, name
Constructor and Description |
---|
UIPermissionService()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getUIPermissions(String documentType)
Deprecated.
Retrieves the visible permissions for a document type.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor)
Deprecated.
|
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor)
Deprecated.
|
activate, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applicationStarted, getApplicationStartedOrder
public static final String NAME
public UIPermissionService()
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
public String[] getUIPermissions(String documentType)
documentType
- the type of document for which to retrieve permissions, or null to retrieve the default
permissionsCopyright © 2018 Nuxeo. All rights reserved.