Uses of Interface
org.alfresco.repo.virtual.ref.ProtocolMethod
-
Packages that use ProtocolMethod Package Description org.alfresco.repo.virtual.bundle org.alfresco.repo.virtual.ref org.alfresco.repo.virtual.store org.alfresco.repo.virtual.template -
-
Uses of ProtocolMethod in org.alfresco.repo.virtual.bundle
Classes in org.alfresco.repo.virtual.bundle that implement ProtocolMethod Modifier and Type Class Description classGetPathMethod -
Uses of ProtocolMethod in org.alfresco.repo.virtual.ref
Classes in org.alfresco.repo.virtual.ref that implement ProtocolMethod Modifier and Type Class Description classAbstractProtocolMethod<R>Handles protocol method dispatch.classGetActualNodeRefMethodReturns the actualNodeRefof a given reference.
ActualNodeRefare node references of content elements found in the Alfresco repository that are subjected to a virtualization process.classGetAspectsMethodclassGetChildByIdMethodclassGetParentReferenceMethodReturns a virtual parent reference upon execution by subtracting the last template path element from of the given reference.
For root template path references anullwill be returned upon execution.classGetReferenceTypeReturns actualQNameType of a given reference
indicated by the given protocol reference.classGetTemplatePathMethodReturns the virtual folder template inner path for a virtualized entity reference.classGetVanillaScriptInputStreamMethodIt returns anInputStreamfor the vanilla-virtual folder template resource indicated by the given vanilla protocol reference.classNewVirtualReferenceMethodMethods in org.alfresco.repo.virtual.ref with parameters of type ProtocolMethod Modifier and Type Method Description <R> RNodeProtocol. dispatch(ProtocolMethod<R> method, Reference reference)<R> RProtocol. dispatch(ProtocolMethod<R> method, Reference reference)ProtocolMethoddouble-dispatch/visitor protocol type selector.<R> RVanillaProtocol. dispatch(ProtocolMethod<R> method, Reference reference)<R> RVirtualProtocol. dispatch(ProtocolMethod<R> method, Reference reference)<R> RReference. execute(ProtocolMethod<R> method)Double-dispatchesProtocolMethods.
UsesProtocol.dispatch(ProtocolMethod, Reference)to trigger concrete protocol based double dispatchProtocolMethod::executeinvocation on the given method object. -
Uses of ProtocolMethod in org.alfresco.repo.virtual.store
Classes in org.alfresco.repo.virtual.store that implement ProtocolMethod Modifier and Type Class Description classGetAllSetPermissionsMethodclassGetChildAssocsMethodclassGetSetPermissionsMethodclassHasPermissionMethod -
Uses of ProtocolMethod in org.alfresco.repo.virtual.template
Classes in org.alfresco.repo.virtual.template that implement ProtocolMethod Modifier and Type Class Description classApplyTemplateMethodCreates aVirtualFolderDefinitionby executing the template indicated by a virtualized entity reference.
-