Package org.alfresco.repo.virtual.store
Class GetChildAssocsMethod
java.lang.Object
org.alfresco.repo.virtual.ref.AbstractProtocolMethod<List<ChildAssociationRef>>
org.alfresco.repo.virtual.store.GetChildAssocsMethod
- All Implemented Interfaces:
ProtocolMethod<List<ChildAssociationRef>>
-
Field Summary
Fields inherited from class org.alfresco.repo.virtual.ref.AbstractProtocolMethod
PATH_SEPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionGetChildAssocsMethod(VirtualStore smartStore, ActualEnvironment environment, boolean preload, int maxResults, QNamePattern qnamePattern, QNamePattern typeQNamePattern) -
Method Summary
Modifier and TypeMethodDescriptionexecute(NodeProtocol protocol, Reference reference) execute(VirtualProtocol virtualProtocol, Reference reference) Methods inherited from class org.alfresco.repo.virtual.ref.AbstractProtocolMethod
execute, execute
-
Constructor Details
-
GetChildAssocsMethod
public GetChildAssocsMethod(VirtualStore smartStore, ActualEnvironment environment, boolean preload, int maxResults, QNamePattern qnamePattern, QNamePattern typeQNamePattern)
-
-
Method Details
-
execute
public List<ChildAssociationRef> execute(VirtualProtocol virtualProtocol, Reference reference) throws ProtocolMethodException - Specified by:
executein interfaceProtocolMethod<List<ChildAssociationRef>>- Overrides:
executein classAbstractProtocolMethod<List<ChildAssociationRef>>- Throws:
ProtocolMethodException
-
execute
public List<ChildAssociationRef> execute(NodeProtocol protocol, Reference reference) throws ProtocolMethodException - Specified by:
executein interfaceProtocolMethod<List<ChildAssociationRef>>- Overrides:
executein classAbstractProtocolMethod<List<ChildAssociationRef>>- Throws:
ProtocolMethodException
-