public static class PermissionCheckedValue.PermissionCheckedValueMixin extends org.springframework.aop.support.DelegatingIntroductionInterceptor implements PermissionCheckedValue
PermissionCheckedValue
interface to
existing objects.PermissionCheckedValue.PermissionCheckedValueMixin
Modifier and Type | Method and Description |
---|---|
static <T> T |
create(T object)
Helper method to create a
PermissionCheckedValue from an existing Object . |
doProceed, invoke
getInterfaces, implementInterfacesOnObject, implementsInterface, isMethodOnIntroducedInterface, suppressInterface
public static final <T> T create(T object)
PermissionCheckedValue
from an existing Object
.object
- the Object
to proxyObject
of the same type but including the
PermissionCheckedValue
interfaceCopyright © 2005–2017 Alfresco Software. All rights reserved.