Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.repo.policy
Class CachedPolicyFactory<B extends BehaviourBinding,P extends Policy>
java.lang.Object
  org.alfresco.repo.policy.CachedPolicyFactory<B,P>
Type Parameters:
B - the type of Binding
P - the type of Policy

@org.alfresco.api.AlfrescoPublicApi
public class CachedPolicyFactory<B extends BehaviourBinding,P extends Policy>
extends Object
Policy Factory with caching support.
Author:
David Caruana

Method Summary
protected static void
convertMTArgs(Object[] arg0)
create(B binding)
createList(B binding)
protected Class<P>
getPolicyClass()
protected static void
setTenantService(TenantService arg0)
protected static void
setTransactionInvocationHandlerFactory(org.alfresco.repo.policy.TransactionInvocationHandlerFactory arg0)
void
setTryLockTimeout(long tryLockTimeout)
toPolicy(Collection<P> arg0)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
setTryLockTimeout
public void setTryLockTimeout(long tryLockTimeout)

create
public P create(B binding)

createList
public Collection<PcreateList(B binding)

setTransactionInvocationHandlerFactory
protected static void setTransactionInvocationHandlerFactory(org.alfresco.repo.policy.TransactionInvocationHandlerFactory arg0)

setTenantService
protected static void setTenantService(TenantService arg0)

getPolicyClass
protected Class<PgetPolicyClass()

toPolicy
public P toPolicy(Collection<P> arg0)

convertMTArgs
protected static void convertMTArgs(Object[] arg0)

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.