|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.aop.support.IntroductionInfoSupport
org.springframework.aop.support.DelegatingIntroductionInterceptor
org.alfresco.repo.security.permissions.PermissionCheckedValue.PermissionCheckedValueMixin
public static class PermissionCheckedValue.PermissionCheckedValueMixin
Helper 'introduction' to allow simple addition of the PermissionCheckedValue
interface to
existing objects.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.repo.security.permissions.PermissionCheckedValue |
---|
PermissionCheckedValue.PermissionCheckedValueMixin |
Field Summary |
---|
Fields inherited from class org.springframework.aop.support.IntroductionInfoSupport |
---|
publishedInterfaces |
Method Summary | |
---|---|
static java.lang.Object |
create(java.lang.Object object)
Helper method to create a PermissionCheckedValue from an existing Object . |
Methods inherited from class org.springframework.aop.support.DelegatingIntroductionInterceptor |
---|
doProceed, invoke |
Methods inherited from class org.springframework.aop.support.IntroductionInfoSupport |
---|
getInterfaces, implementInterfacesOnObject, implementsInterface, isMethodOnIntroducedInterface, suppressInterface |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.aop.DynamicIntroductionAdvice |
---|
implementsInterface |
Method Detail |
---|
public static final java.lang.Object create(java.lang.Object object)
PermissionCheckedValue
from an existing Object
.
collection
- the Object
to proxy
Object
of the same type but including the
PermissionCheckedValue
interface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |